Skip to content

Instantly share code, notes, and snippets.

@pippolino
Created November 28, 2023 08:47
Show Gist options
  • Save pippolino/5f6f9cc2d3a26f9f35d9b4326e15ae58 to your computer and use it in GitHub Desktop.
Save pippolino/5f6f9cc2d3a26f9f35d9b4326e15ae58 to your computer and use it in GitHub Desktop.
DependencyCheck - Maven Plugin 9.0.1 - java.lang.NoClassDefFoundError after NVD download error
2023-11-28T08:18:06.2375863Z ##[section]Starting: Dependency check update only
2023-11-28T08:18:06.2386464Z ==============================================================================
2023-11-28T08:18:06.2386915Z Task : Maven
2023-11-28T08:18:06.2387055Z Description : Build, test, and deploy with Apache Maven
2023-11-28T08:18:06.2387455Z Version : 4.231.0
2023-11-28T08:18:06.2387619Z Author : Microsoft Corporation
2023-11-28T08:18:06.2387876Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/build/maven
2023-11-28T08:18:06.2388422Z ==============================================================================
2023-11-28T08:18:07.0245883Z [command]/usr/bin/mvn -version
2023-11-28T08:18:07.2848985Z Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39)
2023-11-28T08:18:07.2850581Z Maven home: /usr/share/apache-maven-3.8.8
2023-11-28T08:18:07.2851784Z Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /usr/lib/jvm/temurin-11-jdk-amd64
2023-11-28T08:18:07.2853260Z Default locale: en, platform encoding: UTF-8
2023-11-28T08:18:07.2860683Z OS name: "linux", version: "6.2.0-1016-azure", arch: "amd64", family: "unix"
2023-11-28T08:18:07.3036781Z [command]/usr/bin/mvn -f /agent/_work/1/s/pom.xml -Drevision=20231128.2 -Ddependency-check-version=9.0.1 -Dpostgresql-version=42.7.0 -DnvdApiKey=*** -DdbDriverName=org.postgresql.Driver -DdbConnectionString=*** -DdbUser=*** -DdbPassword=*** dependency-check:update-only
2023-11-28T08:18:09.1057616Z [INFO] Scanning for projects...
2023-11-28T08:18:09.5412246Z Downloading from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-maven/9.0.1/dependency-check-maven-9.0.1.pom
2023-11-28T08:18:09.7685694Z Progress (1): 2.8/8.9 kB
2023-11-28T08:18:09.7709066Z Progress (1): 5.5/8.9 kB
2023-11-28T08:18:09.7717677Z Progress (1): 8.3/8.9 kB
2023-11-28T08:18:09.7797761Z Progress (1): 8.9 kB
2023-11-28T08:18:09.7803316Z
2023-11-28T08:18:09.7805057Z Downloaded from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-maven/9.0.1/dependency-check-maven-9.0.1.pom (8.9 kB at 36 kB/s)
2023-11-28T08:18:09.8083975Z Downloading from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-parent/9.0.1/dependency-check-parent-9.0.1.pom
2023-11-28T08:18:09.8250796Z Progress (1): 4.1/64 kB
2023-11-28T08:18:09.8277612Z Progress (1): 8.2/64 kB
2023-11-28T08:18:09.8282978Z Progress (1): 12/64 kB
2023-11-28T08:18:09.8292530Z Progress (1): 16/64 kB
2023-11-28T08:18:09.8297937Z Progress (1): 20/64 kB
2023-11-28T08:18:09.8303164Z Progress (1): 25/64 kB
2023-11-28T08:18:09.8308555Z Progress (1): 29/64 kB
2023-11-28T08:18:09.8354682Z Progress (1): 33/64 kB
2023-11-28T08:18:09.8357219Z Progress (1): 37/64 kB
2023-11-28T08:18:09.8362363Z Progress (1): 41/64 kB
2023-11-28T08:18:09.8363070Z Progress (1): 45/64 kB
2023-11-28T08:18:09.8377068Z Progress (1): 49/64 kB
2023-11-28T08:18:09.8382814Z Progress (1): 53/64 kB
2023-11-28T08:18:09.8384864Z Progress (1): 57/64 kB
2023-11-28T08:18:09.8386998Z Progress (1): 61/64 kB
2023-11-28T08:18:09.8442150Z Progress (1): 64 kB
2023-11-28T08:18:09.8444740Z
2023-11-28T08:18:09.8446449Z Downloaded from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-parent/9.0.1/dependency-check-parent-9.0.1.pom (64 kB at 1.7 MB/s)
2023-11-28T08:18:09.8595611Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom
2023-11-28T08:18:09.8660292Z Progress (1): 4.1/18 kB
2023-11-28T08:18:09.8662617Z Progress (1): 8.2/18 kB
2023-11-28T08:18:09.8665195Z Progress (1): 12/18 kB
2023-11-28T08:18:09.8668399Z Progress (1): 16/18 kB
2023-11-28T08:18:09.8712335Z Progress (1): 18 kB
2023-11-28T08:18:09.8714924Z
2023-11-28T08:18:09.8716568Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom (18 kB at 1.5 MB/s)
2023-11-28T08:18:09.8788658Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom
2023-11-28T08:18:09.8837389Z Progress (1): 4.1/6.5 kB
2023-11-28T08:18:09.8879889Z Progress (1): 6.5 kB
2023-11-28T08:18:09.8882394Z
2023-11-28T08:18:09.8883954Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 725 kB/s)
2023-11-28T08:18:09.8906513Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/56/oss-parent-56.pom
2023-11-28T08:18:09.9000471Z Progress (1): 4.1/24 kB
2023-11-28T08:18:09.9002485Z Progress (1): 8.2/24 kB
2023-11-28T08:18:09.9005291Z Progress (1): 12/24 kB
2023-11-28T08:18:09.9009015Z Progress (1): 16/24 kB
2023-11-28T08:18:09.9010911Z Progress (1): 20/24 kB
2023-11-28T08:18:09.9053874Z Progress (1): 24 kB
2023-11-28T08:18:09.9056969Z
2023-11-28T08:18:09.9058481Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 1.6 MB/s)
2023-11-28T08:18:09.9318570Z Downloading from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-maven/9.0.1/dependency-check-maven-9.0.1.jar
2023-11-28T08:18:09.9474454Z Progress (1): 4.1/115 kB
2023-11-28T08:18:09.9477246Z Progress (1): 8.2/115 kB
2023-11-28T08:18:09.9481803Z Progress (1): 12/115 kB
2023-11-28T08:18:09.9488101Z Progress (1): 16/115 kB
2023-11-28T08:18:09.9490081Z Progress (1): 20/115 kB
2023-11-28T08:18:09.9492201Z Progress (1): 25/115 kB
2023-11-28T08:18:09.9494363Z Progress (1): 29/115 kB
2023-11-28T08:18:09.9504441Z Progress (1): 33/115 kB
2023-11-28T08:18:09.9506484Z Progress (1): 37/115 kB
2023-11-28T08:18:09.9508617Z Progress (1): 41/115 kB
2023-11-28T08:18:09.9510928Z Progress (1): 45/115 kB
2023-11-28T08:18:09.9520662Z Progress (1): 49/115 kB
2023-11-28T08:18:09.9522630Z Progress (1): 53/115 kB
2023-11-28T08:18:09.9524730Z Progress (1): 57/115 kB
2023-11-28T08:18:09.9527031Z Progress (1): 61/115 kB
2023-11-28T08:18:09.9536350Z Progress (1): 66/115 kB
2023-11-28T08:18:09.9538359Z Progress (1): 70/115 kB
2023-11-28T08:18:09.9541073Z Progress (1): 74/115 kB
2023-11-28T08:18:09.9543506Z Progress (1): 78/115 kB
2023-11-28T08:18:09.9553084Z Progress (1): 82/115 kB
2023-11-28T08:18:09.9555103Z Progress (1): 86/115 kB
2023-11-28T08:18:09.9557280Z Progress (1): 90/115 kB
2023-11-28T08:18:09.9559522Z Progress (1): 94/115 kB
2023-11-28T08:18:09.9569231Z Progress (1): 98/115 kB
2023-11-28T08:18:09.9571293Z Progress (1): 102/115 kB
2023-11-28T08:18:09.9573505Z Progress (1): 106/115 kB
2023-11-28T08:18:09.9576835Z Progress (1): 111/115 kB
2023-11-28T08:18:09.9578724Z Progress (1): 115/115 kB
2023-11-28T08:18:09.9658690Z Progress (1): 115 kB
2023-11-28T08:18:09.9661751Z
2023-11-28T08:18:09.9663487Z Downloaded from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-maven/9.0.1/dependency-check-maven-9.0.1.jar (115 kB at 3.4 MB/s)
2023-11-28T08:18:10.0246145Z [INFO]
2023-11-28T08:18:10.0253965Z [INFO] ------------------< it.s3k.devsecops:update-nvd-data >------------------
2023-11-28T08:18:10.0260677Z [INFO] Building update-nvd-data 20231128.2
2023-11-28T08:18:10.0272201Z [INFO] from pom.xml
2023-11-28T08:18:10.0278610Z [INFO] --------------------------------[ pom ]---------------------------------
2023-11-28T08:18:10.0335413Z [INFO]
2023-11-28T08:18:10.0346496Z [INFO] --- dependency-check-maven:9.0.1:update-only (default-cli) @ update-nvd-data ---
2023-11-28T08:18:10.0520056Z Downloading from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.7.0/postgresql-42.7.0.pom
2023-11-28T08:18:10.0651590Z Progress (1): 2.7 kB
2023-11-28T08:18:10.0653716Z
2023-11-28T08:18:10.0655240Z Downloaded from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.7.0/postgresql-42.7.0.pom (2.7 kB at 192 kB/s)
2023-11-28T08:18:10.0738960Z Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.pom
2023-11-28T08:18:10.0902523Z Progress (1): 2.1 kB
2023-11-28T08:18:10.0905457Z
2023-11-28T08:18:10.0907079Z Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.pom (2.1 kB at 123 kB/s)
2023-11-28T08:18:10.0968460Z Downloading from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-core/9.0.1/dependency-check-core-9.0.1.pom
2023-11-28T08:18:10.1053579Z Progress (1): 4.1/26 kB
2023-11-28T08:18:10.1057281Z Progress (1): 8.2/26 kB
2023-11-28T08:18:10.1057971Z Progress (1): 12/26 kB
2023-11-28T08:18:10.1143381Z Progress (1): 16/26 kB
2023-11-28T08:18:10.1145749Z Progress (1): 20/26 kB
2023-11-28T08:18:10.1148799Z Progress (1): 25/26 kB
2023-11-28T08:18:10.1198922Z Progress (1): 26 kB
2023-11-28T08:18:10.1201017Z
2023-11-28T08:18:10.1202713Z Downloaded from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-core/9.0.1/dependency-check-core-9.0.1.pom (26 kB at 1.1 MB/s)
2023-11-28T08:18:10.1376442Z Downloading from central: https://repo.maven.apache.org/maven2/io/github/jeremylong/open-vulnerability-clients/5.0.2/open-vulnerability-clients-5.0.2.pom
2023-11-28T08:18:10.1566514Z Progress (1): 2.3 kB
2023-11-28T08:18:10.1568696Z
2023-11-28T08:18:10.1570644Z Downloaded from central: https://repo.maven.apache.org/maven2/io/github/jeremylong/open-vulnerability-clients/5.0.2/open-vulnerability-clients-5.0.2.pom (2.3 kB at 122 kB/s)
2023-11-28T08:18:10.1612169Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.pom
2023-11-28T08:18:10.1657756Z Progress (1): 4.1/6.0 kB
2023-11-28T08:18:10.1702424Z Progress (1): 6.0 kB
2023-11-28T08:18:10.1712901Z
2023-11-28T08:18:10.1714282Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.pom (6.0 kB at 497 kB/s)
2023-11-28T08:18:10.1741871Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.2.1/httpclient5-parent-5.2.1.pom
2023-11-28T08:18:10.1818597Z Progress (1): 4.1/17 kB
2023-11-28T08:18:10.1824428Z Progress (1): 8.2/17 kB
2023-11-28T08:18:10.1831035Z Progress (1): 12/17 kB
2023-11-28T08:18:10.1839233Z Progress (1): 16/17 kB
2023-11-28T08:18:10.1901870Z Progress (1): 17 kB
2023-11-28T08:18:10.1902480Z
2023-11-28T08:18:10.1908438Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.2.1/httpclient5-parent-5.2.1.pom (17 kB at 994 kB/s)
2023-11-28T08:18:10.1954136Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom
2023-11-28T08:18:10.2011156Z Progress (1): 4.1/30 kB
2023-11-28T08:18:10.2017888Z Progress (1): 8.2/30 kB
2023-11-28T08:18:10.2025679Z Progress (1): 12/30 kB
2023-11-28T08:18:10.2038224Z Progress (1): 16/30 kB
2023-11-28T08:18:10.2045210Z Progress (1): 20/30 kB
2023-11-28T08:18:10.2051455Z Progress (1): 25/30 kB
2023-11-28T08:18:10.2058180Z Progress (1): 29/30 kB
2023-11-28T08:18:10.2132025Z Progress (1): 30 kB
2023-11-28T08:18:10.2135936Z
2023-11-28T08:18:10.2137708Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom (30 kB at 1.6 MB/s)
2023-11-28T08:18:10.2195260Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom
2023-11-28T08:18:10.2316332Z Progress (1): 4.1/20 kB
2023-11-28T08:18:10.2318468Z Progress (1): 8.2/20 kB
2023-11-28T08:18:10.2327043Z Progress (1): 12/20 kB
2023-11-28T08:18:10.2340526Z Progress (1): 16/20 kB
2023-11-28T08:18:10.2409795Z Progress (1): 20 kB
2023-11-28T08:18:10.2410505Z
2023-11-28T08:18:10.2411872Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 1.1 MB/s)
2023-11-28T08:18:10.2496877Z Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
2023-11-28T08:18:10.2558181Z Progress (1): 4.1/5.6 kB
2023-11-28T08:18:10.2648222Z Progress (1): 5.6 kB
2023-11-28T08:18:10.2648707Z
2023-11-28T08:18:10.2649770Z Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 375 kB/s)
2023-11-28T08:18:10.2708269Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.pom
2023-11-28T08:18:10.2870239Z Progress (1): 3.9 kB
2023-11-28T08:18:10.2870953Z
2023-11-28T08:18:10.2872593Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.pom (3.9 kB at 246 kB/s)
2023-11-28T08:18:10.2924103Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.2/httpcore5-parent-5.2.pom
2023-11-28T08:18:10.3005409Z Progress (1): 4.1/14 kB
2023-11-28T08:18:10.3011067Z Progress (1): 8.2/14 kB
2023-11-28T08:18:10.3011712Z Progress (1): 12/14 kB
2023-11-28T08:18:10.3054398Z Progress (1): 14 kB
2023-11-28T08:18:10.3056840Z
2023-11-28T08:18:10.3058586Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.2/httpcore5-parent-5.2.pom (14 kB at 1.1 MB/s)
2023-11-28T08:18:10.3123150Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.pom
2023-11-28T08:18:10.3256338Z Progress (1): 3.6 kB
2023-11-28T08:18:10.3263555Z
2023-11-28T08:18:10.3269478Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.pom (3.6 kB at 258 kB/s)
2023-11-28T08:18:10.3344884Z Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
2023-11-28T08:18:10.3432053Z Progress (1): 2.7 kB
2023-11-28T08:18:10.3434108Z
2023-11-28T08:18:10.3435624Z Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 274 kB/s)
2023-11-28T08:18:10.3474388Z Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
2023-11-28T08:18:10.3525475Z Progress (1): 4.1/14 kB
2023-11-28T08:18:10.3532965Z Progress (1): 8.2/14 kB
2023-11-28T08:18:10.3539237Z Progress (1): 12/14 kB
2023-11-28T08:18:10.3586916Z Progress (1): 14 kB
2023-11-28T08:18:10.3591381Z
2023-11-28T08:18:10.3595742Z Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 1.2 MB/s)
2023-11-28T08:18:10.3763082Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.pom
2023-11-28T08:18:10.3866684Z Progress (1): 4.1/21 kB
2023-11-28T08:18:10.3872941Z Progress (1): 8.2/21 kB
2023-11-28T08:18:10.3878897Z Progress (1): 12/21 kB
2023-11-28T08:18:10.3885962Z Progress (1): 16/21 kB
2023-11-28T08:18:10.3892108Z Progress (1): 20/21 kB
2023-11-28T08:18:10.3941852Z Progress (1): 21 kB
2023-11-28T08:18:10.3948084Z
2023-11-28T08:18:10.3954252Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.pom (21 kB at 971 kB/s)
2023-11-28T08:18:10.4023132Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.16.0/jackson-base-2.16.0.pom
2023-11-28T08:18:10.4107132Z Progress (1): 4.1/11 kB
2023-11-28T08:18:10.4113137Z Progress (1): 8.2/11 kB
2023-11-28T08:18:10.4160401Z Progress (1): 11 kB
2023-11-28T08:18:10.4166078Z
2023-11-28T08:18:10.4171724Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.16.0/jackson-base-2.16.0.pom (11 kB at 668 kB/s)
2023-11-28T08:18:10.4277327Z Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
2023-11-28T08:18:10.4354072Z Progress (1): 4.1/5.6 kB
2023-11-28T08:18:10.4411109Z Progress (1): 5.6 kB
2023-11-28T08:18:10.4420040Z
2023-11-28T08:18:10.4425825Z Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 331 kB/s)
2023-11-28T08:18:10.4544018Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.pom
2023-11-28T08:18:10.4605421Z Progress (1): 4.1/7.1 kB
2023-11-28T08:18:10.4649841Z Progress (1): 7.1 kB
2023-11-28T08:18:10.4655167Z
2023-11-28T08:18:10.4661343Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.pom (7.1 kB at 441 kB/s)
2023-11-28T08:18:10.4756953Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.pom
2023-11-28T08:18:10.4813311Z Progress (1): 4.1/9.9 kB
2023-11-28T08:18:10.4819472Z Progress (1): 8.2/9.9 kB
2023-11-28T08:18:10.4863143Z Progress (1): 9.9 kB
2023-11-28T08:18:10.4869075Z
2023-11-28T08:18:10.4874868Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.pom (9.9 kB at 823 kB/s)
2023-11-28T08:18:10.5081244Z Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
2023-11-28T08:18:10.5230091Z Progress (1): 4.1/5.6 kB
2023-11-28T08:18:10.5281302Z Progress (1): 5.6 kB
2023-11-28T08:18:10.5286975Z
2023-11-28T08:18:10.5295910Z Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 188 kB/s)
2023-11-28T08:18:10.5393389Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.0/jackson-datatype-jsr310-2.16.0.pom
2023-11-28T08:18:10.5516259Z Progress (1): 4.1/4.9 kB
2023-11-28T08:18:10.5570306Z Progress (1): 4.9 kB
2023-11-28T08:18:10.5571039Z
2023-11-28T08:18:10.5576813Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.0/jackson-datatype-jsr310-2.16.0.pom (4.9 kB at 213 kB/s)
2023-11-28T08:18:10.5606140Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.16.0/jackson-modules-java8-2.16.0.pom
2023-11-28T08:18:10.5702540Z Progress (1): 3.1 kB
2023-11-28T08:18:10.5704924Z
2023-11-28T08:18:10.5706693Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.16.0/jackson-modules-java8-2.16.0.pom (3.1 kB at 310 kB/s)
2023-11-28T08:18:10.5768552Z Downloading from central: https://repo.maven.apache.org/maven2/com/samskivert/jmustache/1.15/jmustache-1.15.pom
2023-11-28T08:18:10.5838571Z Progress (1): 4.1/8.4 kB
2023-11-28T08:18:10.5845569Z Progress (1): 8.2/8.4 kB
2023-11-28T08:18:10.5885522Z Progress (1): 8.4 kB
2023-11-28T08:18:10.5891145Z
2023-11-28T08:18:10.5896973Z Downloaded from central: https://repo.maven.apache.org/maven2/com/samskivert/jmustache/1.15/jmustache-1.15.pom (8.4 kB at 699 kB/s)
2023-11-28T08:18:10.5928731Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
2023-11-28T08:18:10.5973945Z Progress (1): 4.1/6.6 kB
2023-11-28T08:18:10.6014786Z Progress (1): 6.6 kB
2023-11-28T08:18:10.6020275Z
2023-11-28T08:18:10.6026410Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 730 kB/s)
2023-11-28T08:18:10.6070468Z Downloading from central: https://repo.maven.apache.org/maven2/org/anarres/jdiagnostics/jdiagnostics/1.0.7/jdiagnostics-1.0.7.pom
2023-11-28T08:18:10.6157793Z Progress (1): 2.0 kB
2023-11-28T08:18:10.6160347Z
2023-11-28T08:18:10.6162837Z Downloaded from central: https://repo.maven.apache.org/maven2/org/anarres/jdiagnostics/jdiagnostics/1.0.7/jdiagnostics-1.0.7.pom (2.0 kB at 224 kB/s)
2023-11-28T08:18:10.6186977Z Downloading from central: https://repo.maven.apache.org/maven2/org/whitesource/pecoff4j/0.0.2.1/pecoff4j-0.0.2.1.pom
2023-11-28T08:18:10.6256166Z Progress (1): 4.1/6.8 kB
2023-11-28T08:18:10.6340093Z Progress (1): 6.8 kB
2023-11-28T08:18:10.6344428Z
2023-11-28T08:18:10.6348058Z Downloaded from central: https://repo.maven.apache.org/maven2/org/whitesource/pecoff4j/0.0.2.1/pecoff4j-0.0.2.1.pom (6.8 kB at 425 kB/s)
2023-11-28T08:18:10.6379068Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs3-core/3.2/commons-jcs3-core-3.2.pom
2023-11-28T08:18:10.6424237Z Progress (1): 4.1/7.8 kB
2023-11-28T08:18:10.6469197Z Progress (1): 7.8 kB
2023-11-28T08:18:10.6469695Z
2023-11-28T08:18:10.6471095Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs3-core/3.2/commons-jcs3-core-3.2.pom (7.8 kB at 864 kB/s)
2023-11-28T08:18:10.6494069Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs3/3.2/commons-jcs3-3.2.pom
2023-11-28T08:18:10.6535709Z Progress (1): 4.1/21 kB
2023-11-28T08:18:10.6537132Z Progress (1): 8.2/21 kB
2023-11-28T08:18:10.6538397Z Progress (1): 12/21 kB
2023-11-28T08:18:10.6540245Z Progress (1): 16/21 kB
2023-11-28T08:18:10.6541681Z Progress (1): 20/21 kB
2023-11-28T08:18:10.6629710Z Progress (1): 21 kB
2023-11-28T08:18:10.6630157Z
2023-11-28T08:18:10.6631444Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs3/3.2/commons-jcs3-3.2.pom (21 kB at 1.6 MB/s)
2023-11-28T08:18:10.6686995Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-parent-58.pom
2023-11-28T08:18:10.6732135Z Progress (1): 4.1/83 kB
2023-11-28T08:18:10.6735894Z Progress (1): 8.2/83 kB
2023-11-28T08:18:10.6748697Z Progress (1): 12/83 kB
2023-11-28T08:18:10.6786438Z Progress (1): 16/83 kB
2023-11-28T08:18:10.6790052Z Progress (1): 20/83 kB
2023-11-28T08:18:10.6793645Z Progress (1): 25/83 kB
2023-11-28T08:18:10.6797591Z Progress (1): 29/83 kB
2023-11-28T08:18:10.6803167Z Progress (1): 33/83 kB
2023-11-28T08:18:10.6806755Z Progress (1): 37/83 kB
2023-11-28T08:18:10.6810277Z Progress (1): 41/83 kB
2023-11-28T08:18:10.6813751Z Progress (1): 45/83 kB
2023-11-28T08:18:10.6819151Z Progress (1): 49/83 kB
2023-11-28T08:18:10.6823010Z Progress (1): 53/83 kB
2023-11-28T08:18:10.6826648Z Progress (1): 57/83 kB
2023-11-28T08:18:10.6830078Z Progress (1): 61/83 kB
2023-11-28T08:18:10.6835558Z Progress (1): 66/83 kB
2023-11-28T08:18:10.6846032Z Progress (1): 70/83 kB
2023-11-28T08:18:10.6849790Z Progress (1): 74/83 kB
2023-11-28T08:18:10.6853363Z Progress (1): 78/83 kB
2023-11-28T08:18:10.6857652Z Progress (1): 82/83 kB
2023-11-28T08:18:10.6914314Z Progress (1): 83 kB
2023-11-28T08:18:10.6914812Z
2023-11-28T08:18:10.6916130Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 3.4 MB/s)
2023-11-28T08:18:10.7035887Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom
2023-11-28T08:18:10.7086597Z Progress (1): 4.1/21 kB
2023-11-28T08:18:10.7092415Z Progress (1): 8.2/21 kB
2023-11-28T08:18:10.7097954Z Progress (1): 12/21 kB
2023-11-28T08:18:10.7104693Z Progress (1): 16/21 kB
2023-11-28T08:18:10.7110407Z Progress (1): 20/21 kB
2023-11-28T08:18:10.7151700Z Progress (1): 21 kB
2023-11-28T08:18:10.7167491Z
2023-11-28T08:18:10.7173315Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 1.6 MB/s)
2023-11-28T08:18:10.7304143Z Downloading from central: https://repo.maven.apache.org/maven2/io/github/jeremylong/jcs3-slf4j/1.0.3/jcs3-slf4j-1.0.3.pom
2023-11-28T08:18:10.7481305Z Progress (1): 1.9 kB
2023-11-28T08:18:10.7486839Z
2023-11-28T08:18:10.7492566Z Downloaded from central: https://repo.maven.apache.org/maven2/io/github/jeremylong/jcs3-slf4j/1.0.3/jcs3-slf4j-1.0.3.pom (1.9 kB at 74 kB/s)
2023-11-28T08:18:10.7529303Z Downloading from central: https://repo.maven.apache.org/maven2/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.pom
2023-11-28T08:18:10.7577340Z Progress (1): 4.1/12 kB
2023-11-28T08:18:10.7581446Z Progress (1): 8.2/12 kB
2023-11-28T08:18:10.7630479Z Progress (1): 12 kB
2023-11-28T08:18:10.7635860Z
2023-11-28T08:18:10.7641510Z Downloaded from central: https://repo.maven.apache.org/maven2/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.pom (12 kB at 1.1 MB/s)
2023-11-28T08:18:10.7703488Z Downloading from central: https://repo.maven.apache.org/maven2/us/springett/cpe-parser/2.0.3/cpe-parser-2.0.3.pom
2023-11-28T08:18:10.7753998Z Progress (1): 4.1/17 kB
2023-11-28T08:18:10.7757657Z Progress (1): 8.2/17 kB
2023-11-28T08:18:10.7758312Z Progress (1): 12/17 kB
2023-11-28T08:18:10.7758943Z Progress (1): 16/17 kB
2023-11-28T08:18:10.7803814Z Progress (1): 17 kB
2023-11-28T08:18:10.7804381Z
2023-11-28T08:18:10.7805692Z Downloaded from central: https://repo.maven.apache.org/maven2/us/springett/cpe-parser/2.0.3/cpe-parser-2.0.3.pom (17 kB at 1.3 MB/s)
2023-11-28T08:18:10.7840826Z Downloading from central: https://repo.maven.apache.org/maven2/org/semver4j/semver4j/5.2.2/semver4j-5.2.2.pom
2023-11-28T08:18:10.7918149Z Progress (1): 4.1/9.2 kB
2023-11-28T08:18:10.7922630Z Progress (1): 8.2/9.2 kB
2023-11-28T08:18:10.7991695Z Progress (1): 9.2 kB
2023-11-28T08:18:10.7992264Z
2023-11-28T08:18:10.7993669Z Downloaded from central: https://repo.maven.apache.org/maven2/org/semver4j/semver4j/5.2.2/semver4j-5.2.2.pom (9.2 kB at 576 kB/s)
2023-11-28T08:18:10.8020642Z Downloading from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/9.0.1/dependency-check-utils-9.0.1.pom
2023-11-28T08:18:10.8079134Z Progress (1): 4.1/4.3 kB
2023-11-28T08:18:10.8230203Z Progress (1): 4.3 kB
2023-11-28T08:18:10.8232620Z
2023-11-28T08:18:10.8234077Z Downloaded from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/9.0.1/dependency-check-utils-9.0.1.pom (4.3 kB at 195 kB/s)
2023-11-28T08:18:10.8298998Z Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom
2023-11-28T08:18:10.8411474Z Progress (1): 4.1/22 kB
2023-11-28T08:18:10.8416738Z Progress (1): 8.2/22 kB
2023-11-28T08:18:10.8425289Z Progress (1): 12/22 kB
2023-11-28T08:18:10.8431571Z Progress (1): 16/22 kB
2023-11-28T08:18:10.8436765Z Progress (1): 20/22 kB
2023-11-28T08:18:10.8513606Z Progress (1): 22 kB
2023-11-28T08:18:10.8514416Z
2023-11-28T08:18:10.8519458Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom (22 kB at 941 kB/s)
2023-11-28T08:18:10.8576648Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom
2023-11-28T08:18:10.8633698Z Progress (1): 4.1/78 kB
2023-11-28T08:18:10.8638720Z Progress (1): 8.2/78 kB
2023-11-28T08:18:10.8643640Z Progress (1): 12/78 kB
2023-11-28T08:18:10.8653050Z Progress (1): 16/78 kB
2023-11-28T08:18:10.8657761Z Progress (1): 20/78 kB
2023-11-28T08:18:10.8664870Z Progress (1): 25/78 kB
2023-11-28T08:18:10.8665496Z Progress (1): 29/78 kB
2023-11-28T08:18:10.8670316Z Progress (1): 33/78 kB
2023-11-28T08:18:10.8675402Z Progress (1): 37/78 kB
2023-11-28T08:18:10.8691845Z Progress (1): 41/78 kB
2023-11-28T08:18:10.8697093Z Progress (1): 45/78 kB
2023-11-28T08:18:10.8704266Z Progress (1): 49/78 kB
2023-11-28T08:18:10.8709192Z Progress (1): 53/78 kB
2023-11-28T08:18:10.8713998Z Progress (1): 57/78 kB
2023-11-28T08:18:10.8718918Z Progress (1): 61/78 kB
2023-11-28T08:18:10.8728222Z Progress (1): 66/78 kB
2023-11-28T08:18:10.8738749Z Progress (1): 70/78 kB
2023-11-28T08:18:10.8754060Z Progress (1): 74/78 kB
2023-11-28T08:18:10.8764927Z Progress (1): 78/78 kB
2023-11-28T08:18:10.8836634Z Progress (1): 78 kB
2023-11-28T08:18:10.8836968Z
2023-11-28T08:18:10.8838702Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 3.0 MB/s)
2023-11-28T08:18:10.9030031Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom
2023-11-28T08:18:10.9081541Z Progress (1): 4.1/23 kB
2023-11-28T08:18:10.9081899Z Progress (1): 8.2/23 kB
2023-11-28T08:18:10.9082135Z Progress (1): 12/23 kB
2023-11-28T08:18:10.9082375Z Progress (1): 16/23 kB
2023-11-28T08:18:10.9082606Z Progress (1): 20/23 kB
2023-11-28T08:18:10.9121900Z Progress (1): 23 kB
2023-11-28T08:18:10.9122470Z
2023-11-28T08:18:10.9123756Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/30/apache-30.pom (23 kB at 2.3 MB/s)
2023-11-28T08:18:10.9168984Z Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
2023-11-28T08:18:10.9263608Z Progress (1): 4.1/5.6 kB
2023-11-28T08:18:10.9304412Z Progress (1): 5.6 kB
2023-11-28T08:18:10.9307426Z
2023-11-28T08:18:10.9309039Z Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 404 kB/s)
2023-11-28T08:18:10.9349518Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
2023-11-28T08:18:10.9396525Z Progress (1): 4.1/31 kB
2023-11-28T08:18:10.9401342Z Progress (1): 8.2/31 kB
2023-11-28T08:18:10.9406141Z Progress (1): 12/31 kB
2023-11-28T08:18:10.9411002Z Progress (1): 16/31 kB
2023-11-28T08:18:10.9416009Z Progress (1): 20/31 kB
2023-11-28T08:18:10.9421994Z Progress (1): 25/31 kB
2023-11-28T08:18:10.9422248Z Progress (1): 29/31 kB
2023-11-28T08:18:10.9464762Z Progress (1): 31 kB
2023-11-28T08:18:10.9465340Z
2023-11-28T08:18:10.9466597Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (31 kB at 2.6 MB/s)
2023-11-28T08:18:10.9545941Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
2023-11-28T08:18:10.9583100Z Progress (1): 4.1/24 kB
2023-11-28T08:18:10.9586514Z Progress (1): 8.2/24 kB
2023-11-28T08:18:10.9587198Z Progress (1): 12/24 kB
2023-11-28T08:18:10.9587625Z Progress (1): 16/24 kB
2023-11-28T08:18:10.9591716Z Progress (1): 20/24 kB
2023-11-28T08:18:10.9626239Z Progress (1): 24 kB
2023-11-28T08:18:10.9626743Z
2023-11-28T08:18:10.9628332Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 3.0 MB/s)
2023-11-28T08:18:10.9658808Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom
2023-11-28T08:18:10.9698268Z Progress (1): 4.1/72 kB
2023-11-28T08:18:10.9701269Z Progress (1): 8.2/72 kB
2023-11-28T08:18:10.9701897Z Progress (1): 12/72 kB
2023-11-28T08:18:10.9705366Z Progress (1): 16/72 kB
2023-11-28T08:18:10.9705806Z Progress (1): 20/72 kB
2023-11-28T08:18:10.9758404Z Progress (1): 25/72 kB
2023-11-28T08:18:10.9760753Z Progress (1): 29/72 kB
2023-11-28T08:18:10.9764134Z Progress (1): 33/72 kB
2023-11-28T08:18:10.9764691Z Progress (1): 37/72 kB
2023-11-28T08:18:10.9765515Z Progress (1): 41/72 kB
2023-11-28T08:18:10.9766028Z Progress (1): 45/72 kB
2023-11-28T08:18:10.9771720Z Progress (1): 49/72 kB
2023-11-28T08:18:10.9772238Z Progress (1): 53/72 kB
2023-11-28T08:18:10.9776591Z Progress (1): 57/72 kB
2023-11-28T08:18:10.9776860Z Progress (1): 61/72 kB
2023-11-28T08:18:10.9777099Z Progress (1): 66/72 kB
2023-11-28T08:18:10.9777339Z Progress (1): 70/72 kB
2023-11-28T08:18:10.9813532Z Progress (1): 72 kB
2023-11-28T08:18:10.9819492Z
2023-11-28T08:18:10.9825435Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 4.5 MB/s)
2023-11-28T08:18:10.9881438Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom
2023-11-28T08:18:10.9936285Z Progress (1): 4.1/17 kB
2023-11-28T08:18:10.9942046Z Progress (1): 8.2/17 kB
2023-11-28T08:18:10.9947377Z Progress (1): 12/17 kB
2023-11-28T08:18:10.9953910Z Progress (1): 16/17 kB
2023-11-28T08:18:10.9995733Z Progress (1): 17 kB
2023-11-28T08:18:11.0000891Z
2023-11-28T08:18:11.0006383Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 1.4 MB/s)
2023-11-28T08:18:11.0084193Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom
2023-11-28T08:18:11.0127809Z Progress (1): 4.1/22 kB
2023-11-28T08:18:11.0131391Z Progress (1): 8.2/22 kB
2023-11-28T08:18:11.0132006Z Progress (1): 12/22 kB
2023-11-28T08:18:11.0132496Z Progress (1): 16/22 kB
2023-11-28T08:18:11.0135819Z Progress (1): 20/22 kB
2023-11-28T08:18:11.0189061Z Progress (1): 22 kB
2023-11-28T08:18:11.0193047Z
2023-11-28T08:18:11.0197291Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom (22 kB at 1.6 MB/s)
2023-11-28T08:18:11.0271012Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
2023-11-28T08:18:11.0326057Z Progress (1): 4.1/19 kB
2023-11-28T08:18:11.0329900Z Progress (1): 8.2/19 kB
2023-11-28T08:18:11.0331042Z Progress (1): 12/19 kB
2023-11-28T08:18:11.0331545Z Progress (1): 16/19 kB
2023-11-28T08:18:11.0374625Z Progress (1): 19 kB
2023-11-28T08:18:11.0375233Z
2023-11-28T08:18:11.0376557Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom (19 kB at 1.7 MB/s)
2023-11-28T08:18:11.0506871Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-dbcp2/2.11.0/commons-dbcp2-2.11.0.pom
2023-11-28T08:18:11.0557748Z Progress (1): 4.1/18 kB
2023-11-28T08:18:11.0561309Z Progress (1): 8.2/18 kB
2023-11-28T08:18:11.0562399Z Progress (1): 12/18 kB
2023-11-28T08:18:11.0562904Z Progress (1): 16/18 kB
2023-11-28T08:18:11.0634814Z Progress (1): 18 kB
2023-11-28T08:18:11.0635450Z
2023-11-28T08:18:11.0636738Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-dbcp2/2.11.0/commons-dbcp2-2.11.0.pom (18 kB at 1.4 MB/s)
2023-11-28T08:18:11.0735480Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.12.0/commons-pool2-2.12.0.pom
2023-11-28T08:18:11.0814131Z Progress (1): 4.1/16 kB
2023-11-28T08:18:11.0818778Z Progress (1): 8.2/16 kB
2023-11-28T08:18:11.0819465Z Progress (1): 12/16 kB
2023-11-28T08:18:11.0871051Z Progress (1): 16 kB
2023-11-28T08:18:11.0871651Z
2023-11-28T08:18:11.0872991Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.12.0/commons-pool2-2.12.0.pom (16 kB at 1.2 MB/s)
2023-11-28T08:18:11.0929405Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/62/commons-parent-62.pom
2023-11-28T08:18:11.1006689Z Progress (1): 4.1/81 kB
2023-11-28T08:18:11.1011592Z Progress (1): 8.2/81 kB
2023-11-28T08:18:11.1013944Z Progress (1): 12/81 kB
2023-11-28T08:18:11.1014502Z Progress (1): 16/81 kB
2023-11-28T08:18:11.1014746Z Progress (1): 20/81 kB
2023-11-28T08:18:11.1014963Z Progress (1): 25/81 kB
2023-11-28T08:18:11.1020284Z Progress (1): 29/81 kB
2023-11-28T08:18:11.1021153Z Progress (1): 33/81 kB
2023-11-28T08:18:11.1021528Z Progress (1): 37/81 kB
2023-11-28T08:18:11.1021785Z Progress (1): 41/81 kB
2023-11-28T08:18:11.1022190Z Progress (1): 45/81 kB
2023-11-28T08:18:11.1026900Z Progress (1): 49/81 kB
2023-11-28T08:18:11.1027411Z Progress (1): 53/81 kB
2023-11-28T08:18:11.1027885Z Progress (1): 57/81 kB
2023-11-28T08:18:11.1028245Z Progress (1): 61/81 kB
2023-11-28T08:18:11.1032658Z Progress (1): 66/81 kB
2023-11-28T08:18:11.1033138Z Progress (1): 70/81 kB
2023-11-28T08:18:11.1033623Z Progress (1): 74/81 kB
2023-11-28T08:18:11.1033974Z Progress (1): 78/81 kB
2023-11-28T08:18:11.1074974Z Progress (1): 81 kB
2023-11-28T08:18:11.1075812Z
2023-11-28T08:18:11.1077251Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/62/commons-parent-62.pom (81 kB at 5.4 MB/s)
2023-11-28T08:18:11.1171994Z Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
2023-11-28T08:18:11.1218165Z Progress (1): 4.1/19 kB
2023-11-28T08:18:11.1222730Z Progress (1): 8.2/19 kB
2023-11-28T08:18:11.1223340Z Progress (1): 12/19 kB
2023-11-28T08:18:11.1224348Z Progress (1): 16/19 kB
2023-11-28T08:18:11.1336711Z Progress (1): 19 kB
2023-11-28T08:18:11.1337446Z
2023-11-28T08:18:11.1339021Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 1.1 MB/s)
2023-11-28T08:18:11.1413309Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom
2023-11-28T08:18:11.1492786Z Progress (1): 4.1/56 kB
2023-11-28T08:18:11.1497666Z Progress (1): 8.2/56 kB
2023-11-28T08:18:11.1498382Z Progress (1): 12/56 kB
2023-11-28T08:18:11.1498771Z Progress (1): 16/56 kB
2023-11-28T08:18:11.1499021Z Progress (1): 20/56 kB
2023-11-28T08:18:11.1499247Z Progress (1): 25/56 kB
2023-11-28T08:18:11.1499466Z Progress (1): 29/56 kB
2023-11-28T08:18:11.1503751Z Progress (1): 33/56 kB
2023-11-28T08:18:11.1504367Z Progress (1): 37/56 kB
2023-11-28T08:18:11.1504638Z Progress (1): 41/56 kB
2023-11-28T08:18:11.1506849Z Progress (1): 45/56 kB
2023-11-28T08:18:11.1510135Z Progress (1): 49/56 kB
2023-11-28T08:18:11.1510724Z Progress (1): 53/56 kB
2023-11-28T08:18:11.1550993Z Progress (1): 56 kB
2023-11-28T08:18:11.1551543Z
2023-11-28T08:18:11.1553088Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 4.0 MB/s)
2023-11-28T08:18:11.1889093Z Downloading from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom
2023-11-28T08:18:11.1950467Z Progress (1): 4.1/13 kB
2023-11-28T08:18:11.1954938Z Progress (1): 8.2/13 kB
2023-11-28T08:18:11.1955565Z Progress (1): 12/13 kB
2023-11-28T08:18:11.2006237Z Progress (1): 13 kB
2023-11-28T08:18:11.2006826Z
2023-11-28T08:18:11.2008511Z Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom (13 kB at 1.1 MB/s)
2023-11-28T08:18:11.2159336Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
2023-11-28T08:18:11.2200617Z Progress (1): 4.1/13 kB
2023-11-28T08:18:11.2205353Z Progress (1): 8.2/13 kB
2023-11-28T08:18:11.2205973Z Progress (1): 12/13 kB
2023-11-28T08:18:11.2236036Z Progress (1): 13 kB
2023-11-28T08:18:11.2236623Z
2023-11-28T08:18:11.2237906Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 1.6 MB/s)
2023-11-28T08:18:11.2277929Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/8.11.2/lucene-core-8.11.2.pom
2023-11-28T08:18:11.2396793Z Progress (1): 1.8 kB
2023-11-28T08:18:11.2397082Z
2023-11-28T08:18:11.2398250Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/8.11.2/lucene-core-8.11.2.pom (1.8 kB at 136 kB/s)
2023-11-28T08:18:11.2427665Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-parent/8.11.2/lucene-parent-8.11.2.pom
2023-11-28T08:18:11.2513911Z Progress (1): 2.5 kB
2023-11-28T08:18:11.2519885Z
2023-11-28T08:18:11.2525858Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-parent/8.11.2/lucene-parent-8.11.2.pom (2.5 kB at 274 kB/s)
2023-11-28T08:18:11.2550364Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-solr-grandparent/8.11.2/lucene-solr-grandparent-8.11.2.pom
2023-11-28T08:18:11.2600532Z Progress (1): 4.1/505 kB
2023-11-28T08:18:11.2604973Z Progress (1): 8.2/505 kB
2023-11-28T08:18:11.2605690Z Progress (1): 12/505 kB
2023-11-28T08:18:11.2606109Z Progress (1): 16/505 kB
2023-11-28T08:18:11.2610023Z Progress (1): 20/505 kB
2023-11-28T08:18:11.2648515Z Progress (1): 25/505 kB
2023-11-28T08:18:11.2650908Z Progress (1): 29/505 kB
2023-11-28T08:18:11.2654172Z Progress (1): 33/505 kB
2023-11-28T08:18:11.2654796Z Progress (1): 37/505 kB
2023-11-28T08:18:11.2655196Z Progress (1): 41/505 kB
2023-11-28T08:18:11.2655441Z Progress (1): 45/505 kB
2023-11-28T08:18:11.2659901Z Progress (1): 49/505 kB
2023-11-28T08:18:11.2660542Z Progress (1): 53/505 kB
2023-11-28T08:18:11.2661240Z Progress (1): 57/505 kB
2023-11-28T08:18:11.2661495Z Progress (1): 61/505 kB
2023-11-28T08:18:11.2665474Z Progress (1): 66/505 kB
2023-11-28T08:18:11.2666071Z Progress (1): 70/505 kB
2023-11-28T08:18:11.2666468Z Progress (1): 74/505 kB
2023-11-28T08:18:11.2669496Z Progress (1): 78/505 kB
2023-11-28T08:18:11.2672849Z Progress (1): 82/505 kB
2023-11-28T08:18:11.2673436Z Progress (1): 86/505 kB
2023-11-28T08:18:11.2673864Z Progress (1): 90/505 kB
2023-11-28T08:18:11.2674109Z Progress (1): 94/505 kB
2023-11-28T08:18:11.2678674Z Progress (1): 98/505 kB
2023-11-28T08:18:11.2679204Z Progress (1): 102/505 kB
2023-11-28T08:18:11.2679567Z Progress (1): 106/505 kB
2023-11-28T08:18:11.2679831Z Progress (1): 111/505 kB
2023-11-28T08:18:11.2713183Z Progress (1): 115/505 kB
2023-11-28T08:18:11.2715388Z Progress (1): 119/505 kB
2023-11-28T08:18:11.2716007Z Progress (1): 123/505 kB
2023-11-28T08:18:11.2716407Z Progress (1): 127/505 kB
2023-11-28T08:18:11.2720747Z Progress (1): 131/505 kB
2023-11-28T08:18:11.2721328Z Progress (1): 135/505 kB
2023-11-28T08:18:11.2721732Z Progress (1): 139/505 kB
2023-11-28T08:18:11.2721974Z Progress (1): 143/505 kB
2023-11-28T08:18:11.2725868Z Progress (1): 147/505 kB
2023-11-28T08:18:11.2726415Z Progress (1): 152/505 kB
2023-11-28T08:18:11.2726793Z Progress (1): 156/505 kB
2023-11-28T08:18:11.2730827Z Progress (1): 160/505 kB
2023-11-28T08:18:11.2731421Z Progress (1): 164/505 kB
2023-11-28T08:18:11.2731813Z Progress (1): 168/505 kB
2023-11-28T08:18:11.2735807Z Progress (1): 172/505 kB
2023-11-28T08:18:11.2736411Z Progress (1): 176/505 kB
2023-11-28T08:18:11.2736787Z Progress (1): 180/505 kB
2023-11-28T08:18:11.2740417Z Progress (1): 184/505 kB
2023-11-28T08:18:11.2741085Z Progress (1): 188/505 kB
2023-11-28T08:18:11.2742699Z Progress (1): 193/505 kB
2023-11-28T08:18:11.2745298Z Progress (1): 197/505 kB
2023-11-28T08:18:11.2745941Z Progress (1): 201/505 kB
2023-11-28T08:18:11.2746429Z Progress (1): 205/505 kB
2023-11-28T08:18:11.2748603Z Progress (1): 209/505 kB
2023-11-28T08:18:11.2749088Z Progress (1): 213/505 kB
2023-11-28T08:18:11.2749479Z Progress (1): 217/505 kB
2023-11-28T08:18:11.2749872Z Progress (1): 221/505 kB
2023-11-28T08:18:11.2751955Z Progress (1): 225/505 kB
2023-11-28T08:18:11.2752431Z Progress (1): 229/505 kB
2023-11-28T08:18:11.2752843Z Progress (1): 233/505 kB
2023-11-28T08:18:11.2754690Z Progress (1): 238/505 kB
2023-11-28T08:18:11.2755175Z Progress (1): 242/505 kB
2023-11-28T08:18:11.2755565Z Progress (1): 246/505 kB
2023-11-28T08:18:11.2756777Z Progress (1): 250/505 kB
2023-11-28T08:18:11.2758511Z Progress (1): 254/505 kB
2023-11-28T08:18:11.2758971Z Progress (1): 258/505 kB
2023-11-28T08:18:11.2760266Z Progress (1): 262/505 kB
2023-11-28T08:18:11.2760703Z Progress (1): 266/505 kB
2023-11-28T08:18:11.2762194Z Progress (1): 270/505 kB
2023-11-28T08:18:11.2763527Z Progress (1): 274/505 kB
2023-11-28T08:18:11.2764011Z Progress (1): 279/505 kB
2023-11-28T08:18:11.2765195Z Progress (1): 283/505 kB
2023-11-28T08:18:11.2766530Z Progress (1): 287/505 kB
2023-11-28T08:18:11.2768345Z Progress (1): 291/505 kB
2023-11-28T08:18:11.2768794Z Progress (1): 295/505 kB
2023-11-28T08:18:11.2769177Z Progress (1): 299/505 kB
2023-11-28T08:18:11.2770776Z Progress (1): 303/505 kB
2023-11-28T08:18:11.2772569Z Progress (1): 307/505 kB
2023-11-28T08:18:11.2773182Z Progress (1): 311/505 kB
2023-11-28T08:18:11.2773570Z Progress (1): 315/505 kB
2023-11-28T08:18:11.2775841Z Progress (1): 319/505 kB
2023-11-28T08:18:11.2776312Z Progress (1): 324/505 kB
2023-11-28T08:18:11.2777605Z Progress (1): 328/505 kB
2023-11-28T08:18:11.2778028Z Progress (1): 332/505 kB
2023-11-28T08:18:11.2779559Z Progress (1): 336/505 kB
2023-11-28T08:18:11.2781117Z Progress (1): 340/505 kB
2023-11-28T08:18:11.2781964Z Progress (1): 344/505 kB
2023-11-28T08:18:11.2782378Z Progress (1): 348/505 kB
2023-11-28T08:18:11.2813363Z Progress (1): 352/505 kB
2023-11-28T08:18:11.2815177Z Progress (1): 356/505 kB
2023-11-28T08:18:11.2816849Z Progress (1): 360/505 kB
2023-11-28T08:18:11.2818472Z Progress (1): 365/505 kB
2023-11-28T08:18:11.2822061Z Progress (1): 369/505 kB
2023-11-28T08:18:11.2823784Z Progress (1): 373/505 kB
2023-11-28T08:18:11.2825439Z Progress (1): 377/505 kB
2023-11-28T08:18:11.2827098Z Progress (1): 381/505 kB
2023-11-28T08:18:11.2830300Z Progress (1): 385/505 kB
2023-11-28T08:18:11.2831965Z Progress (1): 389/505 kB
2023-11-28T08:18:11.2833570Z Progress (1): 393/505 kB
2023-11-28T08:18:11.2835233Z Progress (1): 397/505 kB
2023-11-28T08:18:11.2838338Z Progress (1): 401/505 kB
2023-11-28T08:18:11.2840027Z Progress (1): 406/505 kB
2023-11-28T08:18:11.2841608Z Progress (1): 410/505 kB
2023-11-28T08:18:11.2843295Z Progress (1): 414/505 kB
2023-11-28T08:18:11.2846407Z Progress (1): 418/505 kB
2023-11-28T08:18:11.2848163Z Progress (1): 422/505 kB
2023-11-28T08:18:11.2849805Z Progress (1): 426/505 kB
2023-11-28T08:18:11.2851477Z Progress (1): 430/505 kB
2023-11-28T08:18:11.2854604Z Progress (1): 434/505 kB
2023-11-28T08:18:11.2856223Z Progress (1): 438/505 kB
2023-11-28T08:18:11.2857888Z Progress (1): 442/505 kB
2023-11-28T08:18:11.2859618Z Progress (1): 446/505 kB
2023-11-28T08:18:11.2862821Z Progress (1): 451/505 kB
2023-11-28T08:18:11.2871429Z Progress (1): 455/505 kB
2023-11-28T08:18:11.2873588Z Progress (1): 459/505 kB
2023-11-28T08:18:11.2875343Z Progress (1): 463/505 kB
2023-11-28T08:18:11.2878421Z Progress (1): 467/505 kB
2023-11-28T08:18:11.2880161Z Progress (1): 471/505 kB
2023-11-28T08:18:11.2881816Z Progress (1): 475/505 kB
2023-11-28T08:18:11.2883552Z Progress (1): 479/505 kB
2023-11-28T08:18:11.2903973Z Progress (1): 483/505 kB
2023-11-28T08:18:11.2906720Z Progress (1): 487/505 kB
2023-11-28T08:18:11.2908421Z Progress (1): 492/505 kB
2023-11-28T08:18:11.2910081Z Progress (1): 496/505 kB
2023-11-28T08:18:11.2912421Z Progress (1): 500/505 kB
2023-11-28T08:18:11.2914713Z Progress (1): 504/505 kB
2023-11-28T08:18:11.2964033Z Progress (1): 505 kB
2023-11-28T08:18:11.2965212Z
2023-11-28T08:18:11.2967200Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-solr-grandparent/8.11.2/lucene-solr-grandparent-8.11.2.pom (505 kB at 12 MB/s)
2023-11-28T08:18:11.3189478Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom
2023-11-28T08:18:11.3229589Z Progress (1): 4.1/18 kB
2023-11-28T08:18:11.3231185Z Progress (1): 8.2/18 kB
2023-11-28T08:18:11.3232795Z Progress (1): 12/18 kB
2023-11-28T08:18:11.3249605Z Progress (1): 16/18 kB
2023-11-28T08:18:11.3277887Z Progress (1): 18 kB
2023-11-28T08:18:11.3278942Z
2023-11-28T08:18:11.3280459Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 2.0 MB/s)
2023-11-28T08:18:11.3381531Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/8.11.2/lucene-analyzers-common-8.11.2.pom
2023-11-28T08:18:11.3466301Z Progress (1): 1.9 kB
2023-11-28T08:18:11.3467169Z
2023-11-28T08:18:11.3469030Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/8.11.2/lucene-analyzers-common-8.11.2.pom (1.9 kB at 213 kB/s)
2023-11-28T08:18:11.3578710Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/8.11.2/lucene-queryparser-8.11.2.pom
2023-11-28T08:18:11.3721203Z Progress (1): 2.2 kB
2023-11-28T08:18:11.3737004Z
2023-11-28T08:18:11.3738867Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/8.11.2/lucene-queryparser-8.11.2.pom (2.2 kB at 127 kB/s)
2023-11-28T08:18:11.3834290Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/8.11.2/lucene-queries-8.11.2.pom
2023-11-28T08:18:11.3975678Z Progress (1): 1.9 kB
2023-11-28T08:18:11.3976443Z
2023-11-28T08:18:11.3978890Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/8.11.2/lucene-queries-8.11.2.pom (1.9 kB at 118 kB/s)
2023-11-28T08:18:11.4061288Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/8.11.2/lucene-sandbox-8.11.2.pom
2023-11-28T08:18:11.4164515Z Progress (1): 1.9 kB
2023-11-28T08:18:11.4165219Z
2023-11-28T08:18:11.4166857Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/8.11.2/lucene-sandbox-8.11.2.pom (1.9 kB at 171 kB/s)
2023-11-28T08:18:11.4245251Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom
2023-11-28T08:18:11.4291521Z Progress (1): 4.1/10 kB
2023-11-28T08:18:11.4296151Z Progress (1): 8.2/10 kB
2023-11-28T08:18:11.4341094Z Progress (1): 10 kB
2023-11-28T08:18:11.4341789Z
2023-11-28T08:18:11.4343325Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom (10 kB at 1.2 MB/s)
2023-11-28T08:18:11.4386003Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom
2023-11-28T08:18:11.4423096Z Progress (1): 4.1/14 kB
2023-11-28T08:18:11.4424300Z Progress (1): 8.2/14 kB
2023-11-28T08:18:11.4425840Z Progress (1): 12/14 kB
2023-11-28T08:18:11.4495991Z Progress (1): 14 kB
2023-11-28T08:18:11.4497025Z
2023-11-28T08:18:11.4498744Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom (14 kB at 1.3 MB/s)
2023-11-28T08:18:11.4518201Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom
2023-11-28T08:18:11.4562488Z Progress (1): 4.1/7.8 kB
2023-11-28T08:18:11.4611784Z Progress (1): 7.8 kB
2023-11-28T08:18:11.4612421Z
2023-11-28T08:18:11.4619438Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 777 kB/s)
2023-11-28T08:18:11.4666250Z Downloading from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.1.214/h2-2.1.214.pom
2023-11-28T08:18:11.4742090Z Progress (1): 1.1 kB
2023-11-28T08:18:11.4742826Z
2023-11-28T08:18:11.4744327Z Downloaded from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.1.214/h2-2.1.214.pom (1.1 kB at 142 kB/s)
2023-11-28T08:18:11.4775352Z Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
2023-11-28T08:18:11.4818722Z Progress (1): 4.1/12 kB
2023-11-28T08:18:11.4823564Z Progress (1): 8.2/12 kB
2023-11-28T08:18:11.4989964Z Progress (1): 12 kB
2023-11-28T08:18:11.4990612Z
2023-11-28T08:18:11.5013449Z Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom (12 kB at 566 kB/s)
2023-11-28T08:18:11.5014832Z Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom
2023-11-28T08:18:11.5053035Z Progress (1): 4.1/18 kB
2023-11-28T08:18:11.5055393Z Progress (1): 8.2/18 kB
2023-11-28T08:18:11.5057827Z Progress (1): 12/18 kB
2023-11-28T08:18:11.5060667Z Progress (1): 16/18 kB
2023-11-28T08:18:11.5142344Z Progress (1): 18 kB
2023-11-28T08:18:11.5143017Z
2023-11-28T08:18:11.5144405Z Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/json/1.1.4/json-1.1.4.pom (18 kB at 2.0 MB/s)
2023-11-28T08:18:11.5146177Z Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom
2023-11-28T08:18:11.5172272Z Progress (1): 4.1/8.9 kB
2023-11-28T08:18:11.5173631Z Progress (1): 8.2/8.9 kB
2023-11-28T08:18:11.5210100Z Progress (1): 8.9 kB
2023-11-28T08:18:11.5211142Z
2023-11-28T08:18:11.5212713Z Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 985 kB/s)
2023-11-28T08:18:11.5287345Z Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.pom
2023-11-28T08:18:11.5348930Z Progress (1): 4.1/13 kB
2023-11-28T08:18:11.5353556Z Progress (1): 8.2/13 kB
2023-11-28T08:18:11.5358297Z Progress (1): 12/13 kB
2023-11-28T08:18:11.5458277Z Progress (1): 13 kB
2023-11-28T08:18:11.5458978Z
2023-11-28T08:18:11.5460583Z Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.pom (13 kB at 635 kB/s)
2023-11-28T08:18:11.5504097Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-afterburner/2.16.0/jackson-module-afterburner-2.16.0.pom
2023-11-28T08:18:11.5584363Z Progress (1): 4.1/5.8 kB
2023-11-28T08:18:11.5645244Z Progress (1): 5.8 kB
2023-11-28T08:18:11.5645957Z
2023-11-28T08:18:11.5647873Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-afterburner/2.16.0/jackson-module-afterburner-2.16.0.pom (5.8 kB at 413 kB/s)
2023-11-28T08:18:11.5675125Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-base/2.16.0/jackson-modules-base-2.16.0.pom
2023-11-28T08:18:11.5760849Z Progress (1): 4.1 kB
2023-11-28T08:18:11.5763653Z
2023-11-28T08:18:11.5765414Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-base/2.16.0/jackson-modules-base-2.16.0.pom (4.1 kB at 455 kB/s)
2023-11-28T08:18:11.5829542Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-blackbird/2.16.0/jackson-module-blackbird-2.16.0.pom
2023-11-28T08:18:11.5918629Z Progress (1): 3.5 kB
2023-11-28T08:18:11.5923812Z
2023-11-28T08:18:11.5929813Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-blackbird/2.16.0/jackson-module-blackbird-2.16.0.pom (3.5 kB at 350 kB/s)
2023-11-28T08:18:11.6031426Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.0/jackson-dataformat-yaml-2.16.0.pom
2023-11-28T08:18:11.6119998Z Progress (1): 2.6 kB
2023-11-28T08:18:11.6125065Z
2023-11-28T08:18:11.6131248Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.0/jackson-dataformat-yaml-2.16.0.pom (2.6 kB at 263 kB/s)
2023-11-28T08:18:11.6156527Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.16.0/jackson-dataformats-text-2.16.0.pom
2023-11-28T08:18:11.6239171Z Progress (1): 3.5 kB
2023-11-28T08:18:11.6243893Z
2023-11-28T08:18:11.6249446Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.16.0/jackson-dataformats-text-2.16.0.pom (3.5 kB at 386 kB/s)
2023-11-28T08:18:11.6323915Z Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom
2023-11-28T08:18:11.6370436Z Progress (1): 4.1/21 kB
2023-11-28T08:18:11.6375042Z Progress (1): 8.2/21 kB
2023-11-28T08:18:11.6375849Z Progress (1): 12/21 kB
2023-11-28T08:18:11.6376619Z Progress (1): 16/21 kB
2023-11-28T08:18:11.6377146Z Progress (1): 20/21 kB
2023-11-28T08:18:11.6409007Z Progress (1): 21 kB
2023-11-28T08:18:11.6414012Z
2023-11-28T08:18:11.6417258Z Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom (21 kB at 2.1 MB/s)
2023-11-28T08:18:11.6448420Z Downloading from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-core/3.0.4/retirejs-core-3.0.4.pom
2023-11-28T08:18:11.6689067Z Progress (1): 1.6 kB
2023-11-28T08:18:11.6689847Z
2023-11-28T08:18:11.6691745Z Downloaded from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-core/3.0.4/retirejs-core-3.0.4.pom (1.6 kB at 73 kB/s)
2023-11-28T08:18:11.6694085Z Downloading from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-root-pom/3.0.4/retirejs-root-pom-3.0.4.pom
2023-11-28T08:18:11.6718747Z Progress (1): 4.1/12 kB
2023-11-28T08:18:11.6723253Z Progress (1): 8.2/12 kB
2023-11-28T08:18:11.6921044Z Progress (1): 12 kB
2023-11-28T08:18:11.6921695Z
2023-11-28T08:18:11.6923444Z Downloaded from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-root-pom/3.0.4/retirejs-root-pom-3.0.4.pom (12 kB at 512 kB/s)
2023-11-28T08:18:11.6954714Z Downloading from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom
2023-11-28T08:18:11.7034235Z Progress (1): 2.8 kB
2023-11-28T08:18:11.7034890Z
2023-11-28T08:18:11.7036648Z Downloaded from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom (2.8 kB at 310 kB/s)
2023-11-28T08:18:11.7081937Z Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.pom
2023-11-28T08:18:11.7185829Z Progress (1): 3.6 kB
2023-11-28T08:18:11.7186536Z
2023-11-28T08:18:11.7188025Z Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.pom (3.6 kB at 328 kB/s)
2023-11-28T08:18:11.7258185Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
2023-11-28T08:18:11.7299541Z Progress (1): 4.1/4.8 kB
2023-11-28T08:18:11.7357000Z Progress (1): 4.8 kB
2023-11-28T08:18:11.7357834Z
2023-11-28T08:18:11.7359315Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 482 kB/s)
2023-11-28T08:18:11.7407010Z Downloading from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.pom
2023-11-28T08:18:11.7513503Z Progress (1): 3.5 kB
2023-11-28T08:18:11.7514245Z
2023-11-28T08:18:11.7515902Z Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.pom (3.5 kB at 314 kB/s)
2023-11-28T08:18:11.7531880Z Downloading from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/mustache.java/0.9.6/mustache.java-0.9.6.pom
2023-11-28T08:18:11.7567596Z Progress (1): 4.1/4.4 kB
2023-11-28T08:18:11.7603951Z Progress (1): 4.4 kB
2023-11-28T08:18:11.7604511Z
2023-11-28T08:18:11.7606200Z Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/mustache.java/0.9.6/mustache.java-0.9.6.pom (4.4 kB at 546 kB/s)
2023-11-28T08:18:11.7630062Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service-client/1.8.2/ossindex-service-client-1.8.2.pom
2023-11-28T08:18:11.7666988Z Progress (1): 4.1/6.9 kB
2023-11-28T08:18:11.7709289Z Progress (1): 6.9 kB
2023-11-28T08:18:11.7709895Z
2023-11-28T08:18:11.7711593Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service-client/1.8.2/ossindex-service-client-1.8.2.pom (6.9 kB at 867 kB/s)
2023-11-28T08:18:11.7771227Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service/1.8.2/ossindex-service-1.8.2.pom
2023-11-28T08:18:11.7807490Z Progress (1): 4.1/8.6 kB
2023-11-28T08:18:11.7808088Z Progress (1): 8.2/8.6 kB
2023-11-28T08:18:11.7847020Z Progress (1): 8.6 kB
2023-11-28T08:18:11.7851821Z
2023-11-28T08:18:11.7857428Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service/1.8.2/ossindex-service-1.8.2.pom (8.6 kB at 955 kB/s)
2023-11-28T08:18:11.7884842Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/28/public-parent-28.pom
2023-11-28T08:18:11.7961519Z Progress (1): 1.5 kB
2023-11-28T08:18:11.7962232Z
2023-11-28T08:18:11.7963826Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/28/public-parent-28.pom (1.5 kB at 210 kB/s)
2023-11-28T08:18:11.7976273Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/28/buildsupport-28.pom
2023-11-28T08:18:11.8026811Z Progress (1): 4.1/36 kB
2023-11-28T08:18:11.8028788Z Progress (1): 8.2/36 kB
2023-11-28T08:18:11.8029358Z Progress (1): 12/36 kB
2023-11-28T08:18:11.8036888Z Progress (1): 16/36 kB
2023-11-28T08:18:11.8037423Z Progress (1): 20/36 kB
2023-11-28T08:18:11.8037876Z Progress (1): 24/36 kB
2023-11-28T08:18:11.8038411Z Progress (1): 28/36 kB
2023-11-28T08:18:11.8047383Z Progress (1): 32/36 kB
2023-11-28T08:18:11.8082725Z Progress (1): 36 kB
2023-11-28T08:18:11.8087913Z
2023-11-28T08:18:11.8093671Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/28/buildsupport-28.pom (36 kB at 3.3 MB/s)
2023-11-28T08:18:11.8142058Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service-bom/1.8.2/ossindex-service-bom-1.8.2.pom
2023-11-28T08:18:11.8183571Z Progress (1): 4.1/4.6 kB
2023-11-28T08:18:11.8226100Z Progress (1): 4.6 kB
2023-11-28T08:18:11.8226724Z
2023-11-28T08:18:11.8228160Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service-bom/1.8.2/ossindex-service-bom-1.8.2.pom (4.6 kB at 513 kB/s)
2023-11-28T08:18:11.8312953Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service-api/1.8.2/ossindex-service-api-1.8.2.pom
2023-11-28T08:18:11.8351057Z Progress (1): 4.1/4.6 kB
2023-11-28T08:18:11.8399114Z Progress (1): 4.6 kB
2023-11-28T08:18:11.8399422Z
2023-11-28T08:18:11.8400720Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service-api/1.8.2/ossindex-service-api-1.8.2.pom (4.6 kB at 511 kB/s)
2023-11-28T08:18:11.8455397Z Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom
2023-11-28T08:18:11.8491271Z Progress (1): 4.1/20 kB
2023-11-28T08:18:11.8492668Z Progress (1): 8.2/20 kB
2023-11-28T08:18:11.8494025Z Progress (1): 12/20 kB
2023-11-28T08:18:11.8503797Z Progress (1): 16/20 kB
2023-11-28T08:18:11.8531608Z Progress (1): 20 kB
2023-11-28T08:18:11.8532706Z
2023-11-28T08:18:11.8534368Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 2.5 MB/s)
2023-11-28T08:18:11.8572757Z Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom
2023-11-28T08:18:11.8669335Z Progress (1): 4.1/8.1 kB
2023-11-28T08:18:11.8708123Z Progress (1): 8.1 kB
2023-11-28T08:18:11.8708422Z
2023-11-28T08:18:11.8709707Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 579 kB/s)
2023-11-28T08:18:11.8750957Z Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
2023-11-28T08:18:11.8809185Z Progress (1): 4.1/4.9 kB
2023-11-28T08:18:11.8849565Z Progress (1): 4.9 kB
2023-11-28T08:18:11.8849872Z
2023-11-28T08:18:11.8851167Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 615 kB/s)
2023-11-28T08:18:11.8852695Z Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom
2023-11-28T08:18:11.8891150Z Progress (1): 4.1/18 kB
2023-11-28T08:18:11.8901802Z Progress (1): 8.2/18 kB
2023-11-28T08:18:11.8902484Z Progress (1): 12/18 kB
2023-11-28T08:18:11.8942546Z Progress (1): 16/18 kB
2023-11-28T08:18:11.8950514Z Progress (1): 18 kB
2023-11-28T08:18:11.8950793Z
2023-11-28T08:18:11.8951849Z Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 1.8 MB/s)
2023-11-28T08:18:11.8976548Z Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom
2023-11-28T08:18:11.9017755Z Progress (1): 4.1/4.7 kB
2023-11-28T08:18:11.9261884Z Progress (1): 4.7 kB
2023-11-28T08:18:11.9262500Z
2023-11-28T08:18:11.9263599Z Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 181 kB/s)
2023-11-28T08:18:11.9265257Z Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom
2023-11-28T08:18:11.9309832Z Progress (1): 4.1/21 kB
2023-11-28T08:18:11.9310129Z Progress (1): 8.2/21 kB
2023-11-28T08:18:11.9310477Z Progress (1): 12/21 kB
2023-11-28T08:18:11.9312795Z Progress (1): 16/21 kB
2023-11-28T08:18:11.9314536Z Progress (1): 20/21 kB
2023-11-28T08:18:11.9351376Z Progress (1): 21 kB
2023-11-28T08:18:11.9351654Z
2023-11-28T08:18:11.9352990Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom (21 kB at 2.4 MB/s)
2023-11-28T08:18:11.9391563Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/goodies/package-url-java/1.1.1/package-url-java-1.1.1.pom
2023-11-28T08:18:11.9443327Z Progress (1): 4.1/9.4 kB
2023-11-28T08:18:11.9443670Z Progress (1): 8.2/9.4 kB
2023-11-28T08:18:11.9488696Z Progress (1): 9.4 kB
2023-11-28T08:18:11.9488980Z
2023-11-28T08:18:11.9490557Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/goodies/package-url-java/1.1.1/package-url-java-1.1.1.pom (9.4 kB at 939 kB/s)
2023-11-28T08:18:11.9523994Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/13/public-parent-13.pom
2023-11-28T08:18:11.9605178Z Progress (1): 761 B
2023-11-28T08:18:11.9605493Z
2023-11-28T08:18:11.9606889Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/public-parent/13/public-parent-13.pom (761 B at 95 kB/s)
2023-11-28T08:18:11.9628166Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/13/buildsupport-13.pom
2023-11-28T08:18:11.9667821Z Progress (1): 4.1/25 kB
2023-11-28T08:18:11.9668116Z Progress (1): 8.2/25 kB
2023-11-28T08:18:11.9668534Z Progress (1): 12/25 kB
2023-11-28T08:18:11.9674754Z Progress (1): 16/25 kB
2023-11-28T08:18:11.9675414Z Progress (1): 20/25 kB
2023-11-28T08:18:11.9680623Z Progress (1): 24/25 kB
2023-11-28T08:18:11.9748863Z Progress (1): 25 kB
2023-11-28T08:18:11.9750025Z
2023-11-28T08:18:11.9751908Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/buildsupport/buildsupport/13/buildsupport-13.pom (25 kB at 2.1 MB/s)
2023-11-28T08:18:11.9787728Z Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
2023-11-28T08:18:11.9858537Z Progress (1): 612 B
2023-11-28T08:18:11.9858826Z
2023-11-28T08:18:11.9860116Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 87 kB/s)
2023-11-28T08:18:11.9888778Z Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.pom
2023-11-28T08:18:11.9970011Z Progress (1): 964 B
2023-11-28T08:18:11.9970305Z
2023-11-28T08:18:11.9971698Z Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.pom (964 B at 120 kB/s)
2023-11-28T08:18:11.9997180Z Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom
2023-11-28T08:18:12.0035154Z Progress (1): 4.1/14 kB
2023-11-28T08:18:12.0035695Z Progress (1): 8.2/14 kB
2023-11-28T08:18:12.0036134Z Progress (1): 12/14 kB
2023-11-28T08:18:12.0075634Z Progress (1): 14 kB
2023-11-28T08:18:12.0075895Z
2023-11-28T08:18:12.0077183Z Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom (14 kB at 1.7 MB/s)
2023-11-28T08:18:12.0120958Z Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10.4/joda-time-2.10.4.pom
2023-11-28T08:18:12.0146608Z Progress (1): 4.1/37 kB
2023-11-28T08:18:12.0151975Z Progress (1): 8.2/37 kB
2023-11-28T08:18:12.0157947Z Progress (1): 12/37 kB
2023-11-28T08:18:12.0210340Z Progress (1): 16/37 kB
2023-11-28T08:18:12.0240988Z Progress (1): 20/37 kB
2023-11-28T08:18:12.0242456Z Progress (1): 24/37 kB
2023-11-28T08:18:12.0243962Z Progress (1): 28/37 kB
2023-11-28T08:18:12.0245982Z Progress (1): 32/37 kB
2023-11-28T08:18:12.0247625Z Progress (1): 36/37 kB
2023-11-28T08:18:12.0284427Z Progress (1): 37 kB
2023-11-28T08:18:12.0285545Z
2023-11-28T08:18:12.0287243Z Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10.4/joda-time-2.10.4.pom (37 kB at 2.1 MB/s)
2023-11-28T08:18:12.0395097Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom
2023-11-28T08:18:12.0437676Z Progress (1): 4.1/8.1 kB
2023-11-28T08:18:12.0477568Z Progress (1): 8.1 kB
2023-11-28T08:18:12.0478691Z
2023-11-28T08:18:12.0480283Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom (8.1 kB at 806 kB/s)
2023-11-28T08:18:12.0515121Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom
2023-11-28T08:18:12.0574727Z Progress (1): 4.1/4.5 kB
2023-11-28T08:18:12.0627842Z Progress (1): 4.5 kB
2023-11-28T08:18:12.0628944Z
2023-11-28T08:18:12.0630705Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom (4.5 kB at 410 kB/s)
2023-11-28T08:18:12.0666691Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom
2023-11-28T08:18:12.0704709Z Progress (1): 4.1/13 kB
2023-11-28T08:18:12.0706208Z Progress (1): 8.2/13 kB
2023-11-28T08:18:12.0707910Z Progress (1): 12/13 kB
2023-11-28T08:18:12.0742945Z Progress (1): 13 kB
2023-11-28T08:18:12.0744089Z
2023-11-28T08:18:12.0745798Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.pom (13 kB at 1.4 MB/s)
2023-11-28T08:18:12.0769953Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom
2023-11-28T08:18:12.0815105Z Progress (1): 4.1/20 kB
2023-11-28T08:18:12.0815643Z Progress (1): 8.2/20 kB
2023-11-28T08:18:12.0815972Z Progress (1): 12/20 kB
2023-11-28T08:18:12.0819733Z Progress (1): 16/20 kB
2023-11-28T08:18:12.0868204Z Progress (1): 20 kB
2023-11-28T08:18:12.0868708Z
2023-11-28T08:18:12.0870192Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/32.1.3-jre/guava-parent-32.1.3-jre.pom (20 kB at 2.2 MB/s)
2023-11-28T08:18:12.0894998Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
2023-11-28T08:18:12.0965837Z Progress (1): 2.4 kB
2023-11-28T08:18:12.0966153Z
2023-11-28T08:18:12.0967424Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 345 kB/s)
2023-11-28T08:18:12.1009398Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
2023-11-28T08:18:12.1019712Z Progress (1): 4.1/10 kB
2023-11-28T08:18:12.1020310Z Progress (1): 8.2/10 kB
2023-11-28T08:18:12.1061716Z Progress (1): 10 kB
2023-11-28T08:18:12.1062138Z
2023-11-28T08:18:12.1063518Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 1.5 MB/s)
2023-11-28T08:18:12.1101489Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
2023-11-28T08:18:12.1187115Z Progress (1): 2.3 kB
2023-11-28T08:18:12.1188296Z
2023-11-28T08:18:12.1190677Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 253 kB/s)
2023-11-28T08:18:12.1227830Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
2023-11-28T08:18:12.1265858Z Progress (1): 4.1/4.3 kB
2023-11-28T08:18:12.1312424Z Progress (1): 4.3 kB
2023-11-28T08:18:12.1315185Z
2023-11-28T08:18:12.1318479Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 476 kB/s)
2023-11-28T08:18:12.1365957Z Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom
2023-11-28T08:18:12.1445264Z Progress (1): 2.1 kB
2023-11-28T08:18:12.1445777Z
2023-11-28T08:18:12.1447123Z Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.37.0/checker-qual-3.37.0.pom (2.1 kB at 299 kB/s)
2023-11-28T08:18:12.1463875Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom
2023-11-28T08:18:12.1636309Z Progress (1): 1.8 kB
2023-11-28T08:18:12.1636631Z
2023-11-28T08:18:12.1637989Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.pom (1.8 kB at 108 kB/s)
2023-11-28T08:18:12.1659290Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom
2023-11-28T08:18:12.1703713Z Progress (1): 4.1/13 kB
2023-11-28T08:18:12.1705131Z Progress (1): 8.2/13 kB
2023-11-28T08:18:12.1706627Z Progress (1): 12/13 kB
2023-11-28T08:18:12.1741954Z Progress (1): 13 kB
2023-11-28T08:18:12.1743163Z
2023-11-28T08:18:12.1744959Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.21.1/error_prone_parent-2.21.1.pom (13 kB at 1.4 MB/s)
2023-11-28T08:18:12.1772423Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
2023-11-28T08:18:12.1858157Z Progress (1): 2.9 kB
2023-11-28T08:18:12.1859155Z
2023-11-28T08:18:12.1861306Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 325 kB/s)
2023-11-28T08:18:12.1964658Z Downloading from central: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom
2023-11-28T08:18:12.2000907Z Progress (1): 4.1/5.2 kB
2023-11-28T08:18:12.2051017Z Progress (1): 5.2 kB
2023-11-28T08:18:12.2051572Z
2023-11-28T08:18:12.2052987Z Downloaded from central: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom (5.2 kB at 472 kB/s)
2023-11-28T08:18:12.2074250Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom
2023-11-28T08:18:12.2151049Z Progress (1): 1.9 kB
2023-11-28T08:18:12.2151408Z
2023-11-28T08:18:12.2152541Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom (1.9 kB at 270 kB/s)
2023-11-28T08:18:12.2182499Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom
2023-11-28T08:18:12.2316852Z Progress (1): 3.7 kB
2023-11-28T08:18:12.2317622Z
2023-11-28T08:18:12.2319325Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom (3.7 kB at 262 kB/s)
2023-11-28T08:18:12.2350330Z Downloading from central: https://repo.maven.apache.org/maven2/com/hankcs/aho-corasick-double-array-trie/1.2.3/aho-corasick-double-array-trie-1.2.3.pom
2023-11-28T08:18:12.2385879Z Progress (1): 4.1/7.3 kB
2023-11-28T08:18:12.2428715Z Progress (1): 7.3 kB
2023-11-28T08:18:12.2429021Z
2023-11-28T08:18:12.2430436Z Downloaded from central: https://repo.maven.apache.org/maven2/com/hankcs/aho-corasick-double-array-trie/1.2.3/aho-corasick-double-array-trie-1.2.3.pom (7.3 kB at 912 kB/s)
2023-11-28T08:18:12.2459770Z Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.7/commons-validator-1.7.pom
2023-11-28T08:18:12.2577584Z Progress (1): 4.1/14 kB
2023-11-28T08:18:12.2577959Z Progress (1): 8.2/14 kB
2023-11-28T08:18:12.2578423Z Progress (1): 12/14 kB
2023-11-28T08:18:12.2612776Z Progress (1): 14 kB
2023-11-28T08:18:12.2613364Z
2023-11-28T08:18:12.2614698Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.7/commons-validator-1.7.pom (14 kB at 860 kB/s)
2023-11-28T08:18:12.2640787Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom
2023-11-28T08:18:12.2678122Z Progress (1): 4.1/78 kB
2023-11-28T08:18:12.2678779Z Progress (1): 8.2/78 kB
2023-11-28T08:18:12.2682415Z Progress (1): 12/78 kB
2023-11-28T08:18:12.2690399Z Progress (1): 16/78 kB
2023-11-28T08:18:12.2691007Z Progress (1): 20/78 kB
2023-11-28T08:18:12.2691283Z Progress (1): 24/78 kB
2023-11-28T08:18:12.2692220Z Progress (1): 28/78 kB
2023-11-28T08:18:12.2695422Z Progress (1): 32/78 kB
2023-11-28T08:18:12.2697273Z Progress (1): 36/78 kB
2023-11-28T08:18:12.2697869Z Progress (1): 40/78 kB
2023-11-28T08:18:12.2698124Z Progress (1): 45/78 kB
2023-11-28T08:18:12.2705455Z Progress (1): 49/78 kB
2023-11-28T08:18:12.2706057Z Progress (1): 53/78 kB
2023-11-28T08:18:12.2708263Z Progress (1): 57/78 kB
2023-11-28T08:18:12.2708848Z Progress (1): 61/78 kB
2023-11-28T08:18:12.2709235Z Progress (1): 65/78 kB
2023-11-28T08:18:12.2709465Z Progress (1): 69/78 kB
2023-11-28T08:18:12.2709716Z Progress (1): 73/78 kB
2023-11-28T08:18:12.2709948Z Progress (1): 77/78 kB
2023-11-28T08:18:12.2744043Z Progress (1): 78 kB
2023-11-28T08:18:12.2749241Z
2023-11-28T08:18:12.2761934Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 7.1 MB/s)
2023-11-28T08:18:12.2843991Z Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
2023-11-28T08:18:12.2933434Z Progress (1): 4.1/18 kB
2023-11-28T08:18:12.2938528Z Progress (1): 8.2/18 kB
2023-11-28T08:18:12.2939441Z Progress (1): 12/18 kB
2023-11-28T08:18:12.2940276Z Progress (1): 16/18 kB
2023-11-28T08:18:12.2975858Z Progress (1): 18 kB
2023-11-28T08:18:12.2976129Z
2023-11-28T08:18:12.2977348Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.3 MB/s)
2023-11-28T08:18:12.3019497Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
2023-11-28T08:18:12.3065535Z Progress (1): 4.1/78 kB
2023-11-28T08:18:12.3066072Z Progress (1): 8.2/78 kB
2023-11-28T08:18:12.3071508Z Progress (1): 12/78 kB
2023-11-28T08:18:12.3120320Z Progress (1): 16/78 kB
2023-11-28T08:18:12.3120624Z Progress (1): 20/78 kB
2023-11-28T08:18:12.3120908Z Progress (1): 25/78 kB
2023-11-28T08:18:12.3121156Z Progress (1): 29/78 kB
2023-11-28T08:18:12.3121374Z Progress (1): 33/78 kB
2023-11-28T08:18:12.3121628Z Progress (1): 37/78 kB
2023-11-28T08:18:12.3121864Z Progress (1): 41/78 kB
2023-11-28T08:18:12.3122099Z Progress (1): 45/78 kB
2023-11-28T08:18:12.3122352Z Progress (1): 49/78 kB
2023-11-28T08:18:12.3122592Z Progress (1): 53/78 kB
2023-11-28T08:18:12.3122831Z Progress (1): 57/78 kB
2023-11-28T08:18:12.3123064Z Progress (1): 61/78 kB
2023-11-28T08:18:12.3123306Z Progress (1): 66/78 kB
2023-11-28T08:18:12.3123530Z Progress (1): 70/78 kB
2023-11-28T08:18:12.3123776Z Progress (1): 74/78 kB
2023-11-28T08:18:12.3134203Z Progress (1): 78 kB
2023-11-28T08:18:12.3139011Z
2023-11-28T08:18:12.3144726Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 6.5 MB/s)
2023-11-28T08:18:12.3188343Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom
2023-11-28T08:18:12.3232966Z Progress (1): 4.1/15 kB
2023-11-28T08:18:12.3238067Z Progress (1): 8.2/15 kB
2023-11-28T08:18:12.3243626Z Progress (1): 12/15 kB
2023-11-28T08:18:12.3281081Z Progress (1): 15 kB
2023-11-28T08:18:12.3281842Z
2023-11-28T08:18:12.3283263Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 1.5 MB/s)
2023-11-28T08:18:12.3356192Z Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
2023-11-28T08:18:12.3432291Z Progress (1): 4.1/12 kB
2023-11-28T08:18:12.3433279Z Progress (1): 8.2/12 kB
2023-11-28T08:18:12.3434607Z Progress (1): 12/12 kB
2023-11-28T08:18:12.3473224Z Progress (1): 12 kB
2023-11-28T08:18:12.3542809Z
2023-11-28T08:18:12.3544482Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 564 kB/s)
2023-11-28T08:18:12.3567328Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom
2023-11-28T08:18:12.3621436Z Progress (1): 4.1/62 kB
2023-11-28T08:18:12.3622150Z Progress (1): 8.2/62 kB
2023-11-28T08:18:12.3622537Z Progress (1): 12/62 kB
2023-11-28T08:18:12.3622791Z Progress (1): 16/62 kB
2023-11-28T08:18:12.3623059Z Progress (1): 20/62 kB
2023-11-28T08:18:12.3623276Z Progress (1): 25/62 kB
2023-11-28T08:18:12.3623502Z Progress (1): 29/62 kB
2023-11-28T08:18:12.3623736Z Progress (1): 33/62 kB
2023-11-28T08:18:12.3623952Z Progress (1): 37/62 kB
2023-11-28T08:18:12.3624183Z Progress (1): 41/62 kB
2023-11-28T08:18:12.3624414Z Progress (1): 45/62 kB
2023-11-28T08:18:12.3624652Z Progress (1): 49/62 kB
2023-11-28T08:18:12.3624877Z Progress (1): 53/62 kB
2023-11-28T08:18:12.3625100Z Progress (1): 57/62 kB
2023-11-28T08:18:12.3625315Z Progress (1): 61/62 kB
2023-11-28T08:18:12.3685040Z Progress (1): 62 kB
2023-11-28T08:18:12.3685713Z
2023-11-28T08:18:12.3687583Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 7.7 MB/s)
2023-11-28T08:18:12.3689556Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom
2023-11-28T08:18:12.3715074Z Progress (1): 4.1/15 kB
2023-11-28T08:18:12.3716046Z Progress (1): 8.2/15 kB
2023-11-28T08:18:12.3717153Z Progress (1): 12/15 kB
2023-11-28T08:18:12.3775039Z Progress (1): 15 kB
2023-11-28T08:18:12.3775889Z
2023-11-28T08:18:12.3777325Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 1.5 MB/s)
2023-11-28T08:18:12.3831570Z Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/2.1/commons-digester-2.1.pom
2023-11-28T08:18:12.3873411Z Progress (1): 4.1/10 kB
2023-11-28T08:18:12.3874303Z Progress (1): 8.2/10 kB
2023-11-28T08:18:12.4031110Z Progress (1): 10 kB
2023-11-28T08:18:12.4031783Z
2023-11-28T08:18:12.4033440Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/2.1/commons-digester-2.1.pom (10 kB at 513 kB/s)
2023-11-28T08:18:12.4061392Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
2023-11-28T08:18:12.4099719Z Progress (1): 4.1/31 kB
2023-11-28T08:18:12.4104496Z Progress (1): 8.2/31 kB
2023-11-28T08:18:12.4108828Z Progress (1): 12/31 kB
2023-11-28T08:18:12.4114401Z Progress (1): 16/31 kB
2023-11-28T08:18:12.4118781Z Progress (1): 20/31 kB
2023-11-28T08:18:12.4123168Z Progress (1): 25/31 kB
2023-11-28T08:18:12.4127534Z Progress (1): 29/31 kB
2023-11-28T08:18:12.4170489Z Progress (1): 31 kB
2023-11-28T08:18:12.4171223Z
2023-11-28T08:18:12.4172855Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 2.8 MB/s)
2023-11-28T08:18:12.4205131Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom
2023-11-28T08:18:12.4244596Z Progress (1): 4.1/14 kB
2023-11-28T08:18:12.4249075Z Progress (1): 8.2/14 kB
2023-11-28T08:18:12.4253267Z Progress (1): 12/14 kB
2023-11-28T08:18:12.4290887Z Progress (1): 14 kB
2023-11-28T08:18:12.4291495Z
2023-11-28T08:18:12.4292787Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 1.4 MB/s)
2023-11-28T08:18:12.4366773Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/packager/packager-rpm/0.19.0/packager-rpm-0.19.0.pom
2023-11-28T08:18:12.4444687Z Progress (1): 2.2 kB
2023-11-28T08:18:12.4454064Z
2023-11-28T08:18:12.4455632Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/packager/packager-rpm/0.19.0/packager-rpm-0.19.0.pom (2.2 kB at 277 kB/s)
2023-11-28T08:18:12.4490841Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/packager/packager/0.19.0/packager-0.19.0.pom
2023-11-28T08:18:12.4530644Z Progress (1): 4.1/20 kB
2023-11-28T08:18:12.4531694Z Progress (1): 8.2/20 kB
2023-11-28T08:18:12.4532883Z Progress (1): 12/20 kB
2023-11-28T08:18:12.4534554Z Progress (1): 16/20 kB
2023-11-28T08:18:12.4535770Z Progress (1): 20/20 kB
2023-11-28T08:18:12.4584729Z Progress (1): 20 kB
2023-11-28T08:18:12.4585575Z
2023-11-28T08:18:12.4586987Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/packager/packager/0.19.0/packager-0.19.0.pom (20 kB at 2.0 MB/s)
2023-11-28T08:18:12.4705086Z Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
2023-11-28T08:18:12.4748330Z Progress (1): 4.1/5.6 kB
2023-11-28T08:18:12.4779593Z Progress (1): 5.6 kB
2023-11-28T08:18:12.4780607Z
2023-11-28T08:18:12.4849029Z Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 704 kB/s)
2023-11-28T08:18:12.4868418Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/packager/packager-core/0.19.0/packager-core-0.19.0.pom
2023-11-28T08:18:12.4959111Z Progress (1): 1.1 kB
2023-11-28T08:18:12.4959942Z
2023-11-28T08:18:12.4961812Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/packager/packager-core/0.19.0/packager-core-0.19.0.pom (1.1 kB at 119 kB/s)
2023-11-28T08:18:12.5003481Z Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.pom
2023-11-28T08:18:12.5081480Z Progress (1): 1.1 kB
2023-11-28T08:18:12.5082177Z
2023-11-28T08:18:12.5083727Z Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.pom (1.1 kB at 143 kB/s)
2023-11-28T08:18:12.5115405Z Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.pom
2023-11-28T08:18:12.5207325Z Progress (1): 1.6 kB
2023-11-28T08:18:12.5208121Z
2023-11-28T08:18:12.5210052Z Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.pom (1.6 kB at 176 kB/s)
2023-11-28T08:18:12.5246126Z Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom
2023-11-28T08:18:12.5320710Z Progress (1): 2.0 kB
2023-11-28T08:18:12.5321379Z
2023-11-28T08:18:12.5322601Z Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 292 kB/s)
2023-11-28T08:18:12.5410835Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
2023-11-28T08:18:12.5452513Z Progress (1): 4.1/4.5 kB
2023-11-28T08:18:12.5488317Z Progress (1): 4.5 kB
2023-11-28T08:18:12.5488849Z
2023-11-28T08:18:12.5490940Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 561 kB/s)
2023-11-28T08:18:12.5512177Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
2023-11-28T08:18:12.5547192Z Progress (1): 4.1/4.9 kB
2023-11-28T08:18:12.5579977Z Progress (1): 4.9 kB
2023-11-28T08:18:12.5580519Z
2023-11-28T08:18:12.5582881Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 699 kB/s)
2023-11-28T08:18:12.5593733Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom
2023-11-28T08:18:12.5629357Z Progress (1): 4.1/45 kB
2023-11-28T08:18:12.5634257Z Progress (1): 8.2/45 kB
2023-11-28T08:18:12.5639252Z Progress (1): 12/45 kB
2023-11-28T08:18:12.5645475Z Progress (1): 16/45 kB
2023-11-28T08:18:12.5650419Z Progress (1): 20/45 kB
2023-11-28T08:18:12.5655314Z Progress (1): 24/45 kB
2023-11-28T08:18:12.5657243Z Progress (1): 28/45 kB
2023-11-28T08:18:12.5659120Z Progress (1): 32/45 kB
2023-11-28T08:18:12.5660169Z Progress (1): 36/45 kB
2023-11-28T08:18:12.5664961Z Progress (1): 40/45 kB
2023-11-28T08:18:12.5665233Z Progress (1): 44/45 kB
2023-11-28T08:18:12.5695500Z Progress (1): 45 kB
2023-11-28T08:18:12.5696070Z
2023-11-28T08:18:12.5697361Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 4.5 MB/s)
2023-11-28T08:18:12.5738585Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom
2023-11-28T08:18:12.5778124Z Progress (1): 4.1/21 kB
2023-11-28T08:18:12.5780559Z Progress (1): 8.2/21 kB
2023-11-28T08:18:12.5781743Z Progress (1): 12/21 kB
2023-11-28T08:18:12.5782832Z Progress (1): 16/21 kB
2023-11-28T08:18:12.5783386Z Progress (1): 20/21 kB
2023-11-28T08:18:12.5815716Z Progress (1): 21 kB
2023-11-28T08:18:12.5820357Z
2023-11-28T08:18:12.5825745Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 2.6 MB/s)
2023-11-28T08:18:12.5883527Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
2023-11-28T08:18:12.5918874Z Progress (1): 4.1/8.7 kB
2023-11-28T08:18:12.5921860Z Progress (1): 8.2/8.7 kB
2023-11-28T08:18:12.5954480Z Progress (1): 8.7 kB
2023-11-28T08:18:12.5955091Z
2023-11-28T08:18:12.5957303Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 1.2 MB/s)
2023-11-28T08:18:12.5974841Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom
2023-11-28T08:18:12.6014153Z Progress (1): 4.1/27 kB
2023-11-28T08:18:12.6014727Z Progress (1): 8.2/27 kB
2023-11-28T08:18:12.6019367Z Progress (1): 12/27 kB
2023-11-28T08:18:12.6019877Z Progress (1): 16/27 kB
2023-11-28T08:18:12.6020532Z Progress (1): 20/27 kB
2023-11-28T08:18:12.6021062Z Progress (1): 24/27 kB
2023-11-28T08:18:12.6053074Z Progress (1): 27 kB
2023-11-28T08:18:12.6053499Z
2023-11-28T08:18:12.6054479Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 3.4 MB/s)
2023-11-28T08:18:12.6094572Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.pom
2023-11-28T08:18:12.6129582Z Progress (1): 4.1/4.2 kB
2023-11-28T08:18:12.6175578Z Progress (1): 4.2 kB
2023-11-28T08:18:12.6175846Z
2023-11-28T08:18:12.6176962Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.pom (4.2 kB at 525 kB/s)
2023-11-28T08:18:12.6248209Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.pom
2023-11-28T08:18:12.6340668Z Progress (1): 1.9 kB
2023-11-28T08:18:12.6341274Z
2023-11-28T08:18:12.6342615Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.pom (1.9 kB at 211 kB/s)
2023-11-28T08:18:12.6384707Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/4.0.0-alpha-7/maven-4.0.0-alpha-7.pom
2023-11-28T08:18:12.6558347Z Progress (1): 4.1/26 kB
2023-11-28T08:18:12.6558811Z Progress (1): 8.2/26 kB
2023-11-28T08:18:12.6561122Z Progress (1): 12/26 kB
2023-11-28T08:18:12.6563657Z Progress (1): 16/26 kB
2023-11-28T08:18:12.6564083Z Progress (1): 20/26 kB
2023-11-28T08:18:12.6566365Z Progress (1): 24/26 kB
2023-11-28T08:18:12.6609789Z Progress (1): 26 kB
2023-11-28T08:18:12.6614698Z
2023-11-28T08:18:12.6620195Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/4.0.0-alpha-7/maven-4.0.0-alpha-7.pom (26 kB at 1.1 MB/s)
2023-11-28T08:18:12.6647573Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-40.pom
2023-11-28T08:18:12.6688996Z Progress (1): 4.1/49 kB
2023-11-28T08:18:12.6691872Z Progress (1): 8.2/49 kB
2023-11-28T08:18:12.6694446Z Progress (1): 12/49 kB
2023-11-28T08:18:12.6698448Z Progress (1): 16/49 kB
2023-11-28T08:18:12.6701206Z Progress (1): 20/49 kB
2023-11-28T08:18:12.6703933Z Progress (1): 24/49 kB
2023-11-28T08:18:12.6706650Z Progress (1): 28/49 kB
2023-11-28T08:18:12.6710863Z Progress (1): 32/49 kB
2023-11-28T08:18:12.6713792Z Progress (1): 36/49 kB
2023-11-28T08:18:12.6716735Z Progress (1): 40/49 kB
2023-11-28T08:18:12.6719665Z Progress (1): 44/49 kB
2023-11-28T08:18:12.6722913Z Progress (1): 49/49 kB
2023-11-28T08:18:12.6757035Z Progress (1): 49 kB
2023-11-28T08:18:12.6759435Z
2023-11-28T08:18:12.6762453Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/40/maven-parent-40.pom (49 kB at 4.4 MB/s)
2023-11-28T08:18:12.6812746Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-bom/4.0.0-alpha-7/maven-bom-4.0.0-alpha-7.pom
2023-11-28T08:18:12.6861969Z Progress (1): 4.1/6.3 kB
2023-11-28T08:18:12.6906916Z Progress (1): 6.3 kB
2023-11-28T08:18:12.6909712Z
2023-11-28T08:18:12.6913045Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-bom/4.0.0-alpha-7/maven-bom-4.0.0-alpha-7.pom (6.3 kB at 634 kB/s)
2023-11-28T08:18:12.6953712Z Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom
2023-11-28T08:18:12.7025023Z Progress (1): 3.2 kB
2023-11-28T08:18:12.7027298Z
2023-11-28T08:18:12.7029494Z Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 450 kB/s)
2023-11-28T08:18:12.7058866Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.pom
2023-11-28T08:18:12.7226913Z Progress (1): 1.6 kB
2023-11-28T08:18:12.7229654Z
2023-11-28T08:18:12.7232903Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.pom (1.6 kB at 91 kB/s)
2023-11-28T08:18:12.7253411Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api/4.0.0-alpha-7/maven-api-4.0.0-alpha-7.pom
2023-11-28T08:18:12.7328114Z Progress (1): 3.6 kB
2023-11-28T08:18:12.7330407Z
2023-11-28T08:18:12.7333369Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api/4.0.0-alpha-7/maven-api-4.0.0-alpha-7.pom (3.6 kB at 512 kB/s)
2023-11-28T08:18:12.7388712Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.pom
2023-11-28T08:18:12.7466851Z Progress (1): 1.4 kB
2023-11-28T08:18:12.7469190Z
2023-11-28T08:18:12.7472431Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.pom (1.4 kB at 172 kB/s)
2023-11-28T08:18:12.7549300Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
2023-11-28T08:18:12.7647894Z Progress (1): 3.8 kB
2023-11-28T08:18:12.7652771Z
2023-11-28T08:18:12.7658556Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 342 kB/s)
2023-11-28T08:18:12.7681647Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
2023-11-28T08:18:12.7722120Z Progress (1): 4.1/5.1 kB
2023-11-28T08:18:12.7755872Z Progress (1): 5.1 kB
2023-11-28T08:18:12.7760600Z
2023-11-28T08:18:12.7766118Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 637 kB/s)
2023-11-28T08:18:12.7787074Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom
2023-11-28T08:18:12.7825241Z Progress (1): 4.1/43 kB
2023-11-28T08:18:12.7830173Z Progress (1): 8.2/43 kB
2023-11-28T08:18:12.7835055Z Progress (1): 12/43 kB
2023-11-28T08:18:12.7841202Z Progress (1): 16/43 kB
2023-11-28T08:18:12.7846069Z Progress (1): 20/43 kB
2023-11-28T08:18:12.7850784Z Progress (1): 25/43 kB
2023-11-28T08:18:12.7855601Z Progress (1): 29/43 kB
2023-11-28T08:18:12.7861713Z Progress (1): 33/43 kB
2023-11-28T08:18:12.7866697Z Progress (1): 37/43 kB
2023-11-28T08:18:12.7871529Z Progress (1): 41/43 kB
2023-11-28T08:18:12.7908486Z Progress (1): 43 kB
2023-11-28T08:18:12.7913222Z
2023-11-28T08:18:12.7918417Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 3.3 MB/s)
2023-11-28T08:18:12.8024024Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
2023-11-28T08:18:12.8102258Z Progress (1): 1.6 kB
2023-11-28T08:18:12.8107479Z
2023-11-28T08:18:12.8113276Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 175 kB/s)
2023-11-28T08:18:12.8147749Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
2023-11-28T08:18:12.8223469Z Progress (1): 4.1/18 kB
2023-11-28T08:18:12.8224247Z Progress (1): 8.2/18 kB
2023-11-28T08:18:12.8224871Z Progress (1): 12/18 kB
2023-11-28T08:18:12.8225272Z Progress (1): 16/18 kB
2023-11-28T08:18:12.8225522Z Progress (1): 18 kB
2023-11-28T08:18:12.8225752Z
2023-11-28T08:18:12.8226862Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 2.6 MB/s)
2023-11-28T08:18:12.8261847Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
2023-11-28T08:18:12.8339467Z Progress (1): 1.6 kB
2023-11-28T08:18:12.8344346Z
2023-11-28T08:18:12.8349663Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 176 kB/s)
2023-11-28T08:18:12.8404234Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
2023-11-28T08:18:12.8486833Z Progress (1): 3.0 kB
2023-11-28T08:18:12.8491643Z
2023-11-28T08:18:12.8497166Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 296 kB/s)
2023-11-28T08:18:12.8520251Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
2023-11-28T08:18:12.8559582Z Progress (1): 4.1/6.8 kB
2023-11-28T08:18:12.8596820Z Progress (1): 6.8 kB
2023-11-28T08:18:12.8601514Z
2023-11-28T08:18:12.8606740Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 755 kB/s)
2023-11-28T08:18:12.8635874Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
2023-11-28T08:18:12.8679020Z Progress (1): 4.1/8.4 kB
2023-11-28T08:18:12.8684133Z Progress (1): 8.2/8.4 kB
2023-11-28T08:18:12.8718994Z Progress (1): 8.4 kB
2023-11-28T08:18:12.8723670Z
2023-11-28T08:18:12.8728886Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 933 kB/s)
2023-11-28T08:18:12.8853910Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
2023-11-28T08:18:12.8941464Z Progress (1): 2.1 kB
2023-11-28T08:18:12.8946153Z
2023-11-28T08:18:12.8951368Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 159 kB/s)
2023-11-28T08:18:12.9067769Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
2023-11-28T08:18:12.9127570Z Progress (1): 4.1/6.2 kB
2023-11-28T08:18:12.9162002Z Progress (1): 6.2 kB
2023-11-28T08:18:12.9163924Z
2023-11-28T08:18:12.9166868Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 520 kB/s)
2023-11-28T08:18:12.9187631Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
2023-11-28T08:18:12.9224607Z Progress (1): 4.1/4.9 kB
2023-11-28T08:18:12.9266942Z Progress (1): 4.9 kB
2023-11-28T08:18:12.9268892Z
2023-11-28T08:18:12.9271703Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 612 kB/s)
2023-11-28T08:18:12.9289048Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom
2023-11-28T08:18:12.9330690Z Progress (1): 4.1/46 kB
2023-11-28T08:18:12.9332730Z Progress (1): 8.2/46 kB
2023-11-28T08:18:12.9334903Z Progress (1): 12/46 kB
2023-11-28T08:18:12.9338562Z Progress (1): 16/46 kB
2023-11-28T08:18:12.9340755Z Progress (1): 20/46 kB
2023-11-28T08:18:12.9343254Z Progress (1): 25/46 kB
2023-11-28T08:18:12.9345426Z Progress (1): 29/46 kB
2023-11-28T08:18:12.9348674Z Progress (1): 33/46 kB
2023-11-28T08:18:12.9350889Z Progress (1): 37/46 kB
2023-11-28T08:18:12.9353095Z Progress (1): 41/46 kB
2023-11-28T08:18:12.9355470Z Progress (1): 45/46 kB
2023-11-28T08:18:12.9394565Z Progress (1): 46 kB
2023-11-28T08:18:12.9396629Z
2023-11-28T08:18:12.9399266Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 4.1 MB/s)
2023-11-28T08:18:12.9662561Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
2023-11-28T08:18:12.9736548Z Progress (1): 2.2 kB
2023-11-28T08:18:12.9738462Z
2023-11-28T08:18:12.9741424Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 244 kB/s)
2023-11-28T08:18:12.9775931Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
2023-11-28T08:18:12.9814912Z Progress (1): 4.1/30 kB
2023-11-28T08:18:12.9817103Z Progress (1): 8.2/30 kB
2023-11-28T08:18:12.9819310Z Progress (1): 12/30 kB
2023-11-28T08:18:12.9823158Z Progress (1): 16/30 kB
2023-11-28T08:18:12.9825448Z Progress (1): 20/30 kB
2023-11-28T08:18:12.9827735Z Progress (1): 25/30 kB
2023-11-28T08:18:12.9830051Z Progress (1): 29/30 kB
2023-11-28T08:18:12.9867667Z Progress (1): 30 kB
2023-11-28T08:18:12.9869609Z
2023-11-28T08:18:12.9872303Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 3.4 MB/s)
2023-11-28T08:18:12.9913353Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
2023-11-28T08:18:13.0147845Z Progress (1): 1.9 kB
2023-11-28T08:18:13.0152814Z
2023-11-28T08:18:13.0158204Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 76 kB/s)
2023-11-28T08:18:13.0221540Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
2023-11-28T08:18:13.0293168Z Progress (1): 4.1/11 kB
2023-11-28T08:18:13.0294597Z Progress (1): 8.2/11 kB
2023-11-28T08:18:13.0329008Z Progress (1): 11 kB
2023-11-28T08:18:13.0330832Z
2023-11-28T08:18:13.0333405Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 865 kB/s)
2023-11-28T08:18:13.0404156Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
2023-11-28T08:18:13.0442285Z Progress (1): 4.1/6.9 kB
2023-11-28T08:18:13.0477866Z Progress (1): 6.9 kB
2023-11-28T08:18:13.0479625Z
2023-11-28T08:18:13.0482130Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 866 kB/s)
2023-11-28T08:18:13.0502776Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
2023-11-28T08:18:13.0543776Z Progress (1): 4.1/22 kB
2023-11-28T08:18:13.0545611Z Progress (1): 8.2/22 kB
2023-11-28T08:18:13.0571740Z Progress (1): 12/22 kB
2023-11-28T08:18:13.0574411Z Progress (1): 16/22 kB
2023-11-28T08:18:13.0576691Z Progress (1): 20/22 kB
2023-11-28T08:18:13.0613461Z Progress (1): 22 kB
2023-11-28T08:18:13.0615229Z
2023-11-28T08:18:13.0617405Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 1.8 MB/s)
2023-11-28T08:18:13.0680619Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
2023-11-28T08:18:13.0772645Z Progress (1): 3.8 kB
2023-11-28T08:18:13.0774023Z
2023-11-28T08:18:13.0776536Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 380 kB/s)
2023-11-28T08:18:13.0866989Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
2023-11-28T08:18:13.0948675Z Progress (1): 1.8 kB
2023-11-28T08:18:13.0949582Z
2023-11-28T08:18:13.0951154Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 229 kB/s)
2023-11-28T08:18:13.0993523Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
2023-11-28T08:18:13.1064097Z Progress (1): 2.3 kB
2023-11-28T08:18:13.1064811Z
2023-11-28T08:18:13.1066440Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 282 kB/s)
2023-11-28T08:18:13.1238361Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
2023-11-28T08:18:13.1333805Z Progress (1): 1.0 kB
2023-11-28T08:18:13.1334486Z
2023-11-28T08:18:13.1335922Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 147 kB/s)
2023-11-28T08:18:13.1337651Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
2023-11-28T08:18:13.1396087Z Progress (1): 3.1 kB
2023-11-28T08:18:13.1398577Z
2023-11-28T08:18:13.1401490Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 437 kB/s)
2023-11-28T08:18:13.1422621Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
2023-11-28T08:18:13.1468822Z Progress (1): 4.1/20 kB
2023-11-28T08:18:13.1471242Z Progress (1): 8.2/20 kB
2023-11-28T08:18:13.1473622Z Progress (1): 12/20 kB
2023-11-28T08:18:13.1476554Z Progress (1): 16/20 kB
2023-11-28T08:18:13.1511959Z Progress (1): 20 kB
2023-11-28T08:18:13.1514234Z
2023-11-28T08:18:13.1584507Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 2.0 MB/s)
2023-11-28T08:18:13.1610785Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
2023-11-28T08:18:13.1651550Z Progress (1): 4.1/6.8 kB
2023-11-28T08:18:13.1712154Z Progress (1): 6.8 kB
2023-11-28T08:18:13.1712548Z
2023-11-28T08:18:13.1714110Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 845 kB/s)
2023-11-28T08:18:13.1715831Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
2023-11-28T08:18:13.1739684Z Progress (1): 4.1/14 kB
2023-11-28T08:18:13.1740349Z Progress (1): 8.2/14 kB
2023-11-28T08:18:13.1742663Z Progress (1): 12/14 kB
2023-11-28T08:18:13.1821980Z Progress (1): 14 kB
2023-11-28T08:18:13.1822869Z
2023-11-28T08:18:13.1824169Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.7 MB/s)
2023-11-28T08:18:13.1825952Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
2023-11-28T08:18:13.1881513Z Progress (1): 815 B
2023-11-28T08:18:13.1882352Z
2023-11-28T08:18:13.1884072Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 116 kB/s)
2023-11-28T08:18:13.1901922Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
2023-11-28T08:18:13.1938913Z Progress (1): 4.1/4.2 kB
2023-11-28T08:18:13.1975617Z Progress (1): 4.2 kB
2023-11-28T08:18:13.1976447Z
2023-11-28T08:18:13.1978150Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 530 kB/s)
2023-11-28T08:18:13.1997522Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
2023-11-28T08:18:13.2035760Z Progress (1): 4.1/17 kB
2023-11-28T08:18:13.2037749Z Progress (1): 8.2/17 kB
2023-11-28T08:18:13.2039787Z Progress (1): 12/17 kB
2023-11-28T08:18:13.2042264Z Progress (1): 16/17 kB
2023-11-28T08:18:13.2079237Z Progress (1): 17 kB
2023-11-28T08:18:13.2081060Z
2023-11-28T08:18:13.2083259Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.9 MB/s)
2023-11-28T08:18:13.2130384Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
2023-11-28T08:18:13.2250521Z Progress (1): 1.9 kB
2023-11-28T08:18:13.2255412Z
2023-11-28T08:18:13.2260703Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 145 kB/s)
2023-11-28T08:18:13.2301487Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
2023-11-28T08:18:13.2373751Z Progress (1): 1.6 kB
2023-11-28T08:18:13.2378426Z
2023-11-28T08:18:13.2383843Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 204 kB/s)
2023-11-28T08:18:13.2432936Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
2023-11-28T08:18:13.2539507Z Progress (1): 3.0 kB
2023-11-28T08:18:13.2539895Z
2023-11-28T08:18:13.2544899Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 277 kB/s)
2023-11-28T08:18:13.2586834Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
2023-11-28T08:18:13.2630711Z Progress (1): 4.1/5.9 kB
2023-11-28T08:18:13.2665156Z Progress (1): 5.9 kB
2023-11-28T08:18:13.2665787Z
2023-11-28T08:18:13.2668274Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 737 kB/s)
2023-11-28T08:18:13.2699383Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
2023-11-28T08:18:13.2739174Z Progress (1): 4.1/7.9 kB
2023-11-28T08:18:13.2774671Z Progress (1): 7.9 kB
2023-11-28T08:18:13.2775421Z
2023-11-28T08:18:13.2777722Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 879 kB/s)
2023-11-28T08:18:13.2829027Z Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
2023-11-28T08:18:13.2895045Z Progress (1): 1.4 kB
2023-11-28T08:18:13.2895748Z
2023-11-28T08:18:13.2897033Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 159 kB/s)
2023-11-28T08:18:13.2937717Z Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
2023-11-28T08:18:13.3012930Z Progress (1): 2.4 kB
2023-11-28T08:18:13.3014620Z
2023-11-28T08:18:13.3016763Z Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 236 kB/s)
2023-11-28T08:18:13.3034275Z Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
2023-11-28T08:18:13.3071586Z Progress (1): 4.1/7.9 kB
2023-11-28T08:18:13.3105022Z Progress (1): 7.9 kB
2023-11-28T08:18:13.3106849Z
2023-11-28T08:18:13.3108938Z Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 1.1 MB/s)
2023-11-28T08:18:13.3127522Z Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom
2023-11-28T08:18:13.3161679Z Progress (1): 4.1/21 kB
2023-11-28T08:18:13.3164137Z Progress (1): 8.2/21 kB
2023-11-28T08:18:13.3166371Z Progress (1): 12/21 kB
2023-11-28T08:18:13.3169248Z Progress (1): 16/21 kB
2023-11-28T08:18:13.3171453Z Progress (1): 20/21 kB
2023-11-28T08:18:13.3207749Z Progress (1): 21 kB
2023-11-28T08:18:13.3208215Z
2023-11-28T08:18:13.3209193Z Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 2.6 MB/s)
2023-11-28T08:18:13.3242479Z Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
2023-11-28T08:18:13.3313889Z Progress (1): 1.0 kB
2023-11-28T08:18:13.3314561Z
2023-11-28T08:18:13.3315993Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 146 kB/s)
2023-11-28T08:18:13.3344444Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
2023-11-28T08:18:13.3380748Z Progress (1): 4.1/10 kB
2023-11-28T08:18:13.3381667Z Progress (1): 8.2/10 kB
2023-11-28T08:18:13.3414592Z Progress (1): 10 kB
2023-11-28T08:18:13.3415239Z
2023-11-28T08:18:13.3416647Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 1.3 MB/s)
2023-11-28T08:18:13.3470506Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
2023-11-28T08:18:13.3505577Z Progress (1): 4.1/11 kB
2023-11-28T08:18:13.3506643Z Progress (1): 8.2/11 kB
2023-11-28T08:18:13.3543956Z Progress (1): 11 kB
2023-11-28T08:18:13.3548918Z
2023-11-28T08:18:13.3554502Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 1.4 MB/s)
2023-11-28T08:18:13.3666048Z Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
2023-11-28T08:18:13.3741427Z Progress (1): 363 B
2023-11-28T08:18:13.3743981Z
2023-11-28T08:18:13.3746994Z Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 36 kB/s)
2023-11-28T08:18:13.3771403Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
2023-11-28T08:18:13.3812192Z Progress (1): 4.1/5.0 kB
2023-11-28T08:18:13.3847402Z Progress (1): 5.0 kB
2023-11-28T08:18:13.3849822Z
2023-11-28T08:18:13.3853054Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 621 kB/s)
2023-11-28T08:18:13.3876371Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
2023-11-28T08:18:13.3912503Z Progress (1): 4.1/7.8 kB
2023-11-28T08:18:13.3949554Z Progress (1): 7.8 kB
2023-11-28T08:18:13.3952256Z
2023-11-28T08:18:13.3955900Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 976 kB/s)
2023-11-28T08:18:13.3986912Z Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom
2023-11-28T08:18:13.4062783Z Progress (1): 266 B
2023-11-28T08:18:13.4065354Z
2023-11-28T08:18:13.4068183Z Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 33 kB/s)
2023-11-28T08:18:13.4086029Z Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
2023-11-28T08:18:13.4123565Z Progress (1): 4.1/4.3 kB
2023-11-28T08:18:13.4154895Z Progress (1): 4.3 kB
2023-11-28T08:18:13.4155299Z
2023-11-28T08:18:13.4156417Z Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 619 kB/s)
2023-11-28T08:18:13.4207333Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
2023-11-28T08:18:13.4271231Z Progress (1): 3.9 kB
2023-11-28T08:18:13.4271669Z
2023-11-28T08:18:13.4273001Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 647 kB/s)
2023-11-28T08:18:13.4345275Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
2023-11-28T08:18:13.4414139Z Progress (1): 2.5 kB
2023-11-28T08:18:13.4414594Z
2023-11-28T08:18:13.4416006Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 353 kB/s)
2023-11-28T08:18:13.4469983Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
2023-11-28T08:18:13.4537122Z Progress (1): 3.5 kB
2023-11-28T08:18:13.4537591Z
2023-11-28T08:18:13.4539042Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 505 kB/s)
2023-11-28T08:18:13.4569707Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
2023-11-28T08:18:13.4776469Z Progress (1): 1.7 kB
2023-11-28T08:18:13.4778808Z
2023-11-28T08:18:13.4781685Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 83 kB/s)
2023-11-28T08:18:13.4798999Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
2023-11-28T08:18:13.4830037Z Progress (1): 4.1/28 kB
2023-11-28T08:18:13.4831207Z Progress (1): 8.2/28 kB
2023-11-28T08:18:13.4832441Z Progress (1): 12/28 kB
2023-11-28T08:18:13.4833471Z Progress (1): 16/28 kB
2023-11-28T08:18:13.4833890Z Progress (1): 20/28 kB
2023-11-28T08:18:13.4834285Z Progress (1): 25/28 kB
2023-11-28T08:18:13.4865818Z Progress (1): 28 kB
2023-11-28T08:18:13.4866345Z
2023-11-28T08:18:13.4867663Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 4.0 MB/s)
2023-11-28T08:18:13.4888407Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
2023-11-28T08:18:13.4994031Z Progress (1): 1.8 kB
2023-11-28T08:18:13.4994565Z
2023-11-28T08:18:13.4996360Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 251 kB/s)
2023-11-28T08:18:13.4998403Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
2023-11-28T08:18:13.5054266Z Progress (1): 2.0 kB
2023-11-28T08:18:13.5054768Z
2023-11-28T08:18:13.5056245Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 339 kB/s)
2023-11-28T08:18:13.5066936Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
2023-11-28T08:18:13.5138367Z Progress (1): 3.3 kB
2023-11-28T08:18:13.5138863Z
2023-11-28T08:18:13.5140242Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 478 kB/s)
2023-11-28T08:18:13.5174185Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
2023-11-28T08:18:13.5244545Z Progress (1): 3.5 kB
2023-11-28T08:18:13.5245190Z
2023-11-28T08:18:13.5246789Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 501 kB/s)
2023-11-28T08:18:13.5265987Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
2023-11-28T08:18:13.5301763Z Progress (1): 4.1/19 kB
2023-11-28T08:18:13.5304187Z Progress (1): 8.2/19 kB
2023-11-28T08:18:13.5306285Z Progress (1): 12/19 kB
2023-11-28T08:18:13.5309116Z Progress (1): 16/19 kB
2023-11-28T08:18:13.5341285Z Progress (1): 19 kB
2023-11-28T08:18:13.5341744Z
2023-11-28T08:18:13.5342996Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 2.3 MB/s)
2023-11-28T08:18:13.5382027Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
2023-11-28T08:18:13.5480493Z Progress (1): 750 B
2023-11-28T08:18:13.5481339Z
2023-11-28T08:18:13.5482400Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 94 kB/s)
2023-11-28T08:18:13.5483777Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
2023-11-28T08:18:13.5500441Z Progress (1): 4.1/4.8 kB
2023-11-28T08:18:13.5532058Z Progress (1): 4.8 kB
2023-11-28T08:18:13.5532523Z
2023-11-28T08:18:13.5533918Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 686 kB/s)
2023-11-28T08:18:13.5551443Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
2023-11-28T08:18:13.5589238Z Progress (1): 4.1/23 kB
2023-11-28T08:18:13.5591712Z Progress (1): 8.2/23 kB
2023-11-28T08:18:13.5592779Z Progress (1): 12/23 kB
2023-11-28T08:18:13.5594594Z Progress (1): 16/23 kB
2023-11-28T08:18:13.5595784Z Progress (1): 20/23 kB
2023-11-28T08:18:13.5636107Z Progress (1): 23 kB
2023-11-28T08:18:13.5636553Z
2023-11-28T08:18:13.5637629Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 2.5 MB/s)
2023-11-28T08:18:13.5665244Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
2023-11-28T08:18:13.5701192Z Progress (1): 4.1/5.3 kB
2023-11-28T08:18:13.5732460Z Progress (1): 5.3 kB
2023-11-28T08:18:13.5732906Z
2023-11-28T08:18:13.5734604Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 755 kB/s)
2023-11-28T08:18:13.5750513Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
2023-11-28T08:18:13.5781279Z Progress (1): 4.1/5.1 kB
2023-11-28T08:18:13.5811427Z Progress (1): 5.1 kB
2023-11-28T08:18:13.5811879Z
2023-11-28T08:18:13.5813313Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 728 kB/s)
2023-11-28T08:18:13.5822453Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom
2023-11-28T08:18:13.5863021Z Progress (1): 4.1/44 kB
2023-11-28T08:18:13.5863456Z Progress (1): 8.2/44 kB
2023-11-28T08:18:13.5863848Z Progress (1): 12/44 kB
2023-11-28T08:18:13.5864227Z Progress (1): 16/44 kB
2023-11-28T08:18:13.5864586Z Progress (1): 20/44 kB
2023-11-28T08:18:13.5864952Z Progress (1): 25/44 kB
2023-11-28T08:18:13.5865319Z Progress (1): 29/44 kB
2023-11-28T08:18:13.5865704Z Progress (1): 33/44 kB
2023-11-28T08:18:13.5866047Z Progress (1): 37/44 kB
2023-11-28T08:18:13.5866395Z Progress (1): 41/44 kB
2023-11-28T08:18:13.5887665Z Progress (1): 44 kB
2023-11-28T08:18:13.5888071Z
2023-11-28T08:18:13.5889260Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 7.4 MB/s)
2023-11-28T08:18:13.5925861Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
2023-11-28T08:18:13.5959163Z Progress (1): 4.1/5.4 kB
2023-11-28T08:18:13.5991756Z Progress (1): 5.4 kB
2023-11-28T08:18:13.5992050Z
2023-11-28T08:18:13.5993507Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 767 kB/s)
2023-11-28T08:18:13.6013530Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
2023-11-28T08:18:13.6082794Z Progress (1): 3.1 kB
2023-11-28T08:18:13.6083102Z
2023-11-28T08:18:13.6084433Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 447 kB/s)
2023-11-28T08:18:13.6101576Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
2023-11-28T08:18:13.6167975Z Progress (1): 2.6 kB
2023-11-28T08:18:13.6168283Z
2023-11-28T08:18:13.6169561Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 372 kB/s)
2023-11-28T08:18:13.6185248Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
2023-11-28T08:18:13.6249028Z Progress (1): 1.2 kB
2023-11-28T08:18:13.6249277Z
2023-11-28T08:18:13.6250786Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 208 kB/s)
2023-11-28T08:18:13.6266428Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
2023-11-28T08:18:13.6301451Z Progress (1): 4.1/7.8 kB
2023-11-28T08:18:13.6336327Z Progress (1): 7.8 kB
2023-11-28T08:18:13.6336831Z
2023-11-28T08:18:13.6338200Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 1.1 MB/s)
2023-11-28T08:18:13.6356776Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
2023-11-28T08:18:13.6404680Z Progress (1): 4.1/11 kB
2023-11-28T08:18:13.6405179Z Progress (1): 8.2/11 kB
2023-11-28T08:18:13.6424050Z Progress (1): 11 kB
2023-11-28T08:18:13.6424507Z
2023-11-28T08:18:13.6425825Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 1.5 MB/s)
2023-11-28T08:18:13.6457557Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
2023-11-28T08:18:13.6523848Z Progress (1): 815 B
2023-11-28T08:18:13.6524454Z
2023-11-28T08:18:13.6528170Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 116 kB/s)
2023-11-28T08:18:13.6559064Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
2023-11-28T08:18:13.6609611Z Progress (1): 4.1/4.2 kB
2023-11-28T08:18:13.6650176Z Progress (1): 4.2 kB
2023-11-28T08:18:13.6650701Z
2023-11-28T08:18:13.6652217Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 471 kB/s)
2023-11-28T08:18:13.6672418Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
2023-11-28T08:18:13.6707793Z Progress (1): 4.1/17 kB
2023-11-28T08:18:13.6710096Z Progress (1): 8.2/17 kB
2023-11-28T08:18:13.6712507Z Progress (1): 12/17 kB
2023-11-28T08:18:13.6715093Z Progress (1): 16/17 kB
2023-11-28T08:18:13.6746955Z Progress (1): 17 kB
2023-11-28T08:18:13.6747735Z
2023-11-28T08:18:13.6749187Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 2.5 MB/s)
2023-11-28T08:18:13.6783589Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
2023-11-28T08:18:13.6849455Z Progress (1): 4.0 kB
2023-11-28T08:18:13.6850010Z
2023-11-28T08:18:13.6851665Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 666 kB/s)
2023-11-28T08:18:13.6873753Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
2023-11-28T08:18:13.6909910Z Progress (1): 4.1/17 kB
2023-11-28T08:18:13.6914424Z Progress (1): 8.2/17 kB
2023-11-28T08:18:13.6918733Z Progress (1): 12/17 kB
2023-11-28T08:18:13.6923483Z Progress (1): 16/17 kB
2023-11-28T08:18:13.6960311Z Progress (1): 17 kB
2023-11-28T08:18:13.6960884Z
2023-11-28T08:18:13.6962277Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 2.1 MB/s)
2023-11-28T08:18:13.7011176Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
2023-11-28T08:18:13.7034053Z Progress (1): 4.1/5.5 kB
2023-11-28T08:18:13.7068691Z Progress (1): 5.5 kB
2023-11-28T08:18:13.7069347Z
2023-11-28T08:18:13.7070606Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 780 kB/s)
2023-11-28T08:18:13.7095294Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
2023-11-28T08:18:13.7131234Z Progress (1): 4.1/11 kB
2023-11-28T08:18:13.7131853Z Progress (1): 8.2/11 kB
2023-11-28T08:18:13.7160842Z Progress (1): 11 kB
2023-11-28T08:18:13.7161132Z
2023-11-28T08:18:13.7162124Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 1.8 MB/s)
2023-11-28T08:18:13.7205128Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
2023-11-28T08:18:13.7251137Z Progress (1): 4.1/5.9 kB
2023-11-28T08:18:13.7294653Z Progress (1): 5.9 kB
2023-11-28T08:18:13.7299339Z
2023-11-28T08:18:13.7305109Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 536 kB/s)
2023-11-28T08:18:13.7328842Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
2023-11-28T08:18:13.7401870Z Progress (1): 3.2 kB
2023-11-28T08:18:13.7406540Z
2023-11-28T08:18:13.7412031Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 402 kB/s)
2023-11-28T08:18:13.7458974Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom
2023-11-28T08:18:13.7497961Z Progress (1): 4.1/48 kB
2023-11-28T08:18:13.7503123Z Progress (1): 8.2/48 kB
2023-11-28T08:18:13.7508280Z Progress (1): 12/48 kB
2023-11-28T08:18:13.7514524Z Progress (1): 16/48 kB
2023-11-28T08:18:13.7519441Z Progress (1): 20/48 kB
2023-11-28T08:18:13.7524469Z Progress (1): 25/48 kB
2023-11-28T08:18:13.7529482Z Progress (1): 29/48 kB
2023-11-28T08:18:13.7535639Z Progress (1): 33/48 kB
2023-11-28T08:18:13.7540309Z Progress (1): 37/48 kB
2023-11-28T08:18:13.7545380Z Progress (1): 41/48 kB
2023-11-28T08:18:13.7550313Z Progress (1): 45/48 kB
2023-11-28T08:18:13.7587352Z Progress (1): 48 kB
2023-11-28T08:18:13.7592114Z
2023-11-28T08:18:13.7597415Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 3.4 MB/s)
2023-11-28T08:18:13.7672504Z Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/24.0.1/annotations-24.0.1.pom
2023-11-28T08:18:13.7747538Z Progress (1): 1.3 kB
2023-11-28T08:18:13.7752202Z
2023-11-28T08:18:13.7757357Z Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/24.0.1/annotations-24.0.1.pom (1.3 kB at 147 kB/s)
2023-11-28T08:18:13.7828814Z Downloading from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-annotations/4.8.0/spotbugs-annotations-4.8.0.pom
2023-11-28T08:18:13.7906443Z Progress (1): 3.3 kB
2023-11-28T08:18:13.7911276Z
2023-11-28T08:18:13.7916733Z Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-annotations/4.8.0/spotbugs-annotations-4.8.0.pom (3.3 kB at 361 kB/s)
2023-11-28T08:18:13.8501508Z Downloading from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.7.0/postgresql-42.7.0.jar
2023-11-28T08:18:13.8523349Z Downloading from central: https://repo.maven.apache.org/maven2/io/github/jeremylong/open-vulnerability-clients/5.0.2/open-vulnerability-clients-5.0.2.jar
2023-11-28T08:18:13.8525737Z Downloading from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-core/9.0.1/dependency-check-core-9.0.1.jar
2023-11-28T08:18:13.8563760Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.jar
2023-11-28T08:18:13.8661665Z Progress (1): 0/1.1 MB
2023-11-28T08:18:13.8661978Z
2023-11-28T08:18:13.8663049Z Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar
2023-11-28T08:18:13.8663962Z Progress (1): 0/1.1 MB
2023-11-28T08:18:13.8664515Z Progress (1): 0/1.1 MB
2023-11-28T08:18:13.8664736Z Progress (1): 0/1.1 MB
2023-11-28T08:18:13.8665039Z Progress (1): 0/1.1 MB
2023-11-28T08:18:13.8665651Z Progress (1): 0/1.1 MB
2023-11-28T08:18:13.8665891Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8666123Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8666400Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8666684Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8667523Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8667799Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8668099Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8668376Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8668677Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8668961Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8669248Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8669530Z Progress (1): 0.1/1.1 MB
2023-11-28T08:18:13.8669804Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8670059Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8670303Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8726076Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8726382Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8726794Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8727051Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8727289Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8727534Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8727790Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8728033Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8728264Z Progress (1): 0.2/1.1 MB
2023-11-28T08:18:13.8736847Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8737467Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8737733Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8737996Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8740798Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8742285Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8744772Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8748600Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8750503Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8751966Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8806513Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8819330Z Progress (1): 0.3/1.1 MB
2023-11-28T08:18:13.8832218Z Progress (1): 0.4/1.1 MB
2023-11-28T08:18:13.8837734Z Progress (1): 0.4/1.1 MB
2023-11-28T08:18:13.8849137Z Progress (1): 0.4/1.1 MB
2023-11-28T08:18:13.8854267Z Progress (1): 0.4/1.1 MB
2023-11-28T08:18:13.8859334Z Progress (1): 0.4/1.1 MB
2023-11-28T08:18:13.8861461Z Progress (2): 0.4/1.1 MB | 4.1/224 kB
2023-11-28T08:18:13.8862580Z Progress (2): 0.4/1.1 MB | 8.2/224 kB
2023-11-28T08:18:13.8864092Z Progress (2): 0.4/1.1 MB | 12/224 kB
2023-11-28T08:18:13.8869931Z Progress (2): 0.4/1.1 MB | 16/224 kB
2023-11-28T08:18:13.8870937Z Progress (2): 0.4/1.1 MB | 20/224 kB
2023-11-28T08:18:13.8871327Z Progress (2): 0.4/1.1 MB | 25/224 kB
2023-11-28T08:18:13.8871746Z Progress (2): 0.4/1.1 MB | 29/224 kB
2023-11-28T08:18:13.8879288Z Progress (2): 0.4/1.1 MB | 33/224 kB
2023-11-28T08:18:13.8884784Z Progress (2): 0.4/1.1 MB | 33/224 kB
2023-11-28T08:18:13.8893016Z Progress (2): 0.4/1.1 MB | 33/224 kB
2023-11-28T08:18:13.8894340Z Progress (2): 0.4/1.1 MB | 37/224 kB
2023-11-28T08:18:13.8894929Z Progress (2): 0.4/1.1 MB | 41/224 kB
2023-11-28T08:18:13.8895467Z Progress (2): 0.4/1.1 MB | 45/224 kB
2023-11-28T08:18:13.8896926Z Progress (2): 0.4/1.1 MB | 49/224 kB
2023-11-28T08:18:13.9061935Z Progress (2): 0.4/1.1 MB | 53/224 kB
2023-11-28T08:18:13.9062368Z Progress (2): 0.4/1.1 MB | 57/224 kB
2023-11-28T08:18:13.9062695Z Progress (2): 0.4/1.1 MB | 61/224 kB
2023-11-28T08:18:13.9074182Z Progress (2): 0.4/1.1 MB | 66/224 kB
2023-11-28T08:18:13.9074691Z Progress (3): 0.4/1.1 MB | 66/224 kB | 0/1.1 MB
2023-11-28T08:18:13.9075158Z Progress (4): 0.4/1.1 MB | 66/224 kB | 0/1.1 MB | 4.1/171 kB
2023-11-28T08:18:13.9076009Z Progress (4): 0.4/1.1 MB | 66/224 kB | 0/1.1 MB | 4.1/171 kB
2023-11-28T08:18:13.9076522Z Progress (4): 0.4/1.1 MB | 66/224 kB | 0/1.1 MB | 8.2/171 kB
2023-11-28T08:18:13.9077465Z Progress (4): 0.4/1.1 MB | 66/224 kB | 0/1.1 MB | 12/171 kB
2023-11-28T08:18:13.9078350Z Progress (4): 0.4/1.1 MB | 66/224 kB | 0/1.1 MB | 16/171 kB
2023-11-28T08:18:13.9078949Z Progress (4): 0.4/1.1 MB | 70/224 kB | 0/1.1 MB | 16/171 kB
2023-11-28T08:18:13.9079983Z Progress (4): 0.4/1.1 MB | 74/224 kB | 0/1.1 MB | 16/171 kB
2023-11-28T08:18:13.9080564Z Progress (4): 0.4/1.1 MB | 78/224 kB | 0/1.1 MB | 16/171 kB
2023-11-28T08:18:13.9081099Z Progress (4): 0.4/1.1 MB | 82/224 kB | 0/1.1 MB | 16/171 kB
2023-11-28T08:18:13.9081680Z Progress (4): 0.4/1.1 MB | 86/224 kB | 0/1.1 MB | 16/171 kB
2023-11-28T08:18:13.9082281Z Progress (4): 0.4/1.1 MB | 90/224 kB | 0/1.1 MB | 16/171 kB
2023-11-28T08:18:13.9082871Z Progress (4): 0.4/1.1 MB | 94/224 kB | 0/1.1 MB | 16/171 kB
2023-11-28T08:18:13.9083446Z Progress (4): 0.4/1.1 MB | 94/224 kB | 0/1.1 MB | 20/171 kB
2023-11-28T08:18:13.9084038Z Progress (4): 0.4/1.1 MB | 94/224 kB | 0/1.1 MB | 25/171 kB
2023-11-28T08:18:13.9084616Z Progress (4): 0.4/1.1 MB | 94/224 kB | 0/1.1 MB | 29/171 kB
2023-11-28T08:18:13.9085224Z Progress (4): 0.4/1.1 MB | 94/224 kB | 0/1.1 MB | 33/171 kB
2023-11-28T08:18:13.9085781Z Progress (4): 0.4/1.1 MB | 94/224 kB | 0/1.1 MB | 33/171 kB
2023-11-28T08:18:13.9086353Z Progress (4): 0.4/1.1 MB | 98/224 kB | 0/1.1 MB | 33/171 kB
2023-11-28T08:18:13.9087041Z Progress (4): 0.4/1.1 MB | 98/224 kB | 0/1.1 MB | 33/171 kB
2023-11-28T08:18:13.9087627Z Progress (4): 0.4/1.1 MB | 98/224 kB | 0/1.1 MB | 33/171 kB
2023-11-28T08:18:13.9088152Z Progress (4): 0.4/1.1 MB | 98/224 kB | 0/1.1 MB | 33/171 kB
2023-11-28T08:18:13.9088775Z Progress (5): 0.4/1.1 MB | 98/224 kB | 0/1.1 MB | 33/171 kB | 8.2/840 kB
2023-11-28T08:18:13.9089540Z Progress (5): 0.4/1.1 MB | 98/224 kB | 0/1.1 MB | 33/171 kB | 16/840 kB
2023-11-28T08:18:13.9090283Z Progress (5): 0.4/1.1 MB | 102/224 kB | 0/1.1 MB | 33/171 kB | 16/840 kB
2023-11-28T08:18:13.9090963Z Progress (5): 0.4/1.1 MB | 106/224 kB | 0/1.1 MB | 33/171 kB | 16/840 kB
2023-11-28T08:18:13.9091660Z Progress (5): 0.4/1.1 MB | 111/224 kB | 0/1.1 MB | 33/171 kB | 16/840 kB
2023-11-28T08:18:13.9092276Z Progress (5): 0.4/1.1 MB | 111/224 kB | 0/1.1 MB | 33/171 kB | 16/840 kB
2023-11-28T08:18:13.9092870Z Progress (5): 0.4/1.1 MB | 115/224 kB | 0/1.1 MB | 33/171 kB | 16/840 kB
2023-11-28T08:18:13.9093468Z Progress (5): 0.4/1.1 MB | 119/224 kB | 0/1.1 MB | 33/171 kB | 16/840 kB
2023-11-28T08:18:13.9094092Z Progress (5): 0.4/1.1 MB | 123/224 kB | 0/1.1 MB | 33/171 kB | 16/840 kB
2023-11-28T08:18:13.9094688Z Progress (5): 0.4/1.1 MB | 127/224 kB | 0/1.1 MB | 33/171 kB | 16/840 kB
2023-11-28T08:18:13.9095305Z Progress (5): 0.4/1.1 MB | 131/224 kB | 0/1.1 MB | 33/171 kB | 16/840 kB
2023-11-28T08:18:13.9097416Z Progress (5): 0.4/1.1 MB | 131/224 kB | 0/1.1 MB | 33/171 kB | 16/840 kB
2023-11-28T08:18:13.9103833Z Progress (5): 0.4/1.1 MB | 131/224 kB | 0/1.1 MB | 37/171 kB | 16/840 kB
2023-11-28T08:18:13.9104574Z Progress (5): 0.4/1.1 MB | 131/224 kB | 0/1.1 MB | 41/171 kB | 16/840 kB
2023-11-28T08:18:13.9105245Z Progress (5): 0.4/1.1 MB | 131/224 kB | 0/1.1 MB | 45/171 kB | 16/840 kB
2023-11-28T08:18:13.9105914Z Progress (5): 0.4/1.1 MB | 131/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9106595Z Progress (5): 0.4/1.1 MB | 131/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9107241Z Progress (5): 0.4/1.1 MB | 135/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9107828Z Progress (5): 0.4/1.1 MB | 135/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9108470Z Progress (5): 0.4/1.1 MB | 139/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9109122Z Progress (5): 0.4/1.1 MB | 143/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9109969Z Progress (5): 0.4/1.1 MB | 147/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9110654Z Progress (5): 0.4/1.1 MB | 147/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9111318Z Progress (5): 0.5/1.1 MB | 147/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9112017Z Progress (5): 0.5/1.1 MB | 152/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9112657Z Progress (5): 0.5/1.1 MB | 156/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9113346Z Progress (5): 0.5/1.1 MB | 160/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9114077Z Progress (5): 0.5/1.1 MB | 164/224 kB | 0/1.1 MB | 49/171 kB | 16/840 kB
2023-11-28T08:18:13.9114798Z Progress (5): 0.5/1.1 MB | 164/224 kB | 0/1.1 MB | 53/171 kB | 16/840 kB
2023-11-28T08:18:13.9115529Z Progress (5): 0.5/1.1 MB | 168/224 kB | 0/1.1 MB | 53/171 kB | 16/840 kB
2023-11-28T08:18:13.9116235Z Progress (5): 0.5/1.1 MB | 168/224 kB | 0.1/1.1 MB | 53/171 kB | 16/840 kB
2023-11-28T08:18:13.9116941Z Progress (5): 0.5/1.1 MB | 168/224 kB | 0.1/1.1 MB | 57/171 kB | 16/840 kB
2023-11-28T08:18:13.9117668Z Progress (5): 0.5/1.1 MB | 168/224 kB | 0.1/1.1 MB | 61/171 kB | 16/840 kB
2023-11-28T08:18:13.9118418Z Progress (5): 0.5/1.1 MB | 168/224 kB | 0.1/1.1 MB | 61/171 kB | 25/840 kB
2023-11-28T08:18:13.9119189Z Progress (5): 0.5/1.1 MB | 168/224 kB | 0.1/1.1 MB | 61/171 kB | 33/840 kB
2023-11-28T08:18:13.9119909Z Progress (5): 0.5/1.1 MB | 168/224 kB | 0.1/1.1 MB | 66/171 kB | 33/840 kB
2023-11-28T08:18:13.9120668Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 66/171 kB | 33/840 kB
2023-11-28T08:18:13.9121417Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 66/171 kB | 33/840 kB
2023-11-28T08:18:13.9122151Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 70/171 kB | 33/840 kB
2023-11-28T08:18:13.9122874Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 74/171 kB | 33/840 kB
2023-11-28T08:18:13.9123619Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 74/171 kB | 33/840 kB
2023-11-28T08:18:13.9124353Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 78/171 kB | 33/840 kB
2023-11-28T08:18:13.9125047Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 78/171 kB | 33/840 kB
2023-11-28T08:18:13.9125742Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 82/171 kB | 33/840 kB
2023-11-28T08:18:13.9126396Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 82/171 kB | 33/840 kB
2023-11-28T08:18:13.9127104Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 82/171 kB | 33/840 kB
2023-11-28T08:18:13.9127762Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 86/171 kB | 33/840 kB
2023-11-28T08:18:13.9128366Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 90/171 kB | 33/840 kB
2023-11-28T08:18:13.9129015Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 90/171 kB | 33/840 kB
2023-11-28T08:18:13.9129627Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 94/171 kB | 33/840 kB
2023-11-28T08:18:13.9130316Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 94/171 kB | 33/840 kB
2023-11-28T08:18:13.9131033Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 98/171 kB | 33/840 kB
2023-11-28T08:18:13.9131943Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 98/171 kB | 33/840 kB
2023-11-28T08:18:13.9132667Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 98/171 kB | 33/840 kB
2023-11-28T08:18:13.9133399Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 102/171 kB | 33/840 kB
2023-11-28T08:18:13.9134196Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 106/171 kB | 33/840 kB
2023-11-28T08:18:13.9134923Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 106/171 kB | 33/840 kB
2023-11-28T08:18:13.9135649Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 111/171 kB | 33/840 kB
2023-11-28T08:18:13.9136363Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 111/171 kB | 33/840 kB
2023-11-28T08:18:13.9137086Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.1/1.1 MB | 115/171 kB | 33/840 kB
2023-11-28T08:18:13.9137828Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 115/171 kB | 33/840 kB
2023-11-28T08:18:13.9138732Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 115/171 kB | 33/840 kB
2023-11-28T08:18:13.9139457Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 119/171 kB | 33/840 kB
2023-11-28T08:18:13.9140159Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9270822Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9271953Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9272696Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9273396Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9274208Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9275044Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9275786Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9278324Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9279078Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9279768Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.2/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9280549Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9281437Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9282167Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9338691Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9339775Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9341307Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9342542Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9343367Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9344125Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9344871Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9345577Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9346270Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.3/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9346971Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9347626Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9348349Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9349029Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9349659Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9350490Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 123/171 kB | 33/840 kB
2023-11-28T08:18:13.9351137Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 127/171 kB | 33/840 kB
2023-11-28T08:18:13.9352826Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 131/171 kB | 33/840 kB
2023-11-28T08:18:13.9353458Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 135/171 kB | 33/840 kB
2023-11-28T08:18:13.9354071Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 139/171 kB | 33/840 kB
2023-11-28T08:18:13.9354777Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 143/171 kB | 33/840 kB
2023-11-28T08:18:13.9355438Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 147/171 kB | 33/840 kB
2023-11-28T08:18:13.9388418Z Progress (5): 0.5/1.1 MB | 172/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9389489Z Progress (5): 0.5/1.1 MB | 176/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9390959Z Progress (5): 0.5/1.1 MB | 180/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9392273Z Progress (5): 0.5/1.1 MB | 184/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9393103Z Progress (5): 0.5/1.1 MB | 188/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9393862Z Progress (5): 0.5/1.1 MB | 193/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9394581Z Progress (5): 0.5/1.1 MB | 197/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9395943Z Progress (5): 0.5/1.1 MB | 201/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9397322Z Progress (5): 0.5/1.1 MB | 205/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9398093Z Progress (5): 0.5/1.1 MB | 209/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9399425Z Progress (5): 0.5/1.1 MB | 213/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9400765Z Progress (5): 0.5/1.1 MB | 217/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9401549Z Progress (5): 0.5/1.1 MB | 221/224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9407313Z Progress (5): 0.5/1.1 MB | 224 kB | 0.4/1.1 MB | 152/171 kB | 33/840 kB
2023-11-28T08:18:13.9408207Z Progress (5): 0.5/1.1 MB | 224 kB | 0.4/1.1 MB | 152/171 kB | 41/840 kB
2023-11-28T08:18:13.9408914Z Progress (5): 0.5/1.1 MB | 224 kB | 0.4/1.1 MB | 152/171 kB | 41/840 kB
2023-11-28T08:18:13.9413926Z Progress (5): 0.5/1.1 MB | 224 kB | 0.4/1.1 MB | 152/171 kB | 41/840 kB
2023-11-28T08:18:13.9415222Z Progress (5): 0.5/1.1 MB | 224 kB | 0.4/1.1 MB | 152/171 kB | 41/840 kB
2023-11-28T08:18:13.9416004Z Progress (5): 0.5/1.1 MB | 224 kB | 0.4/1.1 MB | 152/171 kB | 41/840 kB
2023-11-28T08:18:13.9416726Z Progress (5): 0.5/1.1 MB | 224 kB | 0.4/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9422756Z
2023-11-28T08:18:13.9424162Z Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.31.0/checker-qual-3.31.0.jar (224 kB at 3.1 MB/s)
2023-11-28T08:18:13.9432355Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.jar
2023-11-28T08:18:13.9433353Z Progress (4): 0.5/1.1 MB | 0.4/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9433873Z Progress (4): 0.5/1.1 MB | 0.4/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9434390Z Progress (4): 0.5/1.1 MB | 0.4/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9434934Z Progress (4): 0.5/1.1 MB | 0.4/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9442186Z Progress (4): 0.5/1.1 MB | 0.4/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9442793Z Progress (4): 0.5/1.1 MB | 0.4/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9443311Z Progress (4): 0.5/1.1 MB | 0.4/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9443835Z Progress (4): 0.5/1.1 MB | 0.4/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9444367Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9445048Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9445653Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9446918Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9447454Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9447963Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9448483Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 156/171 kB | 41/840 kB
2023-11-28T08:18:13.9449001Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 160/171 kB | 41/840 kB
2023-11-28T08:18:13.9449536Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 160/171 kB | 49/840 kB
2023-11-28T08:18:13.9450110Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 164/171 kB | 49/840 kB
2023-11-28T08:18:13.9450731Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 168/171 kB | 49/840 kB
2023-11-28T08:18:13.9451503Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 49/840 kB
2023-11-28T08:18:13.9524184Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 57/840 kB
2023-11-28T08:18:13.9531029Z Progress (4): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 66/840 kB
2023-11-28T08:18:13.9531583Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 66/840 kB | 8.2/853 kB
2023-11-28T08:18:13.9532275Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 74/840 kB | 8.2/853 kB
2023-11-28T08:18:13.9554962Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 74/840 kB | 16/853 kB
2023-11-28T08:18:13.9555591Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 82/840 kB | 16/853 kB
2023-11-28T08:18:13.9556190Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 82/840 kB | 25/853 kB
2023-11-28T08:18:13.9556776Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 90/840 kB | 25/853 kB
2023-11-28T08:18:13.9557374Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 90/840 kB | 33/853 kB
2023-11-28T08:18:13.9557994Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 98/840 kB | 33/853 kB
2023-11-28T08:18:13.9558697Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 98/840 kB | 41/853 kB
2023-11-28T08:18:13.9559400Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 106/840 kB | 41/853 kB
2023-11-28T08:18:13.9560133Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 106/840 kB | 49/853 kB
2023-11-28T08:18:13.9560860Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 115/840 kB | 49/853 kB
2023-11-28T08:18:13.9561555Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 115/840 kB | 57/853 kB
2023-11-28T08:18:13.9562268Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 123/840 kB | 57/853 kB
2023-11-28T08:18:13.9562960Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 123/840 kB | 66/853 kB
2023-11-28T08:18:13.9563710Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 131/840 kB | 66/853 kB
2023-11-28T08:18:13.9564456Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 139/840 kB | 66/853 kB
2023-11-28T08:18:13.9565196Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 147/840 kB | 66/853 kB
2023-11-28T08:18:13.9565937Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 156/840 kB | 66/853 kB
2023-11-28T08:18:13.9566645Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 164/840 kB | 66/853 kB
2023-11-28T08:18:13.9567338Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 172/840 kB | 66/853 kB
2023-11-28T08:18:13.9568052Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 180/840 kB | 66/853 kB
2023-11-28T08:18:13.9568802Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 188/840 kB | 66/853 kB
2023-11-28T08:18:13.9569553Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 197/840 kB | 66/853 kB
2023-11-28T08:18:13.9570302Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 205/840 kB | 66/853 kB
2023-11-28T08:18:13.9570998Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 213/840 kB | 66/853 kB
2023-11-28T08:18:13.9571733Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 221/840 kB | 66/853 kB
2023-11-28T08:18:13.9572415Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 229/840 kB | 66/853 kB
2023-11-28T08:18:13.9573121Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 238/840 kB | 66/853 kB
2023-11-28T08:18:13.9573962Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 238/840 kB | 74/853 kB
2023-11-28T08:18:13.9574633Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 238/840 kB | 82/853 kB
2023-11-28T08:18:13.9575322Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 238/840 kB | 82/853 kB
2023-11-28T08:18:13.9575948Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 238/840 kB | 82/853 kB
2023-11-28T08:18:13.9576602Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 238/840 kB | 82/853 kB
2023-11-28T08:18:13.9577281Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 238/840 kB | 82/853 kB
2023-11-28T08:18:13.9577942Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 246/840 kB | 82/853 kB
2023-11-28T08:18:13.9578563Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 246/840 kB | 82/853 kB
2023-11-28T08:18:13.9579239Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 246/840 kB | 82/853 kB
2023-11-28T08:18:13.9580030Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 254/840 kB | 82/853 kB
2023-11-28T08:18:13.9580712Z Progress (5): 0.5/1.1 MB | 0.5/1.1 MB | 171 kB | 262/840 kB | 82/853 kB
2023-11-28T08:18:13.9581594Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 262/840 kB | 82/853 kB
2023-11-28T08:18:13.9582245Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 262/840 kB | 82/853 kB
2023-11-28T08:18:13.9582923Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 270/840 kB | 82/853 kB
2023-11-28T08:18:13.9583616Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 279/840 kB | 82/853 kB
2023-11-28T08:18:13.9584312Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 279/840 kB | 82/853 kB
2023-11-28T08:18:13.9585011Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 279/840 kB | 82/853 kB
2023-11-28T08:18:13.9585727Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 287/840 kB | 82/853 kB
2023-11-28T08:18:13.9586486Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 295/840 kB | 82/853 kB
2023-11-28T08:18:13.9587209Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 303/840 kB | 82/853 kB
2023-11-28T08:18:13.9587925Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 311/840 kB | 82/853 kB
2023-11-28T08:18:13.9588629Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 319/840 kB | 82/853 kB
2023-11-28T08:18:13.9589333Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 328/840 kB | 82/853 kB
2023-11-28T08:18:13.9590062Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 336/840 kB | 82/853 kB
2023-11-28T08:18:13.9590773Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 344/840 kB | 82/853 kB
2023-11-28T08:18:13.9591444Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 352/840 kB | 82/853 kB
2023-11-28T08:18:13.9592154Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 360/840 kB | 82/853 kB
2023-11-28T08:18:13.9592838Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 369/840 kB | 82/853 kB
2023-11-28T08:18:13.9593528Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 377/840 kB | 82/853 kB
2023-11-28T08:18:13.9594208Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 385/840 kB | 82/853 kB
2023-11-28T08:18:13.9594895Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9595566Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9596240Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9596953Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9597685Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9598376Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9599079Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9599774Z Progress (5): 0.5/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9600467Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9601175Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9602024Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9602729Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9603444Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9604143Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9604875Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9605589Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9606299Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9606995Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9607690Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9608395Z Progress (5): 0.6/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9609263Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9609976Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9610679Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9611404Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9612125Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9612842Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9613616Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9614469Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9615188Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9616236Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9616946Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9617729Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9618423Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9619164Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9619894Z Progress (5): 0.7/1.1 MB | 0.6/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9620581Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9687002Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9688374Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9689109Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9690677Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9692059Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9692815Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9693500Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9695411Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9696220Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9696967Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9698810Z Progress (5): 0.7/1.1 MB | 0.7/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9699592Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9700387Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9701222Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9701914Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9702689Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9703282Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 171 kB | 393/840 kB | 82/853 kB
2023-11-28T08:18:13.9703793Z
2023-11-28T08:18:13.9705372Z Downloaded from central: https://repo.maven.apache.org/maven2/io/github/jeremylong/open-vulnerability-clients/5.0.2/open-vulnerability-clients-5.0.2.jar (171 kB at 1.7 MB/s)
2023-11-28T08:18:13.9708060Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.jar
2023-11-28T08:18:13.9709093Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 393/840 kB | 90/853 kB
2023-11-28T08:18:13.9709671Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 401/840 kB | 90/853 kB
2023-11-28T08:18:13.9710260Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 410/840 kB | 90/853 kB
2023-11-28T08:18:13.9710898Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 410/840 kB | 98/853 kB
2023-11-28T08:18:13.9711698Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 418/840 kB | 98/853 kB
2023-11-28T08:18:13.9712972Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 426/840 kB | 98/853 kB
2023-11-28T08:18:13.9713559Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 426/840 kB | 106/853 kB
2023-11-28T08:18:13.9714092Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 426/840 kB | 115/853 kB
2023-11-28T08:18:13.9714667Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 434/840 kB | 115/853 kB
2023-11-28T08:18:13.9715263Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 442/840 kB | 115/853 kB
2023-11-28T08:18:13.9715834Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 442/840 kB | 123/853 kB
2023-11-28T08:18:13.9716520Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 442/840 kB | 131/853 kB
2023-11-28T08:18:13.9717208Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 451/840 kB | 131/853 kB
2023-11-28T08:18:13.9718567Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 459/840 kB | 131/853 kB
2023-11-28T08:18:13.9719155Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 459/840 kB | 139/853 kB
2023-11-28T08:18:13.9719868Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 459/840 kB | 147/853 kB
2023-11-28T08:18:13.9720438Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 467/840 kB | 147/853 kB
2023-11-28T08:18:13.9720965Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 475/840 kB | 147/853 kB
2023-11-28T08:18:13.9721531Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 475/840 kB | 156/853 kB
2023-11-28T08:18:13.9722141Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 475/840 kB | 164/853 kB
2023-11-28T08:18:13.9729701Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 483/840 kB | 164/853 kB
2023-11-28T08:18:13.9730328Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 492/840 kB | 164/853 kB
2023-11-28T08:18:13.9730911Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 492/840 kB | 172/853 kB
2023-11-28T08:18:13.9731485Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 492/840 kB | 180/853 kB
2023-11-28T08:18:13.9732013Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 500/840 kB | 180/853 kB
2023-11-28T08:18:13.9732597Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 508/840 kB | 180/853 kB
2023-11-28T08:18:13.9734145Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 508/840 kB | 188/853 kB
2023-11-28T08:18:13.9734728Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 508/840 kB | 197/853 kB
2023-11-28T08:18:13.9735334Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 516/840 kB | 197/853 kB
2023-11-28T08:18:13.9735903Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 524/840 kB | 197/853 kB
2023-11-28T08:18:13.9736428Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 524/840 kB | 205/853 kB
2023-11-28T08:18:13.9737015Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 524/840 kB | 213/853 kB
2023-11-28T08:18:13.9738403Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 532/840 kB | 213/853 kB
2023-11-28T08:18:13.9739014Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 541/840 kB | 213/853 kB
2023-11-28T08:18:13.9739541Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 541/840 kB | 221/853 kB
2023-11-28T08:18:13.9740107Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 541/840 kB | 229/853 kB
2023-11-28T08:18:13.9740711Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 549/840 kB | 229/853 kB
2023-11-28T08:18:13.9741537Z Progress (4): 0.7/1.1 MB | 0.8/1.1 MB | 557/840 kB | 229/853 kB
2023-11-28T08:18:13.9820709Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 557/840 kB | 229/853 kB | 4.1/237 kB
2023-11-28T08:18:13.9821646Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 557/840 kB | 229/853 kB | 8.2/237 kB
2023-11-28T08:18:13.9822344Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 557/840 kB | 229/853 kB | 12/237 kB
2023-11-28T08:18:13.9822983Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 557/840 kB | 229/853 kB | 16/237 kB
2023-11-28T08:18:13.9823660Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 565/840 kB | 229/853 kB | 16/237 kB
2023-11-28T08:18:13.9936469Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 573/840 kB | 229/853 kB | 16/237 kB
2023-11-28T08:18:13.9937378Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 582/840 kB | 229/853 kB | 16/237 kB
2023-11-28T08:18:13.9938228Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 582/840 kB | 229/853 kB | 20/237 kB
2023-11-28T08:18:13.9939077Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 582/840 kB | 229/853 kB | 25/237 kB
2023-11-28T08:18:13.9939784Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 582/840 kB | 229/853 kB | 29/237 kB
2023-11-28T08:18:13.9967405Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 590/840 kB | 229/853 kB | 29/237 kB
2023-11-28T08:18:13.9990020Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 598/840 kB | 229/853 kB | 29/237 kB
2023-11-28T08:18:13.9990850Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 606/840 kB | 229/853 kB | 29/237 kB
2023-11-28T08:18:13.9991544Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 606/840 kB | 229/853 kB | 33/237 kB
2023-11-28T08:18:13.9992279Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 614/840 kB | 229/853 kB | 33/237 kB
2023-11-28T08:18:13.9993198Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 614/840 kB | 229/853 kB | 37/237 kB
2023-11-28T08:18:13.9993966Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 614/840 kB | 229/853 kB | 41/237 kB
2023-11-28T08:18:13.9994694Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 614/840 kB | 229/853 kB | 45/237 kB
2023-11-28T08:18:13.9995512Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 614/840 kB | 229/853 kB | 49/237 kB
2023-11-28T08:18:13.9996306Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 623/840 kB | 229/853 kB | 49/237 kB
2023-11-28T08:18:13.9997144Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 631/840 kB | 229/853 kB | 49/237 kB
2023-11-28T08:18:13.9997920Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 639/840 kB | 229/853 kB | 49/237 kB
2023-11-28T08:18:13.9998721Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 647/840 kB | 229/853 kB | 49/237 kB
2023-11-28T08:18:13.9999393Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 655/840 kB | 229/853 kB | 49/237 kB
2023-11-28T08:18:14.0000165Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 655/840 kB | 229/853 kB | 53/237 kB
2023-11-28T08:18:14.0001003Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 655/840 kB | 229/853 kB | 57/237 kB
2023-11-28T08:18:14.0002097Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 664/840 kB | 229/853 kB | 57/237 kB
2023-11-28T08:18:14.0002849Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 672/840 kB | 229/853 kB | 57/237 kB
2023-11-28T08:18:14.0003634Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 680/840 kB | 229/853 kB | 57/237 kB
2023-11-28T08:18:14.0004630Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 57/237 kB
2023-11-28T08:18:14.0005608Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 61/237 kB
2023-11-28T08:18:14.0006387Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 66/237 kB
2023-11-28T08:18:14.0007459Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 70/237 kB
2023-11-28T08:18:14.0008622Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 74/237 kB
2023-11-28T08:18:14.0074052Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 78/237 kB
2023-11-28T08:18:14.0074961Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 82/237 kB
2023-11-28T08:18:14.0075712Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 86/237 kB
2023-11-28T08:18:14.0076752Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 90/237 kB
2023-11-28T08:18:14.0077719Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 94/237 kB
2023-11-28T08:18:14.0078463Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 98/237 kB
2023-11-28T08:18:14.0079298Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 102/237 kB
2023-11-28T08:18:14.0080130Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 106/237 kB
2023-11-28T08:18:14.0080936Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 111/237 kB
2023-11-28T08:18:14.0081703Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 115/237 kB
2023-11-28T08:18:14.0082532Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 119/237 kB
2023-11-28T08:18:14.0083349Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 123/237 kB
2023-11-28T08:18:14.0084123Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 127/237 kB
2023-11-28T08:18:14.0085131Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 131/237 kB
2023-11-28T08:18:14.0086117Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 135/237 kB
2023-11-28T08:18:14.0086976Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 139/237 kB
2023-11-28T08:18:14.0087740Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 143/237 kB
2023-11-28T08:18:14.0088551Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 147/237 kB
2023-11-28T08:18:14.0089348Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 152/237 kB
2023-11-28T08:18:14.0090064Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 156/237 kB
2023-11-28T08:18:14.0090872Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 160/237 kB
2023-11-28T08:18:14.0091672Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 164/237 kB
2023-11-28T08:18:14.0092536Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 168/237 kB
2023-11-28T08:18:14.0093348Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 172/237 kB
2023-11-28T08:18:14.0094198Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 176/237 kB
2023-11-28T08:18:14.0095156Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 180/237 kB
2023-11-28T08:18:14.0095866Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 184/237 kB
2023-11-28T08:18:14.0096668Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 188/237 kB
2023-11-28T08:18:14.0097452Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 193/237 kB
2023-11-28T08:18:14.0098198Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 197/237 kB
2023-11-28T08:18:14.0098931Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 201/237 kB
2023-11-28T08:18:14.0099715Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 205/237 kB
2023-11-28T08:18:14.0100505Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 209/237 kB
2023-11-28T08:18:14.0101439Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 209/237 kB
2023-11-28T08:18:14.0102227Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 209/237 kB
2023-11-28T08:18:14.0103002Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 209/237 kB
2023-11-28T08:18:14.0103925Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 209/237 kB
2023-11-28T08:18:14.0104632Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 688/840 kB | 229/853 kB | 209/237 kB
2023-11-28T08:18:14.0105451Z Progress (5): 0.7/1.1 MB | 0.8/1.1 MB | 696/840 kB | 229/853 kB | 209/237 kB
2023-11-28T08:18:14.0106480Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 696/840 kB | 229/853 kB | 209/237 kB
2023-11-28T08:18:14.0107284Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 696/840 kB | 229/853 kB | 209/237 kB
2023-11-28T08:18:14.0108101Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 705/840 kB | 229/853 kB | 209/237 kB
2023-11-28T08:18:14.0108890Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 705/840 kB | 238/853 kB | 209/237 kB
2023-11-28T08:18:14.0109815Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 705/840 kB | 246/853 kB | 209/237 kB
2023-11-28T08:18:14.0110641Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 705/840 kB | 254/853 kB | 209/237 kB
2023-11-28T08:18:14.0111459Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 705/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0112276Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 705/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0113028Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 705/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0113992Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 713/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0114796Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 713/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0115545Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 713/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0116560Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0117377Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0118174Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0118928Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0119731Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0120568Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0121310Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0122119Z Progress (5): 0.8/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0123066Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0123881Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0124639Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0125452Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 209/237 kB
2023-11-28T08:18:14.0126266Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 213/237 kB
2023-11-28T08:18:14.0127016Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 213/237 kB
2023-11-28T08:18:14.0127810Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 213/237 kB
2023-11-28T08:18:14.0128613Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 213/237 kB
2023-11-28T08:18:14.0129442Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 217/237 kB
2023-11-28T08:18:14.0130179Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 221/237 kB
2023-11-28T08:18:14.0130949Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 225/237 kB
2023-11-28T08:18:14.0131888Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 721/840 kB | 262/853 kB | 229/237 kB
2023-11-28T08:18:14.0132652Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 729/840 kB | 262/853 kB | 229/237 kB
2023-11-28T08:18:14.0133397Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 737/840 kB | 262/853 kB | 229/237 kB
2023-11-28T08:18:14.0134162Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 745/840 kB | 262/853 kB | 229/237 kB
2023-11-28T08:18:14.0134954Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 745/840 kB | 262/853 kB | 233/237 kB
2023-11-28T08:18:14.0135683Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 745/840 kB | 262/853 kB | 237 kB
2023-11-28T08:18:14.0136445Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 754/840 kB | 262/853 kB | 237 kB
2023-11-28T08:18:14.0137249Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 262/853 kB | 237 kB
2023-11-28T08:18:14.0137928Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 270/853 kB | 237 kB
2023-11-28T08:18:14.0138658Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 279/853 kB | 237 kB
2023-11-28T08:18:14.0139381Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 287/853 kB | 237 kB
2023-11-28T08:18:14.0140348Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 295/853 kB | 237 kB
2023-11-28T08:18:14.0145426Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 303/853 kB | 237 kB
2023-11-28T08:18:14.0147163Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 311/853 kB | 237 kB
2023-11-28T08:18:14.0147818Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 319/853 kB | 237 kB
2023-11-28T08:18:14.0148895Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 328/853 kB | 237 kB
2023-11-28T08:18:14.0149581Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 336/853 kB | 237 kB
2023-11-28T08:18:14.0150217Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 344/853 kB | 237 kB
2023-11-28T08:18:14.0150860Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 352/853 kB | 237 kB
2023-11-28T08:18:14.0151468Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 360/853 kB | 237 kB
2023-11-28T08:18:14.0152393Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 369/853 kB | 237 kB
2023-11-28T08:18:14.0153191Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0153757Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0155410Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0188590Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0189880Z Progress (5): 0.9/1.1 MB | 0.8/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0190694Z Progress (5): 0.9/1.1 MB | 0.9/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0192022Z Progress (5): 0.9/1.1 MB | 0.9/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0193374Z Progress (5): 0.9/1.1 MB | 0.9/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0194134Z Progress (5): 0.9/1.1 MB | 0.9/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0196213Z Progress (5): 0.9/1.1 MB | 0.9/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0197219Z Progress (5): 0.9/1.1 MB | 0.9/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0198511Z Progress (5): 0.9/1.1 MB | 0.9/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0247486Z Progress (5): 0.9/1.1 MB | 0.9/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0432470Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 762/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0433546Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 770/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0434265Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 778/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0435065Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 786/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0435819Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 795/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0436531Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 803/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0437288Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 811/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0438093Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 819/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0439111Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 827/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0439824Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 836/840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0440574Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0441297Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0441958Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0442675Z Progress (5): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB | 237 kB
2023-11-28T08:18:14.0443246Z
2023-11-28T08:18:14.0444919Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.jar (237 kB at 1.7 MB/s)
2023-11-28T08:18:14.0446269Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB
2023-11-28T08:18:14.0447403Z
2023-11-28T08:18:14.0448471Z Downloading from central: https://repo.maven.apache.org/maven2/com/samskivert/jmustache/1.15/jmustache-1.15.jar
2023-11-28T08:18:14.0449961Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB
2023-11-28T08:18:14.0450703Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB
2023-11-28T08:18:14.0451327Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB
2023-11-28T08:18:14.0452166Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB
2023-11-28T08:18:14.0452744Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB
2023-11-28T08:18:14.0453360Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB
2023-11-28T08:18:14.0453971Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB
2023-11-28T08:18:14.0455112Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB
2023-11-28T08:18:14.0504154Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 377/853 kB
2023-11-28T08:18:14.0504783Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 385/853 kB
2023-11-28T08:18:14.0505310Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 385/853 kB
2023-11-28T08:18:14.0505900Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 385/853 kB
2023-11-28T08:18:14.0506652Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 385/853 kB
2023-11-28T08:18:14.0507625Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 385/853 kB
2023-11-28T08:18:14.0508171Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 385/853 kB
2023-11-28T08:18:14.0509210Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 393/853 kB
2023-11-28T08:18:14.0509828Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 401/853 kB
2023-11-28T08:18:14.0510392Z Progress (4): 1.0/1.1 MB | 0.9/1.1 MB | 840 kB | 401/853 kB
2023-11-28T08:18:14.0511010Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 401/853 kB
2023-11-28T08:18:14.0511646Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 410/853 kB
2023-11-28T08:18:14.0512229Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 418/853 kB
2023-11-28T08:18:14.0512851Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 418/853 kB
2023-11-28T08:18:14.0513483Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 418/853 kB
2023-11-28T08:18:14.0514188Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 426/853 kB
2023-11-28T08:18:14.0515072Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 434/853 kB
2023-11-28T08:18:14.0515693Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 434/853 kB
2023-11-28T08:18:14.0516306Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 434/853 kB
2023-11-28T08:18:14.0517379Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 442/853 kB
2023-11-28T08:18:14.0517998Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 451/853 kB
2023-11-28T08:18:14.0518609Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 451/853 kB
2023-11-28T08:18:14.0519172Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 451/853 kB
2023-11-28T08:18:14.0519793Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 459/853 kB
2023-11-28T08:18:14.0520414Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 467/853 kB
2023-11-28T08:18:14.0521070Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 467/853 kB
2023-11-28T08:18:14.0521644Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 467/853 kB
2023-11-28T08:18:14.0522355Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 475/853 kB
2023-11-28T08:18:14.0522975Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 483/853 kB
2023-11-28T08:18:14.0523544Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 483/853 kB
2023-11-28T08:18:14.0524158Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 483/853 kB
2023-11-28T08:18:14.0524791Z Progress (4): 1.0/1.1 MB | 1.0/1.1 MB | 840 kB | 483/853 kB
2023-11-28T08:18:14.0525367Z Progress (4): 1.0/1.1 MB | 1.1/1.1 MB | 840 kB | 483/853 kB
2023-11-28T08:18:14.0526001Z Progress (4): 1.0/1.1 MB | 1.1/1.1 MB | 840 kB | 483/853 kB
2023-11-28T08:18:14.0526659Z Progress (4): 1.0/1.1 MB | 1.1/1.1 MB | 840 kB | 483/853 kB
2023-11-28T08:18:14.0527508Z Progress (4): 1.0/1.1 MB | 1.1 MB | 840 kB | 483/853 kB
2023-11-28T08:18:14.0528058Z Progress (4): 1.0/1.1 MB | 1.1 MB | 840 kB | 492/853 kB
2023-11-28T08:18:14.0528632Z Progress (4): 1.0/1.1 MB | 1.1 MB | 840 kB | 492/853 kB
2023-11-28T08:18:14.0529304Z Progress (4): 1.0/1.1 MB | 1.1 MB | 840 kB | 492/853 kB
2023-11-28T08:18:14.0529757Z
2023-11-28T08:18:14.0531328Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.jar (840 kB at 5.9 MB/s)
2023-11-28T08:18:14.0533501Z Downloading from central: https://repo.maven.apache.org/maven2/org/anarres/jdiagnostics/jdiagnostics/1.0.7/jdiagnostics-1.0.7.jar
2023-11-28T08:18:14.0534636Z Progress (3): 1.0/1.1 MB | 1.1 MB | 500/853 kB
2023-11-28T08:18:14.0535131Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 4.1/86 kB
2023-11-28T08:18:14.0535850Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 8.2/86 kB
2023-11-28T08:18:14.0536476Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 12/86 kB
2023-11-28T08:18:14.0537019Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 16/86 kB
2023-11-28T08:18:14.0537607Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 20/86 kB
2023-11-28T08:18:14.0538208Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 24/86 kB
2023-11-28T08:18:14.0538762Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 28/86 kB
2023-11-28T08:18:14.0539467Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 32/86 kB
2023-11-28T08:18:14.0540071Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 36/86 kB
2023-11-28T08:18:14.0540681Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 40/86 kB
2023-11-28T08:18:14.0541446Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 44/86 kB
2023-11-28T08:18:14.0542060Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 49/86 kB
2023-11-28T08:18:14.0542699Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 53/86 kB
2023-11-28T08:18:14.0543263Z Progress (4): 1.0/1.1 MB | 1.1 MB | 500/853 kB | 53/86 kB
2023-11-28T08:18:14.0543847Z Progress (4): 1.0/1.1 MB | 1.1 MB | 508/853 kB | 53/86 kB
2023-11-28T08:18:14.0544414Z Progress (4): 1.0/1.1 MB | 1.1 MB | 508/853 kB | 57/86 kB
2023-11-28T08:18:14.0544965Z Progress (4): 1.0/1.1 MB | 1.1 MB | 508/853 kB | 61/86 kB
2023-11-28T08:18:14.0545571Z Progress (4): 1.0/1.1 MB | 1.1 MB | 508/853 kB | 65/86 kB
2023-11-28T08:18:14.0546279Z Progress (4): 1.0/1.1 MB | 1.1 MB | 516/853 kB | 65/86 kB
2023-11-28T08:18:14.0547005Z Progress (5): 1.0/1.1 MB | 1.1 MB | 516/853 kB | 65/86 kB | 4.1/60 kB
2023-11-28T08:18:14.0547702Z Progress (5): 1.0/1.1 MB | 1.1 MB | 524/853 kB | 65/86 kB | 4.1/60 kB
2023-11-28T08:18:14.0548451Z Progress (5): 1.0/1.1 MB | 1.1 MB | 524/853 kB | 65/86 kB | 8.2/60 kB
2023-11-28T08:18:14.0549207Z Progress (5): 1.0/1.1 MB | 1.1 MB | 524/853 kB | 65/86 kB | 12/60 kB
2023-11-28T08:18:14.0549914Z Progress (5): 1.0/1.1 MB | 1.1 MB | 524/853 kB | 65/86 kB | 16/60 kB
2023-11-28T08:18:14.0550703Z Progress (5): 1.0/1.1 MB | 1.1 MB | 532/853 kB | 65/86 kB | 16/60 kB
2023-11-28T08:18:14.0551446Z Progress (5): 1.0/1.1 MB | 1.1 MB | 541/853 kB | 65/86 kB | 16/60 kB
2023-11-28T08:18:14.0552127Z Progress (5): 1.0/1.1 MB | 1.1 MB | 541/853 kB | 65/86 kB | 20/60 kB
2023-11-28T08:18:14.0552853Z Progress (5): 1.0/1.1 MB | 1.1 MB | 541/853 kB | 65/86 kB | 25/60 kB
2023-11-28T08:18:14.0553580Z Progress (5): 1.0/1.1 MB | 1.1 MB | 549/853 kB | 65/86 kB | 25/60 kB
2023-11-28T08:18:14.0554396Z Progress (5): 1.1/1.1 MB | 1.1 MB | 549/853 kB | 65/86 kB | 25/60 kB
2023-11-28T08:18:14.0555081Z Progress (5): 1.1/1.1 MB | 1.1 MB | 549/853 kB | 65/86 kB | 25/60 kB
2023-11-28T08:18:14.0555815Z Progress (5): 1.1/1.1 MB | 1.1 MB | 549/853 kB | 65/86 kB | 25/60 kB
2023-11-28T08:18:14.0556545Z Progress (5): 1.1 MB | 1.1 MB | 549/853 kB | 65/86 kB | 25/60 kB
2023-11-28T08:18:14.0557194Z Progress (5): 1.1 MB | 1.1 MB | 549/853 kB | 69/86 kB | 25/60 kB
2023-11-28T08:18:14.0557896Z Progress (5): 1.1 MB | 1.1 MB | 549/853 kB | 73/86 kB | 25/60 kB
2023-11-28T08:18:14.0558606Z Progress (5): 1.1 MB | 1.1 MB | 549/853 kB | 77/86 kB | 25/60 kB
2023-11-28T08:18:14.0559419Z Progress (5): 1.1 MB | 1.1 MB | 557/853 kB | 77/86 kB | 25/60 kB
2023-11-28T08:18:14.0559926Z
2023-11-28T08:18:14.0561586Z Downloaded from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-core/9.0.1/dependency-check-core-9.0.1.jar (1.1 MB at 6.9 MB/s)
2023-11-28T08:18:14.0562953Z Progress (4): 1.1 MB | 557/853 kB | 77/86 kB | 29/60 kB
2023-11-28T08:18:14.0563488Z Progress (4): 1.1 MB | 557/853 kB | 77/86 kB | 33/60 kB
2023-11-28T08:18:14.0564164Z Progress (4): 1.1 MB | 565/853 kB | 77/86 kB | 33/60 kB
2023-11-28T08:18:14.0564733Z Progress (4): 1.1 MB | 573/853 kB | 77/86 kB | 33/60 kB
2023-11-28T08:18:14.0565258Z Progress (4): 1.1 MB | 573/853 kB | 77/86 kB | 37/60 kB
2023-11-28T08:18:14.0565860Z Progress (4): 1.1 MB | 573/853 kB | 77/86 kB | 41/60 kB
2023-11-28T08:18:14.0566526Z Progress (4): 1.1 MB | 573/853 kB | 77/86 kB | 45/60 kB
2023-11-28T08:18:14.0567063Z Progress (4): 1.1 MB | 582/853 kB | 77/86 kB | 45/60 kB
2023-11-28T08:18:14.0567514Z
2023-11-28T08:18:14.0568621Z Downloading from central: https://repo.maven.apache.org/maven2/org/whitesource/pecoff4j/0.0.2.1/pecoff4j-0.0.2.1.jar
2023-11-28T08:18:14.0569601Z Progress (4): 1.1 MB | 590/853 kB | 77/86 kB | 45/60 kB
2023-11-28T08:18:14.0570085Z Progress (4): 1.1 MB | 590/853 kB | 81/86 kB | 45/60 kB
2023-11-28T08:18:14.0571149Z Progress (4): 1.1 MB | 590/853 kB | 85/86 kB | 45/60 kB
2023-11-28T08:18:14.0646551Z Progress (4): 1.1 MB | 590/853 kB | 86 kB | 45/60 kB
2023-11-28T08:18:14.0702121Z Progress (4): 1.1 MB | 590/853 kB | 86 kB | 49/60 kB
2023-11-28T08:18:14.0793589Z Progress (4): 1.1 MB | 590/853 kB | 86 kB | 53/60 kB
2023-11-28T08:18:14.0794373Z Progress (4): 1.1 MB | 590/853 kB | 86 kB | 57/60 kB
2023-11-28T08:18:14.0794868Z Progress (4): 1.1 MB | 590/853 kB | 86 kB | 60 kB
2023-11-28T08:18:14.0795479Z Progress (5): 1.1 MB | 590/853 kB | 86 kB | 60 kB | 4.1/117 kB
2023-11-28T08:18:14.0796000Z
2023-11-28T08:18:14.0797734Z Downloaded from central: https://repo.maven.apache.org/maven2/org/postgresql/postgresql/42.7.0/postgresql-42.7.0.jar (1.1 MB at 6.7 MB/s)
2023-11-28T08:18:14.0799773Z Downloading from central: https://repo.maven.apache.org/maven2/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar
2023-11-28T08:18:14.0801032Z Progress (4): 590/853 kB | 86 kB | 60 kB | 8.2/117 kB
2023-11-28T08:18:14.0801577Z Progress (4): 590/853 kB | 86 kB | 60 kB | 12/117 kB
2023-11-28T08:18:14.0802130Z Progress (4): 590/853 kB | 86 kB | 60 kB | 16/117 kB
2023-11-28T08:18:14.0802684Z Progress (4): 598/853 kB | 86 kB | 60 kB | 16/117 kB
2023-11-28T08:18:14.0803365Z Progress (4): 606/853 kB | 86 kB | 60 kB | 16/117 kB
2023-11-28T08:18:14.0804112Z Progress (4): 606/853 kB | 86 kB | 60 kB | 20/117 kB
2023-11-28T08:18:14.0804782Z Progress (4): 614/853 kB | 86 kB | 60 kB | 20/117 kB
2023-11-28T08:18:14.0805458Z Progress (4): 614/853 kB | 86 kB | 60 kB | 25/117 kB
2023-11-28T08:18:14.0805967Z Progress (4): 623/853 kB | 86 kB | 60 kB | 25/117 kB
2023-11-28T08:18:14.0806518Z Progress (4): 623/853 kB | 86 kB | 60 kB | 29/117 kB
2023-11-28T08:18:14.0807097Z Progress (4): 623/853 kB | 86 kB | 60 kB | 33/117 kB
2023-11-28T08:18:14.0807605Z Progress (4): 631/853 kB | 86 kB | 60 kB | 33/117 kB
2023-11-28T08:18:14.0808217Z Progress (4): 639/853 kB | 86 kB | 60 kB | 33/117 kB
2023-11-28T08:18:14.0808751Z Progress (4): 639/853 kB | 86 kB | 60 kB | 37/117 kB
2023-11-28T08:18:14.0809293Z Progress (4): 647/853 kB | 86 kB | 60 kB | 37/117 kB
2023-11-28T08:18:14.0809800Z Progress (4): 647/853 kB | 86 kB | 60 kB | 41/117 kB
2023-11-28T08:18:14.0810403Z Progress (4): 655/853 kB | 86 kB | 60 kB | 41/117 kB
2023-11-28T08:18:14.0811181Z Progress (4): 655/853 kB | 86 kB | 60 kB | 45/117 kB
2023-11-28T08:18:14.0811822Z Progress (4): 655/853 kB | 86 kB | 60 kB | 49/117 kB
2023-11-28T08:18:14.0812635Z Progress (4): 655/853 kB | 86 kB | 60 kB | 53/117 kB
2023-11-28T08:18:14.0813479Z Progress (4): 655/853 kB | 86 kB | 60 kB | 57/117 kB
2023-11-28T08:18:14.0814023Z Progress (4): 655/853 kB | 86 kB | 60 kB | 61/117 kB
2023-11-28T08:18:14.0814479Z Progress (4): 655/853 kB | 86 kB | 60 kB | 66/117 kB
2023-11-28T08:18:14.0815013Z Progress (4): 655/853 kB | 86 kB | 60 kB | 70/117 kB
2023-11-28T08:18:14.0815495Z
2023-11-28T08:18:14.0816932Z Downloaded from central: https://repo.maven.apache.org/maven2/org/anarres/jdiagnostics/jdiagnostics/1.0.7/jdiagnostics-1.0.7.jar (60 kB at 357 kB/s)
2023-11-28T08:18:14.0818360Z Progress (4): 655/853 kB | 86 kB | 70/117 kB | 4.1/16 kB
2023-11-28T08:18:14.0819135Z Progress (4): 655/853 kB | 86 kB | 70/117 kB | 8.2/16 kB
2023-11-28T08:18:14.0819708Z Progress (4): 655/853 kB | 86 kB | 70/117 kB | 12/16 kB
2023-11-28T08:18:14.0820236Z Progress (4): 655/853 kB | 86 kB | 70/117 kB | 16 kB
2023-11-28T08:18:14.0823395Z Progress (4): 664/853 kB | 86 kB | 70/117 kB | 16 kB
2023-11-28T08:18:14.0824113Z Progress (4): 672/853 kB | 86 kB | 70/117 kB | 16 kB
2023-11-28T08:18:14.0825732Z Progress (4): 672/853 kB | 86 kB | 74/117 kB | 16 kB
2023-11-28T08:18:14.0875579Z Progress (4): 672/853 kB | 86 kB | 78/117 kB | 16 kB
2023-11-28T08:18:14.0876237Z Progress (4): 672/853 kB | 86 kB | 82/117 kB | 16 kB
2023-11-28T08:18:14.0876857Z Progress (4): 672/853 kB | 86 kB | 86/117 kB | 16 kB
2023-11-28T08:18:14.0877478Z Progress (4): 672/853 kB | 86 kB | 90/117 kB | 16 kB
2023-11-28T08:18:14.0878168Z Progress (4): 672/853 kB | 86 kB | 94/117 kB | 16 kB
2023-11-28T08:18:14.0878962Z Progress (4): 672/853 kB | 86 kB | 98/117 kB | 16 kB
2023-11-28T08:18:14.0879722Z Progress (4): 672/853 kB | 86 kB | 102/117 kB | 16 kB
2023-11-28T08:18:14.0880606Z Progress (4): 672/853 kB | 86 kB | 106/117 kB | 16 kB
2023-11-28T08:18:14.0881236Z Progress (4): 672/853 kB | 86 kB | 111/117 kB | 16 kB
2023-11-28T08:18:14.0881925Z Progress (4): 672/853 kB | 86 kB | 115/117 kB | 16 kB
2023-11-28T08:18:14.0882562Z Progress (4): 672/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0883164Z
2023-11-28T08:18:14.0884281Z Downloading from central: https://repo.maven.apache.org/maven2/us/springett/cpe-parser/2.0.3/cpe-parser-2.0.3.jar
2023-11-28T08:18:14.0885477Z Progress (4): 680/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0886081Z Progress (4): 688/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0886690Z Progress (4): 696/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0887272Z Progress (4): 705/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0888072Z Progress (4): 713/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0888680Z Progress (4): 721/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0889202Z Progress (4): 729/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0889725Z Progress (4): 737/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0890297Z Progress (4): 745/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0890874Z Progress (4): 754/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0891434Z Progress (4): 762/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0891970Z Progress (4): 767/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0892560Z Progress (4): 776/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0893157Z Progress (4): 784/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0893892Z Progress (4): 792/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0894482Z Progress (4): 800/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0895073Z Progress (4): 808/853 kB | 86 kB | 117 kB | 16 kB
2023-11-28T08:18:14.0895709Z Progress (5): 808/853 kB | 86 kB | 117 kB | 16 kB | 4.1/30 kB
2023-11-28T08:18:14.0896461Z Progress (5): 817/853 kB | 86 kB | 117 kB | 16 kB | 4.1/30 kB
2023-11-28T08:18:14.0897217Z Progress (5): 817/853 kB | 86 kB | 117 kB | 16 kB | 8.2/30 kB
2023-11-28T08:18:14.0897929Z Progress (5): 817/853 kB | 86 kB | 117 kB | 16 kB | 12/30 kB
2023-11-28T08:18:14.0898682Z Progress (5): 817/853 kB | 86 kB | 117 kB | 16 kB | 16/30 kB
2023-11-28T08:18:14.0899565Z Progress (5): 825/853 kB | 86 kB | 117 kB | 16 kB | 16/30 kB
2023-11-28T08:18:14.0900301Z Progress (5): 833/853 kB | 86 kB | 117 kB | 16 kB | 16/30 kB
2023-11-28T08:18:14.0901073Z Progress (5): 833/853 kB | 86 kB | 117 kB | 16 kB | 20/30 kB
2023-11-28T08:18:14.0901908Z Progress (5): 833/853 kB | 86 kB | 117 kB | 16 kB | 25/30 kB
2023-11-28T08:18:14.0902630Z Progress (5): 833/853 kB | 86 kB | 117 kB | 16 kB | 29/30 kB
2023-11-28T08:18:14.0903351Z Progress (5): 833/853 kB | 86 kB | 117 kB | 16 kB | 30 kB
2023-11-28T08:18:14.0903999Z Progress (5): 841/853 kB | 86 kB | 117 kB | 16 kB | 30 kB
2023-11-28T08:18:14.0904577Z
2023-11-28T08:18:14.0905949Z Downloaded from central: https://repo.maven.apache.org/maven2/org/whitesource/pecoff4j/0.0.2.1/pecoff4j-0.0.2.1.jar (117 kB at 673 kB/s)
2023-11-28T08:18:14.0908013Z Downloading from central: https://repo.maven.apache.org/maven2/org/semver4j/semver4j/5.2.2/semver4j-5.2.2.jar
2023-11-28T08:18:14.0909897Z Downloaded from central: https://repo.maven.apache.org/maven2/com/samskivert/jmustache/1.15/jmustache-1.15.jar (86 kB at 494 kB/s)
2023-11-28T08:18:14.0911716Z Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
2023-11-28T08:18:14.0912935Z Progress (3): 849/853 kB | 16 kB | 30 kB
2023-11-28T08:18:14.0913456Z Progress (3): 853 kB | 16 kB | 30 kB
2023-11-28T08:18:14.0913940Z
2023-11-28T08:18:14.0915321Z Downloaded from central: https://repo.maven.apache.org/maven2/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar (16 kB at 89 kB/s)
2023-11-28T08:18:14.0917593Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
2023-11-28T08:18:14.0918957Z Progress (3): 853 kB | 30 kB | 4.1/41 kB
2023-11-28T08:18:14.0919483Z Progress (3): 853 kB | 30 kB | 8.2/41 kB
2023-11-28T08:18:14.0919954Z Progress (3): 853 kB | 30 kB | 12/41 kB
2023-11-28T08:18:14.0920477Z Progress (3): 853 kB | 30 kB | 16/41 kB
2023-11-28T08:18:14.0920954Z Progress (3): 853 kB | 30 kB | 20/41 kB
2023-11-28T08:18:14.0921568Z Progress (3): 853 kB | 30 kB | 25/41 kB
2023-11-28T08:18:14.0922043Z Progress (3): 853 kB | 30 kB | 29/41 kB
2023-11-28T08:18:14.0922457Z Progress (3): 853 kB | 30 kB | 33/41 kB
2023-11-28T08:18:14.0922845Z Progress (3): 853 kB | 30 kB | 37/41 kB
2023-11-28T08:18:14.0923348Z
2023-11-28T08:18:14.0924734Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.jar (853 kB at 4.8 MB/s)
2023-11-28T08:18:14.0926135Z Progress (2): 30 kB | 41/41 kB
2023-11-28T08:18:14.0926563Z
2023-11-28T08:18:14.0990575Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar
2023-11-28T08:18:14.0991939Z Progress (2): 30 kB | 41 kB
2023-11-28T08:18:14.0992471Z Progress (3): 30 kB | 41 kB | 4.1/42 kB
2023-11-28T08:18:14.0993771Z Progress (3): 30 kB | 41 kB | 8.2/42 kB
2023-11-28T08:18:14.0994408Z Progress (3): 30 kB | 41 kB | 12/42 kB
2023-11-28T08:18:14.0995435Z Progress (3): 30 kB | 41 kB | 16/42 kB
2023-11-28T08:18:14.0996563Z Progress (3): 30 kB | 41 kB | 20/42 kB
2023-11-28T08:18:14.0997217Z Progress (3): 30 kB | 41 kB | 25/42 kB
2023-11-28T08:18:14.0997731Z Progress (3): 30 kB | 41 kB | 29/42 kB
2023-11-28T08:18:14.0998855Z Progress (4): 30 kB | 41 kB | 29/42 kB | 4.1/752 kB
2023-11-28T08:18:14.1000145Z Progress (4): 30 kB | 41 kB | 33/42 kB | 4.1/752 kB
2023-11-28T08:18:14.1000901Z Progress (4): 30 kB | 41 kB | 33/42 kB | 8.2/752 kB
2023-11-28T08:18:14.1001676Z Progress (4): 30 kB | 41 kB | 33/42 kB | 12/752 kB
2023-11-28T08:18:14.1002261Z Progress (4): 30 kB | 41 kB | 37/42 kB | 12/752 kB
2023-11-28T08:18:14.1002898Z Progress (4): 30 kB | 41 kB | 37/42 kB | 16/752 kB
2023-11-28T08:18:14.1004370Z Progress (4): 30 kB | 41 kB | 41/42 kB | 16/752 kB
2023-11-28T08:18:14.1005620Z Progress (4): 30 kB | 41 kB | 42 kB | 16/752 kB
2023-11-28T08:18:14.1006799Z Progress (4): 30 kB | 41 kB | 42 kB | 20/752 kB
2023-11-28T08:18:14.1007422Z Progress (4): 30 kB | 41 kB | 42 kB | 25/752 kB
2023-11-28T08:18:14.1008009Z Progress (4): 30 kB | 41 kB | 42 kB | 29/752 kB
2023-11-28T08:18:14.1008571Z Progress (4): 30 kB | 41 kB | 42 kB | 33/752 kB
2023-11-28T08:18:14.1009084Z Progress (4): 30 kB | 41 kB | 42 kB | 37/752 kB
2023-11-28T08:18:14.1009664Z Progress (4): 30 kB | 41 kB | 42 kB | 41/752 kB
2023-11-28T08:18:14.1010346Z Progress (4): 30 kB | 41 kB | 42 kB | 45/752 kB
2023-11-28T08:18:14.1152798Z Progress (4): 30 kB | 41 kB | 42 kB | 49/752 kB
2023-11-28T08:18:14.1153454Z Progress (4): 30 kB | 41 kB | 42 kB | 53/752 kB
2023-11-28T08:18:14.1154044Z Progress (4): 30 kB | 41 kB | 42 kB | 57/752 kB
2023-11-28T08:18:14.1154824Z Progress (4): 30 kB | 41 kB | 42 kB | 61/752 kB
2023-11-28T08:18:14.1155362Z Progress (4): 30 kB | 41 kB | 42 kB | 66/752 kB
2023-11-28T08:18:14.1221599Z Progress (4): 30 kB | 41 kB | 42 kB | 70/752 kB
2023-11-28T08:18:14.1261593Z Progress (4): 30 kB | 41 kB | 42 kB | 74/752 kB
2023-11-28T08:18:14.1262127Z Progress (4): 30 kB | 41 kB | 42 kB | 78/752 kB
2023-11-28T08:18:14.1262597Z Progress (4): 30 kB | 41 kB | 42 kB | 82/752 kB
2023-11-28T08:18:14.1263024Z Progress (4): 30 kB | 41 kB | 42 kB | 86/752 kB
2023-11-28T08:18:14.1263698Z Progress (4): 30 kB | 41 kB | 42 kB | 90/752 kB
2023-11-28T08:18:14.1264119Z
2023-11-28T08:18:14.1265837Z Downloaded from central: https://repo.maven.apache.org/maven2/org/semver4j/semver4j/5.2.2/semver4j-5.2.2.jar (42 kB at 228 kB/s)
2023-11-28T08:18:14.1267508Z Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar
2023-11-28T08:18:14.1269266Z Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 224 kB/s)
2023-11-28T08:18:14.1271178Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
2023-11-28T08:18:14.1273196Z Downloaded from central: https://repo.maven.apache.org/maven2/us/springett/cpe-parser/2.0.3/cpe-parser-2.0.3.jar (30 kB at 161 kB/s)
2023-11-28T08:18:14.1275166Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
2023-11-28T08:18:14.1276456Z Progress (2): 90/752 kB | 0/1.1 MB
2023-11-28T08:18:14.1277080Z Progress (2): 90/752 kB | 0/1.1 MB
2023-11-28T08:18:14.1277526Z Progress (2): 90/752 kB | 0/1.1 MB
2023-11-28T08:18:14.1277965Z Progress (2): 90/752 kB | 0/1.1 MB
2023-11-28T08:18:14.1278359Z Progress (2): 90/752 kB | 0/1.1 MB
2023-11-28T08:18:14.1278801Z Progress (2): 90/752 kB | 0/1.1 MB
2023-11-28T08:18:14.1279230Z Progress (2): 94/752 kB | 0/1.1 MB
2023-11-28T08:18:14.1279635Z Progress (2): 98/752 kB | 0/1.1 MB
2023-11-28T08:18:14.1280084Z Progress (2): 98/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1280574Z Progress (2): 98/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1281040Z Progress (2): 102/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1281488Z Progress (2): 106/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1282146Z Progress (2): 106/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1282634Z Progress (2): 111/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1283102Z Progress (2): 111/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1283549Z Progress (2): 115/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1284057Z Progress (2): 115/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1284588Z Progress (2): 115/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1284989Z Progress (2): 119/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1285343Z Progress (2): 123/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1285774Z Progress (2): 127/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1286286Z Progress (2): 131/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1286659Z Progress (2): 131/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1287210Z Progress (2): 131/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1287636Z Progress (2): 135/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1287990Z Progress (2): 139/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1288424Z Progress (2): 143/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1288862Z Progress (2): 147/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1289213Z Progress (2): 152/752 kB | 0.1/1.1 MB
2023-11-28T08:18:14.1289917Z Progress (3): 152/752 kB | 0.1/1.1 MB | 4.1/501 kB
2023-11-28T08:18:14.1290460Z Progress (3): 152/752 kB | 0.1/1.1 MB | 8.2/501 kB
2023-11-28T08:18:14.1291191Z Progress (3): 152/752 kB | 0.1/1.1 MB | 12/501 kB
2023-11-28T08:18:14.1291760Z Progress (3): 152/752 kB | 0.1/1.1 MB | 16/501 kB
2023-11-28T08:18:14.1292516Z Progress (3): 152/752 kB | 0.1/1.1 MB | 20/501 kB
2023-11-28T08:18:14.1293118Z Progress (3): 152/752 kB | 0.1/1.1 MB | 25/501 kB
2023-11-28T08:18:14.1293743Z Progress (3): 152/752 kB | 0.1/1.1 MB | 29/501 kB
2023-11-28T08:18:14.1294631Z Progress (3): 152/752 kB | 0.1/1.1 MB | 33/501 kB
2023-11-28T08:18:14.1295347Z Progress (4): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 4.1/247 kB
2023-11-28T08:18:14.1296549Z Progress (4): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 8.2/247 kB
2023-11-28T08:18:14.1297336Z Progress (4): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 12/247 kB
2023-11-28T08:18:14.1298624Z Progress (4): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 16/247 kB
2023-11-28T08:18:14.1299508Z Progress (5): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 16/247 kB | 4.1/632 kB
2023-11-28T08:18:14.1300475Z Progress (5): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 16/247 kB | 4.1/632 kB
2023-11-28T08:18:14.1303130Z Progress (5): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 16/247 kB | 8.2/632 kB
2023-11-28T08:18:14.1305108Z Progress (5): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 16/247 kB | 12/632 kB
2023-11-28T08:18:14.1306591Z Progress (5): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 20/247 kB | 12/632 kB
2023-11-28T08:18:14.1307490Z Progress (5): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 24/247 kB | 12/632 kB
2023-11-28T08:18:14.1308424Z Progress (5): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 28/247 kB | 12/632 kB
2023-11-28T08:18:14.1311091Z Progress (5): 152/752 kB | 0.1/1.1 MB | 33/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1312863Z Progress (5): 152/752 kB | 0.1/1.1 MB | 37/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1314803Z Progress (5): 152/752 kB | 0.1/1.1 MB | 41/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1315722Z Progress (5): 152/752 kB | 0.1/1.1 MB | 45/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1316526Z Progress (5): 152/752 kB | 0.1/1.1 MB | 49/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1318354Z Progress (5): 152/752 kB | 0.1/1.1 MB | 53/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1320105Z Progress (5): 152/752 kB | 0.1/1.1 MB | 57/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1321005Z Progress (5): 152/752 kB | 0.1/1.1 MB | 61/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1323268Z Progress (5): 152/752 kB | 0.1/1.1 MB | 66/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1324544Z Progress (5): 152/752 kB | 0.1/1.1 MB | 70/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1325361Z Progress (5): 152/752 kB | 0.1/1.1 MB | 74/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1327562Z Progress (5): 152/752 kB | 0.1/1.1 MB | 78/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1328874Z Progress (5): 152/752 kB | 0.1/1.1 MB | 82/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1330131Z Progress (5): 152/752 kB | 0.1/1.1 MB | 86/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1330971Z Progress (5): 152/752 kB | 0.1/1.1 MB | 90/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1332439Z Progress (5): 152/752 kB | 0.1/1.1 MB | 94/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1333162Z Progress (5): 152/752 kB | 0.1/1.1 MB | 98/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1333924Z Progress (5): 152/752 kB | 0.1/1.1 MB | 102/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1350253Z Progress (5): 152/752 kB | 0.1/1.1 MB | 106/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1350934Z Progress (5): 152/752 kB | 0.1/1.1 MB | 111/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1351742Z Progress (5): 152/752 kB | 0.1/1.1 MB | 115/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1352447Z Progress (5): 152/752 kB | 0.1/1.1 MB | 119/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1353236Z Progress (5): 152/752 kB | 0.1/1.1 MB | 123/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1353957Z Progress (5): 152/752 kB | 0.1/1.1 MB | 127/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1354706Z Progress (5): 152/752 kB | 0.1/1.1 MB | 131/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1355550Z Progress (5): 152/752 kB | 0.1/1.1 MB | 135/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1356305Z Progress (5): 152/752 kB | 0.1/1.1 MB | 139/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1357095Z Progress (5): 152/752 kB | 0.1/1.1 MB | 143/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1384454Z Progress (5): 152/752 kB | 0.1/1.1 MB | 147/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1385306Z Progress (5): 152/752 kB | 0.1/1.1 MB | 152/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1392812Z Progress (5): 152/752 kB | 0.1/1.1 MB | 156/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1393686Z Progress (5): 152/752 kB | 0.1/1.1 MB | 160/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1404424Z Progress (5): 152/752 kB | 0.1/1.1 MB | 164/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1405248Z Progress (5): 152/752 kB | 0.1/1.1 MB | 168/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1409750Z Progress (5): 152/752 kB | 0.1/1.1 MB | 172/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1411117Z Progress (5): 152/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1412129Z Progress (5): 156/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1424629Z Progress (5): 160/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1425618Z Progress (5): 164/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1426419Z Progress (5): 168/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1427108Z Progress (5): 172/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1427867Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 12/632 kB
2023-11-28T08:18:14.1443015Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 16/632 kB
2023-11-28T08:18:14.1451358Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 16/632 kB
2023-11-28T08:18:14.1453002Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 20/632 kB
2023-11-28T08:18:14.1453815Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 25/632 kB
2023-11-28T08:18:14.1454603Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 29/632 kB
2023-11-28T08:18:14.1455321Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 33/632 kB
2023-11-28T08:18:14.1457072Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 37/632 kB
2023-11-28T08:18:14.1458256Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 41/632 kB
2023-11-28T08:18:14.1459035Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 45/632 kB
2023-11-28T08:18:14.1459769Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 49/632 kB
2023-11-28T08:18:14.1460577Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 53/632 kB
2023-11-28T08:18:14.1473451Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 57/632 kB
2023-11-28T08:18:14.1477845Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 61/632 kB
2023-11-28T08:18:14.1479196Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 66/632 kB
2023-11-28T08:18:14.1480120Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 70/632 kB
2023-11-28T08:18:14.1489891Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 74/632 kB
2023-11-28T08:18:14.1494664Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 78/632 kB
2023-11-28T08:18:14.1496292Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 82/632 kB
2023-11-28T08:18:14.1497081Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 86/632 kB
2023-11-28T08:18:14.1497780Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 90/632 kB
2023-11-28T08:18:14.1508207Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 94/632 kB
2023-11-28T08:18:14.1509015Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 98/632 kB
2023-11-28T08:18:14.1515799Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 102/632 kB
2023-11-28T08:18:14.1517903Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 106/632 kB
2023-11-28T08:18:14.1518789Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 111/632 kB
2023-11-28T08:18:14.1525402Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 115/632 kB
2023-11-28T08:18:14.1526325Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 119/632 kB
2023-11-28T08:18:14.1537484Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 123/632 kB
2023-11-28T08:18:14.1538555Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 127/632 kB
2023-11-28T08:18:14.1539527Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 131/632 kB
2023-11-28T08:18:14.1540232Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 135/632 kB
2023-11-28T08:18:14.1541281Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 139/632 kB
2023-11-28T08:18:14.1542022Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 143/632 kB
2023-11-28T08:18:14.1560402Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 147/632 kB
2023-11-28T08:18:14.1561216Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 152/632 kB
2023-11-28T08:18:14.1562265Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 156/632 kB
2023-11-28T08:18:14.1569357Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 160/632 kB
2023-11-28T08:18:14.1570780Z Progress (5): 176/752 kB | 0.1/1.1 MB | 176/501 kB | 32/247 kB | 164/632 kB
2023-11-28T08:18:14.1571732Z Progress (5): 176/752 kB | 0.1/1.1 MB | 180/501 kB | 32/247 kB | 164/632 kB
2023-11-28T08:18:14.1659798Z Progress (5): 176/752 kB | 0.1/1.1 MB | 184/501 kB | 32/247 kB | 164/632 kB
2023-11-28T08:18:14.1660988Z Progress (5): 176/752 kB | 0.1/1.1 MB | 188/501 kB | 32/247 kB | 164/632 kB
2023-11-28T08:18:14.1661948Z Progress (5): 176/752 kB | 0.1/1.1 MB | 188/501 kB | 36/247 kB | 164/632 kB
2023-11-28T08:18:14.1663358Z Progress (5): 176/752 kB | 0.1/1.1 MB | 188/501 kB | 40/247 kB | 164/632 kB
2023-11-28T08:18:14.1664867Z Progress (5): 176/752 kB | 0.1/1.1 MB | 188/501 kB | 44/247 kB | 164/632 kB
2023-11-28T08:18:14.1665775Z Progress (5): 176/752 kB | 0.1/1.1 MB | 188/501 kB | 49/247 kB | 164/632 kB
2023-11-28T08:18:14.1666675Z Progress (5): 176/752 kB | 0.1/1.1 MB | 188/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1668261Z Progress (5): 176/752 kB | 0.1/1.1 MB | 193/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1673375Z Progress (5): 176/752 kB | 0.1/1.1 MB | 197/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1675056Z Progress (5): 176/752 kB | 0.1/1.1 MB | 201/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1675977Z Progress (5): 176/752 kB | 0.1/1.1 MB | 205/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1676889Z Progress (5): 176/752 kB | 0.1/1.1 MB | 209/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1677743Z Progress (5): 176/752 kB | 0.1/1.1 MB | 213/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1683402Z Progress (5): 176/752 kB | 0.1/1.1 MB | 217/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1705901Z Progress (5): 176/752 kB | 0.1/1.1 MB | 221/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1706719Z Progress (5): 176/752 kB | 0.1/1.1 MB | 225/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1707477Z Progress (5): 176/752 kB | 0.1/1.1 MB | 229/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1708442Z Progress (5): 180/752 kB | 0.1/1.1 MB | 229/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1709333Z Progress (5): 180/752 kB | 0.1/1.1 MB | 233/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1710142Z Progress (5): 180/752 kB | 0.1/1.1 MB | 233/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1710881Z Progress (5): 184/752 kB | 0.1/1.1 MB | 233/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1711669Z Progress (5): 184/752 kB | 0.1/1.1 MB | 238/501 kB | 49/247 kB | 168/632 kB
2023-11-28T08:18:14.1712444Z Progress (5): 184/752 kB | 0.1/1.1 MB | 238/501 kB | 49/247 kB | 172/632 kB
2023-11-28T08:18:14.1713175Z Progress (5): 184/752 kB | 0.1/1.1 MB | 238/501 kB | 53/247 kB | 172/632 kB
2023-11-28T08:18:14.1713893Z Progress (5): 184/752 kB | 0.1/1.1 MB | 238/501 kB | 57/247 kB | 172/632 kB
2023-11-28T08:18:14.1714607Z Progress (5): 184/752 kB | 0.1/1.1 MB | 238/501 kB | 61/247 kB | 172/632 kB
2023-11-28T08:18:14.1715505Z Progress (5): 184/752 kB | 0.1/1.1 MB | 238/501 kB | 65/247 kB | 172/632 kB
2023-11-28T08:18:14.1716307Z Progress (5): 184/752 kB | 0.1/1.1 MB | 238/501 kB | 65/247 kB | 176/632 kB
2023-11-28T08:18:14.1717100Z Progress (5): 184/752 kB | 0.1/1.1 MB | 238/501 kB | 65/247 kB | 180/632 kB
2023-11-28T08:18:14.1718038Z Progress (5): 184/752 kB | 0.1/1.1 MB | 242/501 kB | 65/247 kB | 180/632 kB
2023-11-28T08:18:14.1718794Z Progress (5): 184/752 kB | 0.1/1.1 MB | 246/501 kB | 65/247 kB | 180/632 kB
2023-11-28T08:18:14.1719596Z Progress (5): 184/752 kB | 0.1/1.1 MB | 246/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1720395Z Progress (5): 184/752 kB | 0.1/1.1 MB | 250/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1721147Z Progress (5): 184/752 kB | 0.1/1.1 MB | 254/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1721945Z Progress (5): 184/752 kB | 0.1/1.1 MB | 258/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1722701Z Progress (5): 184/752 kB | 0.1/1.1 MB | 262/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1723442Z Progress (5): 184/752 kB | 0.1/1.1 MB | 266/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1724171Z Progress (5): 184/752 kB | 0.1/1.1 MB | 270/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1724904Z Progress (5): 184/752 kB | 0.1/1.1 MB | 274/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1725692Z Progress (5): 184/752 kB | 0.1/1.1 MB | 279/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1726414Z Progress (5): 184/752 kB | 0.1/1.1 MB | 283/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1727302Z Progress (5): 184/752 kB | 0.1/1.1 MB | 287/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1728055Z Progress (5): 184/752 kB | 0.1/1.1 MB | 291/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1728748Z Progress (5): 184/752 kB | 0.1/1.1 MB | 295/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1729400Z Progress (5): 184/752 kB | 0.1/1.1 MB | 299/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1730107Z Progress (5): 184/752 kB | 0.1/1.1 MB | 303/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1730853Z Progress (5): 184/752 kB | 0.1/1.1 MB | 307/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1731569Z Progress (5): 184/752 kB | 0.1/1.1 MB | 311/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1732303Z Progress (5): 188/752 kB | 0.1/1.1 MB | 311/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1733041Z Progress (5): 188/752 kB | 0.1/1.1 MB | 311/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1733862Z Progress (5): 193/752 kB | 0.1/1.1 MB | 311/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1734571Z Progress (5): 197/752 kB | 0.1/1.1 MB | 311/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1735416Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1736135Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 65/247 kB | 184/632 kB
2023-11-28T08:18:14.1736773Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 65/247 kB | 188/632 kB
2023-11-28T08:18:14.1737526Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 65/247 kB | 193/632 kB
2023-11-28T08:18:14.1738515Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 65/247 kB | 197/632 kB
2023-11-28T08:18:14.1739325Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 69/247 kB | 197/632 kB
2023-11-28T08:18:14.1740044Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 73/247 kB | 197/632 kB
2023-11-28T08:18:14.1740780Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 77/247 kB | 197/632 kB
2023-11-28T08:18:14.1761038Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 81/247 kB | 197/632 kB
2023-11-28T08:18:14.1761801Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 85/247 kB | 197/632 kB
2023-11-28T08:18:14.1762561Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 90/247 kB | 197/632 kB
2023-11-28T08:18:14.1763472Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 94/247 kB | 197/632 kB
2023-11-28T08:18:14.1764243Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 98/247 kB | 197/632 kB
2023-11-28T08:18:14.1765117Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 102/247 kB | 197/632 kB
2023-11-28T08:18:14.1765865Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 106/247 kB | 197/632 kB
2023-11-28T08:18:14.1766632Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 110/247 kB | 197/632 kB
2023-11-28T08:18:14.1767338Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 114/247 kB | 197/632 kB
2023-11-28T08:18:14.1768117Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 118/247 kB | 197/632 kB
2023-11-28T08:18:14.1768934Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 122/247 kB | 197/632 kB
2023-11-28T08:18:14.1769716Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 126/247 kB | 197/632 kB
2023-11-28T08:18:14.1770545Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 130/247 kB | 197/632 kB
2023-11-28T08:18:14.1771341Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 135/247 kB | 197/632 kB
2023-11-28T08:18:14.1772168Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 139/247 kB | 197/632 kB
2023-11-28T08:18:14.1773007Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 143/247 kB | 197/632 kB
2023-11-28T08:18:14.1773728Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 147/247 kB | 197/632 kB
2023-11-28T08:18:14.1774516Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 151/247 kB | 197/632 kB
2023-11-28T08:18:14.1775300Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 155/247 kB | 197/632 kB
2023-11-28T08:18:14.1776051Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 159/247 kB | 197/632 kB
2023-11-28T08:18:14.1776879Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 163/247 kB | 197/632 kB
2023-11-28T08:18:14.1777681Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 167/247 kB | 197/632 kB
2023-11-28T08:18:14.1778435Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 171/247 kB | 197/632 kB
2023-11-28T08:18:14.1779260Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 176/247 kB | 197/632 kB
2023-11-28T08:18:14.1780063Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 180/247 kB | 197/632 kB
2023-11-28T08:18:14.1780814Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 184/247 kB | 197/632 kB
2023-11-28T08:18:14.1781992Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 188/247 kB | 197/632 kB
2023-11-28T08:18:14.1782782Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 192/247 kB | 197/632 kB
2023-11-28T08:18:14.1783579Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 196/247 kB | 197/632 kB
2023-11-28T08:18:14.1784331Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 200/247 kB | 197/632 kB
2023-11-28T08:18:14.1785123Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 204/247 kB | 197/632 kB
2023-11-28T08:18:14.1785941Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 208/247 kB | 197/632 kB
2023-11-28T08:18:14.1786692Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 212/247 kB | 197/632 kB
2023-11-28T08:18:14.1787495Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 217/247 kB | 197/632 kB
2023-11-28T08:18:14.1788346Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 221/247 kB | 197/632 kB
2023-11-28T08:18:14.1789377Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 225/247 kB | 197/632 kB
2023-11-28T08:18:14.1790153Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 229/247 kB | 197/632 kB
2023-11-28T08:18:14.1791075Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 233/247 kB | 197/632 kB
2023-11-28T08:18:14.1791885Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 237/247 kB | 197/632 kB
2023-11-28T08:18:14.1792657Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 241/247 kB | 197/632 kB
2023-11-28T08:18:14.1793480Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 245/247 kB | 197/632 kB
2023-11-28T08:18:14.1794300Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1795104Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1795830Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1796716Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1797469Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1798136Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1798878Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1799704Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1800459Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1801161Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1801943Z Progress (5): 197/752 kB | 0.2/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1802682Z Progress (5): 197/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1803288Z Progress (5): 197/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1803960Z Progress (5): 197/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1804702Z Progress (5): 197/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1805541Z Progress (5): 197/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1806238Z Progress (5): 197/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1807024Z Progress (5): 197/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1807908Z Progress (5): 197/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1808602Z Progress (5): 197/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1809350Z Progress (5): 197/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1810105Z Progress (5): 197/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1810785Z Progress (5): 201/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1811530Z Progress (5): 205/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1812270Z Progress (5): 209/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1813034Z Progress (5): 213/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1813728Z Progress (5): 217/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1814479Z Progress (5): 221/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1815222Z Progress (5): 225/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1815927Z Progress (5): 229/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1816765Z Progress (5): 233/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1817564Z Progress (5): 238/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1818334Z Progress (5): 242/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1819020Z Progress (5): 246/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1819923Z Progress (5): 250/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1820776Z Progress (5): 254/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1821622Z Progress (5): 258/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1822374Z Progress (5): 262/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1823113Z Progress (5): 266/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1823847Z Progress (5): 270/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1824546Z Progress (5): 274/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1825425Z Progress (5): 279/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1826139Z Progress (5): 283/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1826947Z Progress (5): 287/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1827708Z Progress (5): 291/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1828452Z Progress (5): 295/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1829195Z Progress (5): 299/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1829906Z Progress (5): 303/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1830690Z Progress (5): 307/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1831437Z Progress (5): 311/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1832123Z Progress (5): 315/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1832905Z Progress (5): 319/752 kB | 0.3/1.1 MB | 311/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1833704Z Progress (5): 319/752 kB | 0.3/1.1 MB | 315/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1834426Z Progress (5): 319/752 kB | 0.3/1.1 MB | 319/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1835189Z Progress (5): 319/752 kB | 0.3/1.1 MB | 324/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1835946Z Progress (5): 319/752 kB | 0.3/1.1 MB | 328/501 kB | 247 kB | 197/632 kB
2023-11-28T08:18:14.1836679Z Progress (5): 319/752 kB | 0.3/1.1 MB | 328/501 kB | 247 kB | 201/632 kB
2023-11-28T08:18:14.1837390Z Progress (5): 319/752 kB | 0.3/1.1 MB | 328/501 kB | 247 kB | 205/632 kB
2023-11-28T08:18:14.1838146Z Progress (5): 319/752 kB | 0.3/1.1 MB | 332/501 kB | 247 kB | 205/632 kB
2023-11-28T08:18:14.1838916Z Progress (5): 319/752 kB | 0.3/1.1 MB | 332/501 kB | 247 kB | 209/632 kB
2023-11-28T08:18:14.1839642Z Progress (5): 319/752 kB | 0.3/1.1 MB | 336/501 kB | 247 kB | 209/632 kB
2023-11-28T08:18:14.1840392Z Progress (5): 319/752 kB | 0.3/1.1 MB | 340/501 kB | 247 kB | 209/632 kB
2023-11-28T08:18:14.1841136Z Progress (5): 319/752 kB | 0.3/1.1 MB | 344/501 kB | 247 kB | 209/632 kB
2023-11-28T08:18:14.1841945Z Progress (5): 319/752 kB | 0.3/1.1 MB | 344/501 kB | 247 kB | 213/632 kB
2023-11-28T08:18:14.1842633Z Progress (5): 319/752 kB | 0.3/1.1 MB | 348/501 kB | 247 kB | 213/632 kB
2023-11-28T08:18:14.1843363Z Progress (5): 319/752 kB | 0.3/1.1 MB | 352/501 kB | 247 kB | 213/632 kB
2023-11-28T08:18:14.1844095Z Progress (5): 319/752 kB | 0.3/1.1 MB | 352/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1844795Z Progress (5): 319/752 kB | 0.3/1.1 MB | 356/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1845514Z Progress (5): 319/752 kB | 0.3/1.1 MB | 360/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1846250Z Progress (5): 319/752 kB | 0.3/1.1 MB | 365/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1846977Z Progress (5): 319/752 kB | 0.3/1.1 MB | 369/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1847679Z Progress (5): 319/752 kB | 0.3/1.1 MB | 373/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1848442Z Progress (5): 319/752 kB | 0.3/1.1 MB | 377/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1849192Z Progress (5): 319/752 kB | 0.3/1.1 MB | 381/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1850002Z Progress (5): 319/752 kB | 0.3/1.1 MB | 385/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1850830Z Progress (5): 319/752 kB | 0.3/1.1 MB | 389/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1851562Z Progress (5): 319/752 kB | 0.3/1.1 MB | 393/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1852259Z Progress (5): 319/752 kB | 0.3/1.1 MB | 397/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1853033Z Progress (5): 319/752 kB | 0.3/1.1 MB | 401/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1853754Z Progress (5): 319/752 kB | 0.3/1.1 MB | 406/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1854471Z Progress (5): 319/752 kB | 0.3/1.1 MB | 410/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1855149Z Progress (5): 319/752 kB | 0.3/1.1 MB | 414/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1855902Z Progress (5): 319/752 kB | 0.3/1.1 MB | 418/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1856708Z Progress (5): 319/752 kB | 0.3/1.1 MB | 422/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1857385Z Progress (5): 319/752 kB | 0.3/1.1 MB | 426/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1858097Z Progress (5): 319/752 kB | 0.3/1.1 MB | 430/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1858896Z Progress (5): 319/752 kB | 0.3/1.1 MB | 434/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1859608Z Progress (5): 319/752 kB | 0.3/1.1 MB | 438/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1860315Z Progress (5): 319/752 kB | 0.3/1.1 MB | 442/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1861360Z Progress (5): 319/752 kB | 0.3/1.1 MB | 446/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1862133Z Progress (5): 319/752 kB | 0.3/1.1 MB | 451/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1862853Z Progress (5): 319/752 kB | 0.3/1.1 MB | 455/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1863624Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 217/632 kB
2023-11-28T08:18:14.1864354Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 221/632 kB
2023-11-28T08:18:14.1865086Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 225/632 kB
2023-11-28T08:18:14.1865757Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 229/632 kB
2023-11-28T08:18:14.1866489Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 233/632 kB
2023-11-28T08:18:14.1867348Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 238/632 kB
2023-11-28T08:18:14.1868050Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 242/632 kB
2023-11-28T08:18:14.1868787Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 246/632 kB
2023-11-28T08:18:14.1869533Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 250/632 kB
2023-11-28T08:18:14.1870277Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 254/632 kB
2023-11-28T08:18:14.1870964Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 258/632 kB
2023-11-28T08:18:14.1871707Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 262/632 kB
2023-11-28T08:18:14.1872506Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 266/632 kB
2023-11-28T08:18:14.1873198Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 270/632 kB
2023-11-28T08:18:14.1873925Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 274/632 kB
2023-11-28T08:18:14.1874646Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 279/632 kB
2023-11-28T08:18:14.1875331Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 283/632 kB
2023-11-28T08:18:14.1876142Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 287/632 kB
2023-11-28T08:18:14.1876877Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 291/632 kB
2023-11-28T08:18:14.1877595Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 295/632 kB
2023-11-28T08:18:14.1878284Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 299/632 kB
2023-11-28T08:18:14.1879065Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 303/632 kB
2023-11-28T08:18:14.1879985Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 307/632 kB
2023-11-28T08:18:14.1880688Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 311/632 kB
2023-11-28T08:18:14.1881433Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 315/632 kB
2023-11-28T08:18:14.1882175Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 319/632 kB
2023-11-28T08:18:14.1882911Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 324/632 kB
2023-11-28T08:18:14.1883592Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 328/632 kB
2023-11-28T08:18:14.1884408Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 332/632 kB
2023-11-28T08:18:14.1885163Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 336/632 kB
2023-11-28T08:18:14.1885857Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 340/632 kB
2023-11-28T08:18:14.1886785Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 344/632 kB
2023-11-28T08:18:14.1887525Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 348/632 kB
2023-11-28T08:18:14.1888265Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 352/632 kB
2023-11-28T08:18:14.1888958Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 356/632 kB
2023-11-28T08:18:14.1889695Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 360/632 kB
2023-11-28T08:18:14.1890429Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 365/632 kB
2023-11-28T08:18:14.1891124Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 369/632 kB
2023-11-28T08:18:14.1891871Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 373/632 kB
2023-11-28T08:18:14.1892698Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 377/632 kB
2023-11-28T08:18:14.1893392Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 381/632 kB
2023-11-28T08:18:14.1894133Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 385/632 kB
2023-11-28T08:18:14.1894863Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 389/632 kB
2023-11-28T08:18:14.1895594Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 393/632 kB
2023-11-28T08:18:14.1896216Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 397/632 kB
2023-11-28T08:18:14.1896927Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 401/632 kB
2023-11-28T08:18:14.1897634Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 406/632 kB
2023-11-28T08:18:14.1898293Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 410/632 kB
2023-11-28T08:18:14.1898993Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 414/632 kB
2023-11-28T08:18:14.1899696Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 418/632 kB
2023-11-28T08:18:14.1900617Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 422/632 kB
2023-11-28T08:18:14.1901537Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 426/632 kB
2023-11-28T08:18:14.1902327Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1903098Z Progress (5): 319/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1903820Z Progress (5): 324/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1904595Z Progress (5): 328/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1905367Z Progress (5): 332/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1906128Z Progress (5): 336/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1906851Z Progress (5): 340/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1907594Z Progress (5): 344/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1908319Z Progress (5): 348/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1909014Z Progress (5): 352/752 kB | 0.3/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1909999Z Progress (5): 352/752 kB | 0.4/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1910703Z Progress (5): 352/752 kB | 0.4/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1911404Z Progress (5): 352/752 kB | 0.4/1.1 MB | 459/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1912065Z Progress (5): 352/752 kB | 0.4/1.1 MB | 463/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1912772Z Progress (5): 352/752 kB | 0.4/1.1 MB | 467/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1913471Z Progress (5): 352/752 kB | 0.4/1.1 MB | 471/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1914130Z Progress (5): 352/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1914842Z Progress (5): 356/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1915551Z Progress (5): 360/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1916378Z Progress (5): 365/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1917109Z Progress (5): 369/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1917928Z Progress (5): 373/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1918651Z Progress (5): 377/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1919318Z Progress (5): 381/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1920038Z Progress (5): 381/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1920738Z Progress (5): 381/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1921403Z Progress (5): 381/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1922105Z Progress (5): 381/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1922724Z Progress (5): 381/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1923339Z Progress (5): 381/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1923887Z Progress (5): 381/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1924477Z Progress (5): 381/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1925141Z Progress (5): 381/752 kB | 0.4/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1925686Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1926279Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1926868Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1927458Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1928007Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1928590Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1929216Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1929836Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1930434Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1931028Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1931584Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1932251Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1932841Z Progress (5): 381/752 kB | 0.5/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1933473Z Progress (5): 381/752 kB | 0.6/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1934138Z Progress (5): 381/752 kB | 0.6/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1934842Z Progress (5): 381/752 kB | 0.6/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1935562Z Progress (5): 381/752 kB | 0.6/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1936358Z Progress (5): 381/752 kB | 0.6/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1937077Z Progress (5): 381/752 kB | 0.6/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1937792Z Progress (5): 381/752 kB | 0.6/1.1 MB | 475/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1938507Z Progress (5): 381/752 kB | 0.6/1.1 MB | 479/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1939093Z Progress (5): 381/752 kB | 0.6/1.1 MB | 483/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1939835Z Progress (5): 381/752 kB | 0.6/1.1 MB | 487/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1940566Z Progress (5): 381/752 kB | 0.6/1.1 MB | 492/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1941433Z Progress (5): 381/752 kB | 0.6/1.1 MB | 496/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1942033Z Progress (5): 381/752 kB | 0.6/1.1 MB | 500/501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1942778Z Progress (5): 381/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1943363Z Progress (5): 385/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1943881Z Progress (5): 389/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1944462Z Progress (5): 393/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1945021Z Progress (5): 397/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1945535Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 430/632 kB
2023-11-28T08:18:14.1946087Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 434/632 kB
2023-11-28T08:18:14.1946843Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 438/632 kB
2023-11-28T08:18:14.1947436Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 442/632 kB
2023-11-28T08:18:14.1948072Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 446/632 kB
2023-11-28T08:18:14.1948672Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 451/632 kB
2023-11-28T08:18:14.1949333Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 455/632 kB
2023-11-28T08:18:14.1949940Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 459/632 kB
2023-11-28T08:18:14.1950563Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 463/632 kB
2023-11-28T08:18:14.1951187Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 467/632 kB
2023-11-28T08:18:14.1951764Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 471/632 kB
2023-11-28T08:18:14.1952379Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 475/632 kB
2023-11-28T08:18:14.1952995Z Progress (5): 401/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1953705Z Progress (5): 406/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1954281Z Progress (5): 410/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1954907Z Progress (5): 414/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1955590Z Progress (5): 418/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1956161Z Progress (5): 422/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1966925Z Progress (5): 426/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1967618Z Progress (5): 430/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1968314Z Progress (5): 434/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1968991Z Progress (5): 438/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1969721Z Progress (5): 442/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1970400Z Progress (5): 446/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1970983Z Progress (5): 451/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1971848Z Progress (5): 455/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1972642Z Progress (5): 459/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1973313Z Progress (5): 463/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1974230Z Progress (5): 467/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1974985Z Progress (5): 471/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1975723Z Progress (5): 475/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1976383Z Progress (5): 479/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1977087Z Progress (5): 483/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1977798Z Progress (5): 487/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1978472Z Progress (5): 492/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1979183Z Progress (5): 496/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1980012Z Progress (5): 500/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1981148Z Progress (5): 504/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.1982433Z Progress (5): 508/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.2029302Z Progress (5): 512/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.2030028Z Progress (5): 516/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.2030674Z Progress (5): 520/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.2031344Z Progress (5): 524/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.2032051Z Progress (5): 528/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.2032728Z Progress (5): 532/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.2033441Z Progress (5): 537/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.2034166Z Progress (5): 541/752 kB | 0.6/1.1 MB | 501 kB | 247 kB | 479/632 kB
2023-11-28T08:18:14.2034906Z
2023-11-28T08:18:14.2036339Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar (501 kB at 1.9 MB/s)
2023-11-28T08:18:14.2037520Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 483/632 kB
2023-11-28T08:18:14.2038145Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 487/632 kB
2023-11-28T08:18:14.2038695Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 492/632 kB
2023-11-28T08:18:14.2039299Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 496/632 kB
2023-11-28T08:18:14.2039975Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 500/632 kB
2023-11-28T08:18:14.2040598Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 504/632 kB
2023-11-28T08:18:14.2041191Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 508/632 kB
2023-11-28T08:18:14.2041824Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 512/632 kB
2023-11-28T08:18:14.2042492Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 516/632 kB
2023-11-28T08:18:14.2043055Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 520/632 kB
2023-11-28T08:18:14.2043757Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 524/632 kB
2023-11-28T08:18:14.2044355Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 528/632 kB
2023-11-28T08:18:14.2044906Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 532/632 kB
2023-11-28T08:18:14.2045514Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 537/632 kB
2023-11-28T08:18:14.2046112Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 541/632 kB
2023-11-28T08:18:14.2046714Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 545/632 kB
2023-11-28T08:18:14.2047272Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 549/632 kB
2023-11-28T08:18:14.2047881Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 553/632 kB
2023-11-28T08:18:14.2048474Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 557/632 kB
2023-11-28T08:18:14.2049017Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 561/632 kB
2023-11-28T08:18:14.2049637Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 565/632 kB
2023-11-28T08:18:14.2050317Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 569/632 kB
2023-11-28T08:18:14.2051003Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 573/632 kB
2023-11-28T08:18:14.2051582Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 578/632 kB
2023-11-28T08:18:14.2052125Z Progress (4): 541/752 kB | 0.6/1.1 MB | 247 kB | 582/632 kB
2023-11-28T08:18:14.2052585Z
2023-11-28T08:18:14.2053857Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar (247 kB at 938 kB/s)
2023-11-28T08:18:14.2055835Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-dbcp2/2.11.0/commons-dbcp2-2.11.0.jar
2023-11-28T08:18:14.2057617Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.12.0/commons-pool2-2.12.0.jar
2023-11-28T08:18:14.2058739Z Progress (3): 545/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2059347Z Progress (3): 549/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2059848Z Progress (3): 553/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2060479Z Progress (3): 557/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2061257Z Progress (3): 561/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2061792Z Progress (3): 565/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2062309Z Progress (3): 569/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2062781Z Progress (3): 573/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2063282Z Progress (3): 578/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2063797Z Progress (3): 582/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2064248Z Progress (3): 586/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2064784Z Progress (3): 590/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2065299Z Progress (3): 594/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2065805Z Progress (3): 598/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2066264Z Progress (3): 602/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2066912Z Progress (3): 606/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2067428Z Progress (3): 610/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2067882Z Progress (3): 614/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2068370Z Progress (3): 618/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2068869Z Progress (3): 623/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2069294Z Progress (3): 627/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2069848Z Progress (3): 631/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2070463Z Progress (3): 635/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2071038Z Progress (3): 639/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2071683Z Progress (3): 643/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2072309Z Progress (3): 647/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2072997Z Progress (3): 651/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2073461Z Progress (3): 655/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2073988Z Progress (3): 659/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2074504Z Progress (3): 664/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2074968Z Progress (3): 668/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2075481Z Progress (3): 672/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2076031Z Progress (3): 676/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2076470Z Progress (3): 680/752 kB | 0.6/1.1 MB | 582/632 kB
2023-11-28T08:18:14.2076979Z Progress (3): 680/752 kB | 0.6/1.1 MB | 586/632 kB
2023-11-28T08:18:14.2077510Z Progress (3): 680/752 kB | 0.6/1.1 MB | 590/632 kB
2023-11-28T08:18:14.2078032Z Progress (3): 680/752 kB | 0.6/1.1 MB | 594/632 kB
2023-11-28T08:18:14.2078511Z Progress (3): 680/752 kB | 0.6/1.1 MB | 598/632 kB
2023-11-28T08:18:14.2079118Z Progress (3): 680/752 kB | 0.6/1.1 MB | 602/632 kB
2023-11-28T08:18:14.2079619Z Progress (3): 680/752 kB | 0.6/1.1 MB | 606/632 kB
2023-11-28T08:18:14.2080216Z Progress (3): 680/752 kB | 0.6/1.1 MB | 610/632 kB
2023-11-28T08:18:14.2080755Z Progress (3): 680/752 kB | 0.6/1.1 MB | 614/632 kB
2023-11-28T08:18:14.2081236Z Progress (3): 680/752 kB | 0.6/1.1 MB | 618/632 kB
2023-11-28T08:18:14.2081644Z Progress (3): 680/752 kB | 0.6/1.1 MB | 623/632 kB
2023-11-28T08:18:14.2082095Z Progress (3): 680/752 kB | 0.6/1.1 MB | 627/632 kB
2023-11-28T08:18:14.2082589Z Progress (3): 680/752 kB | 0.6/1.1 MB | 631/632 kB
2023-11-28T08:18:14.2083055Z Progress (3): 680/752 kB | 0.6/1.1 MB | 632 kB
2023-11-28T08:18:14.2083610Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 4.1/217 kB
2023-11-28T08:18:14.2084219Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 8.2/217 kB
2023-11-28T08:18:14.2084930Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 12/217 kB
2023-11-28T08:18:14.2085465Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 16/217 kB
2023-11-28T08:18:14.2086167Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 20/217 kB
2023-11-28T08:18:14.2086801Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 25/217 kB
2023-11-28T08:18:14.2087354Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 29/217 kB
2023-11-28T08:18:14.2087944Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 33/217 kB
2023-11-28T08:18:14.2088561Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 37/217 kB
2023-11-28T08:18:14.2089126Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 41/217 kB
2023-11-28T08:18:14.2089771Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 45/217 kB
2023-11-28T08:18:14.2090380Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 49/217 kB
2023-11-28T08:18:14.2091020Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 53/217 kB
2023-11-28T08:18:14.2091587Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 57/217 kB
2023-11-28T08:18:14.2092303Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 61/217 kB
2023-11-28T08:18:14.2092943Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 66/217 kB
2023-11-28T08:18:14.2093517Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 70/217 kB
2023-11-28T08:18:14.2094121Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 74/217 kB
2023-11-28T08:18:14.2094725Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 78/217 kB
2023-11-28T08:18:14.2095244Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 82/217 kB
2023-11-28T08:18:14.2095842Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 86/217 kB
2023-11-28T08:18:14.2096442Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 90/217 kB
2023-11-28T08:18:14.2097028Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 94/217 kB
2023-11-28T08:18:14.2097569Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 98/217 kB
2023-11-28T08:18:14.2098140Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 102/217 kB
2023-11-28T08:18:14.2098853Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 106/217 kB
2023-11-28T08:18:14.2099408Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 111/217 kB
2023-11-28T08:18:14.2100055Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 115/217 kB
2023-11-28T08:18:14.2100734Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 119/217 kB
2023-11-28T08:18:14.2101457Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 123/217 kB
2023-11-28T08:18:14.2101992Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 127/217 kB
2023-11-28T08:18:14.2156488Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 131/217 kB
2023-11-28T08:18:14.2157335Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 135/217 kB
2023-11-28T08:18:14.2157909Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 139/217 kB
2023-11-28T08:18:14.2158510Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 143/217 kB
2023-11-28T08:18:14.2159108Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 147/217 kB
2023-11-28T08:18:14.2159651Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 152/217 kB
2023-11-28T08:18:14.2160392Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2161111Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2171089Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2171803Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2172414Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2173017Z Progress (4): 680/752 kB | 0.6/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2173542Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2265421Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2266134Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2266674Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2267265Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2268058Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2268568Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2269154Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2269909Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2270525Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2271055Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2271631Z Progress (4): 680/752 kB | 0.7/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2272202Z Progress (4): 680/752 kB | 0.8/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2272801Z Progress (4): 680/752 kB | 0.8/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2273394Z Progress (4): 680/752 kB | 0.8/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2273966Z Progress (4): 680/752 kB | 0.8/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2274492Z Progress (4): 680/752 kB | 0.8/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2275168Z Progress (4): 680/752 kB | 0.8/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2275771Z Progress (4): 680/752 kB | 0.8/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2276345Z Progress (4): 680/752 kB | 0.8/1.1 MB | 632 kB | 156/217 kB
2023-11-28T08:18:14.2276783Z
2023-11-28T08:18:14.2278293Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (632 kB at 2.3 MB/s)
2023-11-28T08:18:14.2280160Z Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
2023-11-28T08:18:14.2281394Z Progress (3): 684/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2281978Z Progress (3): 688/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2282496Z Progress (3): 692/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2283666Z Progress (3): 696/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2284115Z Progress (3): 700/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2285342Z Progress (3): 705/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2285823Z Progress (3): 709/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2286226Z Progress (3): 713/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2286704Z Progress (3): 717/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2287157Z Progress (3): 721/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2287570Z Progress (3): 725/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2288067Z Progress (3): 729/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2288574Z Progress (3): 733/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2289015Z Progress (3): 737/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2289533Z Progress (3): 741/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2290011Z Progress (3): 745/752 kB | 0.8/1.1 MB | 156/217 kB
2023-11-28T08:18:14.2290774Z Progress (4): 745/752 kB | 0.8/1.1 MB | 156/217 kB | 4.1/62 kB
2023-11-28T08:18:14.2291438Z Progress (4): 745/752 kB | 0.8/1.1 MB | 156/217 kB | 8.2/62 kB
2023-11-28T08:18:14.2292095Z Progress (4): 745/752 kB | 0.8/1.1 MB | 156/217 kB | 12/62 kB
2023-11-28T08:18:14.2292745Z Progress (4): 745/752 kB | 0.8/1.1 MB | 156/217 kB | 16/62 kB
2023-11-28T08:18:14.2293468Z Progress (4): 745/752 kB | 0.8/1.1 MB | 156/217 kB | 20/62 kB
2023-11-28T08:18:14.2294114Z Progress (4): 745/752 kB | 0.8/1.1 MB | 156/217 kB | 25/62 kB
2023-11-28T08:18:14.2294728Z Progress (4): 745/752 kB | 0.8/1.1 MB | 156/217 kB | 29/62 kB
2023-11-28T08:18:14.2295310Z Progress (4): 745/752 kB | 0.8/1.1 MB | 160/217 kB | 29/62 kB
2023-11-28T08:18:14.2295958Z Progress (4): 745/752 kB | 0.8/1.1 MB | 164/217 kB | 29/62 kB
2023-11-28T08:18:14.2296640Z Progress (4): 745/752 kB | 0.8/1.1 MB | 168/217 kB | 29/62 kB
2023-11-28T08:18:14.2297363Z Progress (4): 745/752 kB | 0.8/1.1 MB | 172/217 kB | 29/62 kB
2023-11-28T08:18:14.2297977Z Progress (4): 745/752 kB | 0.8/1.1 MB | 176/217 kB | 29/62 kB
2023-11-28T08:18:14.2298778Z Progress (4): 745/752 kB | 0.8/1.1 MB | 180/217 kB | 29/62 kB
2023-11-28T08:18:14.2299469Z Progress (4): 745/752 kB | 0.8/1.1 MB | 184/217 kB | 29/62 kB
2023-11-28T08:18:14.2300403Z Progress (4): 745/752 kB | 0.8/1.1 MB | 188/217 kB | 29/62 kB
2023-11-28T08:18:14.2426123Z Progress (4): 745/752 kB | 0.8/1.1 MB | 193/217 kB | 29/62 kB
2023-11-28T08:18:14.2462145Z Progress (4): 745/752 kB | 0.8/1.1 MB | 197/217 kB | 29/62 kB
2023-11-28T08:18:14.2462855Z Progress (4): 745/752 kB | 0.8/1.1 MB | 201/217 kB | 29/62 kB
2023-11-28T08:18:14.2463458Z Progress (4): 745/752 kB | 0.8/1.1 MB | 205/217 kB | 29/62 kB
2023-11-28T08:18:14.2464120Z Progress (4): 745/752 kB | 0.8/1.1 MB | 209/217 kB | 29/62 kB
2023-11-28T08:18:14.2464765Z Progress (4): 745/752 kB | 0.8/1.1 MB | 213/217 kB | 29/62 kB
2023-11-28T08:18:14.2465354Z Progress (4): 745/752 kB | 0.8/1.1 MB | 217 kB | 29/62 kB
2023-11-28T08:18:14.2465914Z Progress (4): 745/752 kB | 0.8/1.1 MB | 217 kB | 33/62 kB
2023-11-28T08:18:14.2466751Z Progress (4): 745/752 kB | 0.8/1.1 MB | 217 kB | 37/62 kB
2023-11-28T08:18:14.2467246Z Progress (4): 745/752 kB | 0.8/1.1 MB | 217 kB | 41/62 kB
2023-11-28T08:18:14.2467866Z Progress (4): 745/752 kB | 0.8/1.1 MB | 217 kB | 45/62 kB
2023-11-28T08:18:14.2468488Z Progress (4): 745/752 kB | 0.8/1.1 MB | 217 kB | 49/62 kB
2023-11-28T08:18:14.2469110Z Progress (4): 745/752 kB | 0.8/1.1 MB | 217 kB | 53/62 kB
2023-11-28T08:18:14.2469869Z Progress (4): 745/752 kB | 0.8/1.1 MB | 217 kB | 57/62 kB
2023-11-28T08:18:14.2470484Z Progress (4): 745/752 kB | 0.8/1.1 MB | 217 kB | 61/62 kB
2023-11-28T08:18:14.2480476Z Progress (4): 745/752 kB | 0.8/1.1 MB | 217 kB | 62 kB
2023-11-28T08:18:14.2481007Z Progress (4): 750/752 kB | 0.8/1.1 MB | 217 kB | 62 kB
2023-11-28T08:18:14.2481713Z Progress (4): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB
2023-11-28T08:18:14.2482342Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 4.1/150 kB
2023-11-28T08:18:14.2482905Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 8.2/150 kB
2023-11-28T08:18:14.2483692Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 12/150 kB
2023-11-28T08:18:14.2484282Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 16/150 kB
2023-11-28T08:18:14.2484882Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 20/150 kB
2023-11-28T08:18:14.2485428Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 25/150 kB
2023-11-28T08:18:14.2486189Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 29/150 kB
2023-11-28T08:18:14.2486798Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 33/150 kB
2023-11-28T08:18:14.2487355Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 37/150 kB
2023-11-28T08:18:14.2488011Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 41/150 kB
2023-11-28T08:18:14.2488659Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 45/150 kB
2023-11-28T08:18:14.2489213Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 49/150 kB
2023-11-28T08:18:14.2489807Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 53/150 kB
2023-11-28T08:18:14.2490581Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 57/150 kB
2023-11-28T08:18:14.2491205Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 61/150 kB
2023-11-28T08:18:14.2491749Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 66/150 kB
2023-11-28T08:18:14.2492502Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 70/150 kB
2023-11-28T08:18:14.2493018Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 74/150 kB
2023-11-28T08:18:14.2493515Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 78/150 kB
2023-11-28T08:18:14.2494082Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 82/150 kB
2023-11-28T08:18:14.2494646Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 86/150 kB
2023-11-28T08:18:14.2495175Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 90/150 kB
2023-11-28T08:18:14.2495775Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 94/150 kB
2023-11-28T08:18:14.2496402Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 98/150 kB
2023-11-28T08:18:14.2497124Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 102/150 kB
2023-11-28T08:18:14.2497727Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 106/150 kB
2023-11-28T08:18:14.2498532Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 111/150 kB
2023-11-28T08:18:14.2499166Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 115/150 kB
2023-11-28T08:18:14.2499729Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 119/150 kB
2023-11-28T08:18:14.2500307Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 123/150 kB
2023-11-28T08:18:14.2501022Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 127/150 kB
2023-11-28T08:18:14.2501690Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 131/150 kB
2023-11-28T08:18:14.2502260Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 135/150 kB
2023-11-28T08:18:14.2502869Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 139/150 kB
2023-11-28T08:18:14.2503437Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 143/150 kB
2023-11-28T08:18:14.2504004Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 147/150 kB
2023-11-28T08:18:14.2504774Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2505420Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2505919Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2506445Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2506991Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2507547Z Progress (5): 752 kB | 0.8/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2508049Z Progress (5): 752 kB | 0.9/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2508615Z Progress (5): 752 kB | 0.9/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2509175Z Progress (5): 752 kB | 0.9/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2509682Z Progress (5): 752 kB | 0.9/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2510371Z Progress (5): 752 kB | 0.9/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2511282Z Progress (5): 752 kB | 0.9/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2511828Z Progress (5): 752 kB | 0.9/1.1 MB | 217 kB | 62 kB | 150 kB
2023-11-28T08:18:14.2512334Z
2023-11-28T08:18:14.2513912Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-dbcp2/2.11.0/commons-dbcp2-2.11.0.jar (217 kB at 733 kB/s)
2023-11-28T08:18:14.2516066Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.12.0/commons-pool2-2.12.0.jar (150 kB at 507 kB/s)
2023-11-28T08:18:14.2518062Z Downloading from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar
2023-11-28T08:18:14.2520140Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 208 kB/s)
2023-11-28T08:18:14.2522318Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/8.11.2/lucene-core-8.11.2.jar
2023-11-28T08:18:14.2524118Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 2.5 MB/s)
2023-11-28T08:18:14.2526315Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/8.11.2/lucene-analyzers-common-8.11.2.jar
2023-11-28T08:18:14.2528330Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/8.11.2/lucene-queryparser-8.11.2.jar
2023-11-28T08:18:14.2529594Z Progress (1): 0.9/1.1 MB
2023-11-28T08:18:14.2529919Z Progress (2): 0.9/1.1 MB | 4.1/15 kB
2023-11-28T08:18:14.2530285Z Progress (2): 0.9/1.1 MB | 8.2/15 kB
2023-11-28T08:18:14.2530979Z Progress (2): 0.9/1.1 MB | 12/15 kB
2023-11-28T08:18:14.2531368Z Progress (2): 0.9/1.1 MB | 15 kB
2023-11-28T08:18:14.2531704Z Progress (2): 0.9/1.1 MB | 15 kB
2023-11-28T08:18:14.2532191Z Progress (2): 0.9/1.1 MB | 15 kB
2023-11-28T08:18:14.2532531Z Progress (2): 0.9/1.1 MB | 15 kB
2023-11-28T08:18:14.2532811Z Progress (2): 0.9/1.1 MB | 15 kB
2023-11-28T08:18:14.2533278Z Progress (2): 1.0/1.1 MB | 15 kB
2023-11-28T08:18:14.2533642Z Progress (2): 1.0/1.1 MB | 15 kB
2023-11-28T08:18:14.2533962Z Progress (2): 1.0/1.1 MB | 15 kB
2023-11-28T08:18:14.2534328Z Progress (2): 1.0/1.1 MB | 15 kB
2023-11-28T08:18:14.2534691Z Progress (2): 1.0/1.1 MB | 15 kB
2023-11-28T08:18:14.2535013Z Progress (2): 1.0/1.1 MB | 15 kB
2023-11-28T08:18:14.2535401Z Progress (2): 1.0/1.1 MB | 15 kB
2023-11-28T08:18:14.2535801Z Progress (2): 1.0/1.1 MB | 15 kB
2023-11-28T08:18:14.2536255Z Progress (2): 1.0/1.1 MB | 15 kB
2023-11-28T08:18:14.2536581Z Progress (2): 1.0/1.1 MB | 15 kB
2023-11-28T08:18:14.2536980Z Progress (3): 1.0/1.1 MB | 15 kB | 4.1/383 kB
2023-11-28T08:18:14.2537467Z Progress (3): 1.0/1.1 MB | 15 kB | 8.2/383 kB
2023-11-28T08:18:14.2537922Z Progress (3): 1.0/1.1 MB | 15 kB | 12/383 kB
2023-11-28T08:18:14.2538380Z Progress (3): 1.0/1.1 MB | 15 kB | 16/383 kB
2023-11-28T08:18:14.2538890Z Progress (3): 1.0/1.1 MB | 15 kB | 20/383 kB
2023-11-28T08:18:14.2539278Z Progress (3): 1.0/1.1 MB | 15 kB | 25/383 kB
2023-11-28T08:18:14.2539779Z Progress (3): 1.0/1.1 MB | 15 kB | 29/383 kB
2023-11-28T08:18:14.2540258Z Progress (3): 1.0/1.1 MB | 15 kB | 33/383 kB
2023-11-28T08:18:14.2540680Z Progress (3): 1.0/1.1 MB | 15 kB | 37/383 kB
2023-11-28T08:18:14.2551199Z Progress (3): 1.0/1.1 MB | 15 kB | 41/383 kB
2023-11-28T08:18:14.2564882Z Progress (3): 1.0/1.1 MB | 15 kB | 45/383 kB
2023-11-28T08:18:14.2565291Z Progress (3): 1.0/1.1 MB | 15 kB | 49/383 kB
2023-11-28T08:18:14.2565692Z Progress (3): 1.0/1.1 MB | 15 kB | 53/383 kB
2023-11-28T08:18:14.2566137Z Progress (3): 1.0/1.1 MB | 15 kB | 57/383 kB
2023-11-28T08:18:14.2566541Z Progress (3): 1.0/1.1 MB | 15 kB | 61/383 kB
2023-11-28T08:18:14.2566912Z Progress (3): 1.0/1.1 MB | 15 kB | 66/383 kB
2023-11-28T08:18:14.2567319Z Progress (3): 1.0/1.1 MB | 15 kB | 70/383 kB
2023-11-28T08:18:14.2567750Z Progress (3): 1.0/1.1 MB | 15 kB | 74/383 kB
2023-11-28T08:18:14.2568096Z Progress (3): 1.0/1.1 MB | 15 kB | 78/383 kB
2023-11-28T08:18:14.2568513Z Progress (3): 1.0/1.1 MB | 15 kB | 82/383 kB
2023-11-28T08:18:14.2568925Z Progress (3): 1.0/1.1 MB | 15 kB | 86/383 kB
2023-11-28T08:18:14.2569285Z Progress (3): 1.0/1.1 MB | 15 kB | 90/383 kB
2023-11-28T08:18:14.2569845Z Progress (3): 1.0/1.1 MB | 15 kB | 94/383 kB
2023-11-28T08:18:14.2570291Z Progress (3): 1.0/1.1 MB | 15 kB | 98/383 kB
2023-11-28T08:18:14.2570695Z Progress (3): 1.0/1.1 MB | 15 kB | 102/383 kB
2023-11-28T08:18:14.2571137Z Progress (3): 1.0/1.1 MB | 15 kB | 106/383 kB
2023-11-28T08:18:14.2571577Z Progress (3): 1.0/1.1 MB | 15 kB | 111/383 kB
2023-11-28T08:18:14.2571950Z Progress (3): 1.0/1.1 MB | 15 kB | 115/383 kB
2023-11-28T08:18:14.2572382Z Progress (3): 1.0/1.1 MB | 15 kB | 119/383 kB
2023-11-28T08:18:14.2572909Z Progress (3): 1.0/1.1 MB | 15 kB | 123/383 kB
2023-11-28T08:18:14.2573383Z Progress (3): 1.0/1.1 MB | 15 kB | 127/383 kB
2023-11-28T08:18:14.2573807Z Progress (3): 1.0/1.1 MB | 15 kB | 131/383 kB
2023-11-28T08:18:14.2574184Z
2023-11-28T08:18:14.2575759Z Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar (15 kB at 50 kB/s)
2023-11-28T08:18:14.2577984Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/8.11.2/lucene-queries-8.11.2.jar
2023-11-28T08:18:14.2579377Z Progress (3): 1.0/1.1 MB | 131/383 kB | 0/3.6 MB
2023-11-28T08:18:14.2579860Z Progress (3): 1.0/1.1 MB | 131/383 kB | 0/3.6 MB
2023-11-28T08:18:14.2580305Z Progress (3): 1.0/1.1 MB | 131/383 kB | 0/3.6 MB
2023-11-28T08:18:14.2580703Z Progress (3): 1.0/1.1 MB | 131/383 kB | 0.1/3.6 MB
2023-11-28T08:18:14.2581666Z Progress (3): 1.0/1.1 MB | 131/383 kB | 0.1/3.6 MB
2023-11-28T08:18:14.2582284Z Progress (3): 1.0/1.1 MB | 131/383 kB | 0.1/3.6 MB
2023-11-28T08:18:14.2582859Z Progress (3): 1.0/1.1 MB | 131/383 kB | 0.1/3.6 MB
2023-11-28T08:18:14.2583451Z Progress (3): 1.0/1.1 MB | 131/383 kB | 0.1/3.6 MB
2023-11-28T08:18:14.2583978Z Progress (3): 1.0/1.1 MB | 131/383 kB | 0.1/3.6 MB
2023-11-28T08:18:14.2584573Z Progress (3): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB
2023-11-28T08:18:14.2585248Z Progress (3): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB
2023-11-28T08:18:14.2585872Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 4.1/382 kB
2023-11-28T08:18:14.2586675Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 8.2/382 kB
2023-11-28T08:18:14.2587350Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 12/382 kB
2023-11-28T08:18:14.2588047Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 16/382 kB
2023-11-28T08:18:14.2588741Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 20/382 kB
2023-11-28T08:18:14.2589381Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 25/382 kB
2023-11-28T08:18:14.2590011Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 29/382 kB
2023-11-28T08:18:14.2590685Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 33/382 kB
2023-11-28T08:18:14.2591267Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 37/382 kB
2023-11-28T08:18:14.2591929Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 41/382 kB
2023-11-28T08:18:14.2592655Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 45/382 kB
2023-11-28T08:18:14.2593209Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 49/382 kB
2023-11-28T08:18:14.2593808Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 53/382 kB
2023-11-28T08:18:14.2594469Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 57/382 kB
2023-11-28T08:18:14.2595124Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 61/382 kB
2023-11-28T08:18:14.2595731Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 66/382 kB
2023-11-28T08:18:14.2596371Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 70/382 kB
2023-11-28T08:18:14.2597020Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 74/382 kB
2023-11-28T08:18:14.2597635Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 78/382 kB
2023-11-28T08:18:14.2598310Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 82/382 kB
2023-11-28T08:18:14.2599029Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 86/382 kB
2023-11-28T08:18:14.2599825Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 90/382 kB
2023-11-28T08:18:14.2600481Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 94/382 kB
2023-11-28T08:18:14.2601211Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 98/382 kB
2023-11-28T08:18:14.2601880Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 102/382 kB
2023-11-28T08:18:14.2602469Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 106/382 kB
2023-11-28T08:18:14.2603118Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 111/382 kB
2023-11-28T08:18:14.2603781Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 115/382 kB
2023-11-28T08:18:14.2604399Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 119/382 kB
2023-11-28T08:18:14.2605078Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 123/382 kB
2023-11-28T08:18:14.2605777Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 127/382 kB
2023-11-28T08:18:14.2606433Z Progress (4): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB
2023-11-28T08:18:14.2607197Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0/1.8 MB
2023-11-28T08:18:14.2608123Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0/1.8 MB
2023-11-28T08:18:14.2608922Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0/1.8 MB
2023-11-28T08:18:14.2609664Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0/1.8 MB
2023-11-28T08:18:14.2610447Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0/1.8 MB
2023-11-28T08:18:14.2611379Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0/1.8 MB
2023-11-28T08:18:14.2612311Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2613116Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2613983Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2614920Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2615712Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2616493Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2617387Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2618181Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2618927Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2619737Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2620542Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2621591Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.1/1.8 MB
2023-11-28T08:18:14.2622435Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2623262Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2624080Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2624841Z Progress (5): 1.0/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2625742Z Progress (5): 1.1/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2626701Z Progress (5): 1.1/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2627499Z Progress (5): 1.1/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2628336Z Progress (5): 1.1/1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2629177Z Progress (5): 1.1 MB | 131/383 kB | 0.2/3.6 MB | 131/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2632126Z Progress (5): 1.1 MB | 131/383 kB | 0.2/3.6 MB | 135/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2643891Z Progress (5): 1.1 MB | 131/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2648186Z Progress (5): 1.1 MB | 135/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2649632Z Progress (5): 1.1 MB | 139/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2650461Z Progress (5): 1.1 MB | 143/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2651120Z Progress (5): 1.1 MB | 147/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2651924Z Progress (5): 1.1 MB | 152/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2652537Z Progress (5): 1.1 MB | 156/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2653350Z Progress (5): 1.1 MB | 160/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2654079Z Progress (5): 1.1 MB | 164/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2654844Z Progress (5): 1.1 MB | 168/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2655442Z Progress (5): 1.1 MB | 172/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2656323Z Progress (5): 1.1 MB | 176/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2656966Z Progress (5): 1.1 MB | 180/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2657561Z Progress (5): 1.1 MB | 184/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2658493Z Progress (5): 1.1 MB | 188/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2659142Z Progress (5): 1.1 MB | 193/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2659786Z Progress (5): 1.1 MB | 197/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2660378Z Progress (5): 1.1 MB | 201/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2661219Z Progress (5): 1.1 MB | 205/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2661894Z Progress (5): 1.1 MB | 209/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2662502Z Progress (5): 1.1 MB | 213/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2663456Z Progress (5): 1.1 MB | 217/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2664133Z Progress (5): 1.1 MB | 221/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2664821Z Progress (5): 1.1 MB | 225/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2665446Z Progress (5): 1.1 MB | 229/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2666208Z Progress (5): 1.1 MB | 233/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2666943Z Progress (5): 1.1 MB | 238/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2667615Z Progress (5): 1.1 MB | 242/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2668373Z Progress (5): 1.1 MB | 246/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2669120Z Progress (5): 1.1 MB | 250/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2669921Z Progress (5): 1.1 MB | 254/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2670917Z Progress (5): 1.1 MB | 258/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2672368Z Progress (5): 1.1 MB | 262/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2673207Z Progress (5): 1.1 MB | 266/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2673928Z Progress (5): 1.1 MB | 270/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2674686Z Progress (5): 1.1 MB | 274/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2675439Z Progress (5): 1.1 MB | 279/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2676170Z Progress (5): 1.1 MB | 283/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2676905Z Progress (5): 1.1 MB | 287/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2677697Z Progress (5): 1.1 MB | 291/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2678458Z Progress (5): 1.1 MB | 295/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2679130Z Progress (5): 1.1 MB | 299/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2679936Z Progress (5): 1.1 MB | 303/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2680900Z Progress (5): 1.1 MB | 307/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2681605Z Progress (5): 1.1 MB | 311/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2682378Z Progress (5): 1.1 MB | 315/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2683130Z Progress (5): 1.1 MB | 319/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2683909Z Progress (5): 1.1 MB | 324/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2684607Z Progress (5): 1.1 MB | 328/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2685337Z Progress (5): 1.1 MB | 332/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2686009Z Progress (5): 1.1 MB | 336/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2686618Z Progress (5): 1.1 MB | 340/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2687432Z Progress (5): 1.1 MB | 344/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2688071Z Progress (5): 1.1 MB | 348/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2688863Z Progress (5): 1.1 MB | 352/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2689467Z Progress (5): 1.1 MB | 356/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2690398Z Progress (5): 1.1 MB | 360/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2691173Z Progress (5): 1.1 MB | 365/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2692117Z Progress (5): 1.1 MB | 369/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2692767Z Progress (5): 1.1 MB | 373/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2693473Z Progress (5): 1.1 MB | 377/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2694288Z Progress (5): 1.1 MB | 381/383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2695124Z Progress (5): 1.1 MB | 383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2695684Z
2023-11-28T08:18:14.2697142Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar (1.1 MB at 2.9 MB/s)
2023-11-28T08:18:14.2699066Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/8.11.2/lucene-sandbox-8.11.2.jar
2023-11-28T08:18:14.2700304Z Progress (4): 383 kB | 0.2/3.6 MB | 139/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2702404Z Progress (4): 383 kB | 0.2/3.6 MB | 143/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2703510Z Progress (4): 383 kB | 0.2/3.6 MB | 147/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2704108Z Progress (4): 383 kB | 0.2/3.6 MB | 147/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2704846Z Progress (4): 383 kB | 0.2/3.6 MB | 152/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2705508Z Progress (4): 383 kB | 0.2/3.6 MB | 156/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2706667Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2707266Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2707837Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2708395Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2709145Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2710227Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2710923Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2711534Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2712222Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2724247Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2725385Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2726331Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2726874Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.2/1.8 MB
2023-11-28T08:18:14.2727872Z Progress (4): 383 kB | 0.2/3.6 MB | 160/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2728474Z
2023-11-28T08:18:14.2729869Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/8.11.2/lucene-queryparser-8.11.2.jar (383 kB at 1.0 MB/s)
2023-11-28T08:18:14.2732162Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.jar
2023-11-28T08:18:14.2733681Z Progress (3): 0.2/3.6 MB | 164/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2734621Z Progress (3): 0.3/3.6 MB | 164/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2735121Z Progress (3): 0.3/3.6 MB | 168/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2735825Z Progress (3): 0.3/3.6 MB | 172/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2736339Z Progress (3): 0.3/3.6 MB | 172/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2736787Z Progress (3): 0.3/3.6 MB | 172/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2737255Z Progress (3): 0.3/3.6 MB | 172/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2737968Z Progress (3): 0.3/3.6 MB | 176/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2738571Z Progress (3): 0.3/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2739359Z Progress (3): 0.3/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2740232Z Progress (3): 0.3/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2741320Z Progress (3): 0.3/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2741844Z Progress (3): 0.3/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2742528Z Progress (3): 0.3/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2743157Z Progress (3): 0.3/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2743814Z Progress (3): 0.3/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2744330Z Progress (3): 0.3/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2744853Z Progress (3): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2745283Z Progress (3): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2745823Z Progress (3): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2746451Z Progress (3): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2746951Z Progress (3): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB
2023-11-28T08:18:14.2747460Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 4.1/245 kB
2023-11-28T08:18:14.2748137Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 8.2/245 kB
2023-11-28T08:18:14.2748761Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 12/245 kB
2023-11-28T08:18:14.2749324Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 16/245 kB
2023-11-28T08:18:14.2749899Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 20/245 kB
2023-11-28T08:18:14.2750590Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 25/245 kB
2023-11-28T08:18:14.2751270Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 29/245 kB
2023-11-28T08:18:14.2752011Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 33/245 kB
2023-11-28T08:18:14.2754723Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 37/245 kB
2023-11-28T08:18:14.2755512Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 41/245 kB
2023-11-28T08:18:14.2756183Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 45/245 kB
2023-11-28T08:18:14.2756817Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 49/245 kB
2023-11-28T08:18:14.2757511Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 53/245 kB
2023-11-28T08:18:14.2758124Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 57/245 kB
2023-11-28T08:18:14.2758819Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 61/245 kB
2023-11-28T08:18:14.2759429Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 66/245 kB
2023-11-28T08:18:14.2760051Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 70/245 kB
2023-11-28T08:18:14.2760727Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 74/245 kB
2023-11-28T08:18:14.2761511Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 78/245 kB
2023-11-28T08:18:14.2762298Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 82/245 kB
2023-11-28T08:18:14.2763070Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 86/245 kB
2023-11-28T08:18:14.2763930Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 90/245 kB
2023-11-28T08:18:14.2764682Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 94/245 kB
2023-11-28T08:18:14.2765225Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 98/245 kB
2023-11-28T08:18:14.2765908Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 102/245 kB
2023-11-28T08:18:14.2766584Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 106/245 kB
2023-11-28T08:18:14.2767260Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 111/245 kB
2023-11-28T08:18:14.2767874Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 115/245 kB
2023-11-28T08:18:14.2768673Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 119/245 kB
2023-11-28T08:18:14.2769346Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 123/245 kB
2023-11-28T08:18:14.2770012Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 127/245 kB
2023-11-28T08:18:14.2770621Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 131/245 kB
2023-11-28T08:18:14.2771481Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 135/245 kB
2023-11-28T08:18:14.2772043Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 139/245 kB
2023-11-28T08:18:14.2772757Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 143/245 kB
2023-11-28T08:18:14.2773444Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 147/245 kB
2023-11-28T08:18:14.2774066Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 152/245 kB
2023-11-28T08:18:14.2774618Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 156/245 kB
2023-11-28T08:18:14.2775407Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 160/245 kB
2023-11-28T08:18:14.2776087Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 164/245 kB
2023-11-28T08:18:14.2776730Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 168/245 kB
2023-11-28T08:18:14.2777334Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 172/245 kB
2023-11-28T08:18:14.2778041Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 176/245 kB
2023-11-28T08:18:14.2778666Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 180/245 kB
2023-11-28T08:18:14.2779476Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2780099Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2780796Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2781715Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2782449Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2783068Z Progress (4): 0.4/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2783701Z Progress (4): 0.5/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2784371Z Progress (4): 0.5/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2785125Z Progress (4): 0.5/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2785684Z Progress (4): 0.5/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2786385Z Progress (4): 0.5/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2787216Z Progress (4): 0.5/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2787852Z Progress (4): 0.6/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2788445Z Progress (4): 0.6/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2789054Z Progress (4): 0.6/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB
2023-11-28T08:18:14.2789741Z Progress (5): 0.6/3.6 MB | 180/382 kB | 0.3/1.8 MB | 184/245 kB | 4.1/531 kB
2023-11-28T08:18:14.2790476Z Progress (5): 0.6/3.6 MB | 184/382 kB | 0.3/1.8 MB | 184/245 kB | 4.1/531 kB
2023-11-28T08:18:14.2791364Z Progress (5): 0.6/3.6 MB | 184/382 kB | 0.3/1.8 MB | 184/245 kB | 4.1/531 kB
2023-11-28T08:18:14.2792221Z Progress (5): 0.6/3.6 MB | 184/382 kB | 0.3/1.8 MB | 184/245 kB | 8.2/531 kB
2023-11-28T08:18:14.2793002Z Progress (5): 0.6/3.6 MB | 184/382 kB | 0.3/1.8 MB | 184/245 kB | 12/531 kB
2023-11-28T08:18:14.4107012Z Progress (5): 0.6/3.6 MB | 184/382 kB | 0.3/1.8 MB | 184/245 kB | 16/531 kB
2023-11-28T08:18:14.4108121Z Progress (5): 0.6/3.6 MB | 188/382 kB | 0.3/1.8 MB | 184/245 kB | 16/531 kB
2023-11-28T08:18:14.4108846Z Progress (5): 0.6/3.6 MB | 193/382 kB | 0.3/1.8 MB | 184/245 kB | 16/531 kB
2023-11-28T08:18:14.4109634Z Progress (5): 0.6/3.6 MB | 193/382 kB | 0.3/1.8 MB | 184/245 kB | 20/531 kB
2023-11-28T08:18:14.4110418Z Progress (5): 0.6/3.6 MB | 193/382 kB | 0.4/1.8 MB | 184/245 kB | 20/531 kB
2023-11-28T08:18:14.4111134Z Progress (5): 0.6/3.6 MB | 193/382 kB | 0.4/1.8 MB | 184/245 kB | 20/531 kB
2023-11-28T08:18:14.4111841Z Progress (5): 0.6/3.6 MB | 193/382 kB | 0.4/1.8 MB | 184/245 kB | 20/531 kB
2023-11-28T08:18:14.4112777Z Progress (5): 0.6/3.6 MB | 193/382 kB | 0.4/1.8 MB | 184/245 kB | 20/531 kB
2023-11-28T08:18:14.4113568Z Progress (5): 0.6/3.6 MB | 193/382 kB | 0.4/1.8 MB | 184/245 kB | 25/531 kB
2023-11-28T08:18:14.4114302Z Progress (5): 0.6/3.6 MB | 193/382 kB | 0.4/1.8 MB | 184/245 kB | 29/531 kB
2023-11-28T08:18:14.4115045Z Progress (5): 0.6/3.6 MB | 193/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4115829Z Progress (5): 0.6/3.6 MB | 193/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4116612Z Progress (5): 0.6/3.6 MB | 193/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4117369Z Progress (5): 0.6/3.6 MB | 197/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4118050Z Progress (5): 0.6/3.6 MB | 197/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4118811Z Progress (5): 0.6/3.6 MB | 201/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4119723Z Progress (5): 0.6/3.6 MB | 205/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4120500Z Progress (5): 0.6/3.6 MB | 209/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4121169Z Progress (5): 0.6/3.6 MB | 213/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4121893Z Progress (5): 0.6/3.6 MB | 217/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4122819Z Progress (5): 0.6/3.6 MB | 221/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4123627Z Progress (5): 0.6/3.6 MB | 225/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4124330Z Progress (5): 0.6/3.6 MB | 229/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4125043Z Progress (5): 0.6/3.6 MB | 233/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4125836Z Progress (5): 0.6/3.6 MB | 238/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4126530Z Progress (5): 0.6/3.6 MB | 242/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4127315Z Progress (5): 0.6/3.6 MB | 246/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4128092Z Progress (5): 0.6/3.6 MB | 250/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4128789Z Progress (5): 0.6/3.6 MB | 254/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4129578Z Progress (5): 0.6/3.6 MB | 258/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4130281Z Progress (5): 0.6/3.6 MB | 262/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4131046Z Progress (5): 0.6/3.6 MB | 266/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4131825Z Progress (5): 0.6/3.6 MB | 270/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4132546Z Progress (5): 0.6/3.6 MB | 274/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4133298Z Progress (5): 0.6/3.6 MB | 279/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4133988Z Progress (5): 0.6/3.6 MB | 283/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4134755Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 33/531 kB
2023-11-28T08:18:14.4135525Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 37/531 kB
2023-11-28T08:18:14.4136275Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 41/531 kB
2023-11-28T08:18:14.4137001Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 45/531 kB
2023-11-28T08:18:14.4137734Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 49/531 kB
2023-11-28T08:18:14.4138452Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 53/531 kB
2023-11-28T08:18:14.4139218Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 57/531 kB
2023-11-28T08:18:14.4139985Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 61/531 kB
2023-11-28T08:18:14.4140687Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 66/531 kB
2023-11-28T08:18:14.4141631Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 70/531 kB
2023-11-28T08:18:14.4142466Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 74/531 kB
2023-11-28T08:18:14.4143242Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 78/531 kB
2023-11-28T08:18:14.4144045Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 82/531 kB
2023-11-28T08:18:14.4144715Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 86/531 kB
2023-11-28T08:18:14.4145492Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 90/531 kB
2023-11-28T08:18:14.4146183Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 94/531 kB
2023-11-28T08:18:14.4146956Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 98/531 kB
2023-11-28T08:18:14.4147727Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 102/531 kB
2023-11-28T08:18:14.4220562Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 106/531 kB
2023-11-28T08:18:14.4222193Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 111/531 kB
2023-11-28T08:18:14.4222854Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 115/531 kB
2023-11-28T08:18:14.4223507Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 119/531 kB
2023-11-28T08:18:14.4224220Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 123/531 kB
2023-11-28T08:18:14.4224870Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 127/531 kB
2023-11-28T08:18:14.4225523Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 131/531 kB
2023-11-28T08:18:14.4226175Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 135/531 kB
2023-11-28T08:18:14.4226836Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 139/531 kB
2023-11-28T08:18:14.4339317Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 143/531 kB
2023-11-28T08:18:14.4366387Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 147/531 kB
2023-11-28T08:18:14.4367255Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 152/531 kB
2023-11-28T08:18:14.4411291Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 156/531 kB
2023-11-28T08:18:14.4412113Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 160/531 kB
2023-11-28T08:18:14.4412954Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 164/531 kB
2023-11-28T08:18:14.4413731Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 168/531 kB
2023-11-28T08:18:14.4414510Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 172/531 kB
2023-11-28T08:18:14.4415271Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 176/531 kB
2023-11-28T08:18:14.4442273Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 184/245 kB | 180/531 kB
2023-11-28T08:18:14.4443064Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 188/245 kB | 180/531 kB
2023-11-28T08:18:14.4443877Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 193/245 kB | 180/531 kB
2023-11-28T08:18:14.4444665Z Progress (5): 0.6/3.6 MB | 287/382 kB | 0.4/1.8 MB | 197/245 kB | 180/531 kB
2023-11-28T08:18:14.4498627Z Progress (5): 0.6/3.6 MB | 291/382 kB | 0.4/1.8 MB | 197/245 kB | 180/531 kB
2023-11-28T08:18:14.4499422Z Progress (5): 0.6/3.6 MB | 291/382 kB | 0.4/1.8 MB | 197/245 kB | 180/531 kB
2023-11-28T08:18:14.4500232Z Progress (5): 0.6/3.6 MB | 295/382 kB | 0.4/1.8 MB | 197/245 kB | 180/531 kB
2023-11-28T08:18:14.4507269Z Progress (5): 0.6/3.6 MB | 299/382 kB | 0.4/1.8 MB | 197/245 kB | 180/531 kB
2023-11-28T08:18:14.4508101Z Progress (5): 0.6/3.6 MB | 299/382 kB | 0.4/1.8 MB | 197/245 kB | 184/531 kB
2023-11-28T08:18:14.4511520Z Progress (5): 0.6/3.6 MB | 299/382 kB | 0.4/1.8 MB | 201/245 kB | 184/531 kB
2023-11-28T08:18:14.4515000Z Progress (5): 0.6/3.6 MB | 299/382 kB | 0.4/1.8 MB | 205/245 kB | 184/531 kB
2023-11-28T08:18:14.4515836Z Progress (5): 0.6/3.6 MB | 299/382 kB | 0.4/1.8 MB | 209/245 kB | 184/531 kB
2023-11-28T08:18:14.4519487Z Progress (5): 0.6/3.6 MB | 299/382 kB | 0.4/1.8 MB | 213/245 kB | 184/531 kB
2023-11-28T08:18:14.4523158Z Progress (5): 0.6/3.6 MB | 299/382 kB | 0.4/1.8 MB | 213/245 kB | 184/531 kB
2023-11-28T08:18:14.4523916Z Progress (5): 0.6/3.6 MB | 299/382 kB | 0.4/1.8 MB | 217/245 kB | 184/531 kB
2023-11-28T08:18:14.4535154Z Progress (5): 0.6/3.6 MB | 299/382 kB | 0.4/1.8 MB | 221/245 kB | 184/531 kB
2023-11-28T08:18:14.4535963Z Progress (5): 0.6/3.6 MB | 299/382 kB | 0.4/1.8 MB | 225/245 kB | 184/531 kB
2023-11-28T08:18:14.4536748Z Progress (5): 0.6/3.6 MB | 299/382 kB | 0.4/1.8 MB | 229/245 kB | 184/531 kB
2023-11-28T08:18:14.4537573Z Progress (5): 0.6/3.6 MB | 303/382 kB | 0.4/1.8 MB | 229/245 kB | 184/531 kB
2023-11-28T08:18:14.4538361Z Progress (5): 0.6/3.6 MB | 303/382 kB | 0.4/1.8 MB | 233/245 kB | 184/531 kB
2023-11-28T08:18:14.4539126Z Progress (5): 0.6/3.6 MB | 303/382 kB | 0.4/1.8 MB | 238/245 kB | 184/531 kB
2023-11-28T08:18:14.4540178Z Progress (5): 0.6/3.6 MB | 303/382 kB | 0.4/1.8 MB | 242/245 kB | 184/531 kB
2023-11-28T08:18:14.4541185Z Progress (5): 0.6/3.6 MB | 303/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4541977Z Progress (5): 0.6/3.6 MB | 307/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4542691Z Progress (5): 0.6/3.6 MB | 311/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4543435Z Progress (5): 0.6/3.6 MB | 315/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4544107Z Progress (5): 0.6/3.6 MB | 319/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4544856Z Progress (5): 0.6/3.6 MB | 319/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4545603Z Progress (5): 0.6/3.6 MB | 324/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4546324Z Progress (5): 0.6/3.6 MB | 324/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4547056Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4547810Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4548553Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4549288Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4550031Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4550772Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.4/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4551505Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4552228Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4552859Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4553485Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 184/531 kB
2023-11-28T08:18:14.4554234Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4554985Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4555729Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4556403Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4557148Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4557882Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4558628Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4559366Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4560054Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4560791Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4561499Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4562263Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.5/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4563098Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4563782Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4564717Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4565443Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4566169Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4566875Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4567591Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4568329Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4569026Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4569754Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4570343Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4570927Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4571483Z Progress (5): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 245 kB | 188/531 kB
2023-11-28T08:18:14.4571952Z
2023-11-28T08:18:14.4573339Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/8.11.2/lucene-sandbox-8.11.2.jar (245 kB at 602 kB/s)
2023-11-28T08:18:14.4574496Z Progress (4): 0.7/3.6 MB | 324/382 kB | 0.6/1.8 MB | 193/531 kB
2023-11-28T08:18:14.4575051Z Progress (4): 0.7/3.6 MB | 328/382 kB | 0.6/1.8 MB | 193/531 kB
2023-11-28T08:18:14.4575623Z Progress (4): 0.7/3.6 MB | 328/382 kB | 0.6/1.8 MB | 193/531 kB
2023-11-28T08:18:14.4576157Z Progress (4): 0.7/3.6 MB | 332/382 kB | 0.6/1.8 MB | 193/531 kB
2023-11-28T08:18:14.4576715Z Progress (4): 0.7/3.6 MB | 336/382 kB | 0.6/1.8 MB | 193/531 kB
2023-11-28T08:18:14.4577252Z Progress (4): 0.8/3.6 MB | 336/382 kB | 0.6/1.8 MB | 193/531 kB
2023-11-28T08:18:14.4577788Z Progress (4): 0.8/3.6 MB | 340/382 kB | 0.6/1.8 MB | 193/531 kB
2023-11-28T08:18:14.4578217Z
2023-11-28T08:18:14.4939233Z Downloading from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.1.214/h2-2.1.214.jar
2023-11-28T08:18:14.4944468Z Progress (4): 0.8/3.6 MB | 344/382 kB | 0.6/1.8 MB | 193/531 kB
2023-11-28T08:18:14.4945186Z Progress (4): 0.8/3.6 MB | 348/382 kB | 0.6/1.8 MB | 193/531 kB
2023-11-28T08:18:14.4946396Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 193/531 kB
2023-11-28T08:18:14.4947048Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 197/531 kB
2023-11-28T08:18:14.4947706Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 201/531 kB
2023-11-28T08:18:14.4948539Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 205/531 kB
2023-11-28T08:18:14.4949217Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 209/531 kB
2023-11-28T08:18:14.4949866Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 213/531 kB
2023-11-28T08:18:14.4950502Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 217/531 kB
2023-11-28T08:18:14.4951150Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 221/531 kB
2023-11-28T08:18:14.4951809Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 225/531 kB
2023-11-28T08:18:14.4952466Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 229/531 kB
2023-11-28T08:18:14.4953364Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 233/531 kB
2023-11-28T08:18:14.4954048Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 238/531 kB
2023-11-28T08:18:14.4954667Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 242/531 kB
2023-11-28T08:18:14.4955203Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 246/531 kB
2023-11-28T08:18:14.4955774Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 250/531 kB
2023-11-28T08:18:14.4956359Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 254/531 kB
2023-11-28T08:18:14.4957097Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 258/531 kB
2023-11-28T08:18:14.4957631Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 262/531 kB
2023-11-28T08:18:14.4981426Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 266/531 kB
2023-11-28T08:18:14.4982040Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 270/531 kB
2023-11-28T08:18:14.5001688Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 274/531 kB
2023-11-28T08:18:14.5002366Z Progress (4): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 279/531 kB
2023-11-28T08:18:14.5003079Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 279/531 kB | 0/2.5 MB
2023-11-28T08:18:14.5003844Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 279/531 kB | 0/2.5 MB
2023-11-28T08:18:14.5004627Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 279/531 kB | 0/2.5 MB
2023-11-28T08:18:14.5005581Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5006398Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5007172Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5007924Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.6/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5008705Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5009509Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5010306Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5011094Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5011882Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5012661Z Progress (5): 0.8/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5013463Z Progress (5): 0.9/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5014251Z Progress (5): 0.9/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5014934Z Progress (5): 0.9/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5015704Z Progress (5): 0.9/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5016407Z Progress (5): 0.9/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5080185Z Progress (5): 0.9/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5080863Z Progress (5): 1.0/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5081540Z Progress (5): 1.0/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5082307Z Progress (5): 1.0/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5083146Z Progress (5): 1.0/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5084043Z Progress (5): 1.0/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5095216Z Progress (5): 1.0/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5095965Z Progress (5): 1.1/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5096809Z Progress (5): 1.1/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5097521Z Progress (5): 1.1/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5098272Z Progress (5): 1.1/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5099057Z Progress (5): 1.1/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5108329Z Progress (5): 1.1/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5109162Z Progress (5): 1.1/3.6 MB | 352/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5111177Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 279/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5114958Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 283/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5115663Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 287/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5116488Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 291/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5119332Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 295/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5120058Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 299/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5123675Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 303/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5124569Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 307/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5126856Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 311/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5127682Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 315/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5128596Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 319/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5131693Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 324/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5134332Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 328/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5137869Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 332/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5138882Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 336/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5139717Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 340/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5140539Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 344/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5141347Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 348/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5141985Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 352/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5142641Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 356/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5143282Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 360/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5143929Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 365/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5144571Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 369/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5145324Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 373/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5146203Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 377/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5146941Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 381/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5147657Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 385/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5148360Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 389/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5149208Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 393/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5149987Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 397/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5150740Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 401/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5151596Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 406/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5166020Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 410/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5166843Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 414/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5189111Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 418/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5189940Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 422/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5190860Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 426/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5191698Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 430/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5192498Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 434/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5193284Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 438/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5194350Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 442/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5195220Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 446/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5196181Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 451/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5197144Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 455/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5198206Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 459/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5199007Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 463/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5199778Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 467/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5200641Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 471/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5201501Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 475/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5202516Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 479/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5203263Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 483/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5203990Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 487/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5204732Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 492/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5205582Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 496/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5206356Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 500/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5207257Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 504/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5208096Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 508/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5208976Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 512/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5209754Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 516/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5210553Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 520/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5212487Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 524/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5213296Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 528/531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5215285Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5226870Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5227568Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.1/2.5 MB
2023-11-28T08:18:14.5228215Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.2/2.5 MB
2023-11-28T08:18:14.5228920Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.2/2.5 MB
2023-11-28T08:18:14.5229625Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.2/2.5 MB
2023-11-28T08:18:14.5230311Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.2/2.5 MB
2023-11-28T08:18:14.5231112Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.2/2.5 MB
2023-11-28T08:18:14.5231902Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.2/2.5 MB
2023-11-28T08:18:14.5232641Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.3/2.5 MB
2023-11-28T08:18:14.5233359Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.3/2.5 MB
2023-11-28T08:18:14.5234148Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.3/2.5 MB
2023-11-28T08:18:14.5234839Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.3/2.5 MB
2023-11-28T08:18:14.5235522Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.3/2.5 MB
2023-11-28T08:18:14.5236190Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.3/2.5 MB
2023-11-28T08:18:14.5236908Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.4/2.5 MB
2023-11-28T08:18:14.5237573Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.4/2.5 MB
2023-11-28T08:18:14.5243075Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.4/2.5 MB
2023-11-28T08:18:14.5243766Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.4/2.5 MB
2023-11-28T08:18:14.5244416Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.4/2.5 MB
2023-11-28T08:18:14.5245126Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.4/2.5 MB
2023-11-28T08:18:14.5247135Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5259109Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5259958Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5260625Z Progress (5): 1.1/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5261483Z Progress (5): 1.2/3.6 MB | 356/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5262281Z Progress (5): 1.2/3.6 MB | 360/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5262938Z Progress (5): 1.2/3.6 MB | 365/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5263595Z Progress (5): 1.2/3.6 MB | 369/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5264394Z Progress (5): 1.2/3.6 MB | 369/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5265290Z Progress (5): 1.2/3.6 MB | 373/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5266092Z Progress (5): 1.2/3.6 MB | 377/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5266899Z Progress (5): 1.2/3.6 MB | 381/382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5267587Z Progress (5): 1.2/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5268277Z Progress (5): 1.2/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5268959Z Progress (5): 1.2/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5269607Z Progress (5): 1.2/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5305865Z Progress (5): 1.2/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5306721Z Progress (5): 1.2/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5307338Z Progress (5): 1.2/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5307936Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5308542Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5309114Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5309699Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5310293Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5310900Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5311502Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5312141Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5312944Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5313751Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5314402Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5315042Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5315672Z Progress (5): 1.3/3.6 MB | 382 kB | 0.7/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5316284Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5317148Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5318010Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5318666Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5319648Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5320524Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5321607Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5322240Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5322914Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5323564Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5324220Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5324919Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5325550Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5326184Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5326920Z Progress (5): 1.3/3.6 MB | 382 kB | 0.8/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5327718Z Progress (5): 1.3/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5328412Z Progress (5): 1.3/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5329090Z Progress (5): 1.3/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5329796Z Progress (5): 1.3/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5330473Z Progress (5): 1.3/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5331159Z Progress (5): 1.3/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5331861Z Progress (5): 1.4/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5332551Z Progress (5): 1.4/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5333242Z Progress (5): 1.4/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5333921Z Progress (5): 1.4/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5334790Z Progress (5): 1.4/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5335487Z Progress (5): 1.4/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5336206Z Progress (5): 1.5/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5337190Z Progress (5): 1.5/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5337920Z Progress (5): 1.5/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5338523Z Progress (5): 1.5/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5339157Z Progress (5): 1.5/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5339812Z Progress (5): 1.5/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5340452Z Progress (5): 1.6/3.6 MB | 382 kB | 0.9/1.8 MB | 531 kB | 0.5/2.5 MB
2023-11-28T08:18:14.5341209Z
2023-11-28T08:18:14.5343678Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.jar (531 kB at 1.1 MB/s)
2023-11-28T08:18:14.5345789Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/8.11.2/lucene-queries-8.11.2.jar (382 kB at 823 kB/s)
2023-11-28T08:18:14.5347076Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.5/2.5 MB
2023-11-28T08:18:14.5347481Z
2023-11-28T08:18:14.5348629Z Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
2023-11-28T08:18:14.5349533Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5349957Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5350388Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5350810Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5351263Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5351808Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5352481Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5352976Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5353443Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5353890Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5375968Z Progress (3): 1.6/3.6 MB | 0.9/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5376419Z Progress (3): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5376863Z Progress (3): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5377303Z Progress (3): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB
2023-11-28T08:18:14.5377829Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 4.1/129 kB
2023-11-28T08:18:14.5378445Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 8.2/129 kB
2023-11-28T08:18:14.5379048Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 12/129 kB
2023-11-28T08:18:14.5380037Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 16/129 kB
2023-11-28T08:18:14.5380725Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 20/129 kB
2023-11-28T08:18:14.5381478Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 25/129 kB
2023-11-28T08:18:14.5382025Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 29/129 kB
2023-11-28T08:18:14.5382612Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 33/129 kB
2023-11-28T08:18:14.5383184Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 37/129 kB
2023-11-28T08:18:14.5393352Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 41/129 kB
2023-11-28T08:18:14.5394129Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 45/129 kB
2023-11-28T08:18:14.5394831Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 49/129 kB
2023-11-28T08:18:14.5395629Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 53/129 kB
2023-11-28T08:18:14.5396202Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 57/129 kB
2023-11-28T08:18:14.5396991Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 61/129 kB
2023-11-28T08:18:14.5397607Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 66/129 kB
2023-11-28T08:18:14.5398211Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 70/129 kB
2023-11-28T08:18:14.5398785Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 74/129 kB
2023-11-28T08:18:14.5399498Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 78/129 kB
2023-11-28T08:18:14.5400075Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 82/129 kB
2023-11-28T08:18:14.5400679Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 86/129 kB
2023-11-28T08:18:14.5401480Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 90/129 kB
2023-11-28T08:18:14.5402049Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 94/129 kB
2023-11-28T08:18:14.5406104Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 98/129 kB
2023-11-28T08:18:14.5406752Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 102/129 kB
2023-11-28T08:18:14.5407360Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 106/129 kB
2023-11-28T08:18:14.5408291Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 111/129 kB
2023-11-28T08:18:14.5412905Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 115/129 kB
2023-11-28T08:18:14.5413587Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 119/129 kB
2023-11-28T08:18:14.5414206Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 123/129 kB
2023-11-28T08:18:14.5414789Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 127/129 kB
2023-11-28T08:18:14.5415352Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 129 kB
2023-11-28T08:18:14.5415907Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.6/2.5 MB | 129 kB
2023-11-28T08:18:14.5416533Z
2023-11-28T08:18:14.5417496Z Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.jar
2023-11-28T08:18:14.5428258Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5429058Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5429880Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5430574Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5431120Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5431719Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5432296Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5432868Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5435720Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5438938Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5439575Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5440243Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5440821Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5441537Z Progress (4): 1.6/3.6 MB | 1.0/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5442122Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5445035Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5448295Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5449021Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5449578Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5450127Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5450797Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5451375Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5453216Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5453825Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5454428Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5458461Z Progress (4): 1.6/3.6 MB | 1.1/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5459026Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5459568Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5460105Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5460643Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5461361Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB
2023-11-28T08:18:14.5461982Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 4.1/452 kB
2023-11-28T08:18:14.5462638Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 4.1/452 kB
2023-11-28T08:18:14.5474824Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 8.2/452 kB
2023-11-28T08:18:14.5492478Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 12/452 kB
2023-11-28T08:18:14.5494560Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 16/452 kB
2023-11-28T08:18:14.5495280Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 20/452 kB
2023-11-28T08:18:14.5495958Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 24/452 kB
2023-11-28T08:18:14.5496610Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 28/452 kB
2023-11-28T08:18:14.5497242Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 32/452 kB
2023-11-28T08:18:14.5508739Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 36/452 kB
2023-11-28T08:18:14.5509595Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 40/452 kB
2023-11-28T08:18:14.5510289Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 44/452 kB
2023-11-28T08:18:14.5510970Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 49/452 kB
2023-11-28T08:18:14.5511683Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 53/452 kB
2023-11-28T08:18:14.5514801Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 57/452 kB
2023-11-28T08:18:14.5515690Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 61/452 kB
2023-11-28T08:18:14.5516411Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 65/452 kB
2023-11-28T08:18:14.5519826Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 69/452 kB
2023-11-28T08:18:14.5523139Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 73/452 kB
2023-11-28T08:18:14.5524010Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 77/452 kB
2023-11-28T08:18:14.5524695Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 81/452 kB
2023-11-28T08:18:14.5525375Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 85/452 kB
2023-11-28T08:18:14.5527333Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 90/452 kB
2023-11-28T08:18:14.5528001Z Progress (5): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 129 kB | 94/452 kB
2023-11-28T08:18:14.5533048Z
2023-11-28T08:18:14.5534682Z Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar (129 kB at 267 kB/s)
2023-11-28T08:18:14.5539549Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.jar
2023-11-28T08:18:14.5541014Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.7/2.5 MB | 94/452 kB
2023-11-28T08:18:14.5544297Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 94/452 kB
2023-11-28T08:18:14.5544930Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 94/452 kB
2023-11-28T08:18:14.5558104Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 94/452 kB
2023-11-28T08:18:14.5558811Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 94/452 kB
2023-11-28T08:18:14.5559384Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 94/452 kB
2023-11-28T08:18:14.5559991Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 94/452 kB
2023-11-28T08:18:14.5560611Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 94/452 kB
2023-11-28T08:18:14.5561180Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 94/452 kB
2023-11-28T08:18:14.5566633Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 98/452 kB
2023-11-28T08:18:14.5567248Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 102/452 kB
2023-11-28T08:18:14.5567864Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 106/452 kB
2023-11-28T08:18:14.5568421Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 110/452 kB
2023-11-28T08:18:14.5569106Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 114/452 kB
2023-11-28T08:18:14.5576537Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 118/452 kB
2023-11-28T08:18:14.5577167Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 122/452 kB
2023-11-28T08:18:14.5577701Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 126/452 kB
2023-11-28T08:18:14.5578272Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 126/452 kB
2023-11-28T08:18:14.5578844Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.8/2.5 MB | 126/452 kB
2023-11-28T08:18:14.5579380Z Progress (4): 1.6/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB
2023-11-28T08:18:14.5579954Z Progress (4): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB
2023-11-28T08:18:14.5580534Z Progress (4): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB
2023-11-28T08:18:14.5581361Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0/1.6 MB
2023-11-28T08:18:14.5586935Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0/1.6 MB
2023-11-28T08:18:14.5587788Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0/1.6 MB
2023-11-28T08:18:14.5588468Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0/1.6 MB
2023-11-28T08:18:14.5589139Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0/1.6 MB
2023-11-28T08:18:14.5589845Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0/1.6 MB
2023-11-28T08:18:14.5590560Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5602754Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5613708Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5614477Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5615178Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5615924Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5670210Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5671054Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 126/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5671804Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 130/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5672562Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 135/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5673537Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 139/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5674391Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 143/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5675149Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 147/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5675905Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 151/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5676679Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 155/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5677413Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 159/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5678135Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 163/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5678870Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 167/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5679631Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 171/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5680394Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 176/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5681178Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 180/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5681935Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 184/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5682692Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 188/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5683472Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 192/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5684245Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 196/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5685022Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 200/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5711659Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 204/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5712450Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 208/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5713199Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5713966Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5714720Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5715472Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5716208Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5716986Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5717733Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5718467Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5719195Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5719938Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5720681Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5721414Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5722316Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5723056Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5723802Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5724520Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.1/1.6 MB
2023-11-28T08:18:14.5725268Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5726015Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5726808Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5727558Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5728301Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5730633Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5731657Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5732463Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5733195Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5733925Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5734660Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5735409Z Progress (5): 1.7/3.6 MB | 1.2/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5736142Z Progress (5): 1.7/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5736876Z Progress (5): 1.7/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5737627Z Progress (5): 1.7/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5738370Z Progress (5): 1.7/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5739096Z Progress (5): 1.7/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5739836Z Progress (5): 1.7/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5740556Z Progress (5): 1.7/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5871419Z Progress (5): 1.7/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5872366Z Progress (5): 1.7/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5873176Z Progress (5): 1.7/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5873865Z Progress (5): 1.7/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5874672Z Progress (5): 1.8/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5875867Z Progress (5): 1.8/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5876722Z Progress (5): 1.8/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5877472Z Progress (5): 1.8/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5878164Z Progress (5): 1.8/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5893391Z Progress (5): 1.8/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5894066Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5894710Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5895364Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5896015Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5896668Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 212/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5897452Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 0.9/2.5 MB | 217/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5897943Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 217/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5898428Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 221/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5898904Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 225/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5899388Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 229/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5899873Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 229/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5900360Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 233/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5901053Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5901591Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5902204Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5902689Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5903174Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5903659Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5904147Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5904624Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5905108Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5905592Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5906068Z Progress (5): 1.9/3.6 MB | 1.3/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5906553Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5907051Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5907629Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5908276Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5909622Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5910365Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5911069Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.5911775Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6002935Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6003776Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 237/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6005305Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 241/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6006105Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 245/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6006905Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 249/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6008291Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 253/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6009510Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 257/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6010434Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 262/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6011354Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 266/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6012818Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 270/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6013577Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 274/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6014217Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 278/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6014828Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 282/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6015945Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 286/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6016895Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 290/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6017860Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 294/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6019234Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 298/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6019984Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 303/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6021176Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 307/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6022329Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 311/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6023189Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 315/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6024001Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 319/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6025190Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 323/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6026291Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 327/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6027076Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 331/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6027883Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 335/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6028660Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 339/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6029426Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 343/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6030215Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 348/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6031014Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 352/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6031809Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 356/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6032648Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 360/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6033442Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 364/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6034132Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 368/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6034844Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 372/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6035513Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 376/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6061115Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 380/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6067273Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 384/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6067977Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 389/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6068626Z Progress (5): 1.9/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 389/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6069262Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 389/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6069915Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 389/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6070568Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 389/452 kB | 0.2/1.6 MB
2023-11-28T08:18:14.6071209Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6071860Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6077697Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.0/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6078365Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6079007Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6079674Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6080328Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6080969Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6081652Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6082465Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6083117Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6083761Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6084425Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6085048Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.3/1.6 MB
2023-11-28T08:18:14.6085596Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6086079Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6086563Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6087154Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6087819Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6088306Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6088789Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6089541Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6090022Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6090606Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6091185Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6091656Z Progress (5): 2.0/3.6 MB | 1.4/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6092134Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6092620Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6093092Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6093572Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6094054Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6094543Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6095468Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6096157Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6097062Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6097799Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6098684Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6099571Z Progress (5): 2.0/3.6 MB | 1.5/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6101421Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6102146Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6102863Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6103591Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6104297Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6104990Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6105784Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6106549Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6108186Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6109161Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 389/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6109957Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 393/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6111190Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 397/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6111994Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 401/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6112791Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 405/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6114058Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 409/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6114864Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 413/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6115658Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 417/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6116912Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 421/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6117914Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 425/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6118727Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6119992Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6120784Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6121588Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6122830Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6123633Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6124423Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6125987Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6126755Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6127497Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.1/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6128974Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.2/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6187343Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.2/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6190893Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.2/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6203370Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.2/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6204205Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.2/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6204979Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.2/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6205736Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.3/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6206508Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.3/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6212213Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.3/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6213032Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.3/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6220271Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.3/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6221314Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.3/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6222570Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.3/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6223356Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6272918Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6273818Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6281000Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6281710Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6282414Z Progress (5): 2.0/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6283350Z Progress (5): 2.1/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6352279Z Progress (5): 2.1/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6353061Z Progress (5): 2.1/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6353805Z Progress (5): 2.1/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6354498Z Progress (5): 2.1/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6355237Z Progress (5): 2.1/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6356001Z Progress (5): 2.2/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6356708Z Progress (5): 2.2/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6357490Z Progress (5): 2.2/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6358406Z Progress (5): 2.2/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6359194Z Progress (5): 2.2/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6359948Z Progress (5): 2.2/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6360703Z Progress (5): 2.3/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6361435Z Progress (5): 2.3/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6362174Z Progress (5): 2.3/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6362900Z Progress (5): 2.3/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6363701Z Progress (5): 2.3/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6364467Z Progress (5): 2.3/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6365218Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6365926Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.4/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6366695Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6367489Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.4/1.6 MB
2023-11-28T08:18:14.6368403Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6369261Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6370043Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6370789Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6371492Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6372201Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6372974Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6373702Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6374414Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6375267Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6376047Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6376762Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6377515Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.5/1.6 MB
2023-11-28T08:18:14.6378314Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6379026Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6379786Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6380508Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6381650Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6382419Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6383117Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6383859Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6384573Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 430/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6385277Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 434/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6386042Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 434/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6386743Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 438/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6387662Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 442/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6388449Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 442/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6389179Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 446/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6389873Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 450/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6390636Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 450/452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6391373Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.5/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6392026Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6392754Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6393487Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6394184Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6394902Z Progress (5): 2.4/3.6 MB | 1.6/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6395562Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6396281Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6396942Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6397615Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6398340Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6399405Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6400066Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6400747Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6401417Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6402131Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6402820Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6403466Z Progress (5): 2.4/3.6 MB | 1.7/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6404140Z Progress (5): 2.4/3.6 MB | 1.8/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6404862Z Progress (5): 2.4/3.6 MB | 1.8/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6405582Z Progress (5): 2.4/3.6 MB | 1.8/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6406224Z Progress (5): 2.4/3.6 MB | 1.8/1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6406916Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6407596Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6408204Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.6/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6408924Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6409709Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6410408Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6411097Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6411716Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6412397Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6413052Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6413690Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.6/1.6 MB
2023-11-28T08:18:14.6414344Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.7/1.6 MB
2023-11-28T08:18:14.6414967Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.7/1.6 MB
2023-11-28T08:18:14.6415610Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.7/1.6 MB
2023-11-28T08:18:14.6416386Z Progress (5): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 452 kB | 0.7/1.6 MB
2023-11-28T08:18:14.6416937Z
2023-11-28T08:18:14.6418263Z Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.16.2/jsoup-1.16.2.jar (452 kB at 811 kB/s)
2023-11-28T08:18:14.6420120Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.jar
2023-11-28T08:18:14.6473336Z Progress (4): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6516956Z Progress (4): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6517585Z Progress (4): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6518204Z Progress (4): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6518733Z Progress (4): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6519343Z Progress (4): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6519861Z Progress (4): 2.4/3.6 MB | 1.8 MB | 1.7/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6520401Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.7/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6520989Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.7/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6521576Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.7/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6522132Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.8/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6522669Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.8/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6523244Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.8/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6523763Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.8/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6524352Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.8/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6524887Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.8/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6525456Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.8/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6525994Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.8/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6526576Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6527155Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6527758Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6528284Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6528854Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6529390Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6529940Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6530496Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6531030Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6531593Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6532128Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6532840Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.7/1.6 MB
2023-11-28T08:18:14.6533439Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6533991Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6534516Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6535087Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6535621Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6536164Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6536717Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6537259Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6537820Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6538322Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6539042Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6539633Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.8/1.6 MB
2023-11-28T08:18:14.6540210Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6540723Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6541553Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6542076Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6542664Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6543192Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6543791Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6544302Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6544847Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6545446Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6546047Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6546591Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 0.9/1.6 MB
2023-11-28T08:18:14.6547142Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6547751Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6548345Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6548969Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6549625Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6550219Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6550813Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6551357Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6551908Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6552480Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6553063Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6553638Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.0/1.6 MB
2023-11-28T08:18:14.6554202Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.1/1.6 MB
2023-11-28T08:18:14.6554785Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.1/1.6 MB
2023-11-28T08:18:14.6555369Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.1/1.6 MB
2023-11-28T08:18:14.6555936Z Progress (4): 2.5/3.6 MB | 1.8 MB | 1.9/2.5 MB | 1.1/1.6 MB
2023-11-28T08:18:14.6556510Z Progress (4): 2.5/3.6 MB | 1.8 MB | 2.0/2.5 MB | 1.1/1.6 MB
2023-11-28T08:18:14.6556998Z
2023-11-28T08:18:14.6558687Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/8.11.2/lucene-analyzers-common-8.11.2.jar (1.8 MB at 3.1 MB/s)
2023-11-28T08:18:14.6560914Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.jar
2023-11-28T08:18:14.6562321Z Progress (4): 2.5/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 4.1/78 kB
2023-11-28T08:18:14.6562967Z Progress (4): 2.5/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 4.1/78 kB
2023-11-28T08:18:14.6563594Z Progress (4): 2.5/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 8.2/78 kB
2023-11-28T08:18:14.6564195Z Progress (4): 2.5/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 12/78 kB
2023-11-28T08:18:14.6564764Z Progress (4): 2.5/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 16/78 kB
2023-11-28T08:18:14.6565340Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 16/78 kB
2023-11-28T08:18:14.6565935Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 20/78 kB
2023-11-28T08:18:14.6566530Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 25/78 kB
2023-11-28T08:18:14.6567131Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 25/78 kB
2023-11-28T08:18:14.6567723Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 29/78 kB
2023-11-28T08:18:14.6568449Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 33/78 kB
2023-11-28T08:18:14.6569074Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 37/78 kB
2023-11-28T08:18:14.6569706Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 41/78 kB
2023-11-28T08:18:14.6570265Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 45/78 kB
2023-11-28T08:18:14.6570863Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 49/78 kB
2023-11-28T08:18:14.6571466Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 49/78 kB
2023-11-28T08:18:14.6572061Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 53/78 kB
2023-11-28T08:18:14.6572643Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 57/78 kB
2023-11-28T08:18:14.6573225Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 61/78 kB
2023-11-28T08:18:14.6573793Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 66/78 kB
2023-11-28T08:18:14.6574425Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 66/78 kB
2023-11-28T08:18:14.6575106Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 70/78 kB
2023-11-28T08:18:14.6575696Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 74/78 kB
2023-11-28T08:18:14.6576265Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 78/78 kB
2023-11-28T08:18:14.6576838Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 78/78 kB
2023-11-28T08:18:14.6577405Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6577892Z Progress (4): 2.6/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6578437Z Progress (4): 2.7/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6579008Z Progress (4): 2.7/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6579568Z Progress (4): 2.7/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6580110Z Progress (4): 2.7/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6580654Z Progress (4): 2.7/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6680048Z Progress (4): 2.7/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6680706Z Progress (4): 2.7/3.6 MB | 2.0/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6681257Z Progress (4): 2.7/3.6 MB | 2.1/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6681796Z Progress (4): 2.7/3.6 MB | 2.1/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6682568Z Progress (4): 2.7/3.6 MB | 2.1/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6683101Z Progress (4): 2.7/3.6 MB | 2.1/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6683653Z Progress (4): 2.7/3.6 MB | 2.1/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6684220Z Progress (4): 2.7/3.6 MB | 2.1/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6684789Z Progress (4): 2.7/3.6 MB | 2.2/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6685331Z Progress (4): 2.7/3.6 MB | 2.2/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6685868Z Progress (4): 2.7/3.6 MB | 2.2/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6686394Z Progress (4): 2.7/3.6 MB | 2.2/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6686939Z Progress (4): 2.7/3.6 MB | 2.2/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6687630Z Progress (4): 2.7/3.6 MB | 2.2/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6688179Z Progress (4): 2.7/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6688727Z Progress (4): 2.7/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6689270Z Progress (4): 2.7/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6689837Z Progress (4): 2.7/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6690668Z Progress (4): 2.7/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6691244Z Progress (4): 2.7/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6691768Z Progress (4): 2.8/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6692251Z Progress (4): 2.8/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6692739Z Progress (4): 2.8/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6693221Z Progress (4): 2.8/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6693829Z Progress (4): 2.8/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6694363Z Progress (4): 2.8/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6695107Z Progress (4): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6695626Z Progress (4): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6696114Z Progress (4): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6739615Z Progress (4): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6740142Z Progress (4): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB
2023-11-28T08:18:14.6740691Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6741544Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6771307Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6772022Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6772745Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6773484Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6774180Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6774906Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6775629Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6901823Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6902832Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.1/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6903515Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6904162Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6904810Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6905464Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6906276Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6907327Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6907956Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6908613Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6909282Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6909998Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6910679Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6911272Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6911929Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6912583Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6913473Z Progress (5): 2.9/3.6 MB | 2.3/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6914109Z Progress (5): 2.9/3.6 MB | 2.4/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6914741Z Progress (5): 2.9/3.6 MB | 2.4/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6915394Z Progress (5): 2.9/3.6 MB | 2.4/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6916040Z Progress (5): 2.9/3.6 MB | 2.4/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6916687Z Progress (5): 2.9/3.6 MB | 2.4/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6917309Z Progress (5): 2.9/3.6 MB | 2.4/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6917957Z Progress (5): 2.9/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6919442Z Progress (5): 2.9/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6920210Z Progress (5): 2.9/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 4.1/579 kB
2023-11-28T08:18:14.6920853Z Progress (5): 2.9/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 8.2/579 kB
2023-11-28T08:18:14.6921523Z Progress (5): 2.9/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 12/579 kB
2023-11-28T08:18:14.6922170Z Progress (5): 2.9/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6922804Z Progress (5): 2.9/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6923457Z Progress (5): 3.0/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6924118Z Progress (5): 3.0/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6924771Z Progress (5): 3.0/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6925441Z Progress (5): 3.0/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6926070Z Progress (5): 3.0/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6926687Z Progress (5): 3.0/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6927312Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6927920Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6928569Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6929210Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6929946Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6930631Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6931261Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6931926Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.2/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6932562Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6933223Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6933914Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6934612Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6935326Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6936043Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6936768Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6937441Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6938145Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 16/579 kB
2023-11-28T08:18:14.6938846Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 20/579 kB
2023-11-28T08:18:14.6939600Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 25/579 kB
2023-11-28T08:18:14.6940644Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 29/579 kB
2023-11-28T08:18:14.6977022Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 33/579 kB
2023-11-28T08:18:14.6977860Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 33/579 kB
2023-11-28T08:18:14.6978498Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 37/579 kB
2023-11-28T08:18:14.6979194Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 41/579 kB
2023-11-28T08:18:14.6979851Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 45/579 kB
2023-11-28T08:18:14.6980554Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 49/579 kB
2023-11-28T08:18:14.6981372Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 53/579 kB
2023-11-28T08:18:14.6982131Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 57/579 kB
2023-11-28T08:18:14.6982781Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 61/579 kB
2023-11-28T08:18:14.6983637Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 66/579 kB
2023-11-28T08:18:14.6984412Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 70/579 kB
2023-11-28T08:18:14.6985066Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 74/579 kB
2023-11-28T08:18:14.6985709Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 78/579 kB
2023-11-28T08:18:14.6986368Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 82/579 kB
2023-11-28T08:18:14.6986995Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 86/579 kB
2023-11-28T08:18:14.6987634Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 90/579 kB
2023-11-28T08:18:14.6988265Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 94/579 kB
2023-11-28T08:18:14.6988913Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 98/579 kB
2023-11-28T08:18:14.7109597Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 102/579 kB
2023-11-28T08:18:14.7110808Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 106/579 kB
2023-11-28T08:18:14.7111810Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 111/579 kB
2023-11-28T08:18:14.7112532Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 115/579 kB
2023-11-28T08:18:14.7113269Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 119/579 kB
2023-11-28T08:18:14.7114041Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 123/579 kB
2023-11-28T08:18:14.7114659Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 127/579 kB
2023-11-28T08:18:14.7115356Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 131/579 kB
2023-11-28T08:18:14.7116030Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 135/579 kB
2023-11-28T08:18:14.7116689Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 139/579 kB
2023-11-28T08:18:14.7117317Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 143/579 kB
2023-11-28T08:18:14.7117959Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 147/579 kB
2023-11-28T08:18:14.7118616Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 152/579 kB
2023-11-28T08:18:14.7119370Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 156/579 kB
2023-11-28T08:18:14.7120113Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 160/579 kB
2023-11-28T08:18:14.7120875Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 164/579 kB
2023-11-28T08:18:14.7121587Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 168/579 kB
2023-11-28T08:18:14.7122321Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 172/579 kB
2023-11-28T08:18:14.7123060Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 176/579 kB
2023-11-28T08:18:14.7143960Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 180/579 kB
2023-11-28T08:18:14.7144690Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 184/579 kB
2023-11-28T08:18:14.7145421Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 188/579 kB
2023-11-28T08:18:14.7146166Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 193/579 kB
2023-11-28T08:18:14.7147034Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 197/579 kB
2023-11-28T08:18:14.7147762Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 201/579 kB
2023-11-28T08:18:14.7148424Z Progress (5): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 78 kB | 205/579 kB
2023-11-28T08:18:14.7148950Z
2023-11-28T08:18:14.7150702Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.jar (78 kB at 128 kB/s)
2023-11-28T08:18:14.7153342Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.0/jackson-datatype-jsr310-2.16.0.jar
2023-11-28T08:18:14.7154716Z Progress (4): 3.1/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 205/579 kB
2023-11-28T08:18:14.7155357Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 205/579 kB
2023-11-28T08:18:14.7156094Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 205/579 kB
2023-11-28T08:18:14.7156706Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 205/579 kB
2023-11-28T08:18:14.7192875Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 209/579 kB
2023-11-28T08:18:14.7193522Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 213/579 kB
2023-11-28T08:18:14.7194156Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 217/579 kB
2023-11-28T08:18:14.7194746Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 221/579 kB
2023-11-28T08:18:14.7195359Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 225/579 kB
2023-11-28T08:18:14.7195953Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 229/579 kB
2023-11-28T08:18:14.7196536Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 233/579 kB
2023-11-28T08:18:14.7197163Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 238/579 kB
2023-11-28T08:18:14.7197713Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 242/579 kB
2023-11-28T08:18:14.7198325Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 246/579 kB
2023-11-28T08:18:14.7198954Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 250/579 kB
2023-11-28T08:18:14.7199562Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 254/579 kB
2023-11-28T08:18:14.7200195Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 258/579 kB
2023-11-28T08:18:14.7200828Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 262/579 kB
2023-11-28T08:18:14.7201454Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 266/579 kB
2023-11-28T08:18:14.7202076Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 270/579 kB
2023-11-28T08:18:14.7202703Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 274/579 kB
2023-11-28T08:18:14.7203343Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 279/579 kB
2023-11-28T08:18:14.7204484Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 283/579 kB
2023-11-28T08:18:14.7205369Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 287/579 kB
2023-11-28T08:18:14.7206350Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 291/579 kB
2023-11-28T08:18:14.7206979Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 295/579 kB
2023-11-28T08:18:14.7207601Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 299/579 kB
2023-11-28T08:18:14.7208227Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 303/579 kB
2023-11-28T08:18:14.7208859Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 307/579 kB
2023-11-28T08:18:14.7209477Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 311/579 kB
2023-11-28T08:18:14.7210079Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 315/579 kB
2023-11-28T08:18:14.7210685Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 319/579 kB
2023-11-28T08:18:14.7211954Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 324/579 kB
2023-11-28T08:18:14.7212568Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 328/579 kB
2023-11-28T08:18:14.7213160Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB
2023-11-28T08:18:14.7213754Z Progress (4): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB
2023-11-28T08:18:14.7214603Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 4.1/128 kB
2023-11-28T08:18:14.7215350Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 8.2/128 kB
2023-11-28T08:18:14.7216087Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 12/128 kB
2023-11-28T08:18:14.7216831Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 16/128 kB
2023-11-28T08:18:14.7217778Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 20/128 kB
2023-11-28T08:18:14.7218570Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 25/128 kB
2023-11-28T08:18:14.7219290Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 29/128 kB
2023-11-28T08:18:14.7220014Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 33/128 kB
2023-11-28T08:18:14.7220824Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 37/128 kB
2023-11-28T08:18:14.7234168Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 41/128 kB
2023-11-28T08:18:14.7234879Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 45/128 kB
2023-11-28T08:18:14.7235637Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 49/128 kB
2023-11-28T08:18:14.7236365Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 53/128 kB
2023-11-28T08:18:14.7237050Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 57/128 kB
2023-11-28T08:18:14.7237785Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 61/128 kB
2023-11-28T08:18:14.7238547Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 66/128 kB
2023-11-28T08:18:14.7239294Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 66/128 kB
2023-11-28T08:18:14.7240127Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 70/128 kB
2023-11-28T08:18:14.7241114Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 74/128 kB
2023-11-28T08:18:14.7242019Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 78/128 kB
2023-11-28T08:18:14.7242782Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 78/128 kB
2023-11-28T08:18:14.7243707Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 78/128 kB
2023-11-28T08:18:14.7244503Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 78/128 kB
2023-11-28T08:18:14.7245257Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 82/128 kB
2023-11-28T08:18:14.7246018Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 86/128 kB
2023-11-28T08:18:14.7246738Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 90/128 kB
2023-11-28T08:18:14.7247484Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7248389Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7249745Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7250481Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.3/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7251693Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.4/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7252444Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.4/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7294800Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.4/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7295584Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.4/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7296300Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.4/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7297014Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.4/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7297767Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.4/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7298454Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.4/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7299139Z Progress (5): 3.2/3.6 MB | 2.5/2.5 MB | 1.4/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7300046Z Progress (5): 3.2/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 94/128 kB
2023-11-28T08:18:14.7301006Z Progress (5): 3.2/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 98/128 kB
2023-11-28T08:18:14.7301646Z Progress (5): 3.2/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 102/128 kB
2023-11-28T08:18:14.7410713Z Progress (5): 3.2/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 106/128 kB
2023-11-28T08:18:14.7411485Z Progress (5): 3.2/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 111/128 kB
2023-11-28T08:18:14.7412202Z Progress (5): 3.2/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 115/128 kB
2023-11-28T08:18:14.7412963Z Progress (5): 3.2/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 119/128 kB
2023-11-28T08:18:14.7413694Z Progress (5): 3.2/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 123/128 kB
2023-11-28T08:18:14.7414377Z Progress (5): 3.2/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 127/128 kB
2023-11-28T08:18:14.7415251Z Progress (5): 3.2/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 128 kB
2023-11-28T08:18:14.7415935Z Progress (5): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 128 kB
2023-11-28T08:18:14.7416582Z Progress (5): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 128 kB
2023-11-28T08:18:14.7417219Z Progress (5): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 128 kB
2023-11-28T08:18:14.7417913Z Progress (5): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 128 kB
2023-11-28T08:18:14.7418611Z Progress (5): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 128 kB
2023-11-28T08:18:14.7419436Z Progress (5): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 128 kB
2023-11-28T08:18:14.7420100Z Progress (5): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 128 kB
2023-11-28T08:18:14.7421177Z Progress (5): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 332/579 kB | 128 kB
2023-11-28T08:18:14.7421814Z Progress (5): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 336/579 kB | 128 kB
2023-11-28T08:18:14.7422363Z
2023-11-28T08:18:14.7424264Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.0/jackson-datatype-jsr310-2.16.0.jar (128 kB at 204 kB/s)
2023-11-28T08:18:14.7426876Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-afterburner/2.16.0/jackson-module-afterburner-2.16.0.jar
2023-11-28T08:18:14.7428180Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 340/579 kB
2023-11-28T08:18:14.7428664Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 344/579 kB
2023-11-28T08:18:14.7451254Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 348/579 kB
2023-11-28T08:18:14.7451877Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 352/579 kB
2023-11-28T08:18:14.7452466Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 356/579 kB
2023-11-28T08:18:14.7453046Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 360/579 kB
2023-11-28T08:18:14.7453651Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 365/579 kB
2023-11-28T08:18:14.7454243Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 369/579 kB
2023-11-28T08:18:14.7454914Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 373/579 kB
2023-11-28T08:18:14.7455468Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 377/579 kB
2023-11-28T08:18:14.7461285Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 381/579 kB
2023-11-28T08:18:14.7461889Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 385/579 kB
2023-11-28T08:18:14.7462482Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 389/579 kB
2023-11-28T08:18:14.7463003Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 393/579 kB
2023-11-28T08:18:14.7463536Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 397/579 kB
2023-11-28T08:18:14.7464128Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 401/579 kB
2023-11-28T08:18:14.7464719Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 406/579 kB
2023-11-28T08:18:14.7465271Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 410/579 kB
2023-11-28T08:18:14.7465796Z Progress (4): 3.3/3.6 MB | 2.5 MB | 1.4/1.6 MB | 414/579 kB
2023-11-28T08:18:14.7466405Z
2023-11-28T08:18:14.7467540Z Downloaded from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.1.214/h2-2.1.214.jar (2.5 MB at 4.0 MB/s)
2023-11-28T08:18:14.7469408Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-blackbird/2.16.0/jackson-module-blackbird-2.16.0.jar
2023-11-28T08:18:14.7470896Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 4.1/218 kB
2023-11-28T08:18:14.7471488Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 8.2/218 kB
2023-11-28T08:18:14.7472071Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 12/218 kB
2023-11-28T08:18:14.7472646Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 16/218 kB
2023-11-28T08:18:14.7473223Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 20/218 kB
2023-11-28T08:18:14.7473973Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 25/218 kB
2023-11-28T08:18:14.7474525Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 25/218 kB
2023-11-28T08:18:14.7475207Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 29/218 kB
2023-11-28T08:18:14.7475816Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 33/218 kB
2023-11-28T08:18:14.7476381Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 37/218 kB
2023-11-28T08:18:14.7476998Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 41/218 kB
2023-11-28T08:18:14.7477622Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 45/218 kB
2023-11-28T08:18:14.7478200Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 49/218 kB
2023-11-28T08:18:14.7478744Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 53/218 kB
2023-11-28T08:18:14.7479324Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 57/218 kB
2023-11-28T08:18:14.7479874Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 61/218 kB
2023-11-28T08:18:14.7480480Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 66/218 kB
2023-11-28T08:18:14.7481037Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 70/218 kB
2023-11-28T08:18:14.7481659Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 74/218 kB
2023-11-28T08:18:14.7482211Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 78/218 kB
2023-11-28T08:18:14.7482797Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 82/218 kB
2023-11-28T08:18:14.7483415Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 86/218 kB
2023-11-28T08:18:14.7484040Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 90/218 kB
2023-11-28T08:18:14.7484569Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 94/218 kB
2023-11-28T08:18:14.7511308Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 98/218 kB
2023-11-28T08:18:14.7511989Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 102/218 kB
2023-11-28T08:18:14.7512600Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 106/218 kB
2023-11-28T08:18:14.7513238Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 111/218 kB
2023-11-28T08:18:14.7513878Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 115/218 kB
2023-11-28T08:18:14.7514527Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 119/218 kB
2023-11-28T08:18:14.7523600Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 123/218 kB
2023-11-28T08:18:14.7524272Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 127/218 kB
2023-11-28T08:18:14.7524892Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 131/218 kB
2023-11-28T08:18:14.7525443Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 135/218 kB
2023-11-28T08:18:14.7526041Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 139/218 kB
2023-11-28T08:18:14.7526654Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 143/218 kB
2023-11-28T08:18:14.7527278Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 147/218 kB
2023-11-28T08:18:14.7527843Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 152/218 kB
2023-11-28T08:18:14.7528435Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7529076Z Progress (4): 3.3/3.6 MB | 1.4/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7529827Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7530394Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7531101Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7531660Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7532299Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7532875Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7533514Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7534069Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7534679Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7535317Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7536071Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7536855Z Progress (4): 3.3/3.6 MB | 1.5/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7537476Z Progress (4): 3.3/3.6 MB | 1.6/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7538036Z Progress (4): 3.3/3.6 MB | 1.6/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7553806Z Progress (4): 3.3/3.6 MB | 1.6/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7571069Z Progress (4): 3.3/3.6 MB | 1.6/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7571711Z Progress (4): 3.3/3.6 MB | 1.6/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7572279Z Progress (4): 3.3/3.6 MB | 1.6/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7579865Z Progress (4): 3.3/3.6 MB | 1.6/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7580510Z Progress (4): 3.3/3.6 MB | 1.6/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7581409Z Progress (4): 3.3/3.6 MB | 1.6/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7582038Z Progress (4): 3.3/3.6 MB | 1.6/1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7582642Z Progress (4): 3.3/3.6 MB | 1.6 MB | 414/579 kB | 156/218 kB
2023-11-28T08:18:14.7583215Z Progress (4): 3.3/3.6 MB | 1.6 MB | 418/579 kB | 156/218 kB
2023-11-28T08:18:14.7583777Z Progress (4): 3.3/3.6 MB | 1.6 MB | 422/579 kB | 156/218 kB
2023-11-28T08:18:14.7584319Z Progress (4): 3.3/3.6 MB | 1.6 MB | 426/579 kB | 156/218 kB
2023-11-28T08:18:14.7584886Z Progress (4): 3.3/3.6 MB | 1.6 MB | 430/579 kB | 156/218 kB
2023-11-28T08:18:14.7585448Z Progress (4): 3.3/3.6 MB | 1.6 MB | 434/579 kB | 156/218 kB
2023-11-28T08:18:14.7586028Z Progress (4): 3.3/3.6 MB | 1.6 MB | 438/579 kB | 156/218 kB
2023-11-28T08:18:14.7586607Z Progress (4): 3.3/3.6 MB | 1.6 MB | 442/579 kB | 156/218 kB
2023-11-28T08:18:14.7587153Z Progress (4): 3.3/3.6 MB | 1.6 MB | 446/579 kB | 156/218 kB
2023-11-28T08:18:14.7587701Z Progress (4): 3.3/3.6 MB | 1.6 MB | 451/579 kB | 156/218 kB
2023-11-28T08:18:14.7588257Z Progress (4): 3.3/3.6 MB | 1.6 MB | 455/579 kB | 156/218 kB
2023-11-28T08:18:14.7588839Z Progress (4): 3.3/3.6 MB | 1.6 MB | 459/579 kB | 156/218 kB
2023-11-28T08:18:14.7589411Z Progress (4): 3.3/3.6 MB | 1.6 MB | 463/579 kB | 156/218 kB
2023-11-28T08:18:14.7590404Z Progress (4): 3.3/3.6 MB | 1.6 MB | 467/579 kB | 156/218 kB
2023-11-28T08:18:14.7590989Z Progress (4): 3.3/3.6 MB | 1.6 MB | 471/579 kB | 156/218 kB
2023-11-28T08:18:14.7591523Z Progress (4): 3.3/3.6 MB | 1.6 MB | 475/579 kB | 156/218 kB
2023-11-28T08:18:14.7592110Z Progress (4): 3.3/3.6 MB | 1.6 MB | 479/579 kB | 156/218 kB
2023-11-28T08:18:14.7592695Z Progress (4): 3.3/3.6 MB | 1.6 MB | 483/579 kB | 156/218 kB
2023-11-28T08:18:14.7598154Z Progress (4): 3.3/3.6 MB | 1.6 MB | 487/579 kB | 156/218 kB
2023-11-28T08:18:14.7598636Z Progress (4): 3.3/3.6 MB | 1.6 MB | 492/579 kB | 156/218 kB
2023-11-28T08:18:14.7599100Z Progress (4): 3.3/3.6 MB | 1.6 MB | 496/579 kB | 156/218 kB
2023-11-28T08:18:14.7599575Z Progress (4): 3.3/3.6 MB | 1.6 MB | 500/579 kB | 156/218 kB
2023-11-28T08:18:14.7650474Z Progress (4): 3.3/3.6 MB | 1.6 MB | 504/579 kB | 156/218 kB
2023-11-28T08:18:14.7651218Z Progress (4): 3.3/3.6 MB | 1.6 MB | 508/579 kB | 156/218 kB
2023-11-28T08:18:14.7651755Z Progress (4): 3.3/3.6 MB | 1.6 MB | 512/579 kB | 156/218 kB
2023-11-28T08:18:14.7652305Z Progress (4): 3.3/3.6 MB | 1.6 MB | 516/579 kB | 156/218 kB
2023-11-28T08:18:14.7652827Z Progress (4): 3.3/3.6 MB | 1.6 MB | 520/579 kB | 156/218 kB
2023-11-28T08:18:14.7653400Z Progress (4): 3.3/3.6 MB | 1.6 MB | 524/579 kB | 156/218 kB
2023-11-28T08:18:14.7653959Z Progress (4): 3.3/3.6 MB | 1.6 MB | 528/579 kB | 156/218 kB
2023-11-28T08:18:14.7655468Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 156/218 kB
2023-11-28T08:18:14.7656000Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 160/218 kB
2023-11-28T08:18:14.7656561Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 164/218 kB
2023-11-28T08:18:14.7657140Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 168/218 kB
2023-11-28T08:18:14.7657920Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 172/218 kB
2023-11-28T08:18:14.7658553Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 176/218 kB
2023-11-28T08:18:14.7659082Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 180/218 kB
2023-11-28T08:18:14.7659601Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 184/218 kB
2023-11-28T08:18:14.7660098Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 188/218 kB
2023-11-28T08:18:14.7660762Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 193/218 kB
2023-11-28T08:18:14.7661460Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 197/218 kB
2023-11-28T08:18:14.7661989Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 201/218 kB
2023-11-28T08:18:14.7662581Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 205/218 kB
2023-11-28T08:18:14.7663153Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 209/218 kB
2023-11-28T08:18:14.7663725Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 213/218 kB
2023-11-28T08:18:14.7664307Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 217/218 kB
2023-11-28T08:18:14.7664872Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 218 kB
2023-11-28T08:18:14.7665500Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 218 kB
2023-11-28T08:18:14.7666035Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 218 kB
2023-11-28T08:18:14.7666516Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 218 kB
2023-11-28T08:18:14.7667044Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 218 kB
2023-11-28T08:18:14.7667558Z Progress (4): 3.4/3.6 MB | 1.6 MB | 528/579 kB | 218 kB
2023-11-28T08:18:14.7668062Z Progress (4): 3.5/3.6 MB | 1.6 MB | 528/579 kB | 218 kB
2023-11-28T08:18:14.7668559Z Progress (4): 3.5/3.6 MB | 1.6 MB | 528/579 kB | 218 kB
2023-11-28T08:18:14.7669078Z Progress (4): 3.5/3.6 MB | 1.6 MB | 528/579 kB | 218 kB
2023-11-28T08:18:14.7669591Z Progress (4): 3.5/3.6 MB | 1.6 MB | 528/579 kB | 218 kB
2023-11-28T08:18:14.7670100Z Progress (4): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB
2023-11-28T08:18:14.7670694Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 4.1/65 kB
2023-11-28T08:18:14.7671337Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 8.2/65 kB
2023-11-28T08:18:14.7671945Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 12/65 kB
2023-11-28T08:18:14.7672523Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 16/65 kB
2023-11-28T08:18:14.7673145Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 20/65 kB
2023-11-28T08:18:14.7673754Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 25/65 kB
2023-11-28T08:18:14.7706672Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 29/65 kB
2023-11-28T08:18:14.7707367Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 33/65 kB
2023-11-28T08:18:14.7708007Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 37/65 kB
2023-11-28T08:18:14.7708646Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 41/65 kB
2023-11-28T08:18:14.7709296Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 45/65 kB
2023-11-28T08:18:14.7709953Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 49/65 kB
2023-11-28T08:18:14.7710814Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 53/65 kB
2023-11-28T08:18:14.7711461Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 57/65 kB
2023-11-28T08:18:14.7712120Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 61/65 kB
2023-11-28T08:18:14.7712766Z Progress (5): 3.5/3.6 MB | 1.6 MB | 532/579 kB | 218 kB | 65 kB
2023-11-28T08:18:14.7713251Z
2023-11-28T08:18:14.7715011Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-afterburner/2.16.0/jackson-module-afterburner-2.16.0.jar (218 kB at 333 kB/s)
2023-11-28T08:18:14.7716515Z Progress (4): 3.5/3.6 MB | 1.6 MB | 537/579 kB | 65 kB
2023-11-28T08:18:14.7717330Z Progress (4): 3.5/3.6 MB | 1.6 MB | 541/579 kB | 65 kB
2023-11-28T08:18:14.7717838Z Progress (4): 3.5/3.6 MB | 1.6 MB | 545/579 kB | 65 kB
2023-11-28T08:18:14.7718529Z Progress (4): 3.5/3.6 MB | 1.6 MB | 549/579 kB | 65 kB
2023-11-28T08:18:14.7719040Z Progress (4): 3.5/3.6 MB | 1.6 MB | 553/579 kB | 65 kB
2023-11-28T08:18:14.7719537Z Progress (4): 3.5/3.6 MB | 1.6 MB | 557/579 kB | 65 kB
2023-11-28T08:18:14.7720274Z Progress (4): 3.5/3.6 MB | 1.6 MB | 561/579 kB | 65 kB
2023-11-28T08:18:14.7720789Z Progress (4): 3.5/3.6 MB | 1.6 MB | 565/579 kB | 65 kB
2023-11-28T08:18:14.7721301Z Progress (4): 3.5/3.6 MB | 1.6 MB | 569/579 kB | 65 kB
2023-11-28T08:18:14.7721820Z Progress (4): 3.5/3.6 MB | 1.6 MB | 573/579 kB | 65 kB
2023-11-28T08:18:14.7722355Z Progress (4): 3.5/3.6 MB | 1.6 MB | 578/579 kB | 65 kB
2023-11-28T08:18:14.7722882Z Progress (4): 3.5/3.6 MB | 1.6 MB | 579 kB | 65 kB
2023-11-28T08:18:14.7723320Z
2023-11-28T08:18:14.7728945Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.jar (1.6 MB at 2.5 MB/s)
2023-11-28T08:18:14.7731359Z Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.0/jackson-dataformat-yaml-2.16.0.jar
2023-11-28T08:18:14.7733274Z Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar
2023-11-28T08:18:14.7734134Z Progress (3): 3.5/3.6 MB | 579 kB | 65 kB
2023-11-28T08:18:14.7734521Z Progress (3): 3.5/3.6 MB | 579 kB | 65 kB
2023-11-28T08:18:14.7734914Z Progress (3): 3.6/3.6 MB | 579 kB | 65 kB
2023-11-28T08:18:14.7735300Z Progress (3): 3.6/3.6 MB | 579 kB | 65 kB
2023-11-28T08:18:14.7735688Z Progress (3): 3.6/3.6 MB | 579 kB | 65 kB
2023-11-28T08:18:14.7736072Z Progress (3): 3.6/3.6 MB | 579 kB | 65 kB
2023-11-28T08:18:14.7736448Z Progress (3): 3.6 MB | 579 kB | 65 kB
2023-11-28T08:18:14.7736868Z Progress (4): 3.6 MB | 579 kB | 65 kB | 4.1/334 kB
2023-11-28T08:18:14.7737347Z Progress (4): 3.6 MB | 579 kB | 65 kB | 8.2/334 kB
2023-11-28T08:18:14.7737820Z Progress (4): 3.6 MB | 579 kB | 65 kB | 12/334 kB
2023-11-28T08:18:14.7738286Z Progress (4): 3.6 MB | 579 kB | 65 kB | 16/334 kB
2023-11-28T08:18:14.7738764Z Progress (4): 3.6 MB | 579 kB | 65 kB | 20/334 kB
2023-11-28T08:18:14.7739232Z Progress (4): 3.6 MB | 579 kB | 65 kB | 25/334 kB
2023-11-28T08:18:14.7739703Z Progress (4): 3.6 MB | 579 kB | 65 kB | 29/334 kB
2023-11-28T08:18:14.7740166Z Progress (4): 3.6 MB | 579 kB | 65 kB | 33/334 kB
2023-11-28T08:18:14.7740616Z Progress (4): 3.6 MB | 579 kB | 65 kB | 37/334 kB
2023-11-28T08:18:14.7741307Z Progress (4): 3.6 MB | 579 kB | 65 kB | 41/334 kB
2023-11-28T08:18:14.7741817Z Progress (4): 3.6 MB | 579 kB | 65 kB | 45/334 kB
2023-11-28T08:18:14.7783665Z Progress (4): 3.6 MB | 579 kB | 65 kB | 49/334 kB
2023-11-28T08:18:14.7784210Z Progress (4): 3.6 MB | 579 kB | 65 kB | 53/334 kB
2023-11-28T08:18:14.7784731Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 4.1/55 kB
2023-11-28T08:18:14.7785308Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 8.2/55 kB
2023-11-28T08:18:14.7785860Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 12/55 kB
2023-11-28T08:18:14.7786570Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 16/55 kB
2023-11-28T08:18:14.7787131Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 20/55 kB
2023-11-28T08:18:14.7787724Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 25/55 kB
2023-11-28T08:18:14.7788273Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 29/55 kB
2023-11-28T08:18:14.7788868Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 33/55 kB
2023-11-28T08:18:14.7789446Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 37/55 kB
2023-11-28T08:18:14.7790055Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 41/55 kB
2023-11-28T08:18:14.7790687Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 45/55 kB
2023-11-28T08:18:14.7791222Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 49/55 kB
2023-11-28T08:18:14.7791768Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 53/55 kB
2023-11-28T08:18:14.7792453Z Progress (5): 3.6 MB | 579 kB | 65 kB | 53/334 kB | 55 kB
2023-11-28T08:18:14.7792958Z
2023-11-28T08:18:14.7794578Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.jar (579 kB at 870 kB/s)
2023-11-28T08:18:14.7796571Z Downloading from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-core/3.0.4/retirejs-core-3.0.4.jar
2023-11-28T08:18:14.7797709Z Progress (4): 3.6 MB | 65 kB | 57/334 kB | 55 kB
2023-11-28T08:18:14.7798146Z Progress (4): 3.6 MB | 65 kB | 61/334 kB | 55 kB
2023-11-28T08:18:14.7798579Z Progress (4): 3.6 MB | 65 kB | 66/334 kB | 55 kB
2023-11-28T08:18:14.7799050Z Progress (4): 3.6 MB | 65 kB | 70/334 kB | 55 kB
2023-11-28T08:18:14.7799512Z Progress (4): 3.6 MB | 65 kB | 74/334 kB | 55 kB
2023-11-28T08:18:14.7799973Z Progress (4): 3.6 MB | 65 kB | 78/334 kB | 55 kB
2023-11-28T08:18:14.7800679Z Progress (4): 3.6 MB | 65 kB | 82/334 kB | 55 kB
2023-11-28T08:18:14.7801117Z Progress (4): 3.6 MB | 65 kB | 86/334 kB | 55 kB
2023-11-28T08:18:14.7801543Z Progress (4): 3.6 MB | 65 kB | 90/334 kB | 55 kB
2023-11-28T08:18:14.7801995Z Progress (4): 3.6 MB | 65 kB | 94/334 kB | 55 kB
2023-11-28T08:18:14.7802456Z Progress (4): 3.6 MB | 65 kB | 98/334 kB | 55 kB
2023-11-28T08:18:14.7802912Z Progress (4): 3.6 MB | 65 kB | 102/334 kB | 55 kB
2023-11-28T08:18:14.7803410Z Progress (4): 3.6 MB | 65 kB | 106/334 kB | 55 kB
2023-11-28T08:18:14.7803838Z Progress (4): 3.6 MB | 65 kB | 111/334 kB | 55 kB
2023-11-28T08:18:14.7804262Z Progress (4): 3.6 MB | 65 kB | 115/334 kB | 55 kB
2023-11-28T08:18:14.7804683Z Progress (4): 3.6 MB | 65 kB | 119/334 kB | 55 kB
2023-11-28T08:18:14.7823602Z Progress (4): 3.6 MB | 65 kB | 123/334 kB | 55 kB
2023-11-28T08:18:14.7824112Z Progress (4): 3.6 MB | 65 kB | 127/334 kB | 55 kB
2023-11-28T08:18:14.7824555Z Progress (4): 3.6 MB | 65 kB | 131/334 kB | 55 kB
2023-11-28T08:18:14.7824994Z Progress (4): 3.6 MB | 65 kB | 135/334 kB | 55 kB
2023-11-28T08:18:14.7825452Z Progress (4): 3.6 MB | 65 kB | 139/334 kB | 55 kB
2023-11-28T08:18:14.7825881Z Progress (4): 3.6 MB | 65 kB | 143/334 kB | 55 kB
2023-11-28T08:18:14.7826399Z Progress (5): 3.6 MB | 65 kB | 143/334 kB | 55 kB | 4.1/34 kB
2023-11-28T08:18:14.7829993Z Progress (5): 3.6 MB | 65 kB | 143/334 kB | 55 kB | 8.2/34 kB
2023-11-28T08:18:14.7830553Z Progress (5): 3.6 MB | 65 kB | 143/334 kB | 55 kB | 12/34 kB
2023-11-28T08:18:14.7831079Z Progress (5): 3.6 MB | 65 kB | 143/334 kB | 55 kB | 16/34 kB
2023-11-28T08:18:14.7831682Z Progress (5): 3.6 MB | 65 kB | 143/334 kB | 55 kB | 20/34 kB
2023-11-28T08:18:14.7832229Z Progress (5): 3.6 MB | 65 kB | 143/334 kB | 55 kB | 25/34 kB
2023-11-28T08:18:14.7832760Z Progress (5): 3.6 MB | 65 kB | 143/334 kB | 55 kB | 29/34 kB
2023-11-28T08:18:14.7833273Z Progress (5): 3.6 MB | 65 kB | 143/334 kB | 55 kB | 33/34 kB
2023-11-28T08:18:14.7833813Z Progress (5): 3.6 MB | 65 kB | 143/334 kB | 55 kB | 34 kB
2023-11-28T08:18:14.7834269Z
2023-11-28T08:18:14.7836115Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-blackbird/2.16.0/jackson-module-blackbird-2.16.0.jar (65 kB at 96 kB/s)
2023-11-28T08:18:14.7838826Z Downloading from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar
2023-11-28T08:18:14.7840543Z Progress (4): 3.6 MB | 147/334 kB | 55 kB | 34 kB
2023-11-28T08:18:14.7845887Z Progress (4): 3.6 MB | 152/334 kB | 55 kB | 34 kB
2023-11-28T08:18:14.7846335Z Progress (4): 3.6 MB | 156/334 kB | 55 kB | 34 kB
2023-11-28T08:18:14.7869105Z Progress (4): 3.6 MB | 160/334 kB | 55 kB | 34 kB
2023-11-28T08:18:14.7869608Z Progress (4): 3.6 MB | 164/334 kB | 55 kB | 34 kB
2023-11-28T08:18:14.7870064Z Progress (4): 3.6 MB | 168/334 kB | 55 kB | 34 kB
2023-11-28T08:18:14.7870481Z Progress (4): 3.6 MB | 172/334 kB | 55 kB | 34 kB
2023-11-28T08:18:14.7871187Z Progress (4): 3.6 MB | 176/334 kB | 55 kB | 34 kB
2023-11-28T08:18:14.7871620Z Progress (4): 3.6 MB | 180/334 kB | 55 kB | 34 kB
2023-11-28T08:18:14.7872151Z Progress (5): 3.6 MB | 180/334 kB | 55 kB | 34 kB | 4.1/18 kB
2023-11-28T08:18:14.7872757Z Progress (5): 3.6 MB | 180/334 kB | 55 kB | 34 kB | 8.2/18 kB
2023-11-28T08:18:14.7873368Z Progress (5): 3.6 MB | 180/334 kB | 55 kB | 34 kB | 12/18 kB
2023-11-28T08:18:14.7873943Z Progress (5): 3.6 MB | 180/334 kB | 55 kB | 34 kB | 16/18 kB
2023-11-28T08:18:14.7874692Z Progress (5): 3.6 MB | 180/334 kB | 55 kB | 34 kB | 18 kB
2023-11-28T08:18:14.7875226Z
2023-11-28T08:18:14.7876615Z Downloaded from central: https://repo.maven.apache.org/maven2/com/h3xstream/retirejs/retirejs-core/3.0.4/retirejs-core-3.0.4.jar (34 kB at 50 kB/s)
2023-11-28T08:18:14.7878394Z Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar
2023-11-28T08:18:14.7880156Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/8.11.2/lucene-core-8.11.2.jar (3.6 MB at 5.3 MB/s)
2023-11-28T08:18:14.7882178Z Downloading from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.jar
2023-11-28T08:18:14.7884547Z Downloaded from central: https://repo.maven.apache.org/maven2/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar (18 kB at 27 kB/s)
2023-11-28T08:18:14.7933372Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service-client/1.8.2/ossindex-service-client-1.8.2.jar
2023-11-28T08:18:14.7935902Z Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.0/jackson-dataformat-yaml-2.16.0.jar (55 kB at 80 kB/s)
2023-11-28T08:18:14.7938173Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service-api/1.8.2/ossindex-service-api-1.8.2.jar
2023-11-28T08:18:14.7939302Z Progress (2): 180/334 kB | 4.1/53 kB
2023-11-28T08:18:14.7939671Z Progress (2): 180/334 kB | 8.2/53 kB
2023-11-28T08:18:14.7940023Z Progress (2): 180/334 kB | 12/53 kB
2023-11-28T08:18:14.7940356Z Progress (2): 180/334 kB | 16/53 kB
2023-11-28T08:18:14.7940708Z Progress (2): 180/334 kB | 20/53 kB
2023-11-28T08:18:14.7941316Z Progress (2): 180/334 kB | 25/53 kB
2023-11-28T08:18:14.7941673Z Progress (2): 180/334 kB | 29/53 kB
2023-11-28T08:18:14.7942003Z Progress (2): 180/334 kB | 33/53 kB
2023-11-28T08:18:14.7942337Z Progress (2): 180/334 kB | 37/53 kB
2023-11-28T08:18:14.7942669Z Progress (2): 180/334 kB | 41/53 kB
2023-11-28T08:18:14.7942993Z Progress (2): 180/334 kB | 45/53 kB
2023-11-28T08:18:14.7943340Z Progress (2): 180/334 kB | 49/53 kB
2023-11-28T08:18:14.7943680Z Progress (2): 180/334 kB | 53 kB
2023-11-28T08:18:14.7944044Z Progress (3): 180/334 kB | 53 kB | 4.1/31 kB
2023-11-28T08:18:14.7944473Z Progress (3): 180/334 kB | 53 kB | 8.2/31 kB
2023-11-28T08:18:14.7945112Z Progress (3): 180/334 kB | 53 kB | 12/31 kB
2023-11-28T08:18:14.7945687Z Progress (3): 180/334 kB | 53 kB | 16/31 kB
2023-11-28T08:18:14.7946092Z Progress (3): 180/334 kB | 53 kB | 20/31 kB
2023-11-28T08:18:14.7946497Z Progress (3): 180/334 kB | 53 kB | 24/31 kB
2023-11-28T08:18:14.7946898Z Progress (3): 180/334 kB | 53 kB | 28/31 kB
2023-11-28T08:18:14.7947281Z Progress (3): 180/334 kB | 53 kB | 31 kB
2023-11-28T08:18:14.7947584Z
2023-11-28T08:18:14.7949047Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service-client/1.8.2/ossindex-service-client-1.8.2.jar (53 kB at 76 kB/s)
2023-11-28T08:18:14.7951262Z Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar
2023-11-28T08:18:14.7952519Z Progress (3): 180/334 kB | 31 kB | 4.1/5.9 kB
2023-11-28T08:18:14.7952968Z Progress (3): 180/334 kB | 31 kB | 5.9 kB
2023-11-28T08:18:14.7953506Z
2023-11-28T08:18:14.7969924Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/ossindex/ossindex-service-api/1.8.2/ossindex-service-api-1.8.2.jar (31 kB at 44 kB/s)
2023-11-28T08:18:14.7971883Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/goodies/package-url-java/1.1.1/package-url-java-1.1.1.jar
2023-11-28T08:18:14.7972782Z Progress (2): 184/334 kB | 5.9 kB
2023-11-28T08:18:14.7973070Z Progress (2): 188/334 kB | 5.9 kB
2023-11-28T08:18:14.7973362Z Progress (2): 193/334 kB | 5.9 kB
2023-11-28T08:18:14.7973652Z Progress (2): 197/334 kB | 5.9 kB
2023-11-28T08:18:14.7973932Z Progress (2): 201/334 kB | 5.9 kB
2023-11-28T08:18:14.7974247Z Progress (2): 205/334 kB | 5.9 kB
2023-11-28T08:18:14.7974555Z Progress (2): 209/334 kB | 5.9 kB
2023-11-28T08:18:14.7974847Z Progress (2): 213/334 kB | 5.9 kB
2023-11-28T08:18:14.7975158Z Progress (2): 217/334 kB | 5.9 kB
2023-11-28T08:18:14.7975595Z Progress (3): 217/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7976008Z Progress (3): 221/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7976408Z Progress (3): 225/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7976782Z Progress (3): 229/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7977159Z Progress (3): 233/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7977531Z Progress (3): 238/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7977905Z Progress (3): 242/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7978276Z Progress (3): 246/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7978639Z Progress (3): 250/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7979011Z Progress (3): 254/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7979383Z Progress (3): 258/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7979746Z Progress (3): 262/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7980123Z Progress (3): 266/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7980491Z Progress (3): 270/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.7996210Z Progress (3): 274/334 kB | 5.9 kB | 4.1/116 kB
2023-11-28T08:18:14.8029727Z Progress (4): 274/334 kB | 5.9 kB | 4.1/116 kB | 4.1/29 kB
2023-11-28T08:18:14.8030320Z Progress (4): 274/334 kB | 5.9 kB | 4.1/116 kB | 8.2/29 kB
2023-11-28T08:18:14.8030836Z Progress (4): 274/334 kB | 5.9 kB | 4.1/116 kB | 12/29 kB
2023-11-28T08:18:14.8031333Z Progress (4): 274/334 kB | 5.9 kB | 4.1/116 kB | 16/29 kB
2023-11-28T08:18:14.8031804Z Progress (4): 274/334 kB | 5.9 kB | 4.1/116 kB | 20/29 kB
2023-11-28T08:18:14.8032270Z Progress (4): 274/334 kB | 5.9 kB | 4.1/116 kB | 25/29 kB
2023-11-28T08:18:14.8032724Z Progress (4): 274/334 kB | 5.9 kB | 4.1/116 kB | 29/29 kB
2023-11-28T08:18:14.8033185Z Progress (4): 274/334 kB | 5.9 kB | 4.1/116 kB | 29 kB
2023-11-28T08:18:14.8033572Z
2023-11-28T08:18:14.8034658Z Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar (5.9 kB at 8.5 kB/s)
2023-11-28T08:18:14.8035572Z Progress (3): 274/334 kB | 8.2/116 kB | 29 kB
2023-11-28T08:18:14.8036078Z
2023-11-28T08:18:14.8036890Z Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
2023-11-28T08:18:14.8037627Z Progress (3): 274/334 kB | 12/116 kB | 29 kB
2023-11-28T08:18:14.8037997Z Progress (3): 274/334 kB | 16/116 kB | 29 kB
2023-11-28T08:18:14.8038349Z Progress (3): 274/334 kB | 20/116 kB | 29 kB
2023-11-28T08:18:14.8038703Z Progress (3): 274/334 kB | 25/116 kB | 29 kB
2023-11-28T08:18:14.8039115Z Progress (4): 274/334 kB | 25/116 kB | 29 kB | 4.1/101 kB
2023-11-28T08:18:14.8039579Z Progress (4): 274/334 kB | 29/116 kB | 29 kB | 4.1/101 kB
2023-11-28T08:18:14.8040035Z Progress (4): 274/334 kB | 33/116 kB | 29 kB | 4.1/101 kB
2023-11-28T08:18:14.8040504Z Progress (4): 274/334 kB | 37/116 kB | 29 kB | 4.1/101 kB
2023-11-28T08:18:14.8040984Z Progress (4): 274/334 kB | 41/116 kB | 29 kB | 4.1/101 kB
2023-11-28T08:18:14.8041577Z Progress (4): 274/334 kB | 41/116 kB | 29 kB | 8.2/101 kB
2023-11-28T08:18:14.8042038Z Progress (4): 274/334 kB | 45/116 kB | 29 kB | 8.2/101 kB
2023-11-28T08:18:14.8042500Z Progress (4): 274/334 kB | 45/116 kB | 29 kB | 12/101 kB
2023-11-28T08:18:14.8042962Z Progress (4): 274/334 kB | 49/116 kB | 29 kB | 12/101 kB
2023-11-28T08:18:14.8043427Z Progress (4): 274/334 kB | 49/116 kB | 29 kB | 16/101 kB
2023-11-28T08:18:14.8043887Z Progress (4): 274/334 kB | 53/116 kB | 29 kB | 16/101 kB
2023-11-28T08:18:14.8044351Z Progress (4): 274/334 kB | 57/116 kB | 29 kB | 16/101 kB
2023-11-28T08:18:14.8044796Z Progress (4): 274/334 kB | 61/116 kB | 29 kB | 16/101 kB
2023-11-28T08:18:14.8045255Z Progress (4): 274/334 kB | 66/116 kB | 29 kB | 16/101 kB
2023-11-28T08:18:14.8045709Z Progress (4): 274/334 kB | 66/116 kB | 29 kB | 20/101 kB
2023-11-28T08:18:14.8046163Z Progress (4): 274/334 kB | 66/116 kB | 29 kB | 25/101 kB
2023-11-28T08:18:14.8046608Z Progress (4): 274/334 kB | 70/116 kB | 29 kB | 25/101 kB
2023-11-28T08:18:14.8047069Z Progress (4): 274/334 kB | 70/116 kB | 29 kB | 29/101 kB
2023-11-28T08:18:14.8047542Z Progress (4): 274/334 kB | 74/116 kB | 29 kB | 29/101 kB
2023-11-28T08:18:14.8047986Z Progress (4): 274/334 kB | 74/116 kB | 29 kB | 33/101 kB
2023-11-28T08:18:14.8048441Z Progress (4): 274/334 kB | 78/116 kB | 29 kB | 33/101 kB
2023-11-28T08:18:14.8048897Z Progress (4): 274/334 kB | 82/116 kB | 29 kB | 33/101 kB
2023-11-28T08:18:14.8049340Z Progress (4): 274/334 kB | 82/116 kB | 29 kB | 37/101 kB
2023-11-28T08:18:14.8049768Z Progress (4): 274/334 kB | 82/116 kB | 29 kB | 41/101 kB
2023-11-28T08:18:14.8050105Z Progress (4): 274/334 kB | 82/116 kB | 29 kB | 45/101 kB
2023-11-28T08:18:14.8050441Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 45/101 kB
2023-11-28T08:18:14.8050766Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 49/101 kB
2023-11-28T08:18:14.8051100Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 53/101 kB
2023-11-28T08:18:14.8051434Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 57/101 kB
2023-11-28T08:18:14.8051795Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 61/101 kB
2023-11-28T08:18:14.8052182Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 66/101 kB
2023-11-28T08:18:14.8052519Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 70/101 kB
2023-11-28T08:18:14.8052847Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 74/101 kB
2023-11-28T08:18:14.8053184Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 78/101 kB
2023-11-28T08:18:14.8053520Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 82/101 kB
2023-11-28T08:18:14.8053848Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 86/101 kB
2023-11-28T08:18:14.8054184Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 90/101 kB
2023-11-28T08:18:14.8054520Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 94/101 kB
2023-11-28T08:18:14.8054857Z Progress (4): 274/334 kB | 86/116 kB | 29 kB | 98/101 kB
2023-11-28T08:18:14.8055138Z
2023-11-28T08:18:14.8056036Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/goodies/package-url-java/1.1.1/package-url-java-1.1.1.jar (29 kB at 42 kB/s)
2023-11-28T08:18:14.8057343Z Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.jar
2023-11-28T08:18:14.8057951Z Progress (3): 279/334 kB | 86/116 kB | 98/101 kB
2023-11-28T08:18:14.8058247Z Progress (3): 283/334 kB | 86/116 kB | 98/101 kB
2023-11-28T08:18:14.8058541Z Progress (3): 287/334 kB | 86/116 kB | 98/101 kB
2023-11-28T08:18:14.8058833Z Progress (3): 291/334 kB | 86/116 kB | 98/101 kB
2023-11-28T08:18:14.8059115Z Progress (3): 295/334 kB | 86/116 kB | 98/101 kB
2023-11-28T08:18:14.8059407Z Progress (3): 299/334 kB | 86/116 kB | 98/101 kB
2023-11-28T08:18:14.8059757Z Progress (3): 303/334 kB | 86/116 kB | 98/101 kB
2023-11-28T08:18:14.8060145Z Progress (3): 307/334 kB | 86/116 kB | 98/101 kB
2023-11-28T08:18:14.8060593Z Progress (4): 307/334 kB | 86/116 kB | 98/101 kB | 2.5 kB
2023-11-28T08:18:14.8061327Z Progress (4): 307/334 kB | 90/116 kB | 98/101 kB | 2.5 kB
2023-11-28T08:18:14.8062626Z Progress (4): 307/334 kB | 94/116 kB | 98/101 kB | 2.5 kB
2023-11-28T08:18:14.8065458Z Progress (4): 307/334 kB | 98/116 kB | 98/101 kB | 2.5 kB
2023-11-28T08:18:14.8102085Z Progress (4): 307/334 kB | 102/116 kB | 98/101 kB | 2.5 kB
2023-11-28T08:18:14.8102649Z Progress (4): 307/334 kB | 106/116 kB | 98/101 kB | 2.5 kB
2023-11-28T08:18:14.8103323Z Progress (4): 307/334 kB | 111/116 kB | 98/101 kB | 2.5 kB
2023-11-28T08:18:14.8103867Z Progress (4): 307/334 kB | 111/116 kB | 101 kB | 2.5 kB
2023-11-28T08:18:14.8104370Z Progress (4): 307/334 kB | 115/116 kB | 101 kB | 2.5 kB
2023-11-28T08:18:14.8104848Z Progress (4): 307/334 kB | 116 kB | 101 kB | 2.5 kB
2023-11-28T08:18:14.8105379Z Progress (4): 311/334 kB | 116 kB | 101 kB | 2.5 kB
2023-11-28T08:18:14.8105803Z Progress (4): 315/334 kB | 116 kB | 101 kB | 2.5 kB
2023-11-28T08:18:14.8106222Z Progress (4): 319/334 kB | 116 kB | 101 kB | 2.5 kB
2023-11-28T08:18:14.8106652Z Progress (4): 324/334 kB | 116 kB | 101 kB | 2.5 kB
2023-11-28T08:18:14.8107370Z Progress (4): 328/334 kB | 116 kB | 101 kB | 2.5 kB
2023-11-28T08:18:14.8107878Z Progress (4): 332/334 kB | 116 kB | 101 kB | 2.5 kB
2023-11-28T08:18:14.8108316Z Progress (4): 334 kB | 116 kB | 101 kB | 2.5 kB
2023-11-28T08:18:14.8108806Z Progress (5): 334 kB | 116 kB | 101 kB | 2.5 kB | 4.1/16 kB
2023-11-28T08:18:14.8161709Z Progress (5): 334 kB | 116 kB | 101 kB | 2.5 kB | 8.2/16 kB
2023-11-28T08:18:14.8162318Z Progress (5): 334 kB | 116 kB | 101 kB | 2.5 kB | 12/16 kB
2023-11-28T08:18:14.8162843Z Progress (5): 334 kB | 116 kB | 101 kB | 2.5 kB | 16/16 kB
2023-11-28T08:18:14.8163400Z Progress (5): 334 kB | 116 kB | 101 kB | 2.5 kB | 16 kB
2023-11-28T08:18:14.8163848Z
2023-11-28T08:18:14.8165161Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 3.5 kB/s)
2023-11-28T08:18:14.8166827Z Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10.4/joda-time-2.10.4.jar
2023-11-28T08:18:14.8168618Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar (116 kB at 162 kB/s)
2023-11-28T08:18:14.8170384Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar
2023-11-28T08:18:14.8172334Z Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.jar (101 kB at 142 kB/s)
2023-11-28T08:18:14.8174270Z Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
2023-11-28T08:18:14.8175198Z Progress (3): 334 kB | 16 kB | 4.1/643 kB
2023-11-28T08:18:14.8175690Z Progress (3): 334 kB | 16 kB | 8.2/643 kB
2023-11-28T08:18:14.8176115Z Progress (3): 334 kB | 16 kB | 12/643 kB
2023-11-28T08:18:14.8176529Z Progress (3): 334 kB | 16 kB | 16/643 kB
2023-11-28T08:18:14.8176926Z Progress (3): 334 kB | 16 kB | 20/643 kB
2023-11-28T08:18:14.8177320Z Progress (3): 334 kB | 16 kB | 24/643 kB
2023-11-28T08:18:14.8177958Z Progress (3): 334 kB | 16 kB | 28/643 kB
2023-11-28T08:18:14.8178362Z Progress (3): 334 kB | 16 kB | 32/643 kB
2023-11-28T08:18:14.8178752Z Progress (3): 334 kB | 16 kB | 36/643 kB
2023-11-28T08:18:14.8179159Z Progress (3): 334 kB | 16 kB | 40/643 kB
2023-11-28T08:18:14.8179591Z Progress (4): 334 kB | 16 kB | 40/643 kB | 4.1/249 kB
2023-11-28T08:18:14.8180119Z Progress (4): 334 kB | 16 kB | 44/643 kB | 4.1/249 kB
2023-11-28T08:18:14.8180633Z Progress (4): 334 kB | 16 kB | 44/643 kB | 8.2/249 kB
2023-11-28T08:18:14.8181442Z Progress (4): 334 kB | 16 kB | 49/643 kB | 8.2/249 kB
2023-11-28T08:18:14.8181946Z Progress (4): 334 kB | 16 kB | 49/643 kB | 12/249 kB
2023-11-28T08:18:14.8182438Z Progress (4): 334 kB | 16 kB | 49/643 kB | 16/249 kB
2023-11-28T08:18:14.8182933Z Progress (4): 334 kB | 16 kB | 53/643 kB | 16/249 kB
2023-11-28T08:18:14.8183431Z Progress (4): 334 kB | 16 kB | 57/643 kB | 16/249 kB
2023-11-28T08:18:14.8184147Z Progress (4): 334 kB | 16 kB | 61/643 kB | 16/249 kB
2023-11-28T08:18:14.8184672Z Progress (4): 334 kB | 16 kB | 61/643 kB | 20/249 kB
2023-11-28T08:18:14.8185171Z Progress (4): 334 kB | 16 kB | 65/643 kB | 20/249 kB
2023-11-28T08:18:14.8185692Z Progress (4): 334 kB | 16 kB | 65/643 kB | 24/249 kB
2023-11-28T08:18:14.8186199Z Progress (4): 334 kB | 16 kB | 65/643 kB | 28/249 kB
2023-11-28T08:18:14.8186699Z Progress (4): 334 kB | 16 kB | 65/643 kB | 32/249 kB
2023-11-28T08:18:14.8187212Z Progress (4): 334 kB | 16 kB | 69/643 kB | 32/249 kB
2023-11-28T08:18:14.8187738Z Progress (4): 334 kB | 16 kB | 73/643 kB | 32/249 kB
2023-11-28T08:18:14.8188254Z Progress (4): 334 kB | 16 kB | 77/643 kB | 32/249 kB
2023-11-28T08:18:14.8188758Z Progress (4): 334 kB | 16 kB | 77/643 kB | 36/249 kB
2023-11-28T08:18:14.8189276Z Progress (4): 334 kB | 16 kB | 81/643 kB | 36/249 kB
2023-11-28T08:18:14.8189791Z Progress (4): 334 kB | 16 kB | 81/643 kB | 40/249 kB
2023-11-28T08:18:14.8190300Z Progress (4): 334 kB | 16 kB | 81/643 kB | 44/249 kB
2023-11-28T08:18:14.8190822Z Progress (4): 334 kB | 16 kB | 81/643 kB | 49/249 kB
2023-11-28T08:18:14.8191362Z Progress (4): 334 kB | 16 kB | 85/643 kB | 49/249 kB
2023-11-28T08:18:14.8191913Z Progress (4): 334 kB | 16 kB | 90/643 kB | 49/249 kB
2023-11-28T08:18:14.8192426Z Progress (4): 334 kB | 16 kB | 94/643 kB | 49/249 kB
2023-11-28T08:18:14.8192943Z Progress (4): 334 kB | 16 kB | 98/643 kB | 49/249 kB
2023-11-28T08:18:14.8193455Z Progress (4): 334 kB | 16 kB | 98/643 kB | 53/249 kB
2023-11-28T08:18:14.8193958Z Progress (4): 334 kB | 16 kB | 98/643 kB | 57/249 kB
2023-11-28T08:18:14.8194478Z Progress (4): 334 kB | 16 kB | 98/643 kB | 61/249 kB
2023-11-28T08:18:14.8194997Z Progress (4): 334 kB | 16 kB | 102/643 kB | 61/249 kB
2023-11-28T08:18:14.8195498Z Progress (4): 334 kB | 16 kB | 102/643 kB | 65/249 kB
2023-11-28T08:18:14.8196018Z Progress (4): 334 kB | 16 kB | 106/643 kB | 65/249 kB
2023-11-28T08:18:14.8196533Z Progress (4): 334 kB | 16 kB | 110/643 kB | 65/249 kB
2023-11-28T08:18:14.8197039Z Progress (4): 334 kB | 16 kB | 114/643 kB | 65/249 kB
2023-11-28T08:18:14.8197561Z Progress (4): 334 kB | 16 kB | 114/643 kB | 69/249 kB
2023-11-28T08:18:14.8198074Z Progress (4): 334 kB | 16 kB | 118/643 kB | 69/249 kB
2023-11-28T08:18:14.8198579Z Progress (4): 334 kB | 16 kB | 118/643 kB | 73/249 kB
2023-11-28T08:18:14.8199089Z Progress (4): 334 kB | 16 kB | 118/643 kB | 77/249 kB
2023-11-28T08:18:14.8199609Z Progress (4): 334 kB | 16 kB | 118/643 kB | 81/249 kB
2023-11-28T08:18:14.8200129Z Progress (4): 334 kB | 16 kB | 118/643 kB | 85/249 kB
2023-11-28T08:18:14.8200571Z
2023-11-28T08:18:14.8201874Z Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.jar (16 kB at 23 kB/s)
2023-11-28T08:18:14.8203920Z Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
2023-11-28T08:18:14.8205613Z Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (334 kB at 465 kB/s)
2023-11-28T08:18:14.8206733Z Progress (3): 118/643 kB | 85/249 kB | 4.1/128 kB
2023-11-28T08:18:14.8207164Z Progress (3): 118/643 kB | 85/249 kB | 8.2/128 kB
2023-11-28T08:18:14.8207595Z Progress (3): 118/643 kB | 85/249 kB | 12/128 kB
2023-11-28T08:18:14.8208033Z Progress (3): 118/643 kB | 85/249 kB | 16/128 kB
2023-11-28T08:18:14.8208470Z Progress (3): 118/643 kB | 85/249 kB | 20/128 kB
2023-11-28T08:18:14.8208925Z Progress (3): 118/643 kB | 85/249 kB | 25/128 kB
2023-11-28T08:18:14.8209365Z Progress (3): 118/643 kB | 85/249 kB | 29/128 kB
2023-11-28T08:18:14.8209813Z Progress (3): 118/643 kB | 85/249 kB | 33/128 kB
2023-11-28T08:18:14.8210228Z Progress (3): 118/643 kB | 85/249 kB | 37/128 kB
2023-11-28T08:18:14.8210646Z Progress (3): 118/643 kB | 85/249 kB | 41/128 kB
2023-11-28T08:18:14.8211092Z Progress (3): 118/643 kB | 85/249 kB | 45/128 kB
2023-11-28T08:18:14.8211640Z Progress (3): 118/643 kB | 85/249 kB | 49/128 kB
2023-11-28T08:18:14.8212136Z Progress (3): 118/643 kB | 85/249 kB | 53/128 kB
2023-11-28T08:18:14.8212579Z Progress (3): 118/643 kB | 85/249 kB | 57/128 kB
2023-11-28T08:18:14.8213048Z Progress (3): 118/643 kB | 85/249 kB | 61/128 kB
2023-11-28T08:18:14.8213528Z Progress (3): 118/643 kB | 85/249 kB | 66/128 kB
2023-11-28T08:18:14.8213984Z Progress (3): 118/643 kB | 85/249 kB | 70/128 kB
2023-11-28T08:18:14.8214449Z Progress (3): 118/643 kB | 85/249 kB | 74/128 kB
2023-11-28T08:18:14.8214907Z Progress (3): 118/643 kB | 85/249 kB | 78/128 kB
2023-11-28T08:18:14.8215330Z Progress (3): 118/643 kB | 85/249 kB | 82/128 kB
2023-11-28T08:18:14.8215783Z Progress (3): 118/643 kB | 85/249 kB | 86/128 kB
2023-11-28T08:18:14.8216247Z Progress (3): 118/643 kB | 85/249 kB | 90/128 kB
2023-11-28T08:18:14.8216718Z Progress (3): 118/643 kB | 85/249 kB | 94/128 kB
2023-11-28T08:18:14.8217171Z Progress (3): 118/643 kB | 85/249 kB | 98/128 kB
2023-11-28T08:18:14.8217643Z Progress (3): 118/643 kB | 85/249 kB | 102/128 kB
2023-11-28T08:18:14.8218093Z Progress (3): 118/643 kB | 85/249 kB | 106/128 kB
2023-11-28T08:18:14.8218554Z Progress (3): 118/643 kB | 85/249 kB | 111/128 kB
2023-11-28T08:18:14.8219023Z Progress (3): 118/643 kB | 85/249 kB | 115/128 kB
2023-11-28T08:18:14.8219500Z Progress (3): 118/643 kB | 85/249 kB | 119/128 kB
2023-11-28T08:18:14.8219982Z Progress (3): 118/643 kB | 85/249 kB | 123/128 kB
2023-11-28T08:18:14.8220454Z Progress (3): 118/643 kB | 85/249 kB | 127/128 kB
2023-11-28T08:18:14.8221120Z Progress (3): 118/643 kB | 85/249 kB | 128 kB
2023-11-28T08:18:14.8228198Z Progress (3): 122/643 kB | 85/249 kB | 128 kB
2023-11-28T08:18:14.8228738Z Progress (3): 126/643 kB | 85/249 kB | 128 kB
2023-11-28T08:18:14.8229147Z Progress (3): 130/643 kB | 85/249 kB | 128 kB
2023-11-28T08:18:14.8229544Z Progress (3): 135/643 kB | 85/249 kB | 128 kB
2023-11-28T08:18:14.8229960Z Progress (3): 139/643 kB | 85/249 kB | 128 kB
2023-11-28T08:18:14.8230415Z Progress (3): 143/643 kB | 85/249 kB | 128 kB
2023-11-28T08:18:14.8230796Z Progress (3): 147/643 kB | 85/249 kB | 128 kB
2023-11-28T08:18:14.8231214Z Progress (3): 151/643 kB | 85/249 kB | 128 kB
2023-11-28T08:18:14.8231675Z Progress (4): 151/643 kB | 85/249 kB | 128 kB | 4.1/57 kB
2023-11-28T08:18:14.8232109Z
2023-11-28T08:18:14.8233134Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar
2023-11-28T08:18:14.8233976Z Progress (4): 151/643 kB | 85/249 kB | 128 kB | 8.2/57 kB
2023-11-28T08:18:14.8234470Z Progress (4): 151/643 kB | 85/249 kB | 128 kB | 12/57 kB
2023-11-28T08:18:14.8234979Z Progress (4): 151/643 kB | 85/249 kB | 128 kB | 16/57 kB
2023-11-28T08:18:14.8235479Z Progress (4): 151/643 kB | 85/249 kB | 128 kB | 20/57 kB
2023-11-28T08:18:14.8235988Z Progress (4): 151/643 kB | 85/249 kB | 128 kB | 25/57 kB
2023-11-28T08:18:14.8236505Z Progress (4): 151/643 kB | 90/249 kB | 128 kB | 25/57 kB
2023-11-28T08:18:14.8237036Z Progress (4): 151/643 kB | 90/249 kB | 128 kB | 29/57 kB
2023-11-28T08:18:14.8237719Z Progress (4): 151/643 kB | 94/249 kB | 128 kB | 29/57 kB
2023-11-28T08:18:14.8238236Z Progress (4): 151/643 kB | 94/249 kB | 128 kB | 33/57 kB
2023-11-28T08:18:14.8238740Z Progress (4): 151/643 kB | 98/249 kB | 128 kB | 33/57 kB
2023-11-28T08:18:14.8239256Z Progress (4): 151/643 kB | 98/249 kB | 128 kB | 37/57 kB
2023-11-28T08:18:14.8239803Z Progress (4): 151/643 kB | 102/249 kB | 128 kB | 37/57 kB
2023-11-28T08:18:14.8240328Z Progress (4): 151/643 kB | 102/249 kB | 128 kB | 41/57 kB
2023-11-28T08:18:14.8240861Z Progress (4): 151/643 kB | 106/249 kB | 128 kB | 41/57 kB
2023-11-28T08:18:14.8241421Z Progress (4): 151/643 kB | 106/249 kB | 128 kB | 45/57 kB
2023-11-28T08:18:14.8241991Z Progress (4): 151/643 kB | 110/249 kB | 128 kB | 45/57 kB
2023-11-28T08:18:14.8242541Z Progress (4): 151/643 kB | 110/249 kB | 128 kB | 49/57 kB
2023-11-28T08:18:14.8243098Z Progress (4): 151/643 kB | 114/249 kB | 128 kB | 49/57 kB
2023-11-28T08:18:14.8243818Z Progress (4): 151/643 kB | 114/249 kB | 128 kB | 53/57 kB
2023-11-28T08:18:14.8244338Z Progress (4): 151/643 kB | 114/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8244847Z Progress (4): 151/643 kB | 118/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8245350Z Progress (4): 151/643 kB | 122/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8245803Z Progress (4): 151/643 kB | 126/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8246564Z Progress (4): 151/643 kB | 130/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8247064Z Progress (4): 151/643 kB | 135/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8247541Z Progress (4): 151/643 kB | 139/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8248054Z Progress (4): 151/643 kB | 143/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8248559Z Progress (4): 151/643 kB | 147/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8249066Z Progress (4): 155/643 kB | 147/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8249586Z Progress (4): 159/643 kB | 147/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8250123Z Progress (4): 159/643 kB | 151/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8250645Z Progress (4): 159/643 kB | 155/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8251139Z Progress (4): 163/643 kB | 155/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8251653Z Progress (4): 163/643 kB | 159/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8252179Z Progress (4): 163/643 kB | 163/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8252661Z Progress (4): 167/643 kB | 163/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8258999Z Progress (4): 167/643 kB | 167/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8259538Z Progress (4): 171/643 kB | 167/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8259991Z Progress (4): 171/643 kB | 171/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8260470Z Progress (4): 176/643 kB | 171/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8261262Z Progress (4): 176/643 kB | 176/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8393053Z Progress (4): 180/643 kB | 176/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8393632Z Progress (4): 180/643 kB | 180/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8394178Z Progress (4): 184/643 kB | 180/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8394708Z Progress (4): 184/643 kB | 184/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8395220Z Progress (4): 184/643 kB | 188/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8395758Z Progress (4): 188/643 kB | 188/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8396288Z Progress (4): 188/643 kB | 192/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8396771Z Progress (4): 188/643 kB | 196/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8397283Z Progress (4): 188/643 kB | 200/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8397799Z Progress (4): 188/643 kB | 204/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8398329Z Progress (4): 188/643 kB | 208/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8398855Z Progress (4): 188/643 kB | 212/249 kB | 128 kB | 57 kB
2023-11-28T08:18:14.8399307Z
2023-11-28T08:18:14.8400919Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 77 kB/s)
2023-11-28T08:18:14.8403306Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
2023-11-28T08:18:14.8404272Z Progress (3): 192/643 kB | 212/249 kB | 128 kB
2023-11-28T08:18:14.8404668Z Progress (3): 192/643 kB | 217/249 kB | 128 kB
2023-11-28T08:18:14.8405088Z Progress (3): 196/643 kB | 217/249 kB | 128 kB
2023-11-28T08:18:14.8405468Z Progress (3): 196/643 kB | 221/249 kB | 128 kB
2023-11-28T08:18:14.8405858Z Progress (3): 196/643 kB | 225/249 kB | 128 kB
2023-11-28T08:18:14.8406269Z Progress (3): 196/643 kB | 229/249 kB | 128 kB
2023-11-28T08:18:14.8406712Z Progress (3): 196/643 kB | 233/249 kB | 128 kB
2023-11-28T08:18:14.8453087Z Progress (3): 200/643 kB | 233/249 kB | 128 kB
2023-11-28T08:18:14.8453494Z Progress (3): 200/643 kB | 237/249 kB | 128 kB
2023-11-28T08:18:14.8454022Z Progress (3): 204/643 kB | 237/249 kB | 128 kB
2023-11-28T08:18:14.8454422Z Progress (3): 204/643 kB | 241/249 kB | 128 kB
2023-11-28T08:18:14.8454842Z Progress (3): 208/643 kB | 241/249 kB | 128 kB
2023-11-28T08:18:14.8455238Z Progress (3): 208/643 kB | 245/249 kB | 128 kB
2023-11-28T08:18:14.8455671Z Progress (3): 208/643 kB | 249 kB | 128 kB
2023-11-28T08:18:14.8456051Z
2023-11-28T08:18:14.8457274Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 174 kB/s)
2023-11-28T08:18:14.8459993Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
2023-11-28T08:18:14.8462027Z Progress (3): 208/643 kB | 249 kB | 0/3.0 MB
2023-11-28T08:18:14.8462445Z Progress (3): 212/643 kB | 249 kB | 0/3.0 MB
2023-11-28T08:18:14.8462846Z Progress (3): 217/643 kB | 249 kB | 0/3.0 MB
2023-11-28T08:18:14.8463251Z Progress (3): 221/643 kB | 249 kB | 0/3.0 MB
2023-11-28T08:18:14.8463662Z Progress (3): 225/643 kB | 249 kB | 0/3.0 MB
2023-11-28T08:18:14.8464067Z Progress (3): 229/643 kB | 249 kB | 0/3.0 MB
2023-11-28T08:18:14.8464440Z Progress (3): 233/643 kB | 249 kB | 0/3.0 MB
2023-11-28T08:18:14.8464816Z Progress (3): 233/643 kB | 249 kB | 0/3.0 MB
2023-11-28T08:18:14.8465287Z Progress (4): 233/643 kB | 249 kB | 0/3.0 MB | 4.1/4.6 kB
2023-11-28T08:18:14.8487724Z Progress (4): 233/643 kB | 249 kB | 0/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8488260Z Progress (4): 233/643 kB | 249 kB | 0/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8488763Z Progress (4): 233/643 kB | 249 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8489268Z Progress (4): 237/643 kB | 249 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8489719Z
2023-11-28T08:18:14.8490876Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar (249 kB at 335 kB/s)
2023-11-28T08:18:14.8492111Z Progress (3): 237/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8492487Z
2023-11-28T08:18:14.8493804Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar
2023-11-28T08:18:14.8494990Z Progress (3): 237/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8495399Z Progress (3): 241/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8498863Z Progress (3): 241/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8499381Z Progress (3): 245/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8499811Z Progress (3): 249/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8500239Z Progress (3): 249/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8572162Z Progress (3): 253/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8572631Z Progress (3): 257/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8573017Z Progress (3): 262/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8573477Z Progress (3): 262/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8574125Z Progress (3): 266/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8574537Z Progress (3): 270/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8575004Z Progress (3): 274/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8575534Z Progress (3): 278/643 kB | 0.1/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8575957Z Progress (3): 278/643 kB | 0.2/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8576434Z Progress (3): 282/643 kB | 0.2/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8576954Z Progress (3): 286/643 kB | 0.2/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8577370Z Progress (3): 290/643 kB | 0.2/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8577757Z Progress (3): 290/643 kB | 0.2/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8578151Z Progress (3): 294/643 kB | 0.2/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8578566Z Progress (3): 298/643 kB | 0.2/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8579073Z Progress (3): 303/643 kB | 0.2/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8579691Z Progress (3): 303/643 kB | 0.2/3.0 MB | 4.6 kB
2023-11-28T08:18:14.8580092Z
2023-11-28T08:18:14.8581507Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 6.2 kB/s)
2023-11-28T08:18:14.8583611Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
2023-11-28T08:18:14.8584614Z Progress (2): 307/643 kB | 0.2/3.0 MB
2023-11-28T08:18:14.8585018Z Progress (3): 307/643 kB | 0.2/3.0 MB | 4.1/17 kB
2023-11-28T08:18:14.8585456Z Progress (3): 307/643 kB | 0.2/3.0 MB | 4.1/17 kB
2023-11-28T08:18:14.8585915Z Progress (3): 307/643 kB | 0.2/3.0 MB | 8.2/17 kB
2023-11-28T08:18:14.8586353Z Progress (3): 307/643 kB | 0.2/3.0 MB | 12/17 kB
2023-11-28T08:18:14.8586789Z Progress (3): 307/643 kB | 0.2/3.0 MB | 16/17 kB
2023-11-28T08:18:14.8587398Z Progress (3): 307/643 kB | 0.2/3.0 MB | 17 kB
2023-11-28T08:18:14.8587824Z Progress (3): 307/643 kB | 0.2/3.0 MB | 17 kB
2023-11-28T08:18:14.8588229Z Progress (3): 307/643 kB | 0.2/3.0 MB | 17 kB
2023-11-28T08:18:14.8588664Z Progress (3): 311/643 kB | 0.2/3.0 MB | 17 kB
2023-11-28T08:18:14.8589064Z Progress (3): 315/643 kB | 0.2/3.0 MB | 17 kB
2023-11-28T08:18:14.8589478Z Progress (3): 319/643 kB | 0.2/3.0 MB | 17 kB
2023-11-28T08:18:14.8589885Z Progress (3): 319/643 kB | 0.3/3.0 MB | 17 kB
2023-11-28T08:18:14.8590338Z Progress (3): 323/643 kB | 0.3/3.0 MB | 17 kB
2023-11-28T08:18:14.8590768Z Progress (3): 327/643 kB | 0.3/3.0 MB | 17 kB
2023-11-28T08:18:14.8600889Z Progress (3): 331/643 kB | 0.3/3.0 MB | 17 kB
2023-11-28T08:18:14.8601314Z Progress (3): 335/643 kB | 0.3/3.0 MB | 17 kB
2023-11-28T08:18:14.8601691Z Progress (3): 339/643 kB | 0.3/3.0 MB | 17 kB
2023-11-28T08:18:14.8602370Z Progress (3): 343/643 kB | 0.3/3.0 MB | 17 kB
2023-11-28T08:18:14.8602757Z Progress (3): 343/643 kB | 0.3/3.0 MB | 17 kB
2023-11-28T08:18:14.8603174Z Progress (4): 343/643 kB | 0.3/3.0 MB | 17 kB | 2.2 kB
2023-11-28T08:18:14.8603564Z
2023-11-28T08:18:14.8604889Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.21.1/error_prone_annotations-2.21.1.jar (17 kB at 22 kB/s)
2023-11-28T08:18:14.8606008Z Progress (3): 343/643 kB | 0.3/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8606446Z Progress (4): 343/643 kB | 0.3/3.0 MB | 2.2 kB | 4.1/9.3 kB
2023-11-28T08:18:14.8606859Z
2023-11-28T08:18:14.8607749Z Downloading from central: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar
2023-11-28T08:18:14.8608600Z Progress (4): 343/643 kB | 0.3/3.0 MB | 2.2 kB | 4.1/9.3 kB
2023-11-28T08:18:14.8609097Z Progress (4): 343/643 kB | 0.3/3.0 MB | 2.2 kB | 8.2/9.3 kB
2023-11-28T08:18:14.8609588Z Progress (4): 343/643 kB | 0.3/3.0 MB | 2.2 kB | 9.3 kB
2023-11-28T08:18:14.8610061Z Progress (4): 343/643 kB | 0.3/3.0 MB | 2.2 kB | 9.3 kB
2023-11-28T08:18:14.8610520Z Progress (4): 343/643 kB | 0.3/3.0 MB | 2.2 kB | 9.3 kB
2023-11-28T08:18:14.8611103Z Progress (4): 348/643 kB | 0.3/3.0 MB | 2.2 kB | 9.3 kB
2023-11-28T08:18:14.8611556Z Progress (4): 352/643 kB | 0.3/3.0 MB | 2.2 kB | 9.3 kB
2023-11-28T08:18:14.8612034Z Progress (4): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB
2023-11-28T08:18:14.8612539Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 4.1/63 kB
2023-11-28T08:18:14.8613109Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 8.2/63 kB
2023-11-28T08:18:14.8613676Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 12/63 kB
2023-11-28T08:18:14.8614222Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 16/63 kB
2023-11-28T08:18:14.8614785Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 20/63 kB
2023-11-28T08:18:14.8615519Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 25/63 kB
2023-11-28T08:18:14.8616071Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 29/63 kB
2023-11-28T08:18:14.8616715Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 33/63 kB
2023-11-28T08:18:14.8617280Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 37/63 kB
2023-11-28T08:18:14.8617828Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 41/63 kB
2023-11-28T08:18:14.8618359Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 45/63 kB
2023-11-28T08:18:14.8618909Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 49/63 kB
2023-11-28T08:18:14.8619443Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 53/63 kB
2023-11-28T08:18:14.8620061Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 57/63 kB
2023-11-28T08:18:14.8620692Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 61/63 kB
2023-11-28T08:18:14.8621493Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 63 kB
2023-11-28T08:18:14.8622076Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 63 kB
2023-11-28T08:18:14.8622684Z Progress (5): 352/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 63 kB
2023-11-28T08:18:14.8623292Z Progress (5): 356/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 63 kB
2023-11-28T08:18:14.8623900Z Progress (5): 356/643 kB | 0.4/3.0 MB | 2.2 kB | 9.3 kB | 63 kB
2023-11-28T08:18:14.8624366Z
2023-11-28T08:18:14.8625747Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 12 kB/s)
2023-11-28T08:18:14.8627412Z Downloading from central: https://repo.maven.apache.org/maven2/com/hankcs/aho-corasick-double-array-trie/1.2.3/aho-corasick-double-array-trie-1.2.3.jar
2023-11-28T08:18:14.8628212Z Progress (4): 356/643 kB | 0.4/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8628534Z Progress (4): 360/643 kB | 0.4/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8628864Z Progress (4): 364/643 kB | 0.4/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8629297Z Progress (4): 364/643 kB | 0.4/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8629750Z Progress (4): 368/643 kB | 0.4/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8630186Z Progress (4): 372/643 kB | 0.4/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8635137Z Progress (4): 376/643 kB | 0.4/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8635778Z Progress (4): 376/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8636296Z Progress (4): 380/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8636823Z Progress (4): 384/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8637333Z Progress (4): 389/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8637850Z Progress (4): 393/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8638377Z Progress (4): 393/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8638893Z Progress (4): 397/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8639465Z Progress (4): 401/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8639961Z Progress (4): 405/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8640452Z Progress (4): 409/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8641033Z Progress (4): 413/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8641554Z Progress (4): 413/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8642079Z Progress (4): 413/643 kB | 0.5/3.0 MB | 2.2 kB | 63 kB
2023-11-28T08:18:14.8642501Z
2023-11-28T08:18:14.8643740Z Downloaded from central: https://repo.maven.apache.org/maven2/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar (63 kB at 82 kB/s)
2023-11-28T08:18:14.8645571Z Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.7/commons-validator-1.7.jar
2023-11-28T08:18:14.8646561Z Progress (3): 413/643 kB | 0.5/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8646990Z Progress (3): 413/643 kB | 0.5/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8647438Z Progress (3): 413/643 kB | 0.6/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8647869Z Progress (3): 413/643 kB | 0.6/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8648440Z Progress (3): 413/643 kB | 0.6/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8648872Z Progress (3): 413/643 kB | 0.6/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8649340Z Progress (3): 413/643 kB | 0.6/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8649841Z Progress (3): 413/643 kB | 0.6/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8650245Z Progress (3): 417/643 kB | 0.6/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8650657Z Progress (3): 421/643 kB | 0.6/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8651049Z Progress (3): 425/643 kB | 0.6/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8651458Z Progress (3): 430/643 kB | 0.6/3.0 MB | 2.2 kB
2023-11-28T08:18:14.8652167Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 4.1/190 kB
2023-11-28T08:18:14.8652729Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 8.2/190 kB
2023-11-28T08:18:14.8653305Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 12/190 kB
2023-11-28T08:18:14.8653869Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 16/190 kB
2023-11-28T08:18:14.8654479Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 20/190 kB
2023-11-28T08:18:14.8655091Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 25/190 kB
2023-11-28T08:18:14.8662300Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 29/190 kB
2023-11-28T08:18:14.8662936Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 33/190 kB
2023-11-28T08:18:14.8663505Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 37/190 kB
2023-11-28T08:18:14.8664047Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 41/190 kB
2023-11-28T08:18:14.8664590Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 45/190 kB
2023-11-28T08:18:14.8665130Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 49/190 kB
2023-11-28T08:18:14.8665655Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 53/190 kB
2023-11-28T08:18:14.8666199Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 57/190 kB
2023-11-28T08:18:14.8666766Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 61/190 kB
2023-11-28T08:18:14.8667354Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 66/190 kB
2023-11-28T08:18:14.8667907Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 70/190 kB
2023-11-28T08:18:14.8668462Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 74/190 kB
2023-11-28T08:18:14.8669010Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 78/190 kB
2023-11-28T08:18:14.8669550Z Progress (4): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 82/190 kB
2023-11-28T08:18:14.8670171Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 82/190 kB | 4.1/17 kB
2023-11-28T08:18:14.8671558Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 82/190 kB | 8.2/17 kB
2023-11-28T08:18:14.8672262Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 86/190 kB | 8.2/17 kB
2023-11-28T08:18:14.8672948Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 86/190 kB | 12/17 kB
2023-11-28T08:18:14.8673627Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 90/190 kB | 12/17 kB
2023-11-28T08:18:14.8674312Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 90/190 kB | 16/17 kB
2023-11-28T08:18:14.8674986Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 94/190 kB | 16/17 kB
2023-11-28T08:18:14.8675727Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 94/190 kB | 17 kB
2023-11-28T08:18:14.8676550Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 98/190 kB | 17 kB
2023-11-28T08:18:14.8677184Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 102/190 kB | 17 kB
2023-11-28T08:18:14.8677857Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 106/190 kB | 17 kB
2023-11-28T08:18:14.8678538Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 111/190 kB | 17 kB
2023-11-28T08:18:14.8679212Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 115/190 kB | 17 kB
2023-11-28T08:18:14.8679844Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 119/190 kB | 17 kB
2023-11-28T08:18:14.8680460Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 123/190 kB | 17 kB
2023-11-28T08:18:14.8681122Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 127/190 kB | 17 kB
2023-11-28T08:18:14.8681790Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 131/190 kB | 17 kB
2023-11-28T08:18:14.8682426Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 135/190 kB | 17 kB
2023-11-28T08:18:14.8683149Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 139/190 kB | 17 kB
2023-11-28T08:18:14.8683838Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 143/190 kB | 17 kB
2023-11-28T08:18:14.8684512Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 147/190 kB | 17 kB
2023-11-28T08:18:14.8685169Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 152/190 kB | 17 kB
2023-11-28T08:18:14.8685829Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 156/190 kB | 17 kB
2023-11-28T08:18:14.8686468Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 160/190 kB | 17 kB
2023-11-28T08:18:14.8687113Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 164/190 kB | 17 kB
2023-11-28T08:18:14.8687777Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 168/190 kB | 17 kB
2023-11-28T08:18:14.8688435Z Progress (5): 430/643 kB | 0.6/3.0 MB | 2.2 kB | 172/190 kB | 17 kB
2023-11-28T08:18:14.8689105Z Progress (5): 430/643 kB | 0.7/3.0 MB | 2.2 kB | 172/190 kB | 17 kB
2023-11-28T08:18:14.8689604Z
2023-11-28T08:18:14.8691653Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 2.9 kB/s)
2023-11-28T08:18:14.8693578Z Progress (4): 434/643 kB | 0.7/3.0 MB | 172/190 kB | 17 kB
2023-11-28T08:18:14.8694104Z Progress (4): 438/643 kB | 0.7/3.0 MB | 172/190 kB | 17 kB
2023-11-28T08:18:14.8694683Z Progress (4): 442/643 kB | 0.7/3.0 MB | 172/190 kB | 17 kB
2023-11-28T08:18:14.8695259Z Progress (4): 446/643 kB | 0.7/3.0 MB | 172/190 kB | 17 kB
2023-11-28T08:18:14.8695816Z Progress (4): 450/643 kB | 0.7/3.0 MB | 172/190 kB | 17 kB
2023-11-28T08:18:14.8696371Z Progress (4): 454/643 kB | 0.7/3.0 MB | 172/190 kB | 17 kB
2023-11-28T08:18:14.8696859Z Progress (4): 458/643 kB | 0.7/3.0 MB | 172/190 kB | 17 kB
2023-11-28T08:18:14.8697262Z
2023-11-28T08:18:14.8698811Z Downloaded from central: https://repo.maven.apache.org/maven2/com/hankcs/aho-corasick-double-array-trie/1.2.3/aho-corasick-double-array-trie-1.2.3.jar (17 kB at 22 kB/s)
2023-11-28T08:18:14.8700382Z Progress (3): 462/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8701061Z
2023-11-28T08:18:14.8822529Z Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/2.1/commons-digester-2.1.jar
2023-11-28T08:18:14.8823677Z Progress (3): 466/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8824126Z Progress (3): 470/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8824581Z Progress (3): 475/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8824961Z
2023-11-28T08:18:14.8826170Z Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
2023-11-28T08:18:14.8827267Z Progress (3): 479/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8827946Z Progress (3): 483/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8828444Z Progress (3): 487/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8829040Z Progress (3): 491/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8829484Z Progress (3): 491/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8830024Z Progress (3): 495/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8830531Z Progress (3): 495/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8830951Z Progress (3): 499/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8831386Z Progress (3): 503/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8831812Z Progress (3): 503/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8832312Z Progress (3): 503/643 kB | 0.7/3.0 MB | 172/190 kB
2023-11-28T08:18:14.8832936Z Progress (4): 503/643 kB | 0.7/3.0 MB | 172/190 kB | 4.1/197 kB
2023-11-28T08:18:14.8833536Z Progress (4): 503/643 kB | 0.7/3.0 MB | 172/190 kB | 4.1/197 kB
2023-11-28T08:18:14.8834291Z Progress (4): 503/643 kB | 0.7/3.0 MB | 172/190 kB | 8.2/197 kB
2023-11-28T08:18:14.8835092Z Progress (4): 503/643 kB | 0.7/3.0 MB | 172/190 kB | 12/197 kB
2023-11-28T08:18:14.8835800Z Progress (4): 503/643 kB | 0.7/3.0 MB | 172/190 kB | 16/197 kB
2023-11-28T08:18:14.8836378Z Progress (4): 503/643 kB | 0.8/3.0 MB | 172/190 kB | 16/197 kB
2023-11-28T08:18:14.8836921Z Progress (4): 503/643 kB | 0.8/3.0 MB | 172/190 kB | 16/197 kB
2023-11-28T08:18:14.8837479Z Progress (4): 503/643 kB | 0.8/3.0 MB | 172/190 kB | 20/197 kB
2023-11-28T08:18:14.8838100Z Progress (4): 503/643 kB | 0.8/3.0 MB | 172/190 kB | 24/197 kB
2023-11-28T08:18:14.8843201Z Progress (4): 503/643 kB | 0.8/3.0 MB | 172/190 kB | 28/197 kB
2023-11-28T08:18:14.8843767Z Progress (4): 503/643 kB | 0.8/3.0 MB | 172/190 kB | 32/197 kB
2023-11-28T08:18:14.8844284Z Progress (4): 503/643 kB | 0.8/3.0 MB | 176/190 kB | 32/197 kB
2023-11-28T08:18:14.8844796Z Progress (4): 507/643 kB | 0.8/3.0 MB | 176/190 kB | 32/197 kB
2023-11-28T08:18:14.8845373Z Progress (5): 507/643 kB | 0.8/3.0 MB | 176/190 kB | 32/197 kB | 4.1/588 kB
2023-11-28T08:18:14.8846021Z Progress (5): 507/643 kB | 0.8/3.0 MB | 176/190 kB | 32/197 kB | 8.2/588 kB
2023-11-28T08:18:14.8846673Z Progress (5): 507/643 kB | 0.8/3.0 MB | 176/190 kB | 36/197 kB | 8.2/588 kB
2023-11-28T08:18:14.8847299Z Progress (5): 507/643 kB | 0.8/3.0 MB | 180/190 kB | 36/197 kB | 8.2/588 kB
2023-11-28T08:18:14.8847952Z Progress (5): 511/643 kB | 0.8/3.0 MB | 180/190 kB | 36/197 kB | 8.2/588 kB
2023-11-28T08:18:14.8848590Z Progress (5): 511/643 kB | 0.8/3.0 MB | 180/190 kB | 36/197 kB | 12/588 kB
2023-11-28T08:18:14.8849223Z Progress (5): 511/643 kB | 0.8/3.0 MB | 180/190 kB | 36/197 kB | 16/588 kB
2023-11-28T08:18:14.8849853Z Progress (5): 511/643 kB | 0.8/3.0 MB | 180/190 kB | 40/197 kB | 16/588 kB
2023-11-28T08:18:14.8850493Z Progress (5): 511/643 kB | 0.8/3.0 MB | 180/190 kB | 44/197 kB | 16/588 kB
2023-11-28T08:18:14.8851135Z Progress (5): 511/643 kB | 0.8/3.0 MB | 180/190 kB | 49/197 kB | 16/588 kB
2023-11-28T08:18:14.8851766Z Progress (5): 511/643 kB | 0.8/3.0 MB | 184/190 kB | 49/197 kB | 16/588 kB
2023-11-28T08:18:14.8852422Z Progress (5): 516/643 kB | 0.8/3.0 MB | 184/190 kB | 49/197 kB | 16/588 kB
2023-11-28T08:18:14.8853114Z Progress (5): 516/643 kB | 0.8/3.0 MB | 184/190 kB | 49/197 kB | 20/588 kB
2023-11-28T08:18:14.8853745Z Progress (5): 516/643 kB | 0.8/3.0 MB | 184/190 kB | 53/197 kB | 20/588 kB
2023-11-28T08:18:14.8854366Z Progress (5): 520/643 kB | 0.8/3.0 MB | 184/190 kB | 53/197 kB | 20/588 kB
2023-11-28T08:18:14.8854998Z Progress (5): 524/643 kB | 0.8/3.0 MB | 184/190 kB | 53/197 kB | 20/588 kB
2023-11-28T08:18:14.8855627Z Progress (5): 524/643 kB | 0.8/3.0 MB | 184/190 kB | 53/197 kB | 24/588 kB
2023-11-28T08:18:14.8856244Z Progress (5): 524/643 kB | 0.8/3.0 MB | 184/190 kB | 57/197 kB | 24/588 kB
2023-11-28T08:18:14.8856892Z Progress (5): 524/643 kB | 0.8/3.0 MB | 184/190 kB | 61/197 kB | 24/588 kB
2023-11-28T08:18:14.8857531Z Progress (5): 524/643 kB | 0.8/3.0 MB | 184/190 kB | 65/197 kB | 24/588 kB
2023-11-28T08:18:14.8858271Z Progress (5): 524/643 kB | 0.8/3.0 MB | 188/190 kB | 65/197 kB | 24/588 kB
2023-11-28T08:18:14.8858901Z Progress (5): 528/643 kB | 0.8/3.0 MB | 188/190 kB | 65/197 kB | 24/588 kB
2023-11-28T08:18:14.8859531Z Progress (5): 528/643 kB | 0.8/3.0 MB | 188/190 kB | 65/197 kB | 28/588 kB
2023-11-28T08:18:14.8860160Z Progress (5): 528/643 kB | 0.8/3.0 MB | 188/190 kB | 65/197 kB | 32/588 kB
2023-11-28T08:18:14.8860783Z Progress (5): 532/643 kB | 0.8/3.0 MB | 188/190 kB | 65/197 kB | 32/588 kB
2023-11-28T08:18:14.8861618Z Progress (5): 532/643 kB | 0.8/3.0 MB | 188/190 kB | 65/197 kB | 36/588 kB
2023-11-28T08:18:14.8862251Z Progress (5): 532/643 kB | 0.8/3.0 MB | 188/190 kB | 65/197 kB | 40/588 kB
2023-11-28T08:18:14.8862902Z Progress (5): 532/643 kB | 0.8/3.0 MB | 188/190 kB | 69/197 kB | 40/588 kB
2023-11-28T08:18:14.8863633Z Progress (5): 532/643 kB | 0.8/3.0 MB | 188/190 kB | 69/197 kB | 40/588 kB
2023-11-28T08:18:14.8865769Z Progress (5): 532/643 kB | 0.8/3.0 MB | 188/190 kB | 69/197 kB | 45/588 kB
2023-11-28T08:18:14.8866480Z Progress (5): 532/643 kB | 0.8/3.0 MB | 190 kB | 69/197 kB | 45/588 kB
2023-11-28T08:18:14.8867347Z Progress (5): 536/643 kB | 0.8/3.0 MB | 190 kB | 69/197 kB | 45/588 kB
2023-11-28T08:18:14.8868035Z Progress (5): 540/643 kB | 0.8/3.0 MB | 190 kB | 69/197 kB | 45/588 kB
2023-11-28T08:18:14.8868706Z Progress (5): 544/643 kB | 0.8/3.0 MB | 190 kB | 69/197 kB | 45/588 kB
2023-11-28T08:18:14.8869398Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 69/197 kB | 45/588 kB
2023-11-28T08:18:14.8870081Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 73/197 kB | 45/588 kB
2023-11-28T08:18:14.8870649Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 77/197 kB | 45/588 kB
2023-11-28T08:18:14.8871088Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 81/197 kB | 45/588 kB
2023-11-28T08:18:14.8871517Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 85/197 kB | 45/588 kB
2023-11-28T08:18:14.8871962Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 90/197 kB | 45/588 kB
2023-11-28T08:18:14.8872406Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 94/197 kB | 45/588 kB
2023-11-28T08:18:14.8872884Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 98/197 kB | 45/588 kB
2023-11-28T08:18:14.8873476Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 102/197 kB | 45/588 kB
2023-11-28T08:18:14.8875662Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 106/197 kB | 45/588 kB
2023-11-28T08:18:14.8880672Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 110/197 kB | 45/588 kB
2023-11-28T08:18:14.8881324Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 114/197 kB | 45/588 kB
2023-11-28T08:18:14.8881944Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 118/197 kB | 45/588 kB
2023-11-28T08:18:14.8882685Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 122/197 kB | 45/588 kB
2023-11-28T08:18:14.8883427Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 126/197 kB | 45/588 kB
2023-11-28T08:18:14.8884123Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 130/197 kB | 45/588 kB
2023-11-28T08:18:14.8884863Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 45/588 kB
2023-11-28T08:18:14.8885604Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 49/588 kB
2023-11-28T08:18:14.8886349Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 53/588 kB
2023-11-28T08:18:14.8886992Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 57/588 kB
2023-11-28T08:18:14.8887655Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 61/588 kB
2023-11-28T08:18:14.8888368Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 65/588 kB
2023-11-28T08:18:14.8889061Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 69/588 kB
2023-11-28T08:18:14.8889782Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 73/588 kB
2023-11-28T08:18:14.8890488Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 77/588 kB
2023-11-28T08:18:14.8891273Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 81/588 kB
2023-11-28T08:18:14.8891936Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 85/588 kB
2023-11-28T08:18:14.8892708Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 90/588 kB
2023-11-28T08:18:14.8893426Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 94/588 kB
2023-11-28T08:18:14.8894120Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 98/588 kB
2023-11-28T08:18:14.8894847Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 102/588 kB
2023-11-28T08:18:14.8895555Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 106/588 kB
2023-11-28T08:18:14.8896353Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 110/588 kB
2023-11-28T08:18:14.8897025Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 114/588 kB
2023-11-28T08:18:14.8897664Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 118/588 kB
2023-11-28T08:18:14.8898390Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 122/588 kB
2023-11-28T08:18:14.8899165Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 126/588 kB
2023-11-28T08:18:14.8899839Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 131/588 kB
2023-11-28T08:18:14.8900558Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 135/588 kB
2023-11-28T08:18:14.8901420Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 139/588 kB
2023-11-28T08:18:14.8902132Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 143/588 kB
2023-11-28T08:18:14.8902938Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 147/588 kB
2023-11-28T08:18:14.8903640Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 151/588 kB
2023-11-28T08:18:14.8904359Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 155/588 kB
2023-11-28T08:18:14.8905074Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 159/588 kB
2023-11-28T08:18:14.8905815Z Progress (5): 548/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 163/588 kB
2023-11-28T08:18:14.8906578Z Progress (5): 552/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 163/588 kB
2023-11-28T08:18:14.8907298Z Progress (5): 556/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 163/588 kB
2023-11-28T08:18:14.8908036Z Progress (5): 561/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 163/588 kB
2023-11-28T08:18:14.8908788Z Progress (5): 565/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 163/588 kB
2023-11-28T08:18:14.8909534Z Progress (5): 565/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 167/588 kB
2023-11-28T08:18:14.8910288Z Progress (5): 565/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 171/588 kB
2023-11-28T08:18:14.8910990Z Progress (5): 565/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 176/588 kB
2023-11-28T08:18:14.8911721Z Progress (5): 565/643 kB | 0.8/3.0 MB | 190 kB | 135/197 kB | 180/588 kB
2023-11-28T08:18:14.8912260Z
2023-11-28T08:18:14.8913615Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.7/commons-validator-1.7.jar (190 kB at 241 kB/s)
2023-11-28T08:18:14.8914858Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 184/588 kB
2023-11-28T08:18:14.8915450Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 188/588 kB
2023-11-28T08:18:14.8916075Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 192/588 kB
2023-11-28T08:18:14.8916682Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 196/588 kB
2023-11-28T08:18:14.8917343Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 200/588 kB
2023-11-28T08:18:14.8917989Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 204/588 kB
2023-11-28T08:18:14.8918558Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 208/588 kB
2023-11-28T08:18:14.8919183Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 212/588 kB
2023-11-28T08:18:14.8919760Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 217/588 kB
2023-11-28T08:18:14.8920380Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 221/588 kB
2023-11-28T08:18:14.8920999Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 225/588 kB
2023-11-28T08:18:14.8921776Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 229/588 kB
2023-11-28T08:18:14.8922403Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 233/588 kB
2023-11-28T08:18:14.8923033Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 237/588 kB
2023-11-28T08:18:14.8923663Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 241/588 kB
2023-11-28T08:18:14.8924281Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 245/588 kB
2023-11-28T08:18:14.8924909Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 249/588 kB
2023-11-28T08:18:14.8925538Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 253/588 kB
2023-11-28T08:18:14.8926159Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 257/588 kB
2023-11-28T08:18:14.8926784Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 262/588 kB
2023-11-28T08:18:14.8927430Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 266/588 kB
2023-11-28T08:18:14.8928249Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 270/588 kB
2023-11-28T08:18:14.8928885Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 274/588 kB
2023-11-28T08:18:14.8929525Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 278/588 kB
2023-11-28T08:18:14.8930187Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 282/588 kB
2023-11-28T08:18:14.8930834Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 286/588 kB
2023-11-28T08:18:14.8931480Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 290/588 kB
2023-11-28T08:18:14.8932105Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 294/588 kB
2023-11-28T08:18:14.8932735Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 298/588 kB
2023-11-28T08:18:14.8933333Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 303/588 kB
2023-11-28T08:18:14.8933955Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 307/588 kB
2023-11-28T08:18:14.8934557Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 311/588 kB
2023-11-28T08:18:14.8935190Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 315/588 kB
2023-11-28T08:18:14.8935799Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 319/588 kB
2023-11-28T08:18:14.8945305Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 323/588 kB
2023-11-28T08:18:14.8945964Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 327/588 kB
2023-11-28T08:18:14.8946589Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 331/588 kB
2023-11-28T08:18:14.8947206Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 335/588 kB
2023-11-28T08:18:14.8947835Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 339/588 kB
2023-11-28T08:18:14.8948544Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 344/588 kB
2023-11-28T08:18:14.8949108Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 348/588 kB
2023-11-28T08:18:14.8949927Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 352/588 kB
2023-11-28T08:18:14.8950635Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 356/588 kB
2023-11-28T08:18:14.8951264Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 360/588 kB
2023-11-28T08:18:14.8951892Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 364/588 kB
2023-11-28T08:18:14.8952527Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 368/588 kB
2023-11-28T08:18:14.8953172Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 372/588 kB
2023-11-28T08:18:14.8953847Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 376/588 kB
2023-11-28T08:18:14.8954416Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 376/588 kB
2023-11-28T08:18:14.8954965Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 380/588 kB
2023-11-28T08:18:14.8955562Z Progress (4): 565/643 kB | 0.8/3.0 MB | 135/197 kB | 384/588 kB
2023-11-28T08:18:14.8956074Z
2023-11-28T08:18:14.8957365Z Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
2023-11-28T08:18:14.8958585Z Progress (4): 569/643 kB | 0.8/3.0 MB | 135/197 kB | 384/588 kB
2023-11-28T08:18:14.8959311Z Progress (4): 569/643 kB | 0.8/3.0 MB | 139/197 kB | 384/588 kB
2023-11-28T08:18:14.8959877Z Progress (4): 569/643 kB | 0.8/3.0 MB | 143/197 kB | 384/588 kB
2023-11-28T08:18:14.8960471Z Progress (4): 569/643 kB | 0.8/3.0 MB | 147/197 kB | 384/588 kB
2023-11-28T08:18:14.8961270Z Progress (4): 569/643 kB | 0.8/3.0 MB | 151/197 kB | 384/588 kB
2023-11-28T08:18:14.8962012Z Progress (4): 569/643 kB | 0.8/3.0 MB | 155/197 kB | 384/588 kB
2023-11-28T08:18:14.8962675Z Progress (4): 569/643 kB | 0.8/3.0 MB | 159/197 kB | 384/588 kB
2023-11-28T08:18:14.8963313Z Progress (4): 569/643 kB | 0.8/3.0 MB | 163/197 kB | 384/588 kB
2023-11-28T08:18:14.8963985Z Progress (4): 569/643 kB | 0.8/3.0 MB | 167/197 kB | 384/588 kB
2023-11-28T08:18:14.8964561Z Progress (4): 569/643 kB | 0.8/3.0 MB | 171/197 kB | 384/588 kB
2023-11-28T08:18:14.8965135Z Progress (4): 569/643 kB | 0.8/3.0 MB | 176/197 kB | 384/588 kB
2023-11-28T08:18:14.8972901Z Progress (4): 569/643 kB | 0.8/3.0 MB | 180/197 kB | 384/588 kB
2023-11-28T08:18:14.8973474Z Progress (4): 569/643 kB | 0.8/3.0 MB | 184/197 kB | 384/588 kB
2023-11-28T08:18:14.8974007Z Progress (4): 569/643 kB | 0.8/3.0 MB | 188/197 kB | 384/588 kB
2023-11-28T08:18:14.8974533Z Progress (4): 569/643 kB | 0.8/3.0 MB | 192/197 kB | 384/588 kB
2023-11-28T08:18:14.8975062Z Progress (4): 569/643 kB | 0.8/3.0 MB | 196/197 kB | 384/588 kB
2023-11-28T08:18:14.8975657Z Progress (4): 569/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB
2023-11-28T08:18:14.8976156Z Progress (4): 573/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB
2023-11-28T08:18:14.8976644Z Progress (4): 577/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB
2023-11-28T08:18:14.8977127Z Progress (4): 581/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB
2023-11-28T08:18:14.8977613Z Progress (4): 585/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB
2023-11-28T08:18:14.8978099Z Progress (4): 589/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB
2023-11-28T08:18:14.8978599Z Progress (4): 593/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB
2023-11-28T08:18:14.8979090Z Progress (4): 597/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB
2023-11-28T08:18:14.8979568Z Progress (4): 602/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB
2023-11-28T08:18:14.8980053Z Progress (4): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB
2023-11-28T08:18:14.8980609Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 4.1/247 kB
2023-11-28T08:18:14.8981390Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 8.2/247 kB
2023-11-28T08:18:14.8982009Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 12/247 kB
2023-11-28T08:18:14.8982614Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 16/247 kB
2023-11-28T08:18:14.8983551Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 20/247 kB
2023-11-28T08:18:14.8984367Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 25/247 kB
2023-11-28T08:18:14.8985306Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 29/247 kB
2023-11-28T08:18:14.8985916Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 33/247 kB
2023-11-28T08:18:14.8987031Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 37/247 kB
2023-11-28T08:18:14.8987694Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 41/247 kB
2023-11-28T08:18:14.8988293Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 45/247 kB
2023-11-28T08:18:14.8989289Z Progress (5): 606/643 kB | 0.8/3.0 MB | 197 kB | 384/588 kB | 49/247 kB
2023-11-28T08:18:14.8989865Z
2023-11-28T08:18:14.8991637Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/2.1/commons-digester-2.1.jar (197 kB at 246 kB/s)
2023-11-28T08:18:14.8993498Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/packager/packager-rpm/0.19.0/packager-rpm-0.19.0.jar
2023-11-28T08:18:14.8994590Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 53/247 kB
2023-11-28T08:18:14.8995173Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 57/247 kB
2023-11-28T08:18:14.8996513Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 61/247 kB
2023-11-28T08:18:14.8997515Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 66/247 kB
2023-11-28T08:18:14.8998482Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 70/247 kB
2023-11-28T08:18:14.8999171Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 74/247 kB
2023-11-28T08:18:14.8999781Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 78/247 kB
2023-11-28T08:18:14.9000222Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 82/247 kB
2023-11-28T08:18:14.9000609Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 86/247 kB
2023-11-28T08:18:14.9000991Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 90/247 kB
2023-11-28T08:18:14.9001370Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 94/247 kB
2023-11-28T08:18:14.9001744Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 98/247 kB
2023-11-28T08:18:14.9003158Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 102/247 kB
2023-11-28T08:18:14.9005977Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 106/247 kB
2023-11-28T08:18:14.9006744Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 111/247 kB
2023-11-28T08:18:14.9007380Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 115/247 kB
2023-11-28T08:18:14.9007983Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 119/247 kB
2023-11-28T08:18:14.9008753Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 123/247 kB
2023-11-28T08:18:14.9009713Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 127/247 kB
2023-11-28T08:18:14.9010362Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 131/247 kB
2023-11-28T08:18:14.9011427Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 135/247 kB
2023-11-28T08:18:14.9012096Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 139/247 kB
2023-11-28T08:18:14.9012668Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 143/247 kB
2023-11-28T08:18:14.9013244Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 147/247 kB
2023-11-28T08:18:14.9013857Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 152/247 kB
2023-11-28T08:18:14.9014487Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 156/247 kB
2023-11-28T08:18:14.9015265Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 160/247 kB
2023-11-28T08:18:14.9016291Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 164/247 kB
2023-11-28T08:18:14.9016996Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 168/247 kB
2023-11-28T08:18:14.9017612Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 172/247 kB
2023-11-28T08:18:14.9018173Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 176/247 kB
2023-11-28T08:18:14.9018717Z Progress (4): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 180/247 kB
2023-11-28T08:18:14.9019430Z Progress (5): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 180/247 kB | 4.1/178 kB
2023-11-28T08:18:14.9020203Z Progress (5): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 180/247 kB | 4.1/178 kB
2023-11-28T08:18:14.9021156Z Progress (5): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 180/247 kB | 8.2/178 kB
2023-11-28T08:18:14.9021958Z Progress (5): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 180/247 kB | 12/178 kB
2023-11-28T08:18:14.9022816Z Progress (5): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 180/247 kB | 16/178 kB
2023-11-28T08:18:14.9023736Z Progress (5): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 184/247 kB | 16/178 kB
2023-11-28T08:18:14.9024473Z Progress (5): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 188/247 kB | 16/178 kB
2023-11-28T08:18:14.9025383Z Progress (5): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 193/247 kB | 16/178 kB
2023-11-28T08:18:14.9026167Z Progress (5): 606/643 kB | 0.8/3.0 MB | 384/588 kB | 193/247 kB | 20/178 kB
2023-11-28T08:18:14.9026911Z Progress (5): 610/643 kB | 0.8/3.0 MB | 384/588 kB | 193/247 kB | 20/178 kB
2023-11-28T08:18:14.9027773Z Progress (5): 614/643 kB | 0.8/3.0 MB | 384/588 kB | 193/247 kB | 20/178 kB
2023-11-28T08:18:14.9033428Z Progress (5): 614/643 kB | 0.8/3.0 MB | 389/588 kB | 193/247 kB | 20/178 kB
2023-11-28T08:18:14.9034097Z Progress (5): 614/643 kB | 0.8/3.0 MB | 389/588 kB | 193/247 kB | 25/178 kB
2023-11-28T08:18:14.9034863Z Progress (5): 618/643 kB | 0.8/3.0 MB | 389/588 kB | 193/247 kB | 25/178 kB
2023-11-28T08:18:14.9035497Z Progress (5): 618/643 kB | 0.8/3.0 MB | 389/588 kB | 193/247 kB | 29/178 kB
2023-11-28T08:18:14.9036133Z Progress (5): 618/643 kB | 0.8/3.0 MB | 389/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9036908Z Progress (5): 618/643 kB | 0.8/3.0 MB | 393/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9037559Z Progress (5): 618/643 kB | 0.8/3.0 MB | 397/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9038425Z Progress (5): 618/643 kB | 0.8/3.0 MB | 401/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9039066Z Progress (5): 618/643 kB | 0.8/3.0 MB | 405/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9039710Z Progress (5): 618/643 kB | 0.8/3.0 MB | 409/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9041003Z Progress (5): 618/643 kB | 0.8/3.0 MB | 413/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9041650Z Progress (5): 618/643 kB | 0.8/3.0 MB | 417/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9042295Z Progress (5): 618/643 kB | 0.8/3.0 MB | 421/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9043118Z Progress (5): 618/643 kB | 0.8/3.0 MB | 425/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9043777Z Progress (5): 618/643 kB | 0.8/3.0 MB | 430/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9044732Z Progress (5): 618/643 kB | 0.8/3.0 MB | 434/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9045695Z Progress (5): 618/643 kB | 0.8/3.0 MB | 438/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9046330Z Progress (5): 618/643 kB | 0.8/3.0 MB | 442/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9046969Z Progress (5): 618/643 kB | 0.8/3.0 MB | 446/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9047594Z Progress (5): 618/643 kB | 0.8/3.0 MB | 450/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9048233Z Progress (5): 618/643 kB | 0.8/3.0 MB | 454/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9049145Z Progress (5): 618/643 kB | 0.8/3.0 MB | 458/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9049799Z Progress (5): 618/643 kB | 0.8/3.0 MB | 462/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9050420Z Progress (5): 618/643 kB | 0.8/3.0 MB | 466/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9051624Z Progress (5): 618/643 kB | 0.8/3.0 MB | 470/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9052338Z Progress (5): 618/643 kB | 0.8/3.0 MB | 470/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9053063Z Progress (5): 618/643 kB | 0.8/3.0 MB | 475/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9053808Z Progress (5): 618/643 kB | 0.8/3.0 MB | 479/588 kB | 197/247 kB | 29/178 kB
2023-11-28T08:18:14.9054796Z Progress (5): 618/643 kB | 0.8/3.0 MB | 479/588 kB | 201/247 kB | 29/178 kB
2023-11-28T08:18:14.9055525Z Progress (5): 618/643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 29/178 kB
2023-11-28T08:18:14.9056269Z Progress (5): 618/643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 33/178 kB
2023-11-28T08:18:14.9056998Z Progress (5): 622/643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 33/178 kB
2023-11-28T08:18:14.9057763Z Progress (5): 626/643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 33/178 kB
2023-11-28T08:18:14.9058487Z Progress (5): 630/643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 33/178 kB
2023-11-28T08:18:14.9059239Z Progress (5): 630/643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 37/178 kB
2023-11-28T08:18:14.9059917Z Progress (5): 630/643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 41/178 kB
2023-11-28T08:18:14.9060399Z Progress (5): 630/643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 45/178 kB
2023-11-28T08:18:14.9061056Z Progress (5): 634/643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 45/178 kB
2023-11-28T08:18:14.9061547Z Progress (5): 638/643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 45/178 kB
2023-11-28T08:18:14.9062048Z Progress (5): 642/643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 45/178 kB
2023-11-28T08:18:14.9069058Z Progress (5): 643 kB | 0.8/3.0 MB | 479/588 kB | 205/247 kB | 45/178 kB
2023-11-28T08:18:14.9069977Z Progress (5): 643 kB | 0.8/3.0 MB | 479/588 kB | 209/247 kB | 45/178 kB
2023-11-28T08:18:14.9070659Z Progress (5): 643 kB | 0.8/3.0 MB | 479/588 kB | 213/247 kB | 45/178 kB
2023-11-28T08:18:14.9071311Z Progress (5): 643 kB | 0.8/3.0 MB | 483/588 kB | 213/247 kB | 45/178 kB
2023-11-28T08:18:14.9072015Z Progress (5): 643 kB | 0.8/3.0 MB | 483/588 kB | 217/247 kB | 45/178 kB
2023-11-28T08:18:14.9072724Z Progress (5): 643 kB | 0.8/3.0 MB | 483/588 kB | 221/247 kB | 45/178 kB
2023-11-28T08:18:14.9073990Z Progress (5): 643 kB | 0.8/3.0 MB | 483/588 kB | 225/247 kB | 45/178 kB
2023-11-28T08:18:14.9075882Z Progress (5): 643 kB | 0.8/3.0 MB | 483/588 kB | 229/247 kB | 45/178 kB
2023-11-28T08:18:14.9076647Z Progress (5): 643 kB | 0.8/3.0 MB | 487/588 kB | 229/247 kB | 45/178 kB
2023-11-28T08:18:14.9077802Z Progress (5): 643 kB | 0.8/3.0 MB | 487/588 kB | 233/247 kB | 45/178 kB
2023-11-28T08:18:14.9079735Z Progress (5): 643 kB | 0.8/3.0 MB | 487/588 kB | 238/247 kB | 45/178 kB
2023-11-28T08:18:14.9080471Z Progress (5): 643 kB | 0.8/3.0 MB | 487/588 kB | 242/247 kB | 45/178 kB
2023-11-28T08:18:14.9082001Z Progress (5): 643 kB | 0.8/3.0 MB | 487/588 kB | 246/247 kB | 45/178 kB
2023-11-28T08:18:14.9083498Z Progress (5): 643 kB | 0.8/3.0 MB | 487/588 kB | 247 kB | 45/178 kB
2023-11-28T08:18:14.9084178Z Progress (5): 643 kB | 0.9/3.0 MB | 487/588 kB | 247 kB | 45/178 kB
2023-11-28T08:18:14.9085639Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 45/178 kB
2023-11-28T08:18:14.9087254Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 49/178 kB
2023-11-28T08:18:14.9087933Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 49/178 kB
2023-11-28T08:18:14.9089348Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 53/178 kB
2023-11-28T08:18:14.9100623Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 57/178 kB
2023-11-28T08:18:14.9101575Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 61/178 kB
2023-11-28T08:18:14.9102217Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 66/178 kB
2023-11-28T08:18:14.9102902Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 66/178 kB
2023-11-28T08:18:14.9103552Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 70/178 kB
2023-11-28T08:18:14.9104903Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 70/178 kB
2023-11-28T08:18:14.9106723Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 74/178 kB
2023-11-28T08:18:14.9107443Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 78/178 kB
2023-11-28T08:18:14.9109248Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 82/178 kB
2023-11-28T08:18:14.9109914Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 82/178 kB
2023-11-28T08:18:14.9110933Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 86/178 kB
2023-11-28T08:18:14.9111595Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 90/178 kB
2023-11-28T08:18:14.9112218Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 94/178 kB
2023-11-28T08:18:14.9114017Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 98/178 kB
2023-11-28T08:18:14.9115392Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 98/178 kB
2023-11-28T08:18:14.9116200Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 102/178 kB
2023-11-28T08:18:14.9117669Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 106/178 kB
2023-11-28T08:18:14.9119134Z Progress (5): 643 kB | 0.9/3.0 MB | 491/588 kB | 247 kB | 111/178 kB
2023-11-28T08:18:14.9119828Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 111/178 kB
2023-11-28T08:18:14.9120866Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 115/178 kB
2023-11-28T08:18:14.9122692Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 119/178 kB
2023-11-28T08:18:14.9123420Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 119/178 kB
2023-11-28T08:18:14.9124046Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 123/178 kB
2023-11-28T08:18:14.9124854Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 127/178 kB
2023-11-28T08:18:14.9125475Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 131/178 kB
2023-11-28T08:18:14.9126079Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 131/178 kB
2023-11-28T08:18:14.9127214Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 135/178 kB
2023-11-28T08:18:14.9127905Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 139/178 kB
2023-11-28T08:18:14.9128581Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 143/178 kB
2023-11-28T08:18:14.9129225Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 147/178 kB
2023-11-28T08:18:14.9131015Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 147/178 kB
2023-11-28T08:18:14.9132472Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 152/178 kB
2023-11-28T08:18:14.9133149Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 156/178 kB
2023-11-28T08:18:14.9135328Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 160/178 kB
2023-11-28T08:18:14.9136522Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 164/178 kB
2023-11-28T08:18:14.9137205Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 164/178 kB
2023-11-28T08:18:14.9138635Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 168/178 kB
2023-11-28T08:18:14.9140333Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 172/178 kB
2023-11-28T08:18:14.9142255Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 176/178 kB
2023-11-28T08:18:14.9143270Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9143926Z Progress (5): 643 kB | 1.0/3.0 MB | 491/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9145001Z Progress (5): 643 kB | 1.1/3.0 MB | 491/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9145605Z Progress (5): 643 kB | 1.1/3.0 MB | 495/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9146211Z Progress (5): 643 kB | 1.1/3.0 MB | 499/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9146852Z Progress (5): 643 kB | 1.1/3.0 MB | 503/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9147481Z Progress (5): 643 kB | 1.1/3.0 MB | 507/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9148062Z Progress (5): 643 kB | 1.1/3.0 MB | 511/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9148645Z Progress (5): 643 kB | 1.1/3.0 MB | 516/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9149558Z Progress (5): 643 kB | 1.1/3.0 MB | 520/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9150955Z Progress (5): 643 kB | 1.1/3.0 MB | 524/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9151606Z Progress (5): 643 kB | 1.1/3.0 MB | 528/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9152228Z Progress (5): 643 kB | 1.1/3.0 MB | 532/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9152840Z Progress (5): 643 kB | 1.1/3.0 MB | 536/588 kB | 247 kB | 178 kB
2023-11-28T08:18:14.9153348Z
2023-11-28T08:18:14.9155636Z Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.10.4/joda-time-2.10.4.jar (643 kB at 785 kB/s)
2023-11-28T08:18:14.9157910Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/packager/packager-core/0.19.0/packager-core-0.19.0.jar
2023-11-28T08:18:14.9161543Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 301 kB/s)
2023-11-28T08:18:14.9164461Z Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.jar
2023-11-28T08:18:14.9165978Z Progress (3): 1.1/3.0 MB | 540/588 kB | 178 kB
2023-11-28T08:18:14.9166440Z Progress (3): 1.1/3.0 MB | 544/588 kB | 178 kB
2023-11-28T08:18:14.9167655Z Progress (3): 1.1/3.0 MB | 548/588 kB | 178 kB
2023-11-28T08:18:14.9168880Z Progress (3): 1.1/3.0 MB | 552/588 kB | 178 kB
2023-11-28T08:18:14.9169354Z Progress (3): 1.1/3.0 MB | 557/588 kB | 178 kB
2023-11-28T08:18:14.9169799Z Progress (3): 1.1/3.0 MB | 561/588 kB | 178 kB
2023-11-28T08:18:14.9170804Z Progress (3): 1.1/3.0 MB | 565/588 kB | 178 kB
2023-11-28T08:18:14.9172556Z Progress (3): 1.1/3.0 MB | 569/588 kB | 178 kB
2023-11-28T08:18:14.9173044Z Progress (3): 1.1/3.0 MB | 573/588 kB | 178 kB
2023-11-28T08:18:14.9173539Z Progress (3): 1.1/3.0 MB | 577/588 kB | 178 kB
2023-11-28T08:18:14.9174002Z Progress (3): 1.1/3.0 MB | 581/588 kB | 178 kB
2023-11-28T08:18:14.9175908Z Progress (3): 1.1/3.0 MB | 585/588 kB | 178 kB
2023-11-28T08:18:14.9176621Z Progress (3): 1.1/3.0 MB | 588 kB | 178 kB
2023-11-28T08:18:14.9177084Z Progress (4): 1.1/3.0 MB | 588 kB | 178 kB | 4.1/21 kB
2023-11-28T08:18:14.9178268Z Progress (4): 1.1/3.0 MB | 588 kB | 178 kB | 8.2/21 kB
2023-11-28T08:18:14.9178810Z Progress (4): 1.1/3.0 MB | 588 kB | 178 kB | 12/21 kB
2023-11-28T08:18:14.9179849Z Progress (4): 1.1/3.0 MB | 588 kB | 178 kB | 16/21 kB
2023-11-28T08:18:14.9181161Z Progress (4): 1.1/3.0 MB | 588 kB | 178 kB | 20/21 kB
2023-11-28T08:18:14.9181831Z Progress (4): 1.1/3.0 MB | 588 kB | 178 kB | 21 kB
2023-11-28T08:18:14.9182376Z Progress (5): 1.1/3.0 MB | 588 kB | 178 kB | 21 kB | 0/6.1 MB
2023-11-28T08:18:14.9182962Z Progress (5): 1.1/3.0 MB | 588 kB | 178 kB | 21 kB | 0.1/6.1 MB
2023-11-28T08:18:14.9183702Z Progress (5): 1.1/3.0 MB | 588 kB | 178 kB | 21 kB | 0.1/6.1 MB
2023-11-28T08:18:14.9184333Z Progress (5): 1.1/3.0 MB | 588 kB | 178 kB | 21 kB | 0.1/6.1 MB
2023-11-28T08:18:14.9184913Z Progress (5): 1.1/3.0 MB | 588 kB | 178 kB | 21 kB | 0.2/6.1 MB
2023-11-28T08:18:14.9185551Z Progress (5): 1.1/3.0 MB | 588 kB | 178 kB | 21 kB | 0.2/6.1 MB
2023-11-28T08:18:14.9186023Z
2023-11-28T08:18:14.9187433Z Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 712 kB/s)
2023-11-28T08:18:14.9189414Z Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.jar
2023-11-28T08:18:14.9191279Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/packager/packager-core/0.19.0/packager-core-0.19.0.jar (21 kB at 25 kB/s)
2023-11-28T08:18:14.9192818Z Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar
2023-11-28T08:18:14.9193918Z Progress (3): 1.1/3.0 MB | 178 kB | 0.2/6.1 MB
2023-11-28T08:18:14.9194341Z
2023-11-28T08:18:14.9195615Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/packager/packager-rpm/0.19.0/packager-rpm-0.19.0.jar (178 kB at 215 kB/s)
2023-11-28T08:18:14.9282527Z Downloading from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/9.0.1/dependency-check-utils-9.0.1.jar
2023-11-28T08:18:14.9283579Z Progress (2): 1.1/3.0 MB | 0.2/6.1 MB
2023-11-28T08:18:14.9283896Z Progress (2): 1.1/3.0 MB | 0.2/6.1 MB
2023-11-28T08:18:14.9284213Z Progress (2): 1.1/3.0 MB | 0.2/6.1 MB
2023-11-28T08:18:14.9284693Z Progress (2): 1.1/3.0 MB | 0.2/6.1 MB
2023-11-28T08:18:14.9285077Z Progress (2): 1.1/3.0 MB | 0.2/6.1 MB
2023-11-28T08:18:14.9285416Z Progress (2): 1.2/3.0 MB | 0.2/6.1 MB
2023-11-28T08:18:14.9285762Z Progress (2): 1.2/3.0 MB | 0.2/6.1 MB
2023-11-28T08:18:14.9286221Z Progress (2): 1.2/3.0 MB | 0.3/6.1 MB
2023-11-28T08:18:14.9286576Z Progress (2): 1.2/3.0 MB | 0.3/6.1 MB
2023-11-28T08:18:14.9286963Z Progress (3): 1.2/3.0 MB | 0.3/6.1 MB | 4.1/116 kB
2023-11-28T08:18:14.9287493Z Progress (3): 1.2/3.0 MB | 0.3/6.1 MB | 8.2/116 kB
2023-11-28T08:18:14.9288000Z Progress (3): 1.2/3.0 MB | 0.3/6.1 MB | 12/116 kB
2023-11-28T08:18:14.9288448Z Progress (3): 1.2/3.0 MB | 0.3/6.1 MB | 16/116 kB
2023-11-28T08:18:14.9288882Z Progress (3): 1.2/3.0 MB | 0.3/6.1 MB | 20/116 kB
2023-11-28T08:18:14.9289326Z Progress (3): 1.2/3.0 MB | 0.3/6.1 MB | 24/116 kB
2023-11-28T08:18:14.9289745Z Progress (3): 1.2/3.0 MB | 0.3/6.1 MB | 28/116 kB
2023-11-28T08:18:14.9290167Z Progress (3): 1.2/3.0 MB | 0.3/6.1 MB | 32/116 kB
2023-11-28T08:18:14.9290673Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 32/116 kB | 4.1/55 kB
2023-11-28T08:18:14.9291391Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 32/116 kB | 8.2/55 kB
2023-11-28T08:18:14.9291943Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 32/116 kB | 12/55 kB
2023-11-28T08:18:14.9292482Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 36/116 kB | 12/55 kB
2023-11-28T08:18:14.9292994Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 40/116 kB | 12/55 kB
2023-11-28T08:18:14.9293503Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 44/116 kB | 12/55 kB
2023-11-28T08:18:14.9294028Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 49/116 kB | 12/55 kB
2023-11-28T08:18:14.9294527Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 53/116 kB | 12/55 kB
2023-11-28T08:18:14.9295019Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 57/116 kB | 12/55 kB
2023-11-28T08:18:14.9295752Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 61/116 kB | 12/55 kB
2023-11-28T08:18:14.9296275Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 65/116 kB | 12/55 kB
2023-11-28T08:18:14.9296947Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 69/116 kB | 12/55 kB
2023-11-28T08:18:14.9297530Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 73/116 kB | 12/55 kB
2023-11-28T08:18:14.9298080Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 77/116 kB | 12/55 kB
2023-11-28T08:18:14.9298594Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 81/116 kB | 12/55 kB
2023-11-28T08:18:14.9299110Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 85/116 kB | 12/55 kB
2023-11-28T08:18:14.9299624Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 90/116 kB | 12/55 kB
2023-11-28T08:18:14.9300146Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 94/116 kB | 12/55 kB
2023-11-28T08:18:14.9331588Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 98/116 kB | 12/55 kB
2023-11-28T08:18:14.9332223Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 102/116 kB | 12/55 kB
2023-11-28T08:18:14.9333316Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 106/116 kB | 12/55 kB
2023-11-28T08:18:14.9334068Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 110/116 kB | 12/55 kB
2023-11-28T08:18:14.9334993Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 114/116 kB | 12/55 kB
2023-11-28T08:18:14.9335553Z Progress (4): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB
2023-11-28T08:18:14.9336118Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 4.1/379 kB
2023-11-28T08:18:14.9337074Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 8.2/379 kB
2023-11-28T08:18:14.9337728Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 12/379 kB
2023-11-28T08:18:14.9338385Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 16/379 kB
2023-11-28T08:18:14.9339301Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 20/379 kB
2023-11-28T08:18:14.9340102Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 24/379 kB
2023-11-28T08:18:14.9340774Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 28/379 kB
2023-11-28T08:18:14.9346155Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 32/379 kB
2023-11-28T08:18:14.9346842Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 36/379 kB
2023-11-28T08:18:14.9347564Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 40/379 kB
2023-11-28T08:18:14.9348292Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 44/379 kB
2023-11-28T08:18:14.9348945Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 49/379 kB
2023-11-28T08:18:14.9349642Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 53/379 kB
2023-11-28T08:18:14.9350343Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 57/379 kB
2023-11-28T08:18:14.9351048Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 61/379 kB
2023-11-28T08:18:14.9351722Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 65/379 kB
2023-11-28T08:18:14.9352395Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 69/379 kB
2023-11-28T08:18:14.9353088Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 73/379 kB
2023-11-28T08:18:14.9353790Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 77/379 kB
2023-11-28T08:18:14.9354501Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 81/379 kB
2023-11-28T08:18:14.9355326Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 85/379 kB
2023-11-28T08:18:14.9356017Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 90/379 kB
2023-11-28T08:18:14.9356707Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 94/379 kB
2023-11-28T08:18:14.9357433Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 98/379 kB
2023-11-28T08:18:14.9358060Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 102/379 kB
2023-11-28T08:18:14.9359078Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 106/379 kB
2023-11-28T08:18:14.9359778Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 110/379 kB
2023-11-28T08:18:14.9360473Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 114/379 kB
2023-11-28T08:18:14.9361132Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 118/379 kB
2023-11-28T08:18:14.9362082Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 122/379 kB
2023-11-28T08:18:14.9362782Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 126/379 kB
2023-11-28T08:18:14.9363563Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 130/379 kB
2023-11-28T08:18:14.9364375Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 135/379 kB
2023-11-28T08:18:14.9379469Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 139/379 kB
2023-11-28T08:18:14.9380203Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 143/379 kB
2023-11-28T08:18:14.9381020Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 147/379 kB
2023-11-28T08:18:14.9381675Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 151/379 kB
2023-11-28T08:18:14.9382387Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 155/379 kB
2023-11-28T08:18:14.9383395Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 159/379 kB
2023-11-28T08:18:14.9384265Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 163/379 kB
2023-11-28T08:18:14.9385114Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 167/379 kB
2023-11-28T08:18:14.9385786Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 171/379 kB
2023-11-28T08:18:14.9393095Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 176/379 kB
2023-11-28T08:18:14.9424085Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9424904Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9425619Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9426299Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9427006Z Progress (5): 1.2/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9427704Z Progress (5): 1.3/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9428433Z Progress (5): 1.3/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9429144Z Progress (5): 1.3/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9429865Z Progress (5): 1.3/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9430566Z Progress (5): 1.3/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9431280Z Progress (5): 1.3/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9432225Z Progress (5): 1.3/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9432914Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9433628Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9434337Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9435085Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9435785Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 12/55 kB | 180/379 kB
2023-11-28T08:18:14.9436507Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 16/55 kB | 180/379 kB
2023-11-28T08:18:14.9437351Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 20/55 kB | 180/379 kB
2023-11-28T08:18:14.9438045Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 24/55 kB | 180/379 kB
2023-11-28T08:18:14.9438786Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 28/55 kB | 180/379 kB
2023-11-28T08:18:14.9439465Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 32/55 kB | 180/379 kB
2023-11-28T08:18:14.9440175Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 36/55 kB | 180/379 kB
2023-11-28T08:18:14.9440879Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 40/55 kB | 180/379 kB
2023-11-28T08:18:14.9441600Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 44/55 kB | 180/379 kB
2023-11-28T08:18:14.9442295Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 49/55 kB | 180/379 kB
2023-11-28T08:18:14.9442999Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 53/55 kB | 180/379 kB
2023-11-28T08:18:14.9444548Z Progress (5): 1.4/3.0 MB | 0.3/6.1 MB | 116 kB | 55 kB | 180/379 kB
2023-11-28T08:18:14.9445146Z
2023-11-28T08:18:14.9446995Z Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 137 kB/s)
2023-11-28T08:18:14.9448732Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs3-core/3.2/commons-jcs3-core-3.2.jar
2023-11-28T08:18:14.9450244Z Progress (4): 1.4/3.0 MB | 0.3/6.1 MB | 55 kB | 184/379 kB
2023-11-28T08:18:14.9450820Z Progress (4): 1.4/3.0 MB | 0.3/6.1 MB | 55 kB | 188/379 kB
2023-11-28T08:18:14.9452067Z Progress (4): 1.4/3.0 MB | 0.3/6.1 MB | 55 kB | 192/379 kB
2023-11-28T08:18:14.9452685Z Progress (4): 1.4/3.0 MB | 0.3/6.1 MB | 55 kB | 196/379 kB
2023-11-28T08:18:14.9453234Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 196/379 kB
2023-11-28T08:18:14.9453756Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 200/379 kB
2023-11-28T08:18:14.9454258Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 204/379 kB
2023-11-28T08:18:14.9454759Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 208/379 kB
2023-11-28T08:18:14.9462544Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 212/379 kB
2023-11-28T08:18:14.9463674Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 217/379 kB
2023-11-28T08:18:14.9464291Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 217/379 kB
2023-11-28T08:18:14.9464870Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 221/379 kB
2023-11-28T08:18:14.9465407Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 225/379 kB
2023-11-28T08:18:14.9465949Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 229/379 kB
2023-11-28T08:18:14.9466836Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 233/379 kB
2023-11-28T08:18:14.9467771Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 237/379 kB
2023-11-28T08:18:14.9468307Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 241/379 kB
2023-11-28T08:18:14.9469355Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 245/379 kB
2023-11-28T08:18:14.9469935Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 245/379 kB
2023-11-28T08:18:14.9470450Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 249/379 kB
2023-11-28T08:18:14.9471031Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 253/379 kB
2023-11-28T08:18:14.9471543Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 257/379 kB
2023-11-28T08:18:14.9472079Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 262/379 kB
2023-11-28T08:18:14.9472749Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 266/379 kB
2023-11-28T08:18:14.9473339Z Progress (4): 1.4/3.0 MB | 0.4/6.1 MB | 55 kB | 270/379 kB
2023-11-28T08:18:14.9473839Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 55 kB | 270/379 kB
2023-11-28T08:18:14.9474386Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 55 kB | 270/379 kB
2023-11-28T08:18:14.9474935Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 55 kB | 270/379 kB
2023-11-28T08:18:14.9475492Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 55 kB | 270/379 kB
2023-11-28T08:18:14.9476071Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 55 kB | 270/379 kB
2023-11-28T08:18:14.9476783Z
2023-11-28T08:18:14.9479304Z Downloaded from central: https://repo.maven.apache.org/maven2/org/owasp/dependency-check-utils/9.0.1/dependency-check-utils-9.0.1.jar (55 kB at 65 kB/s)
2023-11-28T08:18:14.9480732Z Progress (3): 1.4/3.0 MB | 0.5/6.1 MB | 274/379 kB
2023-11-28T08:18:14.9481805Z Progress (3): 1.4/3.0 MB | 0.5/6.1 MB | 278/379 kB
2023-11-28T08:18:14.9482318Z Progress (3): 1.4/3.0 MB | 0.5/6.1 MB | 282/379 kB
2023-11-28T08:18:14.9482761Z Progress (3): 1.4/3.0 MB | 0.5/6.1 MB | 286/379 kB
2023-11-28T08:18:14.9483223Z Progress (3): 1.4/3.0 MB | 0.5/6.1 MB | 290/379 kB
2023-11-28T08:18:14.9483712Z Progress (3): 1.4/3.0 MB | 0.5/6.1 MB | 294/379 kB
2023-11-28T08:18:14.9484105Z
2023-11-28T08:18:14.9485353Z Downloading from central: https://repo.maven.apache.org/maven2/io/github/jeremylong/jcs3-slf4j/1.0.3/jcs3-slf4j-1.0.3.jar
2023-11-28T08:18:14.9486415Z Progress (3): 1.4/3.0 MB | 0.5/6.1 MB | 298/379 kB
2023-11-28T08:18:14.9486858Z Progress (3): 1.4/3.0 MB | 0.5/6.1 MB | 303/379 kB
2023-11-28T08:18:14.9487280Z Progress (3): 1.4/3.0 MB | 0.5/6.1 MB | 307/379 kB
2023-11-28T08:18:14.9487733Z Progress (3): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB
2023-11-28T08:18:14.9488292Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 4.1/543 kB
2023-11-28T08:18:14.9488932Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 8.2/543 kB
2023-11-28T08:18:14.9489564Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 12/543 kB
2023-11-28T08:18:14.9490198Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 16/543 kB
2023-11-28T08:18:14.9490822Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 20/543 kB
2023-11-28T08:18:14.9491432Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 25/543 kB
2023-11-28T08:18:14.9492053Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 29/543 kB
2023-11-28T08:18:14.9492685Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 33/543 kB
2023-11-28T08:18:14.9493318Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 37/543 kB
2023-11-28T08:18:14.9493957Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 41/543 kB
2023-11-28T08:18:14.9494569Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 45/543 kB
2023-11-28T08:18:14.9495191Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 49/543 kB
2023-11-28T08:18:14.9495805Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 53/543 kB
2023-11-28T08:18:14.9496394Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 57/543 kB
2023-11-28T08:18:14.9497029Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 61/543 kB
2023-11-28T08:18:14.9497646Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 66/543 kB
2023-11-28T08:18:14.9498278Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 70/543 kB
2023-11-28T08:18:14.9498913Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 74/543 kB
2023-11-28T08:18:14.9499541Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 78/543 kB
2023-11-28T08:18:14.9500158Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 82/543 kB
2023-11-28T08:18:14.9500763Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 86/543 kB
2023-11-28T08:18:14.9501591Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 90/543 kB
2023-11-28T08:18:14.9502190Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 94/543 kB
2023-11-28T08:18:14.9502797Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 98/543 kB
2023-11-28T08:18:14.9503353Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 102/543 kB
2023-11-28T08:18:14.9503905Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 106/543 kB
2023-11-28T08:18:14.9504525Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 111/543 kB
2023-11-28T08:18:14.9505210Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 115/543 kB
2023-11-28T08:18:14.9505836Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 119/543 kB
2023-11-28T08:18:14.9506452Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 123/543 kB
2023-11-28T08:18:14.9507085Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 127/543 kB
2023-11-28T08:18:14.9507849Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 131/543 kB
2023-11-28T08:18:14.9508466Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 135/543 kB
2023-11-28T08:18:14.9509092Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 139/543 kB
2023-11-28T08:18:14.9509724Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 143/543 kB
2023-11-28T08:18:14.9510339Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 147/543 kB
2023-11-28T08:18:14.9510960Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 152/543 kB
2023-11-28T08:18:14.9511587Z Progress (4): 1.4/3.0 MB | 0.5/6.1 MB | 311/379 kB | 156/543 kB
2023-11-28T08:18:14.9512215Z Progress (4): 1.5/3.0 MB | 0.5/6.1 MB | 311/379 kB | 156/543 kB
2023-11-28T08:18:14.9512832Z Progress (4): 1.5/3.0 MB | 0.5/6.1 MB | 311/379 kB | 156/543 kB
2023-11-28T08:18:14.9513452Z Progress (4): 1.5/3.0 MB | 0.5/6.1 MB | 311/379 kB | 156/543 kB
2023-11-28T08:18:14.9514212Z Progress (4): 1.5/3.0 MB | 0.5/6.1 MB | 311/379 kB | 156/543 kB
2023-11-28T08:18:14.9514819Z Progress (4): 1.5/3.0 MB | 0.5/6.1 MB | 311/379 kB | 156/543 kB
2023-11-28T08:18:14.9515436Z Progress (4): 1.5/3.0 MB | 0.5/6.1 MB | 311/379 kB | 156/543 kB
2023-11-28T08:18:14.9516050Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 311/379 kB | 156/543 kB
2023-11-28T08:18:14.9516653Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 311/379 kB | 156/543 kB
2023-11-28T08:18:14.9517274Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 311/379 kB | 156/543 kB
2023-11-28T08:18:14.9517893Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 311/379 kB | 156/543 kB
2023-11-28T08:18:14.9518513Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 315/379 kB | 156/543 kB
2023-11-28T08:18:14.9519124Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 319/379 kB | 156/543 kB
2023-11-28T08:18:14.9519746Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 323/379 kB | 156/543 kB
2023-11-28T08:18:14.9520365Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 327/379 kB | 156/543 kB
2023-11-28T08:18:14.9520975Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 331/379 kB | 156/543 kB
2023-11-28T08:18:14.9521599Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 335/379 kB | 156/543 kB
2023-11-28T08:18:14.9522212Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 339/379 kB | 156/543 kB
2023-11-28T08:18:14.9522825Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 343/379 kB | 156/543 kB
2023-11-28T08:18:14.9523438Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 348/379 kB | 156/543 kB
2023-11-28T08:18:14.9524134Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 352/379 kB | 156/543 kB
2023-11-28T08:18:14.9524745Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 356/379 kB | 156/543 kB
2023-11-28T08:18:14.9525298Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 360/379 kB | 156/543 kB
2023-11-28T08:18:14.9525908Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 364/379 kB | 156/543 kB
2023-11-28T08:18:14.9526532Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 368/379 kB | 156/543 kB
2023-11-28T08:18:14.9527150Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 372/379 kB | 156/543 kB
2023-11-28T08:18:14.9527786Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 376/379 kB | 156/543 kB
2023-11-28T08:18:14.9528421Z Progress (4): 1.6/3.0 MB | 0.5/6.1 MB | 379 kB | 156/543 kB
2023-11-28T08:18:14.9529097Z Progress (5): 1.6/3.0 MB | 0.5/6.1 MB | 379 kB | 156/543 kB | 4.1/5.8 kB
2023-11-28T08:18:14.9529816Z Progress (5): 1.6/3.0 MB | 0.5/6.1 MB | 379 kB | 156/543 kB | 5.8 kB
2023-11-28T08:18:14.9530520Z Progress (5): 1.6/3.0 MB | 0.6/6.1 MB | 379 kB | 156/543 kB | 5.8 kB
2023-11-28T08:18:14.9531193Z Progress (5): 1.6/3.0 MB | 0.6/6.1 MB | 379 kB | 156/543 kB | 5.8 kB
2023-11-28T08:18:14.9531865Z Progress (5): 1.6/3.0 MB | 0.6/6.1 MB | 379 kB | 156/543 kB | 5.8 kB
2023-11-28T08:18:14.9532554Z Progress (5): 1.6/3.0 MB | 0.6/6.1 MB | 379 kB | 156/543 kB | 5.8 kB
2023-11-28T08:18:14.9533234Z Progress (5): 1.7/3.0 MB | 0.6/6.1 MB | 379 kB | 156/543 kB | 5.8 kB
2023-11-28T08:18:14.9533922Z Progress (5): 1.7/3.0 MB | 0.6/6.1 MB | 379 kB | 156/543 kB | 5.8 kB
2023-11-28T08:18:14.9534587Z Progress (5): 1.7/3.0 MB | 0.6/6.1 MB | 379 kB | 160/543 kB | 5.8 kB
2023-11-28T08:18:14.9535382Z Progress (5): 1.7/3.0 MB | 0.6/6.1 MB | 379 kB | 164/543 kB | 5.8 kB
2023-11-28T08:18:14.9536053Z Progress (5): 1.7/3.0 MB | 0.6/6.1 MB | 379 kB | 168/543 kB | 5.8 kB
2023-11-28T08:18:14.9536731Z Progress (5): 1.7/3.0 MB | 0.6/6.1 MB | 379 kB | 172/543 kB | 5.8 kB
2023-11-28T08:18:14.9537408Z Progress (5): 1.7/3.0 MB | 0.6/6.1 MB | 379 kB | 176/543 kB | 5.8 kB
2023-11-28T08:18:14.9538103Z Progress (5): 1.7/3.0 MB | 0.6/6.1 MB | 379 kB | 180/543 kB | 5.8 kB
2023-11-28T08:18:14.9538776Z Progress (5): 1.7/3.0 MB | 0.6/6.1 MB | 379 kB | 180/543 kB | 5.8 kB
2023-11-28T08:18:14.9539454Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 180/543 kB | 5.8 kB
2023-11-28T08:18:14.9539988Z
2023-11-28T08:18:14.9541822Z Downloaded from central: https://repo.maven.apache.org/maven2/io/github/jeremylong/jcs3-slf4j/1.0.3/jcs3-slf4j-1.0.3.jar (5.8 kB at 6.7 kB/s)
2023-11-28T08:18:14.9544006Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
2023-11-28T08:18:14.9545156Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 184/543 kB
2023-11-28T08:18:14.9545762Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 188/543 kB
2023-11-28T08:18:14.9546283Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 193/543 kB
2023-11-28T08:18:14.9546874Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 197/543 kB
2023-11-28T08:18:14.9547408Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 197/543 kB
2023-11-28T08:18:14.9547992Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 201/543 kB
2023-11-28T08:18:14.9548565Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 205/543 kB
2023-11-28T08:18:14.9549151Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 209/543 kB
2023-11-28T08:18:14.9549678Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 213/543 kB
2023-11-28T08:18:14.9550238Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 217/543 kB
2023-11-28T08:18:14.9550773Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 221/543 kB
2023-11-28T08:18:14.9551825Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 225/543 kB
2023-11-28T08:18:14.9552399Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 229/543 kB
2023-11-28T08:18:14.9552927Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 233/543 kB
2023-11-28T08:18:14.9553481Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 238/543 kB
2023-11-28T08:18:14.9554068Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 242/543 kB
2023-11-28T08:18:14.9554757Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 246/543 kB
2023-11-28T08:18:14.9555441Z Progress (4): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 246/543 kB
2023-11-28T08:18:14.9556209Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 246/543 kB | 4.1/36 kB
2023-11-28T08:18:14.9556917Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 246/543 kB | 8.2/36 kB
2023-11-28T08:18:14.9557629Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 246/543 kB | 12/36 kB
2023-11-28T08:18:14.9558317Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 246/543 kB | 16/36 kB
2023-11-28T08:18:14.9558983Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 16/36 kB
2023-11-28T08:18:14.9559627Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 20/36 kB
2023-11-28T08:18:14.9560290Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 25/36 kB
2023-11-28T08:18:14.9560935Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 29/36 kB
2023-11-28T08:18:14.9561567Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9562174Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9563124Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9563802Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9564632Z Progress (5): 1.7/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9565388Z Progress (5): 1.8/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9566218Z Progress (5): 1.8/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9566855Z Progress (5): 1.8/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9567528Z Progress (5): 1.8/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9568185Z Progress (5): 1.8/3.0 MB | 0.7/6.1 MB | 379 kB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9568821Z Progress (5): 1.8/3.0 MB | 0.8/6.1 MB | 379 kB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9569393Z
2023-11-28T08:18:14.9570659Z Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.71/bcpg-jdk18on-1.71.jar (379 kB at 434 kB/s)
2023-11-28T08:18:14.9572466Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
2023-11-28T08:18:14.9573670Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 250/543 kB | 33/36 kB
2023-11-28T08:18:14.9574296Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 250/543 kB | 36 kB
2023-11-28T08:18:14.9574814Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 254/543 kB | 36 kB
2023-11-28T08:18:14.9575294Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 258/543 kB | 36 kB
2023-11-28T08:18:14.9575876Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 262/543 kB | 36 kB
2023-11-28T08:18:14.9576394Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 266/543 kB | 36 kB
2023-11-28T08:18:14.9577773Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 270/543 kB | 36 kB
2023-11-28T08:18:14.9578301Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 274/543 kB | 36 kB
2023-11-28T08:18:14.9578824Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 279/543 kB | 36 kB
2023-11-28T08:18:14.9579333Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 283/543 kB | 36 kB
2023-11-28T08:18:14.9579839Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 287/543 kB | 36 kB
2023-11-28T08:18:14.9580357Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 291/543 kB | 36 kB
2023-11-28T08:18:14.9615449Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 295/543 kB | 36 kB
2023-11-28T08:18:14.9615988Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 299/543 kB | 36 kB
2023-11-28T08:18:14.9616503Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 303/543 kB | 36 kB
2023-11-28T08:18:14.9617045Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 307/543 kB | 36 kB
2023-11-28T08:18:14.9617886Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 311/543 kB | 36 kB
2023-11-28T08:18:14.9618985Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 315/543 kB | 36 kB
2023-11-28T08:18:14.9619539Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 319/543 kB | 36 kB
2023-11-28T08:18:14.9655997Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 324/543 kB | 36 kB
2023-11-28T08:18:14.9656579Z Progress (4): 1.8/3.0 MB | 0.8/6.1 MB | 328/543 kB | 36 kB
2023-11-28T08:18:14.9657004Z
2023-11-28T08:18:14.9658399Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 41 kB/s)
2023-11-28T08:18:14.9716923Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.jar
2023-11-28T08:18:14.9717936Z Progress (3): 1.8/3.0 MB | 0.8/6.1 MB | 332/543 kB
2023-11-28T08:18:14.9718409Z Progress (3): 1.9/3.0 MB | 0.8/6.1 MB | 332/543 kB
2023-11-28T08:18:14.9718877Z Progress (3): 1.9/3.0 MB | 0.8/6.1 MB | 336/543 kB
2023-11-28T08:18:14.9719339Z Progress (3): 1.9/3.0 MB | 0.8/6.1 MB | 340/543 kB
2023-11-28T08:18:14.9719804Z Progress (3): 1.9/3.0 MB | 0.8/6.1 MB | 340/543 kB
2023-11-28T08:18:14.9720282Z Progress (3): 1.9/3.0 MB | 0.8/6.1 MB | 340/543 kB
2023-11-28T08:18:14.9720739Z Progress (3): 1.9/3.0 MB | 0.8/6.1 MB | 340/543 kB
2023-11-28T08:18:14.9721227Z Progress (3): 1.9/3.0 MB | 0.8/6.1 MB | 340/543 kB
2023-11-28T08:18:14.9721709Z Progress (3): 1.9/3.0 MB | 0.8/6.1 MB | 340/543 kB
2023-11-28T08:18:14.9722230Z Progress (4): 1.9/3.0 MB | 0.8/6.1 MB | 340/543 kB | 4.1/192 kB
2023-11-28T08:18:14.9722905Z Progress (4): 1.9/3.0 MB | 0.8/6.1 MB | 344/543 kB | 4.1/192 kB
2023-11-28T08:18:14.9723709Z Progress (4): 1.9/3.0 MB | 0.8/6.1 MB | 344/543 kB | 8.2/192 kB
2023-11-28T08:18:14.9724338Z Progress (4): 1.9/3.0 MB | 0.8/6.1 MB | 344/543 kB | 12/192 kB
2023-11-28T08:18:14.9724955Z Progress (4): 1.9/3.0 MB | 0.8/6.1 MB | 344/543 kB | 16/192 kB
2023-11-28T08:18:14.9725581Z Progress (4): 1.9/3.0 MB | 0.9/6.1 MB | 344/543 kB | 16/192 kB
2023-11-28T08:18:14.9726196Z Progress (4): 1.9/3.0 MB | 0.9/6.1 MB | 344/543 kB | 20/192 kB
2023-11-28T08:18:14.9759875Z Progress (4): 1.9/3.0 MB | 0.9/6.1 MB | 344/543 kB | 24/192 kB
2023-11-28T08:18:14.9760746Z Progress (4): 1.9/3.0 MB | 0.9/6.1 MB | 344/543 kB | 28/192 kB
2023-11-28T08:18:14.9761291Z Progress (4): 1.9/3.0 MB | 0.9/6.1 MB | 344/543 kB | 32/192 kB
2023-11-28T08:18:14.9761795Z Progress (4): 1.9/3.0 MB | 0.9/6.1 MB | 344/543 kB | 32/192 kB
2023-11-28T08:18:14.9762375Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 344/543 kB | 32/192 kB | 4.1/89 kB
2023-11-28T08:18:14.9763306Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 348/543 kB | 32/192 kB | 4.1/89 kB
2023-11-28T08:18:14.9764005Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 352/543 kB | 32/192 kB | 4.1/89 kB
2023-11-28T08:18:14.9764691Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 356/543 kB | 32/192 kB | 4.1/89 kB
2023-11-28T08:18:14.9765673Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 360/543 kB | 32/192 kB | 4.1/89 kB
2023-11-28T08:18:14.9766373Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 4.1/89 kB
2023-11-28T08:18:14.9767272Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 8.2/89 kB
2023-11-28T08:18:14.9767964Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 12/89 kB
2023-11-28T08:18:14.9768690Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 16/89 kB
2023-11-28T08:18:14.9769422Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 16/89 kB
2023-11-28T08:18:14.9774054Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 20/89 kB
2023-11-28T08:18:14.9782314Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 24/89 kB
2023-11-28T08:18:14.9783079Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 28/89 kB
2023-11-28T08:18:14.9783763Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 32/89 kB
2023-11-28T08:18:14.9784491Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 36/89 kB
2023-11-28T08:18:14.9785255Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 40/89 kB
2023-11-28T08:18:14.9785980Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 44/89 kB
2023-11-28T08:18:14.9786643Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 49/89 kB
2023-11-28T08:18:14.9806192Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 53/89 kB
2023-11-28T08:18:14.9806977Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 57/89 kB
2023-11-28T08:18:14.9807740Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 61/89 kB
2023-11-28T08:18:14.9808498Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 65/89 kB
2023-11-28T08:18:14.9809239Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 69/89 kB
2023-11-28T08:18:14.9809973Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 73/89 kB
2023-11-28T08:18:14.9810704Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 77/89 kB
2023-11-28T08:18:14.9811451Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 81/89 kB
2023-11-28T08:18:14.9812214Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 85/89 kB
2023-11-28T08:18:14.9812952Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9813693Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9814592Z Progress (5): 1.9/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9815315Z Progress (5): 2.0/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9827968Z Progress (5): 2.0/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9828917Z Progress (5): 2.0/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9829634Z Progress (5): 2.0/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9830310Z Progress (5): 2.0/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9830971Z Progress (5): 2.0/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9852098Z Progress (5): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9852800Z Progress (5): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9853450Z Progress (5): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9854115Z Progress (5): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 32/192 kB | 89 kB
2023-11-28T08:18:14.9854643Z
2023-11-28T08:18:14.9856495Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.jar (89 kB at 100 kB/s)
2023-11-28T08:18:14.9857731Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 36/192 kB
2023-11-28T08:18:14.9858298Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 40/192 kB
2023-11-28T08:18:14.9858867Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 44/192 kB
2023-11-28T08:18:14.9859465Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 49/192 kB
2023-11-28T08:18:14.9860044Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 53/192 kB
2023-11-28T08:18:14.9860626Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 57/192 kB
2023-11-28T08:18:14.9861376Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 61/192 kB
2023-11-28T08:18:14.9882129Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 65/192 kB
2023-11-28T08:18:14.9882757Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 69/192 kB
2023-11-28T08:18:14.9883359Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 73/192 kB
2023-11-28T08:18:14.9883942Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 77/192 kB
2023-11-28T08:18:14.9884532Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 81/192 kB
2023-11-28T08:18:14.9885155Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 85/192 kB
2023-11-28T08:18:14.9886047Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 90/192 kB
2023-11-28T08:18:14.9887053Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 94/192 kB
2023-11-28T08:18:14.9887672Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 98/192 kB
2023-11-28T08:18:14.9888289Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 102/192 kB
2023-11-28T08:18:14.9888920Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 106/192 kB
2023-11-28T08:18:14.9889554Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 110/192 kB
2023-11-28T08:18:14.9890194Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 114/192 kB
2023-11-28T08:18:14.9890803Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 118/192 kB
2023-11-28T08:18:14.9891440Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 122/192 kB
2023-11-28T08:18:14.9892065Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 126/192 kB
2023-11-28T08:18:14.9892684Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 130/192 kB
2023-11-28T08:18:14.9893319Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 135/192 kB
2023-11-28T08:18:14.9893943Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 139/192 kB
2023-11-28T08:18:14.9894581Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 143/192 kB
2023-11-28T08:18:14.9895198Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 147/192 kB
2023-11-28T08:18:14.9895809Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 151/192 kB
2023-11-28T08:18:14.9897843Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 155/192 kB
2023-11-28T08:18:14.9898589Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 159/192 kB
2023-11-28T08:18:14.9899200Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 163/192 kB
2023-11-28T08:18:14.9899828Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 167/192 kB
2023-11-28T08:18:14.9900598Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 171/192 kB
2023-11-28T08:18:14.9981563Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 176/192 kB
2023-11-28T08:18:14.9982228Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 180/192 kB
2023-11-28T08:18:14.9982829Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 184/192 kB
2023-11-28T08:18:14.9983439Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 188/192 kB
2023-11-28T08:18:14.9984050Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 192/192 kB
2023-11-28T08:18:14.9984645Z Progress (4): 2.1/3.0 MB | 0.9/6.1 MB | 365/543 kB | 192 kB
2023-11-28T08:18:14.9985210Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 365/543 kB | 192 kB
2023-11-28T08:18:14.9985670Z
2023-11-28T08:18:14.9987040Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.jar
2023-11-28T08:18:14.9988376Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 369/543 kB | 192 kB
2023-11-28T08:18:14.9988930Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 373/543 kB | 192 kB
2023-11-28T08:18:14.9989492Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 377/543 kB | 192 kB
2023-11-28T08:18:14.9990055Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 377/543 kB | 192 kB
2023-11-28T08:18:14.9990626Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 381/543 kB | 192 kB
2023-11-28T08:18:14.9991427Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 385/543 kB | 192 kB
2023-11-28T08:18:14.9992038Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 389/543 kB | 192 kB
2023-11-28T08:18:14.9992579Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 393/543 kB | 192 kB
2023-11-28T08:18:14.9993135Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 397/543 kB | 192 kB
2023-11-28T08:18:14.9993689Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 401/543 kB | 192 kB
2023-11-28T08:18:14.9994237Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 406/543 kB | 192 kB
2023-11-28T08:18:14.9994794Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 410/543 kB | 192 kB
2023-11-28T08:18:14.9995347Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 414/543 kB | 192 kB
2023-11-28T08:18:14.9995902Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 418/543 kB | 192 kB
2023-11-28T08:18:14.9996445Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 422/543 kB | 192 kB
2023-11-28T08:18:14.9997003Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 426/543 kB | 192 kB
2023-11-28T08:18:14.9997561Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 430/543 kB | 192 kB
2023-11-28T08:18:14.9998104Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 434/543 kB | 192 kB
2023-11-28T08:18:14.9998640Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 438/543 kB | 192 kB
2023-11-28T08:18:14.9999187Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 442/543 kB | 192 kB
2023-11-28T08:18:14.9999705Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 446/543 kB | 192 kB
2023-11-28T08:18:15.0000255Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 451/543 kB | 192 kB
2023-11-28T08:18:15.0000805Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 455/543 kB | 192 kB
2023-11-28T08:18:15.0001365Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 459/543 kB | 192 kB
2023-11-28T08:18:15.0001895Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 463/543 kB | 192 kB
2023-11-28T08:18:15.0002425Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 467/543 kB | 192 kB
2023-11-28T08:18:15.0002960Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 471/543 kB | 192 kB
2023-11-28T08:18:15.0003489Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 475/543 kB | 192 kB
2023-11-28T08:18:15.0004016Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0004557Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0005176Z Progress (4): 2.1/3.0 MB | 1.0/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0005740Z Progress (4): 2.2/3.0 MB | 1.0/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0006313Z Progress (4): 2.2/3.0 MB | 1.0/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0006898Z Progress (4): 2.2/3.0 MB | 1.0/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0007612Z Progress (4): 2.2/3.0 MB | 1.0/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0008195Z Progress (4): 2.2/3.0 MB | 1.0/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0008773Z Progress (4): 2.2/3.0 MB | 1.0/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0009305Z Progress (4): 2.2/3.0 MB | 1.0/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0009833Z Progress (4): 2.2/3.0 MB | 1.1/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0010376Z Progress (4): 2.2/3.0 MB | 1.1/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0010911Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0011456Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0012000Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0012550Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 479/543 kB | 192 kB
2023-11-28T08:18:15.0013083Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 483/543 kB | 192 kB
2023-11-28T08:18:15.0013731Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 487/543 kB | 192 kB
2023-11-28T08:18:15.0014196Z
2023-11-28T08:18:15.0015499Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 213 kB/s)
2023-11-28T08:18:15.0017463Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.jar
2023-11-28T08:18:15.0018577Z Progress (3): 2.3/3.0 MB | 1.1/6.1 MB | 492/543 kB
2023-11-28T08:18:15.0019108Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 492/543 kB | 4.1/19 kB
2023-11-28T08:18:15.0019679Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 492/543 kB | 8.2/19 kB
2023-11-28T08:18:15.0020263Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 492/543 kB | 12/19 kB
2023-11-28T08:18:15.0021092Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 492/543 kB | 16/19 kB
2023-11-28T08:18:15.0021730Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 496/543 kB | 16/19 kB
2023-11-28T08:18:15.0022347Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 500/543 kB | 16/19 kB
2023-11-28T08:18:15.0022959Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 504/543 kB | 16/19 kB
2023-11-28T08:18:15.0023554Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 508/543 kB | 16/19 kB
2023-11-28T08:18:15.0024139Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 512/543 kB | 16/19 kB
2023-11-28T08:18:15.0024748Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 516/543 kB | 16/19 kB
2023-11-28T08:18:15.0025354Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 520/543 kB | 16/19 kB
2023-11-28T08:18:15.0025942Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 524/543 kB | 16/19 kB
2023-11-28T08:18:15.0026549Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 528/543 kB | 16/19 kB
2023-11-28T08:18:15.0027154Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 528/543 kB | 16/19 kB
2023-11-28T08:18:15.0027741Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 528/543 kB | 16/19 kB
2023-11-28T08:18:15.0028298Z Progress (4): 2.3/3.0 MB | 1.1/6.1 MB | 528/543 kB | 19 kB
2023-11-28T08:18:15.0028802Z Progress (4): 2.3/3.0 MB | 1.2/6.1 MB | 528/543 kB | 19 kB
2023-11-28T08:18:15.0029244Z Progress (4): 2.3/3.0 MB | 1.2/6.1 MB | 528/543 kB | 19 kB
2023-11-28T08:18:15.0029707Z Progress (4): 2.3/3.0 MB | 1.2/6.1 MB | 528/543 kB | 19 kB
2023-11-28T08:18:15.0030151Z Progress (4): 2.4/3.0 MB | 1.2/6.1 MB | 528/543 kB | 19 kB
2023-11-28T08:18:15.0030609Z Progress (4): 2.4/3.0 MB | 1.2/6.1 MB | 532/543 kB | 19 kB
2023-11-28T08:18:15.0031074Z Progress (4): 2.4/3.0 MB | 1.2/6.1 MB | 537/543 kB | 19 kB
2023-11-28T08:18:15.0031578Z Progress (4): 2.4/3.0 MB | 1.2/6.1 MB | 541/543 kB | 19 kB
2023-11-28T08:18:15.0032053Z Progress (4): 2.4/3.0 MB | 1.2/6.1 MB | 543 kB | 19 kB
2023-11-28T08:18:15.0032604Z Progress (5): 2.4/3.0 MB | 1.2/6.1 MB | 543 kB | 19 kB | 4.1/8.4 kB
2023-11-28T08:18:15.0033240Z Progress (5): 2.4/3.0 MB | 1.2/6.1 MB | 543 kB | 19 kB | 8.2/8.4 kB
2023-11-28T08:18:15.0033831Z Progress (5): 2.4/3.0 MB | 1.2/6.1 MB | 543 kB | 19 kB | 8.4 kB
2023-11-28T08:18:15.0034458Z Progress (5): 2.4/3.0 MB | 1.2/6.1 MB | 543 kB | 19 kB | 8.4 kB
2023-11-28T08:18:15.0035247Z Progress (5): 2.4/3.0 MB | 1.2/6.1 MB | 543 kB | 19 kB | 8.4 kB
2023-11-28T08:18:15.0035846Z Progress (5): 2.4/3.0 MB | 1.2/6.1 MB | 543 kB | 19 kB | 8.4 kB
2023-11-28T08:18:15.0036482Z Progress (5): 2.4/3.0 MB | 1.2/6.1 MB | 543 kB | 19 kB | 8.4 kB
2023-11-28T08:18:15.0036979Z
2023-11-28T08:18:15.0038484Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.jar (19 kB at 21 kB/s)
2023-11-28T08:18:15.0040711Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.jar
2023-11-28T08:18:15.0042375Z Progress (4): 2.4/3.0 MB | 1.3/6.1 MB | 543 kB | 8.4 kB
2023-11-28T08:18:15.0042939Z Progress (4): 2.4/3.0 MB | 1.3/6.1 MB | 543 kB | 8.4 kB
2023-11-28T08:18:15.0043681Z Progress (4): 2.4/3.0 MB | 1.3/6.1 MB | 543 kB | 8.4 kB
2023-11-28T08:18:15.0044217Z Progress (4): 2.4/3.0 MB | 1.3/6.1 MB | 543 kB | 8.4 kB
2023-11-28T08:18:15.0044778Z Progress (4): 2.5/3.0 MB | 1.3/6.1 MB | 543 kB | 8.4 kB
2023-11-28T08:18:15.0045242Z
2023-11-28T08:18:15.0046611Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-jcs3-core/3.2/commons-jcs3-core-3.2.jar (543 kB at 595 kB/s)
2023-11-28T08:18:15.0047878Z Progress (3): 2.5/3.0 MB | 1.3/6.1 MB | 8.4 kB
2023-11-28T08:18:15.0048277Z
2023-11-28T08:18:15.0049750Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.jar (8.4 kB at 9.2 kB/s)
2023-11-28T08:18:15.0051928Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
2023-11-28T08:18:15.0054003Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
2023-11-28T08:18:15.0055256Z Progress (2): 2.5/3.0 MB | 1.3/6.1 MB
2023-11-28T08:18:15.0055677Z Progress (3): 2.5/3.0 MB | 1.3/6.1 MB | 4.1/12 kB
2023-11-28T08:18:15.0056175Z Progress (3): 2.5/3.0 MB | 1.3/6.1 MB | 8.2/12 kB
2023-11-28T08:18:15.0056644Z Progress (3): 2.5/3.0 MB | 1.3/6.1 MB | 12 kB
2023-11-28T08:18:15.0057107Z Progress (3): 2.5/3.0 MB | 1.3/6.1 MB | 12 kB
2023-11-28T08:18:15.0057554Z Progress (3): 2.5/3.0 MB | 1.3/6.1 MB | 12 kB
2023-11-28T08:18:15.0058004Z Progress (3): 2.5/3.0 MB | 1.3/6.1 MB | 12 kB
2023-11-28T08:18:15.0058468Z Progress (3): 2.5/3.0 MB | 1.3/6.1 MB | 12 kB
2023-11-28T08:18:15.0058905Z Progress (3): 2.5/3.0 MB | 1.3/6.1 MB | 12 kB
2023-11-28T08:18:15.0059334Z Progress (3): 2.5/3.0 MB | 1.4/6.1 MB | 12 kB
2023-11-28T08:18:15.0059775Z Progress (3): 2.6/3.0 MB | 1.4/6.1 MB | 12 kB
2023-11-28T08:18:15.0060293Z Progress (4): 2.6/3.0 MB | 1.4/6.1 MB | 12 kB | 4.1/12 kB
2023-11-28T08:18:15.0061013Z Progress (4): 2.6/3.0 MB | 1.4/6.1 MB | 12 kB | 8.2/12 kB
2023-11-28T08:18:15.0061566Z Progress (4): 2.6/3.0 MB | 1.4/6.1 MB | 12 kB | 12 kB
2023-11-28T08:18:15.0062189Z Progress (5): 2.6/3.0 MB | 1.4/6.1 MB | 12 kB | 12 kB | 4.1/11 kB
2023-11-28T08:18:15.0062858Z Progress (5): 2.6/3.0 MB | 1.4/6.1 MB | 12 kB | 12 kB | 8.2/11 kB
2023-11-28T08:18:15.0145508Z Progress (5): 2.6/3.0 MB | 1.4/6.1 MB | 12 kB | 12 kB | 11 kB
2023-11-28T08:18:15.0146174Z Progress (5): 2.6/3.0 MB | 1.4/6.1 MB | 12 kB | 12 kB | 11 kB
2023-11-28T08:18:15.0146797Z Progress (5): 2.6/3.0 MB | 1.4/6.1 MB | 12 kB | 12 kB | 11 kB
2023-11-28T08:18:15.0147240Z
2023-11-28T08:18:15.0148652Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.jar (12 kB at 13 kB/s)
2023-11-28T08:18:15.0150738Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
2023-11-28T08:18:15.0152305Z Progress (4): 2.6/3.0 MB | 1.4/6.1 MB | 12 kB | 11 kB
2023-11-28T08:18:15.0152796Z Progress (4): 2.6/3.0 MB | 1.5/6.1 MB | 12 kB | 11 kB
2023-11-28T08:18:15.0153284Z Progress (4): 2.6/3.0 MB | 1.5/6.1 MB | 12 kB | 11 kB
2023-11-28T08:18:15.0153812Z Progress (4): 2.6/3.0 MB | 1.5/6.1 MB | 12 kB | 11 kB
2023-11-28T08:18:15.0154278Z Progress (4): 2.6/3.0 MB | 1.5/6.1 MB | 12 kB | 11 kB
2023-11-28T08:18:15.0154763Z Progress (4): 2.6/3.0 MB | 1.5/6.1 MB | 12 kB | 11 kB
2023-11-28T08:18:15.0155189Z
2023-11-28T08:18:15.0156681Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 11 kB/s)
2023-11-28T08:18:15.0158834Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
2023-11-28T08:18:15.0160106Z Progress (3): 2.6/3.0 MB | 1.5/6.1 MB | 12 kB
2023-11-28T08:18:15.0160563Z Progress (3): 2.6/3.0 MB | 1.5/6.1 MB | 12 kB
2023-11-28T08:18:15.0161034Z Progress (4): 2.6/3.0 MB | 1.5/6.1 MB | 12 kB | 4.1/28 kB
2023-11-28T08:18:15.0161573Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 4.1/28 kB
2023-11-28T08:18:15.0162107Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 8.2/28 kB
2023-11-28T08:18:15.0162673Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 12/28 kB
2023-11-28T08:18:15.0163204Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 16/28 kB
2023-11-28T08:18:15.0163752Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 16/28 kB
2023-11-28T08:18:15.0164293Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 20/28 kB
2023-11-28T08:18:15.0164837Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 25/28 kB
2023-11-28T08:18:15.0165397Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0165911Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0166410Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0166882Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0167357Z Progress (4): 2.7/3.0 MB | 1.5/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0167861Z Progress (4): 2.7/3.0 MB | 1.6/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0168373Z Progress (4): 2.8/3.0 MB | 1.6/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0168859Z Progress (4): 2.8/3.0 MB | 1.6/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0169349Z Progress (4): 2.8/3.0 MB | 1.6/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0169828Z Progress (4): 2.8/3.0 MB | 1.6/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0170324Z Progress (4): 2.8/3.0 MB | 1.6/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0170818Z Progress (4): 2.8/3.0 MB | 1.6/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0171316Z Progress (4): 2.8/3.0 MB | 1.6/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0171802Z Progress (4): 2.8/3.0 MB | 1.6/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0172307Z Progress (4): 2.8/3.0 MB | 1.7/6.1 MB | 12 kB | 28 kB
2023-11-28T08:18:15.0172738Z
2023-11-28T08:18:15.0174161Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 30 kB/s)
2023-11-28T08:18:15.0176200Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
2023-11-28T08:18:15.0177232Z Progress (3): 2.8/3.0 MB | 1.7/6.1 MB | 12 kB
2023-11-28T08:18:15.0177638Z Progress (3): 2.8/3.0 MB | 1.7/6.1 MB | 12 kB
2023-11-28T08:18:15.0178052Z Progress (3): 2.8/3.0 MB | 1.7/6.1 MB | 12 kB
2023-11-28T08:18:15.0178489Z Progress (3): 2.9/3.0 MB | 1.7/6.1 MB | 12 kB
2023-11-28T08:18:15.0178939Z Progress (3): 2.9/3.0 MB | 1.7/6.1 MB | 12 kB
2023-11-28T08:18:15.0179344Z Progress (3): 2.9/3.0 MB | 1.7/6.1 MB | 12 kB
2023-11-28T08:18:15.0179766Z Progress (3): 2.9/3.0 MB | 1.7/6.1 MB | 12 kB
2023-11-28T08:18:15.0180196Z Progress (3): 2.9/3.0 MB | 1.7/6.1 MB | 12 kB
2023-11-28T08:18:15.0180746Z Progress (3): 2.9/3.0 MB | 1.7/6.1 MB | 12 kB
2023-11-28T08:18:15.0181302Z Progress (3): 3.0/3.0 MB | 1.7/6.1 MB | 12 kB
2023-11-28T08:18:15.0181689Z
2023-11-28T08:18:15.0183055Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 12 kB/s)
2023-11-28T08:18:15.0185269Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
2023-11-28T08:18:15.0186498Z Progress (2): 3.0/3.0 MB | 1.7/6.1 MB
2023-11-28T08:18:15.0186901Z Progress (3): 3.0/3.0 MB | 1.7/6.1 MB | 4.1/13 kB
2023-11-28T08:18:15.0187362Z Progress (3): 3.0/3.0 MB | 1.7/6.1 MB | 8.2/13 kB
2023-11-28T08:18:15.0187806Z Progress (3): 3.0/3.0 MB | 1.7/6.1 MB | 12/13 kB
2023-11-28T08:18:15.0188266Z Progress (3): 3.0/3.0 MB | 1.7/6.1 MB | 13 kB
2023-11-28T08:18:15.0188824Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 13 kB
2023-11-28T08:18:15.0189216Z
2023-11-28T08:18:15.0190479Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 14 kB/s)
2023-11-28T08:18:15.0192538Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
2023-11-28T08:18:15.0193730Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 4.1/43 kB
2023-11-28T08:18:15.0194211Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 8.2/43 kB
2023-11-28T08:18:15.0194686Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 12/43 kB
2023-11-28T08:18:15.0195150Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 16/43 kB
2023-11-28T08:18:15.0195617Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 20/43 kB
2023-11-28T08:18:15.0196083Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 24/43 kB
2023-11-28T08:18:15.0196539Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 28/43 kB
2023-11-28T08:18:15.0197010Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 32/43 kB
2023-11-28T08:18:15.0197467Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 36/43 kB
2023-11-28T08:18:15.0197920Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 40/43 kB
2023-11-28T08:18:15.0198358Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB
2023-11-28T08:18:15.0198859Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 4.1/146 kB
2023-11-28T08:18:15.0199451Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 8.2/146 kB
2023-11-28T08:18:15.0200022Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 12/146 kB
2023-11-28T08:18:15.0200561Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 16/146 kB
2023-11-28T08:18:15.0201126Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 20/146 kB
2023-11-28T08:18:15.0201705Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 25/146 kB
2023-11-28T08:18:15.0202252Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 29/146 kB
2023-11-28T08:18:15.0202804Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 33/146 kB
2023-11-28T08:18:15.0203348Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 37/146 kB
2023-11-28T08:18:15.0203902Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 41/146 kB
2023-11-28T08:18:15.0204457Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 45/146 kB
2023-11-28T08:18:15.0205061Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 49/146 kB
2023-11-28T08:18:15.0205613Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 53/146 kB
2023-11-28T08:18:15.0206171Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 57/146 kB
2023-11-28T08:18:15.0206727Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 61/146 kB
2023-11-28T08:18:15.0207274Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 66/146 kB
2023-11-28T08:18:15.0207838Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 70/146 kB
2023-11-28T08:18:15.0208409Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 74/146 kB
2023-11-28T08:18:15.0208967Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 78/146 kB
2023-11-28T08:18:15.0209523Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 82/146 kB
2023-11-28T08:18:15.0210097Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 86/146 kB
2023-11-28T08:18:15.0210823Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 90/146 kB
2023-11-28T08:18:15.0211383Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 94/146 kB
2023-11-28T08:18:15.0211927Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 98/146 kB
2023-11-28T08:18:15.0212485Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 43 kB | 98/146 kB
2023-11-28T08:18:15.0212962Z
2023-11-28T08:18:15.0214483Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 45 kB/s)
2023-11-28T08:18:15.0216704Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
2023-11-28T08:18:15.0217872Z Progress (3): 3.0/3.0 MB | 1.8/6.1 MB | 98/146 kB
2023-11-28T08:18:15.0218551Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 98/146 kB | 4.1/12 kB
2023-11-28T08:18:15.0219172Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 98/146 kB | 8.2/12 kB
2023-11-28T08:18:15.0219775Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 98/146 kB | 12 kB
2023-11-28T08:18:15.0220343Z Progress (4): 3.0/3.0 MB | 1.8/6.1 MB | 98/146 kB | 12 kB
2023-11-28T08:18:15.0304340Z Progress (4): 3.0 MB | 1.8/6.1 MB | 98/146 kB | 12 kB
2023-11-28T08:18:15.0304917Z
2023-11-28T08:18:15.0306422Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 12 kB/s)
2023-11-28T08:18:15.0308680Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
2023-11-28T08:18:15.0309963Z Progress (3): 3.0 MB | 1.8/6.1 MB | 98/146 kB
2023-11-28T08:18:15.0310361Z Progress (3): 3.0 MB | 1.8/6.1 MB | 102/146 kB
2023-11-28T08:18:15.0310806Z Progress (3): 3.0 MB | 1.8/6.1 MB | 106/146 kB
2023-11-28T08:18:15.0311255Z Progress (3): 3.0 MB | 1.8/6.1 MB | 111/146 kB
2023-11-28T08:18:15.0311697Z Progress (3): 3.0 MB | 1.8/6.1 MB | 115/146 kB
2023-11-28T08:18:15.0312138Z Progress (3): 3.0 MB | 1.8/6.1 MB | 119/146 kB
2023-11-28T08:18:15.0312565Z Progress (3): 3.0 MB | 1.8/6.1 MB | 123/146 kB
2023-11-28T08:18:15.0313002Z Progress (3): 3.0 MB | 1.8/6.1 MB | 127/146 kB
2023-11-28T08:18:15.0313439Z Progress (3): 3.0 MB | 1.8/6.1 MB | 131/146 kB
2023-11-28T08:18:15.0313864Z Progress (3): 3.0 MB | 1.8/6.1 MB | 135/146 kB
2023-11-28T08:18:15.0314297Z Progress (3): 3.0 MB | 1.8/6.1 MB | 139/146 kB
2023-11-28T08:18:15.0314729Z Progress (3): 3.0 MB | 1.8/6.1 MB | 143/146 kB
2023-11-28T08:18:15.0315186Z Progress (3): 3.0 MB | 1.8/6.1 MB | 146 kB
2023-11-28T08:18:15.0315690Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 4.1/136 kB
2023-11-28T08:18:15.0316223Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 4.1/136 kB
2023-11-28T08:18:15.0316758Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 8.2/136 kB
2023-11-28T08:18:15.0317292Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 12/136 kB
2023-11-28T08:18:15.0317814Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 16/136 kB
2023-11-28T08:18:15.0318298Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 20/136 kB
2023-11-28T08:18:15.0318786Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 25/136 kB
2023-11-28T08:18:15.0319287Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 29/136 kB
2023-11-28T08:18:15.0319815Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 33/136 kB
2023-11-28T08:18:15.0320329Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 37/136 kB
2023-11-28T08:18:15.0320849Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 41/136 kB
2023-11-28T08:18:15.0321365Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 45/136 kB
2023-11-28T08:18:15.0321870Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 49/136 kB
2023-11-28T08:18:15.0322387Z Progress (4): 3.0 MB | 1.8/6.1 MB | 146 kB | 53/136 kB
2023-11-28T08:18:15.0322907Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 53/136 kB
2023-11-28T08:18:15.0323585Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 57/136 kB
2023-11-28T08:18:15.0324093Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 61/136 kB
2023-11-28T08:18:15.0324618Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 65/136 kB
2023-11-28T08:18:15.0325146Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 69/136 kB
2023-11-28T08:18:15.0325679Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 73/136 kB
2023-11-28T08:18:15.0326189Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 78/136 kB
2023-11-28T08:18:15.0326699Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 82/136 kB
2023-11-28T08:18:15.0327215Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 86/136 kB
2023-11-28T08:18:15.0327729Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 86/136 kB
2023-11-28T08:18:15.0328246Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 90/136 kB
2023-11-28T08:18:15.0328749Z Progress (4): 3.0 MB | 1.9/6.1 MB | 146 kB | 94/136 kB
2023-11-28T08:18:15.0329189Z
2023-11-28T08:18:15.0330729Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 153 kB/s)
2023-11-28T08:18:15.0331929Z Progress (3): 3.0 MB | 1.9/6.1 MB | 98/136 kB
2023-11-28T08:18:15.0332266Z
2023-11-28T08:18:15.0333161Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
2023-11-28T08:18:15.0333986Z Progress (3): 3.0 MB | 1.9/6.1 MB | 102/136 kB
2023-11-28T08:18:15.0334358Z Progress (3): 3.0 MB | 1.9/6.1 MB | 106/136 kB
2023-11-28T08:18:15.0334741Z Progress (3): 3.0 MB | 1.9/6.1 MB | 110/136 kB
2023-11-28T08:18:15.0335148Z Progress (3): 3.0 MB | 1.9/6.1 MB | 114/136 kB
2023-11-28T08:18:15.0335609Z Progress (3): 3.0 MB | 1.9/6.1 MB | 118/136 kB
2023-11-28T08:18:15.0336043Z Progress (3): 3.0 MB | 1.9/6.1 MB | 123/136 kB
2023-11-28T08:18:15.0336476Z Progress (3): 3.0 MB | 1.9/6.1 MB | 127/136 kB
2023-11-28T08:18:15.0336919Z Progress (3): 3.0 MB | 1.9/6.1 MB | 131/136 kB
2023-11-28T08:18:15.0337299Z
2023-11-28T08:18:15.0338531Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/32.1.3-jre/guava-32.1.3-jre.jar (3.0 MB at 3.2 MB/s)
2023-11-28T08:18:15.0340383Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
2023-11-28T08:18:15.0341525Z Progress (2): 1.9/6.1 MB | 135/136 kB
2023-11-28T08:18:15.0341928Z Progress (3): 1.9/6.1 MB | 135/136 kB | 4.1/563 kB
2023-11-28T08:18:15.0342413Z Progress (3): 1.9/6.1 MB | 136 kB | 4.1/563 kB
2023-11-28T08:18:15.0342878Z Progress (3): 1.9/6.1 MB | 136 kB | 8.2/563 kB
2023-11-28T08:18:15.0343316Z Progress (3): 1.9/6.1 MB | 136 kB | 12/563 kB
2023-11-28T08:18:15.0343754Z Progress (3): 1.9/6.1 MB | 136 kB | 16/563 kB
2023-11-28T08:18:15.0344177Z Progress (3): 1.9/6.1 MB | 136 kB | 20/563 kB
2023-11-28T08:18:15.0344621Z Progress (3): 1.9/6.1 MB | 136 kB | 25/563 kB
2023-11-28T08:18:15.0345074Z Progress (3): 1.9/6.1 MB | 136 kB | 29/563 kB
2023-11-28T08:18:15.0345523Z Progress (3): 1.9/6.1 MB | 136 kB | 33/563 kB
2023-11-28T08:18:15.0345960Z Progress (3): 1.9/6.1 MB | 136 kB | 37/563 kB
2023-11-28T08:18:15.0346405Z Progress (3): 1.9/6.1 MB | 136 kB | 41/563 kB
2023-11-28T08:18:15.0346853Z Progress (3): 1.9/6.1 MB | 136 kB | 45/563 kB
2023-11-28T08:18:15.0347285Z Progress (3): 1.9/6.1 MB | 136 kB | 49/563 kB
2023-11-28T08:18:15.0347729Z Progress (3): 1.9/6.1 MB | 136 kB | 53/563 kB
2023-11-28T08:18:15.0348179Z Progress (3): 1.9/6.1 MB | 136 kB | 57/563 kB
2023-11-28T08:18:15.0348621Z Progress (3): 1.9/6.1 MB | 136 kB | 61/563 kB
2023-11-28T08:18:15.0349051Z Progress (3): 1.9/6.1 MB | 136 kB | 66/563 kB
2023-11-28T08:18:15.0349495Z Progress (3): 1.9/6.1 MB | 136 kB | 70/563 kB
2023-11-28T08:18:15.0349936Z Progress (3): 1.9/6.1 MB | 136 kB | 74/563 kB
2023-11-28T08:18:15.0350371Z Progress (3): 1.9/6.1 MB | 136 kB | 78/563 kB
2023-11-28T08:18:15.0350811Z Progress (3): 1.9/6.1 MB | 136 kB | 82/563 kB
2023-11-28T08:18:15.0351389Z Progress (3): 1.9/6.1 MB | 136 kB | 86/563 kB
2023-11-28T08:18:15.0351821Z Progress (3): 1.9/6.1 MB | 136 kB | 90/563 kB
2023-11-28T08:18:15.0352240Z Progress (3): 1.9/6.1 MB | 136 kB | 94/563 kB
2023-11-28T08:18:15.0352637Z Progress (3): 1.9/6.1 MB | 136 kB | 98/563 kB
2023-11-28T08:18:15.0353052Z Progress (3): 1.9/6.1 MB | 136 kB | 102/563 kB
2023-11-28T08:18:15.0353488Z Progress (3): 1.9/6.1 MB | 136 kB | 106/563 kB
2023-11-28T08:18:15.0353930Z Progress (3): 1.9/6.1 MB | 136 kB | 111/563 kB
2023-11-28T08:18:15.0354369Z Progress (3): 1.9/6.1 MB | 136 kB | 115/563 kB
2023-11-28T08:18:15.0354802Z Progress (3): 1.9/6.1 MB | 136 kB | 119/563 kB
2023-11-28T08:18:15.0355251Z Progress (3): 1.9/6.1 MB | 136 kB | 123/563 kB
2023-11-28T08:18:15.0355711Z Progress (3): 1.9/6.1 MB | 136 kB | 127/563 kB
2023-11-28T08:18:15.0356135Z Progress (3): 1.9/6.1 MB | 136 kB | 131/563 kB
2023-11-28T08:18:15.0356692Z Progress (3): 1.9/6.1 MB | 136 kB | 131/563 kB
2023-11-28T08:18:15.0357087Z
2023-11-28T08:18:15.0358551Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 142 kB/s)
2023-11-28T08:18:15.0359834Z Progress (2): 1.9/6.1 MB | 135/563 kB
2023-11-28T08:18:15.0360194Z Progress (2): 1.9/6.1 MB | 139/563 kB
2023-11-28T08:18:15.0360552Z Progress (2): 1.9/6.1 MB | 143/563 kB
2023-11-28T08:18:15.0360899Z Progress (2): 1.9/6.1 MB | 147/563 kB
2023-11-28T08:18:15.0361252Z Progress (2): 1.9/6.1 MB | 152/563 kB
2023-11-28T08:18:15.0361611Z Progress (2): 1.9/6.1 MB | 156/563 kB
2023-11-28T08:18:15.0361958Z Progress (2): 1.9/6.1 MB | 160/563 kB
2023-11-28T08:18:15.0362311Z Progress (2): 1.9/6.1 MB | 164/563 kB
2023-11-28T08:18:15.0362669Z Progress (2): 1.9/6.1 MB | 168/563 kB
2023-11-28T08:18:15.0363016Z Progress (2): 1.9/6.1 MB | 172/563 kB
2023-11-28T08:18:15.0363376Z Progress (2): 1.9/6.1 MB | 176/563 kB
2023-11-28T08:18:15.0363738Z Progress (2): 1.9/6.1 MB | 180/563 kB
2023-11-28T08:18:15.0364093Z Progress (2): 1.9/6.1 MB | 184/563 kB
2023-11-28T08:18:15.0364446Z Progress (2): 1.9/6.1 MB | 188/563 kB
2023-11-28T08:18:15.0364797Z Progress (2): 1.9/6.1 MB | 193/563 kB
2023-11-28T08:18:15.0365148Z Progress (2): 1.9/6.1 MB | 197/563 kB
2023-11-28T08:18:15.0365504Z Progress (2): 1.9/6.1 MB | 201/563 kB
2023-11-28T08:18:15.0365865Z Progress (2): 1.9/6.1 MB | 205/563 kB
2023-11-28T08:18:15.0366209Z Progress (2): 1.9/6.1 MB | 209/563 kB
2023-11-28T08:18:15.0366566Z Progress (2): 1.9/6.1 MB | 213/563 kB
2023-11-28T08:18:15.0366927Z Progress (2): 1.9/6.1 MB | 217/563 kB
2023-11-28T08:18:15.0367290Z Progress (2): 1.9/6.1 MB | 221/563 kB
2023-11-28T08:18:15.0367642Z Progress (2): 1.9/6.1 MB | 225/563 kB
2023-11-28T08:18:15.0368011Z Progress (2): 1.9/6.1 MB | 229/563 kB
2023-11-28T08:18:15.0368369Z Progress (2): 2.0/6.1 MB | 229/563 kB
2023-11-28T08:18:15.0368719Z Progress (2): 2.0/6.1 MB | 233/563 kB
2023-11-28T08:18:15.0369071Z Progress (2): 2.0/6.1 MB | 238/563 kB
2023-11-28T08:18:15.0369428Z Progress (2): 2.0/6.1 MB | 242/563 kB
2023-11-28T08:18:15.0369770Z Progress (2): 2.0/6.1 MB | 246/563 kB
2023-11-28T08:18:15.0370125Z Progress (2): 2.0/6.1 MB | 250/563 kB
2023-11-28T08:18:15.0370475Z Progress (2): 2.0/6.1 MB | 254/563 kB
2023-11-28T08:18:15.0370817Z Progress (2): 2.0/6.1 MB | 258/563 kB
2023-11-28T08:18:15.0371161Z Progress (2): 2.0/6.1 MB | 262/563 kB
2023-11-28T08:18:15.0371483Z Progress (2): 2.0/6.1 MB | 266/563 kB
2023-11-28T08:18:15.0371823Z Progress (2): 2.0/6.1 MB | 270/563 kB
2023-11-28T08:18:15.0372218Z Progress (3): 2.0/6.1 MB | 270/563 kB | 4.1/159 kB
2023-11-28T08:18:15.0372700Z Progress (3): 2.0/6.1 MB | 270/563 kB | 8.2/159 kB
2023-11-28T08:18:15.0373172Z Progress (3): 2.0/6.1 MB | 270/563 kB | 12/159 kB
2023-11-28T08:18:15.0373630Z Progress (3): 2.0/6.1 MB | 270/563 kB | 16/159 kB
2023-11-28T08:18:15.0374095Z Progress (3): 2.0/6.1 MB | 270/563 kB | 20/159 kB
2023-11-28T08:18:15.0374562Z Progress (3): 2.0/6.1 MB | 270/563 kB | 24/159 kB
2023-11-28T08:18:15.0375130Z Progress (3): 2.0/6.1 MB | 270/563 kB | 28/159 kB
2023-11-28T08:18:15.0375595Z Progress (3): 2.0/6.1 MB | 270/563 kB | 32/159 kB
2023-11-28T08:18:15.0376129Z Progress (3): 2.0/6.1 MB | 270/563 kB | 32/159 kB
2023-11-28T08:18:15.0376536Z
2023-11-28T08:18:15.0377825Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
2023-11-28T08:18:15.0378986Z Progress (3): 2.0/6.1 MB | 270/563 kB | 32/159 kB
2023-11-28T08:18:15.0379450Z Progress (3): 2.0/6.1 MB | 274/563 kB | 32/159 kB
2023-11-28T08:18:15.0379906Z Progress (3): 2.0/6.1 MB | 279/563 kB | 32/159 kB
2023-11-28T08:18:15.0380362Z Progress (3): 2.0/6.1 MB | 283/563 kB | 32/159 kB
2023-11-28T08:18:15.0380821Z Progress (3): 2.0/6.1 MB | 287/563 kB | 32/159 kB
2023-11-28T08:18:15.0386075Z Progress (3): 2.0/6.1 MB | 291/563 kB | 32/159 kB
2023-11-28T08:18:15.0386841Z Progress (3): 2.0/6.1 MB | 295/563 kB | 32/159 kB
2023-11-28T08:18:15.0387323Z Progress (3): 2.0/6.1 MB | 299/563 kB | 32/159 kB
2023-11-28T08:18:15.0387786Z Progress (3): 2.0/6.1 MB | 303/563 kB | 32/159 kB
2023-11-28T08:18:15.0388261Z Progress (3): 2.0/6.1 MB | 307/563 kB | 32/159 kB
2023-11-28T08:18:15.0388737Z Progress (3): 2.0/6.1 MB | 311/563 kB | 32/159 kB
2023-11-28T08:18:15.0389195Z Progress (3): 2.0/6.1 MB | 315/563 kB | 32/159 kB
2023-11-28T08:18:15.0389666Z Progress (3): 2.0/6.1 MB | 319/563 kB | 32/159 kB
2023-11-28T08:18:15.0390133Z Progress (3): 2.0/6.1 MB | 324/563 kB | 32/159 kB
2023-11-28T08:18:15.0390603Z Progress (3): 2.0/6.1 MB | 328/563 kB | 32/159 kB
2023-11-28T08:18:15.0391068Z Progress (3): 2.0/6.1 MB | 332/563 kB | 32/159 kB
2023-11-28T08:18:15.0391542Z Progress (3): 2.0/6.1 MB | 336/563 kB | 32/159 kB
2023-11-28T08:18:15.0392009Z Progress (3): 2.0/6.1 MB | 340/563 kB | 32/159 kB
2023-11-28T08:18:15.0392470Z Progress (3): 2.0/6.1 MB | 344/563 kB | 32/159 kB
2023-11-28T08:18:15.0392913Z Progress (3): 2.0/6.1 MB | 348/563 kB | 32/159 kB
2023-11-28T08:18:15.0393345Z Progress (3): 2.0/6.1 MB | 352/563 kB | 32/159 kB
2023-11-28T08:18:15.0393769Z Progress (3): 2.0/6.1 MB | 356/563 kB | 32/159 kB
2023-11-28T08:18:15.0394204Z Progress (3): 2.0/6.1 MB | 360/563 kB | 32/159 kB
2023-11-28T08:18:15.0394638Z Progress (3): 2.0/6.1 MB | 365/563 kB | 32/159 kB
2023-11-28T08:18:15.0395064Z Progress (3): 2.0/6.1 MB | 369/563 kB | 32/159 kB
2023-11-28T08:18:15.0395535Z Progress (3): 2.0/6.1 MB | 373/563 kB | 32/159 kB
2023-11-28T08:18:15.0396114Z Progress (3): 2.0/6.1 MB | 377/563 kB | 32/159 kB
2023-11-28T08:18:15.0396701Z Progress (3): 2.0/6.1 MB | 381/563 kB | 32/159 kB
2023-11-28T08:18:15.0397258Z Progress (3): 2.0/6.1 MB | 385/563 kB | 32/159 kB
2023-11-28T08:18:15.0397829Z Progress (3): 2.0/6.1 MB | 389/563 kB | 32/159 kB
2023-11-28T08:18:15.0398362Z Progress (3): 2.0/6.1 MB | 393/563 kB | 32/159 kB
2023-11-28T08:18:15.0398810Z Progress (3): 2.0/6.1 MB | 397/563 kB | 32/159 kB
2023-11-28T08:18:15.0399271Z Progress (3): 2.0/6.1 MB | 401/563 kB | 32/159 kB
2023-11-28T08:18:15.0399733Z Progress (3): 2.0/6.1 MB | 406/563 kB | 32/159 kB
2023-11-28T08:18:15.0400189Z Progress (3): 2.0/6.1 MB | 410/563 kB | 32/159 kB
2023-11-28T08:18:15.0400656Z Progress (3): 2.0/6.1 MB | 414/563 kB | 32/159 kB
2023-11-28T08:18:15.0401117Z Progress (3): 2.0/6.1 MB | 418/563 kB | 32/159 kB
2023-11-28T08:18:15.0401841Z Progress (3): 2.0/6.1 MB | 422/563 kB | 32/159 kB
2023-11-28T08:18:15.0402306Z Progress (3): 2.0/6.1 MB | 426/563 kB | 32/159 kB
2023-11-28T08:18:15.0402780Z Progress (3): 2.0/6.1 MB | 430/563 kB | 32/159 kB
2023-11-28T08:18:15.0403243Z Progress (3): 2.0/6.1 MB | 434/563 kB | 32/159 kB
2023-11-28T08:18:15.0403699Z Progress (3): 2.0/6.1 MB | 438/563 kB | 32/159 kB
2023-11-28T08:18:15.0404165Z Progress (3): 2.0/6.1 MB | 442/563 kB | 32/159 kB
2023-11-28T08:18:15.0404646Z Progress (3): 2.0/6.1 MB | 446/563 kB | 32/159 kB
2023-11-28T08:18:15.0405114Z Progress (3): 2.0/6.1 MB | 451/563 kB | 32/159 kB
2023-11-28T08:18:15.0405625Z Progress (3): 2.0/6.1 MB | 455/563 kB | 32/159 kB
2023-11-28T08:18:15.0406230Z Progress (3): 2.0/6.1 MB | 459/563 kB | 32/159 kB
2023-11-28T08:18:15.0406702Z Progress (3): 2.0/6.1 MB | 463/563 kB | 32/159 kB
2023-11-28T08:18:15.0407169Z Progress (3): 2.0/6.1 MB | 467/563 kB | 32/159 kB
2023-11-28T08:18:15.0407654Z Progress (3): 2.0/6.1 MB | 471/563 kB | 32/159 kB
2023-11-28T08:18:15.0408105Z Progress (3): 2.0/6.1 MB | 475/563 kB | 32/159 kB
2023-11-28T08:18:15.0408571Z Progress (3): 2.0/6.1 MB | 479/563 kB | 32/159 kB
2023-11-28T08:18:15.0409036Z Progress (3): 2.0/6.1 MB | 483/563 kB | 32/159 kB
2023-11-28T08:18:15.0409497Z Progress (3): 2.0/6.1 MB | 487/563 kB | 32/159 kB
2023-11-28T08:18:15.0409949Z Progress (3): 2.0/6.1 MB | 492/563 kB | 32/159 kB
2023-11-28T08:18:15.0410415Z Progress (3): 2.0/6.1 MB | 496/563 kB | 32/159 kB
2023-11-28T08:18:15.0410879Z Progress (3): 2.0/6.1 MB | 500/563 kB | 32/159 kB
2023-11-28T08:18:15.0411332Z Progress (3): 2.0/6.1 MB | 504/563 kB | 32/159 kB
2023-11-28T08:18:15.0411898Z Progress (3): 2.0/6.1 MB | 508/563 kB | 32/159 kB
2023-11-28T08:18:15.0412371Z Progress (3): 2.0/6.1 MB | 512/563 kB | 32/159 kB
2023-11-28T08:18:15.0412820Z Progress (3): 2.0/6.1 MB | 516/563 kB | 32/159 kB
2023-11-28T08:18:15.0413274Z Progress (3): 2.0/6.1 MB | 520/563 kB | 32/159 kB
2023-11-28T08:18:15.0590161Z Progress (3): 2.0/6.1 MB | 524/563 kB | 32/159 kB
2023-11-28T08:18:15.0590698Z Progress (3): 2.0/6.1 MB | 528/563 kB | 32/159 kB
2023-11-28T08:18:15.0591172Z Progress (3): 2.0/6.1 MB | 532/563 kB | 32/159 kB
2023-11-28T08:18:15.0591614Z Progress (3): 2.0/6.1 MB | 537/563 kB | 32/159 kB
2023-11-28T08:18:15.0592079Z Progress (3): 2.0/6.1 MB | 541/563 kB | 32/159 kB
2023-11-28T08:18:15.0592532Z Progress (3): 2.0/6.1 MB | 545/563 kB | 32/159 kB
2023-11-28T08:18:15.0592996Z Progress (3): 2.0/6.1 MB | 549/563 kB | 32/159 kB
2023-11-28T08:18:15.0593441Z Progress (3): 2.0/6.1 MB | 553/563 kB | 32/159 kB
2023-11-28T08:18:15.0593902Z Progress (3): 2.0/6.1 MB | 557/563 kB | 32/159 kB
2023-11-28T08:18:15.0594396Z Progress (3): 2.0/6.1 MB | 561/563 kB | 32/159 kB
2023-11-28T08:18:15.0594895Z Progress (3): 2.0/6.1 MB | 563 kB | 32/159 kB
2023-11-28T08:18:15.0595413Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 4.1/47 kB
2023-11-28T08:18:15.0595956Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 8.2/47 kB
2023-11-28T08:18:15.0596482Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 12/47 kB
2023-11-28T08:18:15.0597067Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 16/47 kB
2023-11-28T08:18:15.0597599Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 20/47 kB
2023-11-28T08:18:15.0598124Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 25/47 kB
2023-11-28T08:18:15.0598597Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 29/47 kB
2023-11-28T08:18:15.0599115Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 33/47 kB
2023-11-28T08:18:15.0599643Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 37/47 kB
2023-11-28T08:18:15.0600152Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 41/47 kB
2023-11-28T08:18:15.0600680Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 45/47 kB
2023-11-28T08:18:15.0601207Z Progress (4): 2.0/6.1 MB | 563 kB | 32/159 kB | 47 kB
2023-11-28T08:18:15.0601714Z Progress (4): 2.0/6.1 MB | 563 kB | 36/159 kB | 47 kB
2023-11-28T08:18:15.0602224Z Progress (4): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB
2023-11-28T08:18:15.0602782Z Progress (5): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB | 4.1/41 kB
2023-11-28T08:18:15.0603428Z Progress (5): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB | 8.2/41 kB
2023-11-28T08:18:15.0604065Z Progress (5): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB | 12/41 kB
2023-11-28T08:18:15.0604688Z Progress (5): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB | 16/41 kB
2023-11-28T08:18:15.0605314Z Progress (5): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB | 20/41 kB
2023-11-28T08:18:15.0605929Z Progress (5): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB | 24/41 kB
2023-11-28T08:18:15.0606517Z Progress (5): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB | 28/41 kB
2023-11-28T08:18:15.0607125Z Progress (5): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB | 32/41 kB
2023-11-28T08:18:15.0607974Z Progress (5): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB | 36/41 kB
2023-11-28T08:18:15.0608608Z Progress (5): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB | 40/41 kB
2023-11-28T08:18:15.0609236Z Progress (5): 2.1/6.1 MB | 563 kB | 36/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0609851Z Progress (5): 2.1/6.1 MB | 563 kB | 40/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0610438Z Progress (5): 2.1/6.1 MB | 563 kB | 45/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0611028Z Progress (5): 2.1/6.1 MB | 563 kB | 45/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0611620Z Progress (5): 2.1/6.1 MB | 563 kB | 49/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0612214Z Progress (5): 2.1/6.1 MB | 563 kB | 53/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0612813Z Progress (5): 2.1/6.1 MB | 563 kB | 57/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0613425Z Progress (5): 2.1/6.1 MB | 563 kB | 61/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0614177Z Progress (5): 2.1/6.1 MB | 563 kB | 65/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0614767Z Progress (5): 2.1/6.1 MB | 563 kB | 65/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0615352Z Progress (5): 2.1/6.1 MB | 563 kB | 69/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0615949Z Progress (5): 2.1/6.1 MB | 563 kB | 73/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0616554Z Progress (5): 2.1/6.1 MB | 563 kB | 77/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0617132Z Progress (5): 2.1/6.1 MB | 563 kB | 81/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0617738Z Progress (5): 2.1/6.1 MB | 563 kB | 85/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0618340Z Progress (5): 2.1/6.1 MB | 563 kB | 90/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0618927Z Progress (5): 2.2/6.1 MB | 563 kB | 90/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0619528Z Progress (5): 2.2/6.1 MB | 563 kB | 90/159 kB | 47 kB | 41 kB
2023-11-28T08:18:15.0620026Z
2023-11-28T08:18:15.0622142Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 47 kB/s)
2023-11-28T08:18:15.0624128Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
2023-11-28T08:18:15.0625297Z Progress (4): 2.2/6.1 MB | 563 kB | 90/159 kB | 41 kB
2023-11-28T08:18:15.0625777Z Progress (4): 2.2/6.1 MB | 563 kB | 94/159 kB | 41 kB
2023-11-28T08:18:15.0626217Z
2023-11-28T08:18:15.0627628Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 42 kB/s)
2023-11-28T08:18:15.0629562Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
2023-11-28T08:18:15.0630572Z Progress (3): 2.2/6.1 MB | 563 kB | 98/159 kB
2023-11-28T08:18:15.0630982Z Progress (3): 2.2/6.1 MB | 563 kB | 102/159 kB
2023-11-28T08:18:15.0631427Z Progress (3): 2.2/6.1 MB | 563 kB | 106/159 kB
2023-11-28T08:18:15.0631834Z Progress (3): 2.2/6.1 MB | 563 kB | 110/159 kB
2023-11-28T08:18:15.0632248Z Progress (3): 2.2/6.1 MB | 563 kB | 114/159 kB
2023-11-28T08:18:15.0632671Z Progress (3): 2.2/6.1 MB | 563 kB | 118/159 kB
2023-11-28T08:18:15.0633091Z Progress (3): 2.2/6.1 MB | 563 kB | 122/159 kB
2023-11-28T08:18:15.0633500Z Progress (3): 2.2/6.1 MB | 563 kB | 126/159 kB
2023-11-28T08:18:15.0633918Z Progress (3): 2.2/6.1 MB | 563 kB | 131/159 kB
2023-11-28T08:18:15.0634324Z Progress (3): 2.2/6.1 MB | 563 kB | 135/159 kB
2023-11-28T08:18:15.0634735Z Progress (3): 2.2/6.1 MB | 563 kB | 139/159 kB
2023-11-28T08:18:15.0635135Z Progress (3): 2.2/6.1 MB | 563 kB | 143/159 kB
2023-11-28T08:18:15.0635553Z Progress (3): 2.2/6.1 MB | 563 kB | 147/159 kB
2023-11-28T08:18:15.0635967Z Progress (3): 2.2/6.1 MB | 563 kB | 151/159 kB
2023-11-28T08:18:15.0636408Z Progress (3): 2.2/6.1 MB | 563 kB | 155/159 kB
2023-11-28T08:18:15.0636819Z Progress (3): 2.2/6.1 MB | 563 kB | 159/159 kB
2023-11-28T08:18:15.0637364Z Progress (3): 2.2/6.1 MB | 563 kB | 159 kB
2023-11-28T08:18:15.0637761Z Progress (3): 2.3/6.1 MB | 563 kB | 159 kB
2023-11-28T08:18:15.0638187Z Progress (4): 2.3/6.1 MB | 563 kB | 159 kB | 4.1/30 kB
2023-11-28T08:18:15.0638674Z Progress (4): 2.3/6.1 MB | 563 kB | 159 kB | 8.2/30 kB
2023-11-28T08:18:15.0639165Z Progress (4): 2.3/6.1 MB | 563 kB | 159 kB | 12/30 kB
2023-11-28T08:18:15.0639631Z Progress (4): 2.3/6.1 MB | 563 kB | 159 kB | 16/30 kB
2023-11-28T08:18:15.0640102Z Progress (4): 2.3/6.1 MB | 563 kB | 159 kB | 20/30 kB
2023-11-28T08:18:15.0640584Z Progress (4): 2.3/6.1 MB | 563 kB | 159 kB | 25/30 kB
2023-11-28T08:18:15.0641037Z Progress (4): 2.3/6.1 MB | 563 kB | 159 kB | 29/30 kB
2023-11-28T08:18:15.0641524Z Progress (4): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB
2023-11-28T08:18:15.0641969Z Progress (4): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB
2023-11-28T08:18:15.0642525Z Progress (4): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB
2023-11-28T08:18:15.0643041Z Progress (5): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB | 4.1/50 kB
2023-11-28T08:18:15.0643625Z Progress (5): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB | 8.2/50 kB
2023-11-28T08:18:15.0644191Z Progress (5): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB | 12/50 kB
2023-11-28T08:18:15.0644740Z Progress (5): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB | 16/50 kB
2023-11-28T08:18:15.0645315Z Progress (5): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB | 20/50 kB
2023-11-28T08:18:15.0645876Z Progress (5): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB | 24/50 kB
2023-11-28T08:18:15.0646434Z Progress (5): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB | 28/50 kB
2023-11-28T08:18:15.0646992Z Progress (5): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB | 32/50 kB
2023-11-28T08:18:15.0647551Z Progress (5): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB | 36/50 kB
2023-11-28T08:18:15.0648114Z Progress (5): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB | 40/50 kB
2023-11-28T08:18:15.0648683Z Progress (5): 2.3/6.1 MB | 563 kB | 159 kB | 30 kB | 44/50 kB
2023-11-28T08:18:15.0649251Z Progress (5): 2.4/6.1 MB | 563 kB | 159 kB | 30 kB | 44/50 kB
2023-11-28T08:18:15.0649819Z Progress (5): 2.4/6.1 MB | 563 kB | 159 kB | 30 kB | 49/50 kB
2023-11-28T08:18:15.0650373Z Progress (5): 2.4/6.1 MB | 563 kB | 159 kB | 30 kB | 50 kB
2023-11-28T08:18:15.0650913Z Progress (5): 2.4/6.1 MB | 563 kB | 159 kB | 30 kB | 50 kB
2023-11-28T08:18:15.0651373Z
2023-11-28T08:18:15.0652777Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 30 kB/s)
2023-11-28T08:18:15.0654766Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
2023-11-28T08:18:15.0655832Z Progress (4): 2.4/6.1 MB | 563 kB | 159 kB | 50 kB
2023-11-28T08:18:15.0656305Z Progress (4): 2.5/6.1 MB | 563 kB | 159 kB | 50 kB
2023-11-28T08:18:15.0656680Z
2023-11-28T08:18:15.0657926Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 50 kB/s)
2023-11-28T08:18:15.0659830Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
2023-11-28T08:18:15.0661166Z Progress (3): 2.5/6.1 MB | 563 kB | 159 kB
2023-11-28T08:18:15.0661558Z
2023-11-28T08:18:15.0663093Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 159 kB/s)
2023-11-28T08:18:15.0664353Z Progress (2): 2.5/6.1 MB | 563 kB
2023-11-28T08:18:15.0664705Z Progress (3): 2.5/6.1 MB | 563 kB | 4.1/60 kB
2023-11-28T08:18:15.0665129Z Progress (3): 2.5/6.1 MB | 563 kB | 8.2/60 kB
2023-11-28T08:18:15.0665553Z Progress (3): 2.5/6.1 MB | 563 kB | 12/60 kB
2023-11-28T08:18:15.0665971Z Progress (3): 2.5/6.1 MB | 563 kB | 16/60 kB
2023-11-28T08:18:15.0666539Z Progress (3): 2.5/6.1 MB | 563 kB | 20/60 kB
2023-11-28T08:18:15.0666996Z Progress (3): 2.5/6.1 MB | 563 kB | 25/60 kB
2023-11-28T08:18:15.0667464Z Progress (3): 2.5/6.1 MB | 563 kB | 29/60 kB
2023-11-28T08:18:15.0667888Z Progress (3): 2.5/6.1 MB | 563 kB | 33/60 kB
2023-11-28T08:18:15.0668327Z Progress (3): 2.5/6.1 MB | 563 kB | 37/60 kB
2023-11-28T08:18:15.0668765Z Progress (3): 2.5/6.1 MB | 563 kB | 41/60 kB
2023-11-28T08:18:15.0669194Z Progress (3): 2.5/6.1 MB | 563 kB | 45/60 kB
2023-11-28T08:18:15.0669626Z Progress (3): 2.5/6.1 MB | 563 kB | 49/60 kB
2023-11-28T08:18:15.0670061Z Progress (3): 2.5/6.1 MB | 563 kB | 53/60 kB
2023-11-28T08:18:15.0670487Z Progress (3): 2.5/6.1 MB | 563 kB | 57/60 kB
2023-11-28T08:18:15.0670922Z Progress (3): 2.5/6.1 MB | 563 kB | 60 kB
2023-11-28T08:18:15.0671304Z
2023-11-28T08:18:15.0672522Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 561 kB/s)
2023-11-28T08:18:15.0674519Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
2023-11-28T08:18:15.0675585Z Progress (3): 2.5/6.1 MB | 60 kB | 4.1/159 kB
2023-11-28T08:18:15.0676026Z Progress (3): 2.6/6.1 MB | 60 kB | 4.1/159 kB
2023-11-28T08:18:15.0676521Z Progress (3): 2.6/6.1 MB | 60 kB | 8.2/159 kB
2023-11-28T08:18:15.0676957Z Progress (3): 2.6/6.1 MB | 60 kB | 12/159 kB
2023-11-28T08:18:15.0677392Z Progress (3): 2.6/6.1 MB | 60 kB | 16/159 kB
2023-11-28T08:18:15.0677788Z Progress (3): 2.6/6.1 MB | 60 kB | 20/159 kB
2023-11-28T08:18:15.0678189Z Progress (3): 2.6/6.1 MB | 60 kB | 25/159 kB
2023-11-28T08:18:15.0678605Z Progress (3): 2.6/6.1 MB | 60 kB | 29/159 kB
2023-11-28T08:18:15.0679017Z Progress (3): 2.6/6.1 MB | 60 kB | 33/159 kB
2023-11-28T08:18:15.0679440Z Progress (3): 2.6/6.1 MB | 60 kB | 37/159 kB
2023-11-28T08:18:15.0679870Z Progress (3): 2.6/6.1 MB | 60 kB | 41/159 kB
2023-11-28T08:18:15.0680282Z Progress (3): 2.6/6.1 MB | 60 kB | 45/159 kB
2023-11-28T08:18:15.0680698Z Progress (3): 2.6/6.1 MB | 60 kB | 49/159 kB
2023-11-28T08:18:15.0681114Z Progress (3): 2.6/6.1 MB | 60 kB | 49/159 kB
2023-11-28T08:18:15.0681534Z Progress (3): 2.6/6.1 MB | 60 kB | 53/159 kB
2023-11-28T08:18:15.0681944Z Progress (3): 2.6/6.1 MB | 60 kB | 57/159 kB
2023-11-28T08:18:15.0682365Z Progress (3): 2.6/6.1 MB | 60 kB | 61/159 kB
2023-11-28T08:18:15.0682789Z Progress (3): 2.6/6.1 MB | 60 kB | 66/159 kB
2023-11-28T08:18:15.0683213Z Progress (3): 2.6/6.1 MB | 60 kB | 70/159 kB
2023-11-28T08:18:15.0683649Z Progress (3): 2.6/6.1 MB | 60 kB | 74/159 kB
2023-11-28T08:18:15.0684084Z Progress (3): 2.6/6.1 MB | 60 kB | 78/159 kB
2023-11-28T08:18:15.0684506Z Progress (3): 2.6/6.1 MB | 60 kB | 82/159 kB
2023-11-28T08:18:15.0684938Z Progress (3): 2.6/6.1 MB | 60 kB | 82/159 kB
2023-11-28T08:18:15.0685366Z Progress (3): 2.6/6.1 MB | 60 kB | 86/159 kB
2023-11-28T08:18:15.0685794Z Progress (3): 2.6/6.1 MB | 60 kB | 90/159 kB
2023-11-28T08:18:15.0686255Z Progress (3): 2.6/6.1 MB | 60 kB | 94/159 kB
2023-11-28T08:18:15.0686674Z Progress (3): 2.6/6.1 MB | 60 kB | 98/159 kB
2023-11-28T08:18:15.0687101Z Progress (3): 2.6/6.1 MB | 60 kB | 102/159 kB
2023-11-28T08:18:15.0687539Z Progress (3): 2.6/6.1 MB | 60 kB | 106/159 kB
2023-11-28T08:18:15.0687980Z Progress (3): 2.6/6.1 MB | 60 kB | 111/159 kB
2023-11-28T08:18:15.0688415Z Progress (3): 2.6/6.1 MB | 60 kB | 115/159 kB
2023-11-28T08:18:15.0688843Z Progress (3): 2.6/6.1 MB | 60 kB | 119/159 kB
2023-11-28T08:18:15.0689277Z Progress (3): 2.6/6.1 MB | 60 kB | 123/159 kB
2023-11-28T08:18:15.0689683Z Progress (3): 2.6/6.1 MB | 60 kB | 127/159 kB
2023-11-28T08:18:15.0690075Z Progress (3): 2.6/6.1 MB | 60 kB | 131/159 kB
2023-11-28T08:18:15.0690481Z Progress (3): 2.7/6.1 MB | 60 kB | 131/159 kB
2023-11-28T08:18:15.0690909Z Progress (3): 2.7/6.1 MB | 60 kB | 135/159 kB
2023-11-28T08:18:15.0691318Z Progress (3): 2.7/6.1 MB | 60 kB | 139/159 kB
2023-11-28T08:18:15.0691749Z Progress (3): 2.7/6.1 MB | 60 kB | 143/159 kB
2023-11-28T08:18:15.0692320Z Progress (3): 2.7/6.1 MB | 60 kB | 147/159 kB
2023-11-28T08:18:15.0692720Z Progress (3): 2.7/6.1 MB | 60 kB | 152/159 kB
2023-11-28T08:18:15.0693143Z Progress (3): 2.7/6.1 MB | 60 kB | 156/159 kB
2023-11-28T08:18:15.0693566Z Progress (3): 2.7/6.1 MB | 60 kB | 159 kB
2023-11-28T08:18:15.0693977Z Progress (3): 2.7/6.1 MB | 60 kB | 159 kB
2023-11-28T08:18:15.0694330Z
2023-11-28T08:18:15.0695750Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 60 kB/s)
2023-11-28T08:18:15.0698079Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
2023-11-28T08:18:15.0700067Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
2023-11-28T08:18:15.0701309Z Progress (2): 2.7/6.1 MB | 159 kB
2023-11-28T08:18:15.0701643Z Progress (2): 2.8/6.1 MB | 159 kB
2023-11-28T08:18:15.0701925Z
2023-11-28T08:18:15.0703190Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 157 kB/s)
2023-11-28T08:18:15.0704881Z Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
2023-11-28T08:18:15.0705690Z Progress (1): 2.8/6.1 MB
2023-11-28T08:18:15.0705959Z Progress (1): 2.8/6.1 MB
2023-11-28T08:18:15.0706226Z Progress (1): 2.9/6.1 MB
2023-11-28T08:18:15.0706487Z Progress (1): 2.9/6.1 MB
2023-11-28T08:18:15.0706737Z Progress (1): 2.9/6.1 MB
2023-11-28T08:18:15.0707026Z Progress (2): 2.9/6.1 MB | 4.1/202 kB
2023-11-28T08:18:15.0707361Z Progress (2): 2.9/6.1 MB | 8.2/202 kB
2023-11-28T08:18:15.0707691Z Progress (2): 2.9/6.1 MB | 12/202 kB
2023-11-28T08:18:15.0708024Z Progress (2): 2.9/6.1 MB | 16/202 kB
2023-11-28T08:18:15.0708382Z Progress (2): 2.9/6.1 MB | 20/202 kB
2023-11-28T08:18:15.0708711Z Progress (2): 2.9/6.1 MB | 25/202 kB
2023-11-28T08:18:15.0709035Z Progress (2): 2.9/6.1 MB | 29/202 kB
2023-11-28T08:18:15.0709382Z Progress (2): 2.9/6.1 MB | 33/202 kB
2023-11-28T08:18:15.0709712Z Progress (2): 2.9/6.1 MB | 33/202 kB
2023-11-28T08:18:15.0710066Z Progress (3): 2.9/6.1 MB | 33/202 kB | 4.1/145 kB
2023-11-28T08:18:15.0710509Z Progress (3): 2.9/6.1 MB | 33/202 kB | 8.2/145 kB
2023-11-28T08:18:15.0710972Z Progress (3): 2.9/6.1 MB | 33/202 kB | 12/145 kB
2023-11-28T08:18:15.0711402Z Progress (3): 2.9/6.1 MB | 33/202 kB | 16/145 kB
2023-11-28T08:18:15.0711851Z Progress (3): 2.9/6.1 MB | 33/202 kB | 20/145 kB
2023-11-28T08:18:15.0712277Z Progress (3): 2.9/6.1 MB | 33/202 kB | 25/145 kB
2023-11-28T08:18:15.0712701Z Progress (3): 2.9/6.1 MB | 33/202 kB | 29/145 kB
2023-11-28T08:18:15.0713129Z Progress (3): 2.9/6.1 MB | 33/202 kB | 33/145 kB
2023-11-28T08:18:15.0713588Z Progress (3): 3.0/6.1 MB | 33/202 kB | 33/145 kB
2023-11-28T08:18:15.0714082Z Progress (4): 3.0/6.1 MB | 33/202 kB | 33/145 kB | 4.1/45 kB
2023-11-28T08:18:15.0714661Z Progress (4): 3.0/6.1 MB | 33/202 kB | 33/145 kB | 8.2/45 kB
2023-11-28T08:18:15.0715218Z Progress (4): 3.0/6.1 MB | 33/202 kB | 33/145 kB | 12/45 kB
2023-11-28T08:18:15.0715769Z Progress (4): 3.0/6.1 MB | 33/202 kB | 33/145 kB | 16/45 kB
2023-11-28T08:18:15.0716300Z Progress (4): 3.0/6.1 MB | 33/202 kB | 33/145 kB | 16/45 kB
2023-11-28T08:18:15.0716845Z Progress (4): 3.0/6.1 MB | 37/202 kB | 33/145 kB | 16/45 kB
2023-11-28T08:18:15.0717391Z Progress (4): 3.0/6.1 MB | 41/202 kB | 33/145 kB | 16/45 kB
2023-11-28T08:18:15.0717918Z Progress (4): 3.0/6.1 MB | 45/202 kB | 33/145 kB | 16/45 kB
2023-11-28T08:18:15.0718479Z Progress (4): 3.0/6.1 MB | 49/202 kB | 33/145 kB | 16/45 kB
2023-11-28T08:18:15.0719020Z Progress (4): 3.0/6.1 MB | 53/202 kB | 33/145 kB | 16/45 kB
2023-11-28T08:18:15.0719564Z Progress (4): 3.0/6.1 MB | 57/202 kB | 33/145 kB | 16/45 kB
2023-11-28T08:18:15.0720100Z Progress (4): 3.0/6.1 MB | 61/202 kB | 33/145 kB | 16/45 kB
2023-11-28T08:18:15.0720767Z Progress (4): 3.0/6.1 MB | 66/202 kB | 33/145 kB | 16/45 kB
2023-11-28T08:18:15.0721322Z Progress (4): 3.0/6.1 MB | 66/202 kB | 33/145 kB | 16/45 kB
2023-11-28T08:18:15.0721847Z Progress (4): 3.0/6.1 MB | 66/202 kB | 33/145 kB | 20/45 kB
2023-11-28T08:18:15.0722403Z Progress (4): 3.0/6.1 MB | 66/202 kB | 33/145 kB | 24/45 kB
2023-11-28T08:18:15.0722941Z Progress (4): 3.0/6.1 MB | 66/202 kB | 33/145 kB | 28/45 kB
2023-11-28T08:18:15.0723466Z Progress (4): 3.0/6.1 MB | 66/202 kB | 33/145 kB | 32/45 kB
2023-11-28T08:18:15.0724020Z Progress (4): 3.0/6.1 MB | 66/202 kB | 33/145 kB | 36/45 kB
2023-11-28T08:18:15.0724572Z Progress (4): 3.0/6.1 MB | 66/202 kB | 33/145 kB | 40/45 kB
2023-11-28T08:18:15.0725084Z Progress (4): 3.0/6.1 MB | 66/202 kB | 33/145 kB | 44/45 kB
2023-11-28T08:18:15.0725631Z Progress (4): 3.0/6.1 MB | 66/202 kB | 33/145 kB | 45 kB
2023-11-28T08:18:15.0726304Z Progress (4): 3.1/6.1 MB | 66/202 kB | 33/145 kB | 45 kB
2023-11-28T08:18:15.0726824Z Progress (4): 3.1/6.1 MB | 66/202 kB | 37/145 kB | 45 kB
2023-11-28T08:18:15.0727339Z Progress (4): 3.1/6.1 MB | 66/202 kB | 41/145 kB | 45 kB
2023-11-28T08:18:15.0727836Z Progress (4): 3.1/6.1 MB | 66/202 kB | 45/145 kB | 45 kB
2023-11-28T08:18:15.0728334Z Progress (4): 3.1/6.1 MB | 66/202 kB | 49/145 kB | 45 kB
2023-11-28T08:18:15.0728846Z Progress (4): 3.1/6.1 MB | 66/202 kB | 53/145 kB | 45 kB
2023-11-28T08:18:15.0729349Z Progress (4): 3.1/6.1 MB | 66/202 kB | 57/145 kB | 45 kB
2023-11-28T08:18:15.0729871Z Progress (4): 3.1/6.1 MB | 66/202 kB | 61/145 kB | 45 kB
2023-11-28T08:18:15.0730355Z Progress (4): 3.1/6.1 MB | 66/202 kB | 66/145 kB | 45 kB
2023-11-28T08:18:15.0730858Z Progress (4): 3.1/6.1 MB | 66/202 kB | 70/145 kB | 45 kB
2023-11-28T08:18:15.0731378Z Progress (4): 3.1/6.1 MB | 66/202 kB | 74/145 kB | 45 kB
2023-11-28T08:18:15.0731881Z Progress (4): 3.1/6.1 MB | 66/202 kB | 78/145 kB | 45 kB
2023-11-28T08:18:15.0732389Z Progress (4): 3.1/6.1 MB | 66/202 kB | 82/145 kB | 45 kB
2023-11-28T08:18:15.0732903Z Progress (4): 3.1/6.1 MB | 66/202 kB | 86/145 kB | 45 kB
2023-11-28T08:18:15.0733418Z Progress (4): 3.1/6.1 MB | 66/202 kB | 90/145 kB | 45 kB
2023-11-28T08:18:15.0733922Z Progress (4): 3.1/6.1 MB | 66/202 kB | 94/145 kB | 45 kB
2023-11-28T08:18:15.0734436Z Progress (4): 3.1/6.1 MB | 66/202 kB | 98/145 kB | 45 kB
2023-11-28T08:18:15.0734951Z Progress (4): 3.1/6.1 MB | 66/202 kB | 102/145 kB | 45 kB
2023-11-28T08:18:15.0735459Z Progress (4): 3.1/6.1 MB | 66/202 kB | 106/145 kB | 45 kB
2023-11-28T08:18:15.0735998Z Progress (4): 3.1/6.1 MB | 66/202 kB | 111/145 kB | 45 kB
2023-11-28T08:18:15.0736534Z Progress (4): 3.1/6.1 MB | 66/202 kB | 115/145 kB | 45 kB
2023-11-28T08:18:15.0737056Z Progress (4): 3.1/6.1 MB | 66/202 kB | 119/145 kB | 45 kB
2023-11-28T08:18:15.0737548Z Progress (4): 3.1/6.1 MB | 66/202 kB | 123/145 kB | 45 kB
2023-11-28T08:18:15.0738060Z Progress (4): 3.1/6.1 MB | 66/202 kB | 127/145 kB | 45 kB
2023-11-28T08:18:15.0738611Z Progress (4): 3.1/6.1 MB | 66/202 kB | 131/145 kB | 45 kB
2023-11-28T08:18:15.0739129Z Progress (4): 3.1/6.1 MB | 66/202 kB | 135/145 kB | 45 kB
2023-11-28T08:18:15.0739660Z Progress (4): 3.1/6.1 MB | 66/202 kB | 139/145 kB | 45 kB
2023-11-28T08:18:15.0740159Z Progress (4): 3.1/6.1 MB | 66/202 kB | 143/145 kB | 45 kB
2023-11-28T08:18:15.0740659Z Progress (4): 3.1/6.1 MB | 66/202 kB | 145 kB | 45 kB
2023-11-28T08:18:15.0741308Z Progress (4): 3.1/6.1 MB | 70/202 kB | 145 kB | 45 kB
2023-11-28T08:18:15.0741831Z Progress (4): 3.1/6.1 MB | 74/202 kB | 145 kB | 45 kB
2023-11-28T08:18:15.0742349Z Progress (4): 3.1/6.1 MB | 74/202 kB | 145 kB | 45 kB
2023-11-28T08:18:15.0742795Z
2023-11-28T08:18:15.0743993Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 44 kB/s)
2023-11-28T08:18:15.0745039Z Progress (3): 3.1/6.1 MB | 78/202 kB | 145 kB
2023-11-28T08:18:15.0745485Z Progress (3): 3.1/6.1 MB | 82/202 kB | 145 kB
2023-11-28T08:18:15.0746084Z Progress (3): 3.1/6.1 MB | 82/202 kB | 145 kB
2023-11-28T08:18:15.0746529Z Progress (3): 3.1/6.1 MB | 86/202 kB | 145 kB
2023-11-28T08:18:15.0746954Z Progress (3): 3.1/6.1 MB | 90/202 kB | 145 kB
2023-11-28T08:18:15.0747389Z Progress (3): 3.1/6.1 MB | 94/202 kB | 145 kB
2023-11-28T08:18:15.0747831Z Progress (3): 3.1/6.1 MB | 98/202 kB | 145 kB
2023-11-28T08:18:15.0748270Z Progress (3): 3.1/6.1 MB | 102/202 kB | 145 kB
2023-11-28T08:18:15.0748676Z Progress (3): 3.1/6.1 MB | 106/202 kB | 145 kB
2023-11-28T08:18:15.0749088Z Progress (3): 3.1/6.1 MB | 111/202 kB | 145 kB
2023-11-28T08:18:15.0749504Z Progress (3): 3.1/6.1 MB | 115/202 kB | 145 kB
2023-11-28T08:18:15.0749919Z Progress (3): 3.1/6.1 MB | 119/202 kB | 145 kB
2023-11-28T08:18:15.0750360Z Progress (3): 3.1/6.1 MB | 123/202 kB | 145 kB
2023-11-28T08:18:15.0750801Z Progress (3): 3.1/6.1 MB | 127/202 kB | 145 kB
2023-11-28T08:18:15.0751238Z Progress (3): 3.1/6.1 MB | 131/202 kB | 145 kB
2023-11-28T08:18:15.0751793Z Progress (3): 3.1/6.1 MB | 135/202 kB | 145 kB
2023-11-28T08:18:15.0752235Z Progress (3): 3.1/6.1 MB | 139/202 kB | 145 kB
2023-11-28T08:18:15.0752659Z Progress (3): 3.1/6.1 MB | 143/202 kB | 145 kB
2023-11-28T08:18:15.0753091Z Progress (3): 3.1/6.1 MB | 147/202 kB | 145 kB
2023-11-28T08:18:15.0753525Z Progress (3): 3.1/6.1 MB | 152/202 kB | 145 kB
2023-11-28T08:18:15.0753950Z Progress (3): 3.1/6.1 MB | 156/202 kB | 145 kB
2023-11-28T08:18:15.0754390Z Progress (3): 3.1/6.1 MB | 160/202 kB | 145 kB
2023-11-28T08:18:15.0754828Z Progress (3): 3.1/6.1 MB | 164/202 kB | 145 kB
2023-11-28T08:18:15.0755252Z Progress (3): 3.1/6.1 MB | 168/202 kB | 145 kB
2023-11-28T08:18:15.0755686Z Progress (3): 3.1/6.1 MB | 172/202 kB | 145 kB
2023-11-28T08:18:15.0756146Z Progress (3): 3.1/6.1 MB | 176/202 kB | 145 kB
2023-11-28T08:18:15.0756580Z Progress (3): 3.1/6.1 MB | 180/202 kB | 145 kB
2023-11-28T08:18:15.0757010Z Progress (3): 3.1/6.1 MB | 184/202 kB | 145 kB
2023-11-28T08:18:15.0757488Z Progress (3): 3.1/6.1 MB | 188/202 kB | 145 kB
2023-11-28T08:18:15.0757919Z Progress (3): 3.1/6.1 MB | 193/202 kB | 145 kB
2023-11-28T08:18:15.0758342Z Progress (3): 3.1/6.1 MB | 197/202 kB | 145 kB
2023-11-28T08:18:15.0758785Z Progress (3): 3.1/6.1 MB | 201/202 kB | 145 kB
2023-11-28T08:18:15.0759199Z Progress (3): 3.1/6.1 MB | 202 kB | 145 kB
2023-11-28T08:18:15.0759658Z Progress (4): 3.1/6.1 MB | 202 kB | 145 kB | 4.1/18 kB
2023-11-28T08:18:15.0760168Z Progress (4): 3.2/6.1 MB | 202 kB | 145 kB | 4.1/18 kB
2023-11-28T08:18:15.0760596Z
2023-11-28T08:18:15.0761612Z Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
2023-11-28T08:18:15.0762578Z Progress (4): 3.2/6.1 MB | 202 kB | 145 kB | 8.2/18 kB
2023-11-28T08:18:15.0763098Z Progress (4): 3.2/6.1 MB | 202 kB | 145 kB | 12/18 kB
2023-11-28T08:18:15.0763620Z Progress (4): 3.2/6.1 MB | 202 kB | 145 kB | 16/18 kB
2023-11-28T08:18:15.0764099Z Progress (4): 3.2/6.1 MB | 202 kB | 145 kB | 18 kB
2023-11-28T08:18:15.0764589Z Progress (4): 3.2/6.1 MB | 202 kB | 145 kB | 18 kB
2023-11-28T08:18:15.0765044Z Progress (4): 3.2/6.1 MB | 202 kB | 145 kB | 18 kB
2023-11-28T08:18:15.0765491Z Progress (4): 3.3/6.1 MB | 202 kB | 145 kB | 18 kB
2023-11-28T08:18:15.0765894Z
2023-11-28T08:18:15.0767372Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 195 kB/s)
2023-11-28T08:18:15.0769390Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
2023-11-28T08:18:15.0770349Z Progress (3): 3.3/6.1 MB | 145 kB | 18 kB
2023-11-28T08:18:15.0770734Z Progress (3): 3.3/6.1 MB | 145 kB | 18 kB
2023-11-28T08:18:15.0771129Z Progress (3): 3.4/6.1 MB | 145 kB | 18 kB
2023-11-28T08:18:15.0771505Z Progress (3): 3.4/6.1 MB | 145 kB | 18 kB
2023-11-28T08:18:15.0771863Z
2023-11-28T08:18:15.0773343Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 138 kB/s)
2023-11-28T08:18:15.0774882Z Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
2023-11-28T08:18:15.0775674Z Progress (2): 3.4/6.1 MB | 18 kB
2023-11-28T08:18:15.0775994Z Progress (2): 3.5/6.1 MB | 18 kB
2023-11-28T08:18:15.0776392Z Progress (2): 3.5/6.1 MB | 18 kB
2023-11-28T08:18:15.0776697Z Progress (2): 3.5/6.1 MB | 18 kB
2023-11-28T08:18:15.0777027Z Progress (2): 3.6/6.1 MB | 18 kB
2023-11-28T08:18:15.0777383Z Progress (3): 3.6/6.1 MB | 18 kB | 4.1/5.8 kB
2023-11-28T08:18:15.0777811Z Progress (3): 3.6/6.1 MB | 18 kB | 5.8 kB
2023-11-28T08:18:15.0778192Z
2023-11-28T08:18:15.0779468Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 17 kB/s)
2023-11-28T08:18:15.0782049Z Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
2023-11-28T08:18:15.0783277Z Progress (2): 3.6/6.1 MB | 5.8 kB
2023-11-28T08:18:15.0783633Z Progress (2): 3.6/6.1 MB | 5.8 kB
2023-11-28T08:18:15.0783987Z Progress (2): 3.7/6.1 MB | 5.8 kB
2023-11-28T08:18:15.0784335Z Progress (2): 3.7/6.1 MB | 5.8 kB
2023-11-28T08:18:15.0784652Z
2023-11-28T08:18:15.0785774Z Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 5.5 kB/s)
2023-11-28T08:18:15.0787356Z Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar
2023-11-28T08:18:15.0788055Z Progress (2): 3.7/6.1 MB | 4.1/4.5 kB
2023-11-28T08:18:15.0788446Z Progress (2): 3.7/6.1 MB | 4.5 kB
2023-11-28T08:18:15.0788851Z Progress (3): 3.7/6.1 MB | 4.5 kB | 4.1/357 kB
2023-11-28T08:18:15.0789305Z Progress (3): 3.7/6.1 MB | 4.5 kB | 8.2/357 kB
2023-11-28T08:18:15.0789761Z Progress (3): 3.7/6.1 MB | 4.5 kB | 12/357 kB
2023-11-28T08:18:15.0790192Z Progress (3): 3.7/6.1 MB | 4.5 kB | 16/357 kB
2023-11-28T08:18:15.0790592Z Progress (3): 3.7/6.1 MB | 4.5 kB | 20/357 kB
2023-11-28T08:18:15.0791011Z Progress (3): 3.7/6.1 MB | 4.5 kB | 25/357 kB
2023-11-28T08:18:15.0791427Z Progress (3): 3.7/6.1 MB | 4.5 kB | 29/357 kB
2023-11-28T08:18:15.0791830Z Progress (3): 3.7/6.1 MB | 4.5 kB | 33/357 kB
2023-11-28T08:18:15.0792253Z Progress (3): 3.7/6.1 MB | 4.5 kB | 37/357 kB
2023-11-28T08:18:15.0792716Z Progress (3): 3.7/6.1 MB | 4.5 kB | 41/357 kB
2023-11-28T08:18:15.0793180Z Progress (3): 3.7/6.1 MB | 4.5 kB | 45/357 kB
2023-11-28T08:18:15.0793632Z Progress (3): 3.7/6.1 MB | 4.5 kB | 49/357 kB
2023-11-28T08:18:15.0794098Z Progress (3): 3.7/6.1 MB | 4.5 kB | 53/357 kB
2023-11-28T08:18:15.0794562Z Progress (3): 3.7/6.1 MB | 4.5 kB | 57/357 kB
2023-11-28T08:18:15.0795012Z Progress (3): 3.7/6.1 MB | 4.5 kB | 61/357 kB
2023-11-28T08:18:15.0795468Z Progress (3): 3.7/6.1 MB | 4.5 kB | 66/357 kB
2023-11-28T08:18:15.0795915Z Progress (3): 3.7/6.1 MB | 4.5 kB | 70/357 kB
2023-11-28T08:18:15.0796358Z Progress (3): 3.7/6.1 MB | 4.5 kB | 74/357 kB
2023-11-28T08:18:15.0796822Z Progress (3): 3.7/6.1 MB | 4.5 kB | 78/357 kB
2023-11-28T08:18:15.0797285Z Progress (3): 3.7/6.1 MB | 4.5 kB | 82/357 kB
2023-11-28T08:18:15.0797738Z Progress (3): 3.7/6.1 MB | 4.5 kB | 86/357 kB
2023-11-28T08:18:15.0798212Z Progress (3): 3.7/6.1 MB | 4.5 kB | 90/357 kB
2023-11-28T08:18:15.0798674Z Progress (3): 3.7/6.1 MB | 4.5 kB | 94/357 kB
2023-11-28T08:18:15.0799121Z Progress (3): 3.7/6.1 MB | 4.5 kB | 98/357 kB
2023-11-28T08:18:15.0799658Z Progress (4): 3.7/6.1 MB | 4.5 kB | 98/357 kB | 4.1/44 kB
2023-11-28T08:18:15.0800253Z Progress (4): 3.7/6.1 MB | 4.5 kB | 98/357 kB | 8.2/44 kB
2023-11-28T08:18:15.0800808Z Progress (4): 3.7/6.1 MB | 4.5 kB | 98/357 kB | 12/44 kB
2023-11-28T08:18:15.0801417Z Progress (4): 3.7/6.1 MB | 4.5 kB | 98/357 kB | 16/44 kB
2023-11-28T08:18:15.0802094Z
2023-11-28T08:18:15.0803407Z Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 4.2 kB/s)
2023-11-28T08:18:15.0805340Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
2023-11-28T08:18:15.0806481Z Progress (3): 3.7/6.1 MB | 102/357 kB | 16/44 kB
2023-11-28T08:18:15.0806953Z Progress (3): 3.7/6.1 MB | 102/357 kB | 20/44 kB
2023-11-28T08:18:15.0807420Z Progress (3): 3.7/6.1 MB | 102/357 kB | 25/44 kB
2023-11-28T08:18:15.0807871Z Progress (3): 3.7/6.1 MB | 102/357 kB | 29/44 kB
2023-11-28T08:18:15.0808336Z Progress (3): 3.7/6.1 MB | 102/357 kB | 33/44 kB
2023-11-28T08:18:15.0808802Z Progress (3): 3.7/6.1 MB | 102/357 kB | 37/44 kB
2023-11-28T08:18:15.0809253Z Progress (3): 3.7/6.1 MB | 102/357 kB | 41/44 kB
2023-11-28T08:18:15.0809844Z Progress (3): 3.7/6.1 MB | 102/357 kB | 44 kB
2023-11-28T08:18:15.0810295Z Progress (3): 3.7/6.1 MB | 106/357 kB | 44 kB
2023-11-28T08:18:15.0810703Z Progress (3): 3.7/6.1 MB | 111/357 kB | 44 kB
2023-11-28T08:18:15.0811118Z Progress (3): 3.7/6.1 MB | 115/357 kB | 44 kB
2023-11-28T08:18:15.0811547Z Progress (3): 3.7/6.1 MB | 119/357 kB | 44 kB
2023-11-28T08:18:15.0811964Z Progress (3): 3.7/6.1 MB | 123/357 kB | 44 kB
2023-11-28T08:18:15.0812404Z Progress (3): 3.7/6.1 MB | 127/357 kB | 44 kB
2023-11-28T08:18:15.0812832Z Progress (3): 3.7/6.1 MB | 131/357 kB | 44 kB
2023-11-28T08:18:15.0813273Z Progress (3): 3.7/6.1 MB | 135/357 kB | 44 kB
2023-11-28T08:18:15.0813706Z Progress (3): 3.7/6.1 MB | 139/357 kB | 44 kB
2023-11-28T08:18:15.0814145Z Progress (3): 3.7/6.1 MB | 143/357 kB | 44 kB
2023-11-28T08:18:15.0814592Z Progress (3): 3.7/6.1 MB | 147/357 kB | 44 kB
2023-11-28T08:18:15.0815022Z Progress (3): 3.7/6.1 MB | 152/357 kB | 44 kB
2023-11-28T08:18:15.0815532Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 4.1/61 kB
2023-11-28T08:18:15.0816106Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 8.2/61 kB
2023-11-28T08:18:15.0816645Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 12/61 kB
2023-11-28T08:18:15.0817212Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 16/61 kB
2023-11-28T08:18:15.0817794Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 20/61 kB
2023-11-28T08:18:15.0818319Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 25/61 kB
2023-11-28T08:18:15.0818837Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 29/61 kB
2023-11-28T08:18:15.0819348Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 33/61 kB
2023-11-28T08:18:15.0819883Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 37/61 kB
2023-11-28T08:18:15.0820400Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 41/61 kB
2023-11-28T08:18:15.0821098Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 45/61 kB
2023-11-28T08:18:15.0821617Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 49/61 kB
2023-11-28T08:18:15.0822112Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 53/61 kB
2023-11-28T08:18:15.0822637Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 57/61 kB
2023-11-28T08:18:15.0823131Z Progress (4): 3.7/6.1 MB | 152/357 kB | 44 kB | 61 kB
2023-11-28T08:18:15.0823543Z
2023-11-28T08:18:15.0824480Z Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 41 kB/s)
2023-11-28T08:18:15.0826054Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
2023-11-28T08:18:15.0827102Z Progress (3): 3.7/6.1 MB | 156/357 kB | 61 kB
2023-11-28T08:18:15.0827504Z Progress (3): 3.7/6.1 MB | 160/357 kB | 61 kB
2023-11-28T08:18:15.0827920Z Progress (3): 3.7/6.1 MB | 164/357 kB | 61 kB
2023-11-28T08:18:15.0828321Z Progress (3): 3.7/6.1 MB | 168/357 kB | 61 kB
2023-11-28T08:18:15.0828721Z Progress (3): 3.7/6.1 MB | 172/357 kB | 61 kB
2023-11-28T08:18:15.0829145Z Progress (3): 3.7/6.1 MB | 176/357 kB | 61 kB
2023-11-28T08:18:15.0829561Z Progress (3): 3.7/6.1 MB | 180/357 kB | 61 kB
2023-11-28T08:18:15.0830100Z Progress (3): 3.7/6.1 MB | 184/357 kB | 61 kB
2023-11-28T08:18:15.0830512Z Progress (3): 3.7/6.1 MB | 188/357 kB | 61 kB
2023-11-28T08:18:15.0830913Z Progress (3): 3.7/6.1 MB | 193/357 kB | 61 kB
2023-11-28T08:18:15.0831324Z Progress (3): 3.7/6.1 MB | 197/357 kB | 61 kB
2023-11-28T08:18:15.0831725Z Progress (3): 3.7/6.1 MB | 201/357 kB | 61 kB
2023-11-28T08:18:15.0832128Z Progress (3): 3.7/6.1 MB | 205/357 kB | 61 kB
2023-11-28T08:18:15.0832530Z Progress (3): 3.7/6.1 MB | 209/357 kB | 61 kB
2023-11-28T08:18:15.0832943Z Progress (3): 3.7/6.1 MB | 213/357 kB | 61 kB
2023-11-28T08:18:15.0833341Z Progress (3): 3.7/6.1 MB | 217/357 kB | 61 kB
2023-11-28T08:18:15.0833742Z Progress (3): 3.7/6.1 MB | 221/357 kB | 61 kB
2023-11-28T08:18:15.0834121Z Progress (3): 3.7/6.1 MB | 225/357 kB | 61 kB
2023-11-28T08:18:15.0834547Z Progress (3): 3.7/6.1 MB | 229/357 kB | 61 kB
2023-11-28T08:18:15.0835089Z Progress (3): 3.7/6.1 MB | 233/357 kB | 61 kB
2023-11-28T08:18:15.0835507Z Progress (3): 3.7/6.1 MB | 238/357 kB | 61 kB
2023-11-28T08:18:15.0835903Z Progress (3): 3.7/6.1 MB | 242/357 kB | 61 kB
2023-11-28T08:18:15.0836365Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 4.1/47 kB
2023-11-28T08:18:15.0837034Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 8.2/47 kB
2023-11-28T08:18:15.0837669Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 12/47 kB
2023-11-28T08:18:15.0838333Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 16/47 kB
2023-11-28T08:18:15.0838929Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 20/47 kB
2023-11-28T08:18:15.0839432Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 25/47 kB
2023-11-28T08:18:15.0839951Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 29/47 kB
2023-11-28T08:18:15.0840468Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 33/47 kB
2023-11-28T08:18:15.0840976Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 37/47 kB
2023-11-28T08:18:15.0841476Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 41/47 kB
2023-11-28T08:18:15.0841988Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 45/47 kB
2023-11-28T08:18:15.0842518Z Progress (4): 3.7/6.1 MB | 242/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0843008Z Progress (4): 3.7/6.1 MB | 246/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0843499Z Progress (4): 3.7/6.1 MB | 250/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0843961Z Progress (4): 3.7/6.1 MB | 254/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0844427Z Progress (4): 3.7/6.1 MB | 258/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0844915Z Progress (4): 3.7/6.1 MB | 262/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0845388Z Progress (4): 3.7/6.1 MB | 266/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0845860Z Progress (4): 3.7/6.1 MB | 270/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0846326Z Progress (4): 3.7/6.1 MB | 274/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0846822Z Progress (4): 3.7/6.1 MB | 279/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0847288Z Progress (4): 3.7/6.1 MB | 283/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0847762Z Progress (4): 3.7/6.1 MB | 287/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0848243Z Progress (4): 3.7/6.1 MB | 291/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0848709Z Progress (4): 3.7/6.1 MB | 295/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0849168Z Progress (4): 3.7/6.1 MB | 299/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0849646Z Progress (4): 3.7/6.1 MB | 303/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0850123Z Progress (4): 3.7/6.1 MB | 307/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0850578Z Progress (4): 3.7/6.1 MB | 311/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0851067Z Progress (4): 3.7/6.1 MB | 315/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0851531Z Progress (4): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB
2023-11-28T08:18:15.0852053Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 4.1/202 kB
2023-11-28T08:18:15.0852673Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 4.1/202 kB
2023-11-28T08:18:15.0853292Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 8.2/202 kB
2023-11-28T08:18:15.0853883Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 12/202 kB
2023-11-28T08:18:15.0854573Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 16/202 kB
2023-11-28T08:18:15.0855186Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 20/202 kB
2023-11-28T08:18:15.0855793Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 25/202 kB
2023-11-28T08:18:15.0856356Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 29/202 kB
2023-11-28T08:18:15.0856969Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 33/202 kB
2023-11-28T08:18:15.0857578Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 37/202 kB
2023-11-28T08:18:15.0858173Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 41/202 kB
2023-11-28T08:18:15.0858756Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 45/202 kB
2023-11-28T08:18:15.0859354Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 49/202 kB
2023-11-28T08:18:15.0859966Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 53/202 kB
2023-11-28T08:18:15.0860684Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 57/202 kB
2023-11-28T08:18:15.0861433Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 61/202 kB
2023-11-28T08:18:15.0862024Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 66/202 kB
2023-11-28T08:18:15.0862617Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 70/202 kB
2023-11-28T08:18:15.0863220Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 74/202 kB
2023-11-28T08:18:15.0863836Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 78/202 kB
2023-11-28T08:18:15.0864419Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 82/202 kB
2023-11-28T08:18:15.0865008Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 86/202 kB
2023-11-28T08:18:15.0865607Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 90/202 kB
2023-11-28T08:18:15.0866215Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 94/202 kB
2023-11-28T08:18:15.0866802Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 98/202 kB
2023-11-28T08:18:15.0867415Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 102/202 kB
2023-11-28T08:18:15.0868021Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 106/202 kB
2023-11-28T08:18:15.0868629Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 111/202 kB
2023-11-28T08:18:15.0869211Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 115/202 kB
2023-11-28T08:18:15.0869820Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 119/202 kB
2023-11-28T08:18:15.0870421Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 123/202 kB
2023-11-28T08:18:15.0871022Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 127/202 kB
2023-11-28T08:18:15.0871616Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 131/202 kB
2023-11-28T08:18:15.0872226Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 135/202 kB
2023-11-28T08:18:15.0872810Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 139/202 kB
2023-11-28T08:18:15.0873432Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 143/202 kB
2023-11-28T08:18:15.0874023Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 147/202 kB
2023-11-28T08:18:15.0874628Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 152/202 kB
2023-11-28T08:18:15.0875229Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 156/202 kB
2023-11-28T08:18:15.0875848Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 160/202 kB
2023-11-28T08:18:15.0876514Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 164/202 kB
2023-11-28T08:18:15.0877096Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 168/202 kB
2023-11-28T08:18:15.0877710Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 172/202 kB
2023-11-28T08:18:15.0878313Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 176/202 kB
2023-11-28T08:18:15.0878902Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 180/202 kB
2023-11-28T08:18:15.0879492Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 184/202 kB
2023-11-28T08:18:15.0880119Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 188/202 kB
2023-11-28T08:18:15.0880875Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 193/202 kB
2023-11-28T08:18:15.0881441Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 197/202 kB
2023-11-28T08:18:15.0882051Z Progress (5): 3.7/6.1 MB | 319/357 kB | 61 kB | 47 kB | 201/202 kB
2023-11-28T08:18:15.0882545Z
2023-11-28T08:18:15.0883886Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 43 kB/s)
2023-11-28T08:18:15.0886027Z Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
2023-11-28T08:18:15.0887263Z Progress (4): 3.7/6.1 MB | 319/357 kB | 61 kB | 202 kB
2023-11-28T08:18:15.0887757Z Progress (4): 3.8/6.1 MB | 319/357 kB | 61 kB | 202 kB
2023-11-28T08:18:15.0888383Z
2023-11-28T08:18:15.0889722Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 57 kB/s)
2023-11-28T08:18:15.0891894Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
2023-11-28T08:18:15.0893185Z Progress (3): 3.8/6.1 MB | 319/357 kB | 202 kB
2023-11-28T08:18:15.0893584Z Progress (3): 3.8/6.1 MB | 319/357 kB | 202 kB
2023-11-28T08:18:15.0894003Z Progress (3): 3.9/6.1 MB | 319/357 kB | 202 kB
2023-11-28T08:18:15.0894470Z Progress (4): 3.9/6.1 MB | 319/357 kB | 202 kB | 4.1/4.2 kB
2023-11-28T08:18:15.0895014Z Progress (4): 3.9/6.1 MB | 319/357 kB | 202 kB | 4.2 kB
2023-11-28T08:18:15.0895457Z
2023-11-28T08:18:15.0896900Z Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 186 kB/s)
2023-11-28T08:18:15.0899038Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
2023-11-28T08:18:15.0900072Z Progress (3): 3.9/6.1 MB | 324/357 kB | 4.2 kB
2023-11-28T08:18:15.0900489Z Progress (3): 3.9/6.1 MB | 328/357 kB | 4.2 kB
2023-11-28T08:18:15.0981533Z Progress (3): 3.9/6.1 MB | 332/357 kB | 4.2 kB
2023-11-28T08:18:15.0982081Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 4.1/61 kB
2023-11-28T08:18:15.0982678Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 8.2/61 kB
2023-11-28T08:18:15.0983266Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 12/61 kB
2023-11-28T08:18:15.0983848Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 16/61 kB
2023-11-28T08:18:15.0984397Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 20/61 kB
2023-11-28T08:18:15.0984950Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 25/61 kB
2023-11-28T08:18:15.0985495Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 29/61 kB
2023-11-28T08:18:15.0986053Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 33/61 kB
2023-11-28T08:18:15.0986613Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 37/61 kB
2023-11-28T08:18:15.0987177Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 41/61 kB
2023-11-28T08:18:15.0987779Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 45/61 kB
2023-11-28T08:18:15.0988365Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 49/61 kB
2023-11-28T08:18:15.0988932Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 53/61 kB
2023-11-28T08:18:15.0989488Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 57/61 kB
2023-11-28T08:18:15.0990029Z Progress (4): 3.9/6.1 MB | 332/357 kB | 4.2 kB | 61 kB
2023-11-28T08:18:15.0990511Z
2023-11-28T08:18:15.0992246Z Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 3.9 kB/s)
2023-11-28T08:18:15.0994749Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
2023-11-28T08:18:15.0995829Z Progress (3): 3.9/6.1 MB | 336/357 kB | 61 kB
2023-11-28T08:18:15.0996335Z Progress (4): 3.9/6.1 MB | 336/357 kB | 61 kB | 4.1/202 kB
2023-11-28T08:18:15.0996916Z Progress (4): 3.9/6.1 MB | 336/357 kB | 61 kB | 8.2/202 kB
2023-11-28T08:18:15.0997480Z Progress (4): 3.9/6.1 MB | 336/357 kB | 61 kB | 12/202 kB
2023-11-28T08:18:15.0998017Z Progress (4): 3.9/6.1 MB | 336/357 kB | 61 kB | 16/202 kB
2023-11-28T08:18:15.0998581Z Progress (4): 3.9/6.1 MB | 340/357 kB | 61 kB | 16/202 kB
2023-11-28T08:18:15.0999137Z Progress (4): 3.9/6.1 MB | 344/357 kB | 61 kB | 16/202 kB
2023-11-28T08:18:15.0999703Z Progress (4): 3.9/6.1 MB | 348/357 kB | 61 kB | 16/202 kB
2023-11-28T08:18:15.1000269Z Progress (4): 3.9/6.1 MB | 352/357 kB | 61 kB | 16/202 kB
2023-11-28T08:18:15.1000896Z
2023-11-28T08:18:15.1002634Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 56 kB/s)
2023-11-28T08:18:15.1004151Z Progress (3): 3.9/6.1 MB | 352/357 kB | 20/202 kB
2023-11-28T08:18:15.1004562Z
2023-11-28T08:18:15.1005647Z Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
2023-11-28T08:18:15.1006649Z Progress (3): 3.9/6.1 MB | 352/357 kB | 24/202 kB
2023-11-28T08:18:15.1007100Z Progress (3): 3.9/6.1 MB | 352/357 kB | 28/202 kB
2023-11-28T08:18:15.1007537Z Progress (3): 3.9/6.1 MB | 352/357 kB | 32/202 kB
2023-11-28T08:18:15.1008012Z Progress (3): 3.9/6.1 MB | 352/357 kB | 36/202 kB
2023-11-28T08:18:15.1008479Z Progress (3): 3.9/6.1 MB | 352/357 kB | 40/202 kB
2023-11-28T08:18:15.1008936Z Progress (3): 3.9/6.1 MB | 352/357 kB | 44/202 kB
2023-11-28T08:18:15.1009385Z Progress (3): 3.9/6.1 MB | 352/357 kB | 49/202 kB
2023-11-28T08:18:15.1009849Z Progress (3): 3.9/6.1 MB | 352/357 kB | 53/202 kB
2023-11-28T08:18:15.1010315Z Progress (3): 3.9/6.1 MB | 352/357 kB | 57/202 kB
2023-11-28T08:18:15.1010800Z Progress (3): 3.9/6.1 MB | 352/357 kB | 61/202 kB
2023-11-28T08:18:15.1011268Z Progress (3): 3.9/6.1 MB | 352/357 kB | 65/202 kB
2023-11-28T08:18:15.1011687Z Progress (3): 3.9/6.1 MB | 352/357 kB | 69/202 kB
2023-11-28T08:18:15.1012091Z Progress (3): 3.9/6.1 MB | 352/357 kB | 73/202 kB
2023-11-28T08:18:15.1012526Z Progress (3): 3.9/6.1 MB | 352/357 kB | 77/202 kB
2023-11-28T08:18:15.1012950Z Progress (3): 3.9/6.1 MB | 352/357 kB | 81/202 kB
2023-11-28T08:18:15.1013413Z Progress (3): 3.9/6.1 MB | 352/357 kB | 85/202 kB
2023-11-28T08:18:15.1013854Z Progress (3): 3.9/6.1 MB | 352/357 kB | 90/202 kB
2023-11-28T08:18:15.1014321Z Progress (3): 3.9/6.1 MB | 352/357 kB | 94/202 kB
2023-11-28T08:18:15.1014874Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 4.1/153 kB
2023-11-28T08:18:15.1015500Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 8.2/153 kB
2023-11-28T08:18:15.1016129Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 12/153 kB
2023-11-28T08:18:15.1016755Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 16/153 kB
2023-11-28T08:18:15.1017369Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 20/153 kB
2023-11-28T08:18:15.1017996Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 25/153 kB
2023-11-28T08:18:15.1018619Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 29/153 kB
2023-11-28T08:18:15.1019231Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 33/153 kB
2023-11-28T08:18:15.1019801Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 37/153 kB
2023-11-28T08:18:15.1020432Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 41/153 kB
2023-11-28T08:18:15.1021249Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 45/153 kB
2023-11-28T08:18:15.1021781Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 49/153 kB
2023-11-28T08:18:15.1022456Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 53/153 kB
2023-11-28T08:18:15.1023024Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 57/153 kB
2023-11-28T08:18:15.1023589Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 61/153 kB
2023-11-28T08:18:15.1024170Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 66/153 kB
2023-11-28T08:18:15.1024744Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 70/153 kB
2023-11-28T08:18:15.1025294Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 74/153 kB
2023-11-28T08:18:15.1025866Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 78/153 kB
2023-11-28T08:18:15.1026442Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 82/153 kB
2023-11-28T08:18:15.1027019Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 86/153 kB
2023-11-28T08:18:15.1027595Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 90/153 kB
2023-11-28T08:18:15.1028158Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 94/153 kB
2023-11-28T08:18:15.1028845Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 98/153 kB
2023-11-28T08:18:15.1029399Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 102/153 kB
2023-11-28T08:18:15.1029960Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 106/153 kB
2023-11-28T08:18:15.1030545Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 111/153 kB
2023-11-28T08:18:15.1031121Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 115/153 kB
2023-11-28T08:18:15.1031658Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 119/153 kB
2023-11-28T08:18:15.1032219Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 123/153 kB
2023-11-28T08:18:15.1032801Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 127/153 kB
2023-11-28T08:18:15.1033369Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 131/153 kB
2023-11-28T08:18:15.1033927Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 135/153 kB
2023-11-28T08:18:15.1034494Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 139/153 kB
2023-11-28T08:18:15.1035074Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 143/153 kB
2023-11-28T08:18:15.1035657Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 147/153 kB
2023-11-28T08:18:15.1036209Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 152/153 kB
2023-11-28T08:18:15.1036773Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB
2023-11-28T08:18:15.1037417Z Progress (4): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB
2023-11-28T08:18:15.1038166Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 4.1/472 kB
2023-11-28T08:18:15.1038989Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 8.2/472 kB
2023-11-28T08:18:15.1039710Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 12/472 kB
2023-11-28T08:18:15.1040362Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 16/472 kB
2023-11-28T08:18:15.1041009Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 20/472 kB
2023-11-28T08:18:15.1041646Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 24/472 kB
2023-11-28T08:18:15.1042317Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 28/472 kB
2023-11-28T08:18:15.1059923Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 32/472 kB
2023-11-28T08:18:15.1060595Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 36/472 kB
2023-11-28T08:18:15.1061412Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 40/472 kB
2023-11-28T08:18:15.1062073Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 44/472 kB
2023-11-28T08:18:15.1062736Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 49/472 kB
2023-11-28T08:18:15.1063383Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 53/472 kB
2023-11-28T08:18:15.1064077Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 57/472 kB
2023-11-28T08:18:15.1064754Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 61/472 kB
2023-11-28T08:18:15.1065445Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 65/472 kB
2023-11-28T08:18:15.1066127Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 69/472 kB
2023-11-28T08:18:15.1066953Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 73/472 kB
2023-11-28T08:18:15.1067660Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 77/472 kB
2023-11-28T08:18:15.1068338Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 81/472 kB
2023-11-28T08:18:15.1069011Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 85/472 kB
2023-11-28T08:18:15.1069702Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 90/472 kB
2023-11-28T08:18:15.1070391Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 94/472 kB
2023-11-28T08:18:15.1071076Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 98/472 kB
2023-11-28T08:18:15.1071798Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 102/472 kB
2023-11-28T08:18:15.1072506Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 106/472 kB
2023-11-28T08:18:15.1073392Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 110/472 kB
2023-11-28T08:18:15.1074165Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 114/472 kB
2023-11-28T08:18:15.1074837Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 118/472 kB
2023-11-28T08:18:15.1075479Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 122/472 kB
2023-11-28T08:18:15.1076151Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 126/472 kB
2023-11-28T08:18:15.1076906Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 130/472 kB
2023-11-28T08:18:15.1077589Z Progress (5): 3.9/6.1 MB | 352/357 kB | 94/202 kB | 153 kB | 135/472 kB
2023-11-28T08:18:15.1078287Z Progress (5): 3.9/6.1 MB | 356/357 kB | 94/202 kB | 153 kB | 135/472 kB
2023-11-28T08:18:15.1078981Z Progress (5): 3.9/6.1 MB | 357 kB | 94/202 kB | 153 kB | 135/472 kB
2023-11-28T08:18:15.1079536Z
2023-11-28T08:18:15.1080979Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 138 kB/s)
2023-11-28T08:18:15.1082323Z Progress (4): 3.9/6.1 MB | 357 kB | 94/202 kB | 135/472 kB
2023-11-28T08:18:15.1082896Z Progress (4): 3.9/6.1 MB | 357 kB | 94/202 kB | 139/472 kB
2023-11-28T08:18:15.1083486Z Progress (4): 3.9/6.1 MB | 357 kB | 94/202 kB | 143/472 kB
2023-11-28T08:18:15.1084058Z Progress (4): 3.9/6.1 MB | 357 kB | 94/202 kB | 147/472 kB
2023-11-28T08:18:15.1084615Z Progress (4): 4.0/6.1 MB | 357 kB | 94/202 kB | 147/472 kB
2023-11-28T08:18:15.1085216Z Progress (4): 4.0/6.1 MB | 357 kB | 94/202 kB | 147/472 kB
2023-11-28T08:18:15.1085745Z Progress (4): 4.0/6.1 MB | 357 kB | 94/202 kB | 147/472 kB
2023-11-28T08:18:15.1086278Z Progress (4): 4.1/6.1 MB | 357 kB | 94/202 kB | 147/472 kB
2023-11-28T08:18:15.1086815Z Progress (4): 4.1/6.1 MB | 357 kB | 98/202 kB | 147/472 kB
2023-11-28T08:18:15.1087358Z Progress (4): 4.1/6.1 MB | 357 kB | 98/202 kB | 151/472 kB
2023-11-28T08:18:15.1087883Z Progress (4): 4.1/6.1 MB | 357 kB | 98/202 kB | 155/472 kB
2023-11-28T08:18:15.1088426Z Progress (4): 4.1/6.1 MB | 357 kB | 98/202 kB | 159/472 kB
2023-11-28T08:18:15.1088892Z
2023-11-28T08:18:15.1090115Z Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
2023-11-28T08:18:15.1092174Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 321 kB/s)
2023-11-28T08:18:15.1093401Z Progress (3): 4.1/6.1 MB | 98/202 kB | 159/472 kB
2023-11-28T08:18:15.1093874Z Progress (3): 4.1/6.1 MB | 98/202 kB | 163/472 kB
2023-11-28T08:18:15.1094336Z Progress (3): 4.1/6.1 MB | 102/202 kB | 163/472 kB
2023-11-28T08:18:15.1094805Z Progress (3): 4.1/6.1 MB | 106/202 kB | 163/472 kB
2023-11-28T08:18:15.1095269Z Progress (3): 4.1/6.1 MB | 110/202 kB | 163/472 kB
2023-11-28T08:18:15.1095742Z Progress (3): 4.1/6.1 MB | 114/202 kB | 163/472 kB
2023-11-28T08:18:15.1096310Z
2023-11-28T08:18:15.1097407Z Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar
2023-11-28T08:18:15.1098400Z Progress (3): 4.1/6.1 MB | 118/202 kB | 163/472 kB
2023-11-28T08:18:15.1098881Z Progress (3): 4.1/6.1 MB | 122/202 kB | 163/472 kB
2023-11-28T08:18:15.1099353Z Progress (3): 4.1/6.1 MB | 126/202 kB | 163/472 kB
2023-11-28T08:18:15.1099801Z Progress (3): 4.1/6.1 MB | 130/202 kB | 163/472 kB
2023-11-28T08:18:15.1100242Z Progress (3): 4.1/6.1 MB | 130/202 kB | 167/472 kB
2023-11-28T08:18:15.1100689Z Progress (3): 4.1/6.1 MB | 130/202 kB | 171/472 kB
2023-11-28T08:18:15.1101395Z Progress (3): 4.1/6.1 MB | 130/202 kB | 176/472 kB
2023-11-28T08:18:15.1101815Z Progress (3): 4.1/6.1 MB | 135/202 kB | 176/472 kB
2023-11-28T08:18:15.1102277Z Progress (3): 4.1/6.1 MB | 135/202 kB | 180/472 kB
2023-11-28T08:18:15.1102893Z Progress (3): 4.1/6.1 MB | 139/202 kB | 180/472 kB
2023-11-28T08:18:15.1103357Z Progress (3): 4.1/6.1 MB | 143/202 kB | 180/472 kB
2023-11-28T08:18:15.1103856Z Progress (3): 4.1/6.1 MB | 147/202 kB | 180/472 kB
2023-11-28T08:18:15.1104283Z Progress (3): 4.1/6.1 MB | 147/202 kB | 184/472 kB
2023-11-28T08:18:15.1104642Z Progress (3): 4.1/6.1 MB | 147/202 kB | 188/472 kB
2023-11-28T08:18:15.1105056Z Progress (3): 4.1/6.1 MB | 147/202 kB | 192/472 kB
2023-11-28T08:18:15.1105487Z Progress (3): 4.1/6.1 MB | 151/202 kB | 192/472 kB
2023-11-28T08:18:15.1106644Z Progress (3): 4.1/6.1 MB | 151/202 kB | 196/472 kB
2023-11-28T08:18:15.1107073Z Progress (3): 4.1/6.1 MB | 155/202 kB | 196/472 kB
2023-11-28T08:18:15.1166835Z Progress (3): 4.1/6.1 MB | 159/202 kB | 196/472 kB
2023-11-28T08:18:15.1167354Z Progress (3): 4.1/6.1 MB | 163/202 kB | 196/472 kB
2023-11-28T08:18:15.1167721Z Progress (3): 4.1/6.1 MB | 163/202 kB | 200/472 kB
2023-11-28T08:18:15.1168165Z Progress (3): 4.1/6.1 MB | 163/202 kB | 204/472 kB
2023-11-28T08:18:15.1168576Z Progress (3): 4.1/6.1 MB | 163/202 kB | 208/472 kB
2023-11-28T08:18:15.1168973Z Progress (3): 4.1/6.1 MB | 167/202 kB | 208/472 kB
2023-11-28T08:18:15.1169384Z Progress (3): 4.1/6.1 MB | 167/202 kB | 212/472 kB
2023-11-28T08:18:15.1169775Z Progress (3): 4.1/6.1 MB | 171/202 kB | 212/472 kB
2023-11-28T08:18:15.1170594Z Progress (3): 4.1/6.1 MB | 176/202 kB | 212/472 kB
2023-11-28T08:18:15.1170964Z Progress (3): 4.1/6.1 MB | 180/202 kB | 212/472 kB
2023-11-28T08:18:15.1171344Z Progress (3): 4.1/6.1 MB | 180/202 kB | 217/472 kB
2023-11-28T08:18:15.1171734Z Progress (3): 4.1/6.1 MB | 180/202 kB | 221/472 kB
2023-11-28T08:18:15.1172112Z Progress (3): 4.1/6.1 MB | 180/202 kB | 225/472 kB
2023-11-28T08:18:15.1172518Z Progress (3): 4.1/6.1 MB | 184/202 kB | 225/472 kB
2023-11-28T08:18:15.1172921Z Progress (3): 4.1/6.1 MB | 184/202 kB | 229/472 kB
2023-11-28T08:18:15.1173331Z Progress (3): 4.1/6.1 MB | 188/202 kB | 229/472 kB
2023-11-28T08:18:15.1173753Z Progress (3): 4.1/6.1 MB | 192/202 kB | 229/472 kB
2023-11-28T08:18:15.1174149Z Progress (3): 4.1/6.1 MB | 196/202 kB | 229/472 kB
2023-11-28T08:18:15.1174547Z Progress (3): 4.1/6.1 MB | 196/202 kB | 233/472 kB
2023-11-28T08:18:15.1174925Z Progress (3): 4.1/6.1 MB | 200/202 kB | 233/472 kB
2023-11-28T08:18:15.1175353Z Progress (3): 4.1/6.1 MB | 200/202 kB | 237/472 kB
2023-11-28T08:18:15.1175825Z Progress (3): 4.1/6.1 MB | 202 kB | 237/472 kB
2023-11-28T08:18:15.1176245Z Progress (3): 4.1/6.1 MB | 202 kB | 241/472 kB
2023-11-28T08:18:15.1176768Z Progress (3): 4.1/6.1 MB | 202 kB | 245/472 kB
2023-11-28T08:18:15.1177204Z Progress (3): 4.1/6.1 MB | 202 kB | 249/472 kB
2023-11-28T08:18:15.1177594Z Progress (3): 4.1/6.1 MB | 202 kB | 253/472 kB
2023-11-28T08:18:15.1177978Z Progress (3): 4.1/6.1 MB | 202 kB | 257/472 kB
2023-11-28T08:18:15.1178420Z Progress (3): 4.1/6.1 MB | 202 kB | 262/472 kB
2023-11-28T08:18:15.1178861Z Progress (3): 4.1/6.1 MB | 202 kB | 266/472 kB
2023-11-28T08:18:15.1179259Z Progress (3): 4.1/6.1 MB | 202 kB | 270/472 kB
2023-11-28T08:18:15.1179639Z Progress (3): 4.1/6.1 MB | 202 kB | 274/472 kB
2023-11-28T08:18:15.1180269Z Progress (3): 4.1/6.1 MB | 202 kB | 278/472 kB
2023-11-28T08:18:15.1180666Z Progress (3): 4.1/6.1 MB | 202 kB | 278/472 kB
2023-11-28T08:18:15.1181815Z Progress (3): 4.1/6.1 MB | 202 kB | 282/472 kB
2023-11-28T08:18:15.1182270Z Progress (3): 4.1/6.1 MB | 202 kB | 286/472 kB
2023-11-28T08:18:15.1182763Z Progress (4): 4.1/6.1 MB | 202 kB | 286/472 kB | 4.1/151 kB
2023-11-28T08:18:15.1183355Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 4.1/151 kB
2023-11-28T08:18:15.1183914Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 8.2/151 kB
2023-11-28T08:18:15.1184492Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 12/151 kB
2023-11-28T08:18:15.1185083Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 16/151 kB
2023-11-28T08:18:15.1185668Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 20/151 kB
2023-11-28T08:18:15.1186247Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 25/151 kB
2023-11-28T08:18:15.1187065Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 29/151 kB
2023-11-28T08:18:15.1187695Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 29/151 kB
2023-11-28T08:18:15.1188277Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 33/151 kB
2023-11-28T08:18:15.1188869Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 37/151 kB
2023-11-28T08:18:15.1189448Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 41/151 kB
2023-11-28T08:18:15.1189948Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 45/151 kB
2023-11-28T08:18:15.1190401Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 49/151 kB
2023-11-28T08:18:15.1190873Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 49/151 kB
2023-11-28T08:18:15.1191337Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 53/151 kB
2023-11-28T08:18:15.1191799Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 57/151 kB
2023-11-28T08:18:15.1192286Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 61/151 kB
2023-11-28T08:18:15.1192767Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 66/151 kB
2023-11-28T08:18:15.1193224Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 70/151 kB
2023-11-28T08:18:15.1193684Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 74/151 kB
2023-11-28T08:18:15.1194169Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 78/151 kB
2023-11-28T08:18:15.1194667Z Progress (4): 4.2/6.1 MB | 202 kB | 286/472 kB | 82/151 kB
2023-11-28T08:18:15.1195206Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 82/151 kB
2023-11-28T08:18:15.1195717Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 86/151 kB
2023-11-28T08:18:15.1196274Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 90/151 kB
2023-11-28T08:18:15.1196870Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 94/151 kB
2023-11-28T08:18:15.1197477Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 98/151 kB
2023-11-28T08:18:15.1198068Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 102/151 kB
2023-11-28T08:18:15.1198567Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 102/151 kB
2023-11-28T08:18:15.1199035Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 106/151 kB
2023-11-28T08:18:15.1199513Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 111/151 kB
2023-11-28T08:18:15.1199981Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 115/151 kB
2023-11-28T08:18:15.1200447Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 119/151 kB
2023-11-28T08:18:15.1200929Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 123/151 kB
2023-11-28T08:18:15.1201405Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 127/151 kB
2023-11-28T08:18:15.1201920Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 131/151 kB
2023-11-28T08:18:15.1202474Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 131/151 kB
2023-11-28T08:18:15.1202994Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 135/151 kB
2023-11-28T08:18:15.1203550Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 139/151 kB
2023-11-28T08:18:15.1204072Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 143/151 kB
2023-11-28T08:18:15.1204563Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 147/151 kB
2023-11-28T08:18:15.1214169Z Progress (4): 4.3/6.1 MB | 202 kB | 286/472 kB | 151 kB
2023-11-28T08:18:15.1214900Z Progress (4): 4.3/6.1 MB | 202 kB | 290/472 kB | 151 kB
2023-11-28T08:18:15.1215321Z
2023-11-28T08:18:15.1216802Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 179 kB/s)
2023-11-28T08:18:15.1217967Z Progress (3): 4.3/6.1 MB | 294/472 kB | 151 kB
2023-11-28T08:18:15.1218318Z
2023-11-28T08:18:15.1219566Z Downloading from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-annotations/4.8.0/spotbugs-annotations-4.8.0.jar
2023-11-28T08:18:15.1220697Z Progress (3): 4.3/6.1 MB | 298/472 kB | 151 kB
2023-11-28T08:18:15.1221546Z Progress (3): 4.3/6.1 MB | 303/472 kB | 151 kB
2023-11-28T08:18:15.1221994Z Progress (3): 4.3/6.1 MB | 307/472 kB | 151 kB
2023-11-28T08:18:15.1222611Z Progress (3): 4.3/6.1 MB | 311/472 kB | 151 kB
2023-11-28T08:18:15.1222992Z Progress (3): 4.4/6.1 MB | 311/472 kB | 151 kB
2023-11-28T08:18:15.1223384Z Progress (3): 4.4/6.1 MB | 315/472 kB | 151 kB
2023-11-28T08:18:15.1223839Z Progress (3): 4.4/6.1 MB | 319/472 kB | 151 kB
2023-11-28T08:18:15.1224288Z Progress (3): 4.4/6.1 MB | 323/472 kB | 151 kB
2023-11-28T08:18:15.1224713Z Progress (3): 4.4/6.1 MB | 327/472 kB | 151 kB
2023-11-28T08:18:15.1225140Z Progress (3): 4.4/6.1 MB | 331/472 kB | 151 kB
2023-11-28T08:18:15.1225538Z Progress (3): 4.4/6.1 MB | 335/472 kB | 151 kB
2023-11-28T08:18:15.1225974Z Progress (3): 4.4/6.1 MB | 339/472 kB | 151 kB
2023-11-28T08:18:15.1226403Z Progress (3): 4.4/6.1 MB | 339/472 kB | 151 kB
2023-11-28T08:18:15.1226839Z Progress (3): 4.4/6.1 MB | 343/472 kB | 151 kB
2023-11-28T08:18:15.1227299Z Progress (3): 4.4/6.1 MB | 348/472 kB | 151 kB
2023-11-28T08:18:15.1227745Z Progress (3): 4.4/6.1 MB | 352/472 kB | 151 kB
2023-11-28T08:18:15.1228171Z Progress (3): 4.4/6.1 MB | 356/472 kB | 151 kB
2023-11-28T08:18:15.1228582Z Progress (3): 4.4/6.1 MB | 360/472 kB | 151 kB
2023-11-28T08:18:15.1229020Z Progress (3): 4.4/6.1 MB | 360/472 kB | 151 kB
2023-11-28T08:18:15.1229460Z Progress (3): 4.4/6.1 MB | 364/472 kB | 151 kB
2023-11-28T08:18:15.1229921Z Progress (3): 4.4/6.1 MB | 368/472 kB | 151 kB
2023-11-28T08:18:15.1230372Z Progress (3): 4.4/6.1 MB | 372/472 kB | 151 kB
2023-11-28T08:18:15.1230829Z Progress (3): 4.4/6.1 MB | 376/472 kB | 151 kB
2023-11-28T08:18:15.1231260Z Progress (3): 4.5/6.1 MB | 376/472 kB | 151 kB
2023-11-28T08:18:15.1231772Z Progress (4): 4.5/6.1 MB | 376/472 kB | 151 kB | 4.1/31 kB
2023-11-28T08:18:15.1232347Z Progress (4): 4.5/6.1 MB | 376/472 kB | 151 kB | 8.2/31 kB
2023-11-28T08:18:15.1232908Z Progress (4): 4.5/6.1 MB | 376/472 kB | 151 kB | 12/31 kB
2023-11-28T08:18:15.1233467Z Progress (4): 4.5/6.1 MB | 376/472 kB | 151 kB | 16/31 kB
2023-11-28T08:18:15.1234020Z Progress (4): 4.5/6.1 MB | 376/472 kB | 151 kB | 16/31 kB
2023-11-28T08:18:15.1234575Z Progress (4): 4.5/6.1 MB | 376/472 kB | 151 kB | 20/31 kB
2023-11-28T08:18:15.1235113Z Progress (4): 4.5/6.1 MB | 376/472 kB | 151 kB | 24/31 kB
2023-11-28T08:18:15.1235623Z Progress (4): 4.5/6.1 MB | 376/472 kB | 151 kB | 28/31 kB
2023-11-28T08:18:15.1236104Z Progress (4): 4.5/6.1 MB | 376/472 kB | 151 kB | 31 kB
2023-11-28T08:18:15.1236542Z
2023-11-28T08:18:15.1238172Z Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 134 kB/s)
2023-11-28T08:18:15.1240119Z Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
2023-11-28T08:18:15.1241061Z Progress (3): 4.5/6.1 MB | 380/472 kB | 31 kB
2023-11-28T08:18:15.1241499Z Progress (3): 4.5/6.1 MB | 384/472 kB | 31 kB
2023-11-28T08:18:15.1241935Z Progress (3): 4.5/6.1 MB | 389/472 kB | 31 kB
2023-11-28T08:18:15.1242418Z Progress (4): 4.5/6.1 MB | 389/472 kB | 31 kB | 4.1/15 kB
2023-11-28T08:18:15.1243165Z Progress (4): 4.5/6.1 MB | 393/472 kB | 31 kB | 4.1/15 kB
2023-11-28T08:18:15.1243715Z Progress (4): 4.5/6.1 MB | 393/472 kB | 31 kB | 8.2/15 kB
2023-11-28T08:18:15.1244271Z Progress (4): 4.5/6.1 MB | 393/472 kB | 31 kB | 12/15 kB
2023-11-28T08:18:15.1244804Z Progress (4): 4.5/6.1 MB | 393/472 kB | 31 kB | 15 kB
2023-11-28T08:18:15.1245306Z Progress (4): 4.5/6.1 MB | 397/472 kB | 31 kB | 15 kB
2023-11-28T08:18:15.1245813Z Progress (4): 4.5/6.1 MB | 401/472 kB | 31 kB | 15 kB
2023-11-28T08:18:15.1246319Z Progress (4): 4.5/6.1 MB | 405/472 kB | 31 kB | 15 kB
2023-11-28T08:18:15.1246741Z
2023-11-28T08:18:15.1248037Z Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/24.0.1/annotations-24.0.1.jar (31 kB at 27 kB/s)
2023-11-28T08:18:15.1249175Z Progress (4): 4.5/6.1 MB | 405/472 kB | 15 kB | 4.1/20 kB
2023-11-28T08:18:15.1249778Z
2023-11-28T08:18:15.1251226Z Downloaded from central: https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs-annotations/4.8.0/spotbugs-annotations-4.8.0.jar (15 kB at 13 kB/s)
2023-11-28T08:18:15.1252575Z Progress (3): 4.5/6.1 MB | 405/472 kB | 8.2/20 kB
2023-11-28T08:18:15.1253026Z Progress (3): 4.5/6.1 MB | 405/472 kB | 12/20 kB
2023-11-28T08:18:15.1253495Z Progress (3): 4.5/6.1 MB | 405/472 kB | 16/20 kB
2023-11-28T08:18:15.1253948Z Progress (3): 4.5/6.1 MB | 405/472 kB | 20/20 kB
2023-11-28T08:18:15.1254367Z Progress (3): 4.5/6.1 MB | 405/472 kB | 20 kB
2023-11-28T08:18:15.1254789Z Progress (3): 4.5/6.1 MB | 405/472 kB | 20 kB
2023-11-28T08:18:15.1255180Z Progress (3): 4.5/6.1 MB | 409/472 kB | 20 kB
2023-11-28T08:18:15.1255584Z Progress (3): 4.5/6.1 MB | 413/472 kB | 20 kB
2023-11-28T08:18:15.1255981Z Progress (3): 4.5/6.1 MB | 417/472 kB | 20 kB
2023-11-28T08:18:15.1256406Z Progress (3): 4.6/6.1 MB | 417/472 kB | 20 kB
2023-11-28T08:18:15.1256816Z Progress (3): 4.6/6.1 MB | 421/472 kB | 20 kB
2023-11-28T08:18:15.1257232Z Progress (3): 4.6/6.1 MB | 425/472 kB | 20 kB
2023-11-28T08:18:15.1257643Z Progress (3): 4.6/6.1 MB | 430/472 kB | 20 kB
2023-11-28T08:18:15.1258052Z Progress (3): 4.6/6.1 MB | 434/472 kB | 20 kB
2023-11-28T08:18:15.1258463Z Progress (3): 4.6/6.1 MB | 438/472 kB | 20 kB
2023-11-28T08:18:15.1258882Z Progress (3): 4.6/6.1 MB | 442/472 kB | 20 kB
2023-11-28T08:18:15.1259305Z Progress (3): 4.6/6.1 MB | 442/472 kB | 20 kB
2023-11-28T08:18:15.1259718Z Progress (3): 4.6/6.1 MB | 446/472 kB | 20 kB
2023-11-28T08:18:15.1260127Z Progress (3): 4.6/6.1 MB | 450/472 kB | 20 kB
2023-11-28T08:18:15.1260540Z Progress (3): 4.6/6.1 MB | 454/472 kB | 20 kB
2023-11-28T08:18:15.1261337Z Progress (3): 4.6/6.1 MB | 458/472 kB | 20 kB
2023-11-28T08:18:15.1261695Z Progress (3): 4.6/6.1 MB | 462/472 kB | 20 kB
2023-11-28T08:18:15.1262060Z Progress (3): 4.6/6.1 MB | 466/472 kB | 20 kB
2023-11-28T08:18:15.1262425Z Progress (3): 4.6/6.1 MB | 466/472 kB | 20 kB
2023-11-28T08:18:15.1262783Z Progress (3): 4.6/6.1 MB | 470/472 kB | 20 kB
2023-11-28T08:18:15.1263150Z Progress (3): 4.6/6.1 MB | 472 kB | 20 kB
2023-11-28T08:18:15.1263461Z
2023-11-28T08:18:15.1264515Z Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 18 kB/s)
2023-11-28T08:18:15.1265455Z Progress (2): 4.7/6.1 MB | 472 kB
2023-11-28T08:18:15.1265792Z Progress (2): 4.7/6.1 MB | 472 kB
2023-11-28T08:18:15.1266118Z Progress (2): 4.7/6.1 MB | 472 kB
2023-11-28T08:18:15.1266437Z
2023-11-28T08:18:15.1267628Z Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 414 kB/s)
2023-11-28T08:18:15.1268749Z Progress (1): 4.8/6.1 MB
2023-11-28T08:18:15.1269031Z Progress (1): 4.8/6.1 MB
2023-11-28T08:18:15.1269300Z Progress (1): 4.8/6.1 MB
2023-11-28T08:18:15.1269568Z Progress (1): 4.8/6.1 MB
2023-11-28T08:18:15.1269824Z Progress (1): 4.9/6.1 MB
2023-11-28T08:18:15.1270264Z Progress (1): 4.9/6.1 MB
2023-11-28T08:18:15.1270520Z Progress (1): 4.9/6.1 MB
2023-11-28T08:18:15.1270765Z Progress (1): 5.0/6.1 MB
2023-11-28T08:18:15.1271015Z Progress (1): 5.0/6.1 MB
2023-11-28T08:18:15.1271286Z Progress (1): 5.0/6.1 MB
2023-11-28T08:18:15.1271551Z Progress (1): 5.1/6.1 MB
2023-11-28T08:18:15.1271824Z Progress (1): 5.1/6.1 MB
2023-11-28T08:18:15.1272092Z Progress (1): 5.1/6.1 MB
2023-11-28T08:18:15.1272354Z Progress (1): 5.2/6.1 MB
2023-11-28T08:18:15.1272616Z Progress (1): 5.2/6.1 MB
2023-11-28T08:18:15.1272882Z Progress (1): 5.2/6.1 MB
2023-11-28T08:18:15.1273138Z Progress (1): 5.3/6.1 MB
2023-11-28T08:18:15.1273407Z Progress (1): 5.3/6.1 MB
2023-11-28T08:18:15.1273685Z Progress (1): 5.3/6.1 MB
2023-11-28T08:18:15.1273950Z Progress (1): 5.4/6.1 MB
2023-11-28T08:18:15.1274220Z Progress (1): 5.4/6.1 MB
2023-11-28T08:18:15.1274472Z Progress (1): 5.4/6.1 MB
2023-11-28T08:18:15.1274728Z Progress (1): 5.5/6.1 MB
2023-11-28T08:18:15.1275155Z Progress (1): 5.5/6.1 MB
2023-11-28T08:18:15.1275427Z Progress (1): 5.5/6.1 MB
2023-11-28T08:18:15.1275685Z Progress (1): 5.6/6.1 MB
2023-11-28T08:18:15.1275954Z Progress (1): 5.6/6.1 MB
2023-11-28T08:18:15.1276232Z Progress (1): 5.6/6.1 MB
2023-11-28T08:18:15.1276570Z Progress (1): 5.7/6.1 MB
2023-11-28T08:18:15.1276848Z Progress (1): 5.7/6.1 MB
2023-11-28T08:18:15.1277111Z Progress (1): 5.7/6.1 MB
2023-11-28T08:18:15.1277368Z Progress (1): 5.8/6.1 MB
2023-11-28T08:18:15.1277636Z Progress (1): 5.8/6.1 MB
2023-11-28T08:18:15.1277911Z Progress (1): 5.8/6.1 MB
2023-11-28T08:18:15.1278154Z Progress (1): 5.9/6.1 MB
2023-11-28T08:18:15.1278416Z Progress (1): 5.9/6.1 MB
2023-11-28T08:18:15.1278677Z Progress (1): 5.9/6.1 MB
2023-11-28T08:18:15.1278941Z Progress (1): 6.0/6.1 MB
2023-11-28T08:18:15.1279197Z Progress (1): 6.0/6.1 MB
2023-11-28T08:18:15.1279457Z Progress (1): 6.0/6.1 MB
2023-11-28T08:18:15.1279713Z Progress (1): 6.1/6.1 MB
2023-11-28T08:18:15.1279977Z Progress (1): 6.1/6.1 MB
2023-11-28T08:18:15.1280234Z Progress (1): 6.1 MB
2023-11-28T08:18:15.1280479Z
2023-11-28T08:18:15.1281602Z Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.71/bcprov-jdk18on-1.71.jar (6.1 MB at 5.1 MB/s)
2023-11-28T08:18:15.8141696Z Nov 28, 2023 8:18:15 AM org.apache.commons.jcs3.engine.control.CompositeCacheManager
2023-11-28T08:18:15.8142977Z INFO: Instance is null, returning unconfigured instance
2023-11-28T08:18:16.3080556Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.engine.control.CompositeCacheManager
2023-11-28T08:18:16.3081628Z INFO: Setting default auxiliaries to "ODC"
2023-11-28T08:18:16.3679127Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.engine.control.CompositeCacheManager
2023-11-28T08:18:16.3681573Z INFO: setting defaultCompositeCacheAttributes to [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 0, maxSpoolPerRun = -1, diskUsagePattern = UPDATE, spoolChunkSize = 2 ]
2023-11-28T08:18:16.3729801Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.engine.control.CompositeCacheManager
2023-11-28T08:18:16.3732494Z INFO: setting defaultElementAttributes to [ IS_LATERAL = false, IS_SPOOL = true, IS_REMOTE = false, IS_ETERNAL = false, MaxLifeSeconds = 86400, IdleTime = 1800, CreateTime = 1701159496367, LastAccessTime = 1701159496367, getTimeToLiveSeconds() = 86399, createTime = 1701159496367 ]
2023-11-28T08:18:16.4224659Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.engine.memory.AbstractDoubleLinkedListMemoryCache
2023-11-28T08:18:16.4225914Z INFO: initialized MemoryCache for CENTRAL
2023-11-28T08:18:16.4226904Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.engine.control.CompositeCache
2023-11-28T08:18:16.4230336Z INFO: Constructed cache with name [CENTRAL] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 0, maxSpoolPerRun = -1, diskUsagePattern = UPDATE, spoolChunkSize = 2 ]
2023-11-28T08:18:16.4278560Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.AuxiliaryCacheConfigurator
2023-11-28T08:18:16.4283070Z INFO: No cache event logger defined for auxiliary [jcs.auxiliary.ODC]
2023-11-28T08:18:16.4370059Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.AuxiliaryCacheConfigurator
2023-11-28T08:18:16.4371791Z INFO: Using standard serializer [org.apache.commons.jcs3.utils.serialization.StandardSerializer@5c448ef] for auxiliary [jcs.auxiliary.ODC]
2023-11-28T08:18:16.4580530Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache
2023-11-28T08:18:16.4582025Z INFO: Region [CENTRAL] : Set maxKeySize to: "1,000,000"
2023-11-28T08:18:16.4583093Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache
2023-11-28T08:18:16.4584925Z INFO: Region [CENTRAL] : Cache file root directory: /home/AzDevOps/.m2/repository/org/owasp/dependency-check-data/9.0/cache
2023-11-28T08:18:16.4602236Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache
2023-11-28T08:18:16.4603552Z INFO: Region [CENTRAL] : Indexed Disk Cache is alive.
2023-11-28T08:18:16.4630461Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.engine.memory.AbstractDoubleLinkedListMemoryCache
2023-11-28T08:18:16.4631503Z INFO: initialized MemoryCache for POM
2023-11-28T08:18:16.4637248Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.engine.control.CompositeCache
2023-11-28T08:18:16.4639397Z INFO: Constructed cache with name [POM] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 0, maxSpoolPerRun = -1, diskUsagePattern = UPDATE, spoolChunkSize = 2 ]
2023-11-28T08:18:16.4647703Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.AuxiliaryCacheConfigurator
2023-11-28T08:18:16.4649299Z INFO: No cache event logger defined for auxiliary [jcs.auxiliary.ODC]
2023-11-28T08:18:16.4650411Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.AuxiliaryCacheConfigurator
2023-11-28T08:18:16.4652026Z INFO: Using standard serializer [org.apache.commons.jcs3.utils.serialization.StandardSerializer@147cc940] for auxiliary [jcs.auxiliary.ODC]
2023-11-28T08:18:16.4666291Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache
2023-11-28T08:18:16.4667273Z INFO: Region [POM] : Set maxKeySize to: "1,000,000"
2023-11-28T08:18:16.4668994Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache
2023-11-28T08:18:16.4671562Z INFO: Region [POM] : Cache file root directory: /home/AzDevOps/.m2/repository/org/owasp/dependency-check-data/9.0/cache
2023-11-28T08:18:16.4674107Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache
2023-11-28T08:18:16.4675157Z INFO: Region [POM] : Indexed Disk Cache is alive.
2023-11-28T08:18:16.4677883Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.engine.memory.AbstractDoubleLinkedListMemoryCache
2023-11-28T08:18:16.4679020Z INFO: initialized MemoryCache for NODEAUDIT
2023-11-28T08:18:16.4855746Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.engine.control.CompositeCache
2023-11-28T08:18:16.4857842Z INFO: Constructed cache with name [NODEAUDIT] and cache attributes [ useLateral = true, useRemote = true, useDisk = true, maxObjs = 0, maxSpoolPerRun = -1, diskUsagePattern = UPDATE, spoolChunkSize = 2 ]
2023-11-28T08:18:16.4859481Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.AuxiliaryCacheConfigurator
2023-11-28T08:18:16.4860306Z INFO: No cache event logger defined for auxiliary [jcs.auxiliary.ODC]
2023-11-28T08:18:16.4861273Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.AuxiliaryCacheConfigurator
2023-11-28T08:18:16.4862523Z INFO: Using standard serializer [org.apache.commons.jcs3.utils.serialization.StandardSerializer@755a7218] for auxiliary [jcs.auxiliary.ODC]
2023-11-28T08:18:16.4863876Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache
2023-11-28T08:18:16.4864663Z INFO: Region [NODEAUDIT] : Set maxKeySize to: "1,000,000"
2023-11-28T08:18:16.4865414Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache
2023-11-28T08:18:16.4867100Z INFO: Region [NODEAUDIT] : Cache file root directory: /home/AzDevOps/.m2/repository/org/owasp/dependency-check-data/9.0/cache
2023-11-28T08:18:16.4868318Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskCache
2023-11-28T08:18:16.4869100Z INFO: Region [NODEAUDIT] : Indexed Disk Cache is alive.
2023-11-28T08:18:16.4869836Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.engine.control.CompositeCacheConfigurator
2023-11-28T08:18:16.4870557Z INFO: Parsed regions [CENTRAL, POM, NODEAUDIT]
2023-11-28T08:18:16.4871225Z Nov 28, 2023 8:18:16 AM org.apache.commons.jcs3.engine.control.CompositeCacheManager
2023-11-28T08:18:16.4871902Z INFO: Finished configuration in 165 ms.
2023-11-28T08:18:16.9900459Z [INFO] Checking for updates
2023-11-28T08:18:17.6374485Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:17.8933500Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:18.1446756Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:18.3973792Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:18.6508787Z [WARNING] NVD API request failures are occurring; retrying request for the 5 time
2023-11-28T08:18:18.6510456Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:18.9043061Z [WARNING] NVD API request failures are occurring; retrying request for the 6 time
2023-11-28T08:18:18.9045101Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:19.1598217Z [WARNING] NVD API request failures are occurring; retrying request for the 7 time
2023-11-28T08:18:19.1603360Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:19.4158058Z [WARNING] NVD API request failures are occurring; retrying request for the 8 time
2023-11-28T08:18:19.4162133Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:19.6659074Z [WARNING] NVD API request failures are occurring; retrying request for the 9 time
2023-11-28T08:18:19.6666688Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:19.9158962Z [WARNING] NVD API request failures are occurring; retrying request for the 10 time
2023-11-28T08:18:19.9160690Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:20.1654554Z [WARNING] NVD API request failures are occurring; retrying request for the 11 time
2023-11-28T08:18:21.4134970Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:21.6646832Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:21.9147916Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:22.1683967Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:22.4173986Z [WARNING] NVD API request failures are occurring; retrying request for the 5 time
2023-11-28T08:18:22.4176206Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:22.6668934Z [WARNING] NVD API request failures are occurring; retrying request for the 6 time
2023-11-28T08:18:22.6671039Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:22.9189844Z [WARNING] NVD API request failures are occurring; retrying request for the 7 time
2023-11-28T08:18:22.9198673Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:23.1713333Z [WARNING] NVD API request failures are occurring; retrying request for the 8 time
2023-11-28T08:18:23.1715105Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:23.4229063Z [WARNING] NVD API request failures are occurring; retrying request for the 9 time
2023-11-28T08:18:23.4232818Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:23.6733692Z [WARNING] NVD API request failures are occurring; retrying request for the 10 time
2023-11-28T08:18:23.6735871Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:23.9322589Z [WARNING] NVD API request failures are occurring; retrying request for the 11 time
2023-11-28T08:18:24.9198121Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:25.1686246Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:25.4243941Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:25.6728228Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:25.9221203Z [WARNING] NVD API request failures are occurring; retrying request for the 5 time
2023-11-28T08:18:25.9223517Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:26.1738715Z [WARNING] NVD API request failures are occurring; retrying request for the 6 time
2023-11-28T08:18:26.1740732Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:26.4229451Z [WARNING] NVD API request failures are occurring; retrying request for the 7 time
2023-11-28T08:18:26.4231186Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:26.6745514Z [WARNING] NVD API request failures are occurring; retrying request for the 8 time
2023-11-28T08:18:26.6747604Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:26.9264209Z [WARNING] NVD API request failures are occurring; retrying request for the 9 time
2023-11-28T08:18:26.9265907Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:27.1759556Z [WARNING] NVD API request failures are occurring; retrying request for the 10 time
2023-11-28T08:18:27.1764664Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:27.4251935Z [WARNING] NVD API request failures are occurring; retrying request for the 11 time
2023-11-28T08:18:28.4163535Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:28.6658439Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:28.9157108Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:29.1636631Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:29.4142006Z [WARNING] NVD API request failures are occurring; retrying request for the 5 time
2023-11-28T08:18:29.4143723Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:29.6623233Z [WARNING] NVD API request failures are occurring; retrying request for the 6 time
2023-11-28T08:18:29.6628204Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:29.9147584Z [WARNING] NVD API request failures are occurring; retrying request for the 7 time
2023-11-28T08:18:29.9150109Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:30.1630856Z [WARNING] NVD API request failures are occurring; retrying request for the 8 time
2023-11-28T08:18:30.1632898Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:30.4190213Z [WARNING] NVD API request failures are occurring; retrying request for the 9 time
2023-11-28T08:18:30.4192515Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:30.6682671Z [WARNING] NVD API request failures are occurring; retrying request for the 10 time
2023-11-28T08:18:30.6690159Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:30.9182515Z [WARNING] NVD API request failures are occurring; retrying request for the 11 time
2023-11-28T08:18:31.9170954Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:32.1679288Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:32.4167079Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:32.6673909Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:32.9181340Z [WARNING] NVD API request failures are occurring; retrying request for the 5 time
2023-11-28T08:18:32.9183847Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:33.1696150Z [WARNING] NVD API request failures are occurring; retrying request for the 6 time
2023-11-28T08:18:33.1699115Z [INFO] Recoverable I/O exception (org.apache.hc.core5.http.ConnectionClosedException) caught when processing request to {s}->https://services.nvd.nist.gov:443
2023-11-28T08:18:33.4209238Z [WARNING] NVD API request failures are occurring; retrying request for the 7 time
2023-11-28T08:18:34.2592953Z [ERROR] Error updating the NVD Data
2023-11-28T08:18:34.2594175Z org.owasp.dependencycheck.data.update.exception.UpdateException: Error updating the NVD Data
2023-11-28T08:18:34.2595623Z at org.owasp.dependencycheck.data.update.NvdApiDataSource.processApi (NvdApiDataSource.java:338)
2023-11-28T08:18:34.2597105Z at org.owasp.dependencycheck.data.update.NvdApiDataSource.update (NvdApiDataSource.java:110)
2023-11-28T08:18:34.2599019Z at org.owasp.dependencycheck.Engine.doUpdates (Engine.java:904)
2023-11-28T08:18:34.2601925Z at org.owasp.dependencycheck.Engine.doUpdates (Engine.java:876)
2023-11-28T08:18:34.2602986Z at org.owasp.dependencycheck.maven.UpdateMojo.runCheck (UpdateMojo.java:78)
2023-11-28T08:18:34.2604311Z at org.owasp.dependencycheck.maven.BaseDependencyCheckMojo.execute (BaseDependencyCheckMojo.java:1124)
2023-11-28T08:18:34.2605838Z at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
2023-11-28T08:18:34.2607362Z at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
2023-11-28T08:18:34.2611460Z at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
2023-11-28T08:18:34.2612672Z at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
2023-11-28T08:18:34.2613844Z at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
2023-11-28T08:18:34.2742276Z at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
2023-11-28T08:18:34.2743454Z at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
2023-11-28T08:18:34.2744605Z at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
2023-11-28T08:18:34.2745818Z at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
2023-11-28T08:18:34.2746924Z at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
2023-11-28T08:18:34.2747737Z at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:299)
2023-11-28T08:18:34.2748431Z at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:193)
2023-11-28T08:18:34.2749218Z at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:106)
2023-11-28T08:18:34.2749985Z at org.apache.maven.cli.MavenCli.execute (MavenCli.java:963)
2023-11-28T08:18:34.2750690Z at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
2023-11-28T08:18:34.2751359Z at org.apache.maven.cli.MavenCli.main (MavenCli.java:199)
2023-11-28T08:18:34.2752089Z at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
2023-11-28T08:18:34.2753040Z at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
2023-11-28T08:18:34.2754221Z at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
2023-11-28T08:18:34.2755133Z at java.lang.reflect.Method.invoke (Method.java:566)
2023-11-28T08:18:34.2755960Z at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
2023-11-28T08:18:34.2756933Z at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
2023-11-28T08:18:34.2757968Z at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
2023-11-28T08:18:34.2759202Z at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
2023-11-28T08:18:34.2760301Z Caused by: io.github.jeremylong.openvulnerability.client.nvd.NvdApiException: NVD Returned Status Code: 403
2023-11-28T08:18:34.2761570Z at io.github.jeremylong.openvulnerability.client.nvd.NvdCveClient.next (NvdCveClient.java:346)
2023-11-28T08:18:34.2762827Z at io.github.jeremylong.openvulnerability.client.nvd.NvdCveClient.next (NvdCveClient.java:356)
2023-11-28T08:18:34.2764015Z at io.github.jeremylong.openvulnerability.client.nvd.NvdCveClient.next (NvdCveClient.java:356)
2023-11-28T08:18:34.2765209Z at io.github.jeremylong.openvulnerability.client.nvd.NvdCveClient.next (NvdCveClient.java:356)
2023-11-28T08:18:34.2766963Z at io.github.jeremylong.openvulnerability.client.nvd.NvdCveClient.next (NvdCveClient.java:356)
2023-11-28T08:18:34.2768317Z at org.owasp.dependencycheck.data.update.NvdApiDataSource.processApi (NvdApiDataSource.java:317)
2023-11-28T08:18:34.2769497Z at org.owasp.dependencycheck.data.update.NvdApiDataSource.update (NvdApiDataSource.java:110)
2023-11-28T08:18:34.2770433Z at org.owasp.dependencycheck.Engine.doUpdates (Engine.java:904)
2023-11-28T08:18:34.2771154Z at org.owasp.dependencycheck.Engine.doUpdates (Engine.java:876)
2023-11-28T08:18:34.2771941Z at org.owasp.dependencycheck.maven.UpdateMojo.runCheck (UpdateMojo.java:78)
2023-11-28T08:18:34.2773034Z at org.owasp.dependencycheck.maven.BaseDependencyCheckMojo.execute (BaseDependencyCheckMojo.java:1124)
2023-11-28T08:18:34.2774322Z at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
2023-11-28T08:18:34.2775501Z at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
2023-11-28T08:18:34.2776538Z at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
2023-11-28T08:18:34.2777573Z at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
2023-11-28T08:18:34.2778622Z at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
2023-11-28T08:18:34.2779645Z at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
2023-11-28T08:18:34.2781110Z at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
2023-11-28T08:18:34.2782564Z at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
2023-11-28T08:18:34.2783981Z at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
2023-11-28T08:18:34.2785265Z at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
2023-11-28T08:18:34.2786203Z at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:299)
2023-11-28T08:18:34.2786959Z at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:193)
2023-11-28T08:18:34.2787695Z at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:106)
2023-11-28T08:18:34.2788400Z at org.apache.maven.cli.MavenCli.execute (MavenCli.java:963)
2023-11-28T08:18:34.2789074Z at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:296)
2023-11-28T08:18:34.2789745Z at org.apache.maven.cli.MavenCli.main (MavenCli.java:199)
2023-11-28T08:18:34.2790444Z at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
2023-11-28T08:18:34.2791398Z at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
2023-11-28T08:18:34.2792617Z at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
2023-11-28T08:18:34.2793533Z at java.lang.reflect.Method.invoke (Method.java:566)
2023-11-28T08:18:34.2794320Z at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
2023-11-28T08:18:34.2795371Z at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
2023-11-28T08:18:34.2796541Z at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
2023-11-28T08:18:34.2797530Z at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
2023-11-28T08:18:34.5375133Z [INFO] Updating CISA Known Exploited Vulnerability list: https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json
2023-11-28T08:18:35.0230177Z [INFO] ------------------------------------------------------------------------
2023-11-28T08:18:35.0231205Z [INFO] BUILD FAILURE
2023-11-28T08:18:35.0232073Z [INFO] ------------------------------------------------------------------------
2023-11-28T08:18:35.0232816Z [INFO] Total time: 25.942 s
2023-11-28T08:18:35.0238219Z [INFO] Finished at: 2023-11-28T08:18:35Z
2023-11-28T08:18:35.0239255Z [INFO] ------------------------------------------------------------------------
2023-11-28T08:18:35.0245016Z [ERROR] Failed to execute goal org.owasp:dependency-check-maven:9.0.1:update-only (default-cli) on project update-nvd-data: An exception occurred while downloading updates. Please see the log file for more details.: Error updating the NVD Data: NVD Returned Status Code: 403 -> [Help 1]
2023-11-28T08:18:35.0247396Z [ERROR]
2023-11-28T08:18:35.0248183Z [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
2023-11-28T08:18:35.0249014Z [ERROR] Re-run Maven using the -X switch to enable full debug logging.
2023-11-28T08:18:35.0249480Z [ERROR]
2023-11-28T08:18:35.0249985Z [ERROR] For more information about the errors and possible solutions, please read the following articles:
2023-11-28T08:18:35.0250893Z [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
2023-11-28T08:18:35.0332802Z Exception in thread "Thread-1" java.lang.NoClassDefFoundError: org/apache/commons/jcs3/engine/CacheStatus
2023-11-28T08:18:35.0334027Z at org.apache.commons.jcs3.auxiliary.disk.AbstractDiskCache.getStatus(AbstractDiskCache.java:493)
2023-11-28T08:18:35.0335032Z at org.apache.commons.jcs3.engine.control.CompositeCache.dispose(CompositeCache.java:1232)
2023-11-28T08:18:35.0336079Z at org.apache.commons.jcs3.engine.control.CompositeCacheManager.freeCache(CompositeCacheManager.java:580)
2023-11-28T08:18:35.0337219Z at org.apache.commons.jcs3.engine.control.CompositeCacheManager.freeCache(CompositeCacheManager.java:567)
2023-11-28T08:18:35.0338458Z at java.base/java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4696)
2023-11-28T08:18:35.0339366Z at org.apache.commons.jcs3.engine.control.CompositeCacheManager.shutDown(CompositeCacheManager.java:620)
2023-11-28T08:18:35.0340226Z at org.apache.commons.jcs3.engine.control.CompositeCacheManager.lambda$initialize$0(CompositeCacheManager.java:248)
2023-11-28T08:18:35.0341042Z at java.base/java.lang.Thread.run(Thread.java:829)
2023-11-28T08:18:35.0341530Z Caused by: java.lang.ClassNotFoundException: org.apache.commons.jcs3.engine.CacheStatus
2023-11-28T08:18:35.0342206Z at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
2023-11-28T08:18:35.0342954Z at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
2023-11-28T08:18:35.0343626Z at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
2023-11-28T08:18:35.0344225Z at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
2023-11-28T08:18:35.0344641Z ... 8 more
2023-11-28T08:18:35.0522916Z The process '/usr/bin/mvn' failed with exit code 1
2023-11-28T08:18:35.0523868Z Could not retrieve code analysis results - Maven run failed.
2023-11-28T08:18:35.0600115Z No test result files matching /agent/_work/1/s/**/surefire-reports/TEST-*.xml were found, so publishing JUnit test results is being skipped.
2023-11-28T08:18:35.0638676Z ##[error]Build failed.
2023-11-28T08:18:35.0748346Z ##[section]Finishing: Dependency check update only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment