Started by user Jose Bocanegra Obtained Jenkinsfile from git https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E1_Back [Pipeline] Start of Pipeline [Pipeline] node Running on Slave2 in /home/cecaduser/workspace/MP_202610_G81_E1_Back [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential josejbocanegra Cloning the remote Git repository Cloning repository https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E1_Back > git init /home/cecaduser/workspace/MP_202610_G81_E1_Back # timeout=10 Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E1_Back > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E1_Back +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 87e371f55a897cf4d2ee63e9102d74666c2ebccd (refs/remotes/origin/main) Commit message: "Add files via upload" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E1_Back # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 87e371f55a897cf4d2ee63e9102d74666c2ebccd # timeout=10 [Pipeline] withCredentials Masking supported pattern matches of $SONAR_TOKEN [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] scmSkip [Pipeline] git Selected Git installation does not exist. Using Default The recommended git tool is: NONE Warning: CredentialId "c0e8826e-5e2c-4c1c-a484-6c17d53ac539" could not be found. Fetching changes from the remote Git repository Checking out Revision 87e371f55a897cf4d2ee63e9102d74666c2ebccd (refs/remotes/origin/main) Commit message: "Add files via upload" [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { > git rev-parse --resolve-git-dir /home/cecaduser/workspace/MP_202610_G81_E1_Back/.git # timeout=10 > git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E1_Back # timeout=10 Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E1_Back > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E1_Back +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 87e371f55a897cf4d2ee63e9102d74666c2ebccd # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main 87e371f55a897cf4d2ee63e9102d74666c2ebccd # timeout=10 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . citools-isis2603:latest . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer Slave2 does not seem to be running inside a container $ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E1_Back -v /home/cecaduser/workspace/MP_202610_G81_E1_Back:/home/cecaduser/workspace/MP_202610_G81_E1_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E1_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E1_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat $ docker top c4f0a36e3a8d584484d661589032a71f009cfab9887ff149ef5e02e6a2e1da63 -eo pid,comm ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] sh + java -version openjdk version "21.0.4" 2024-07-16 LTS OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode, sharing) + mvn clean install [INFO] Scanning for projects... Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/3.5.10/spring-boot-starter-parent-3.5.10.pom Progress (1): 1.1 kB Progress (1): 2.7 kB Progress (1): 6.7 kB Progress (1): 11 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/3.5.10/spring-boot-starter-parent-3.5.10.pom (13 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/3.5.10/spring-boot-dependencies-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.4 kB Progress (1): 4.4 kB Progress (1): 6.6 kB Progress (1): 8.3 kB Progress (1): 10 kB Progress (1): 14 kB Progress (1): 20 kB Progress (1): 29 kB Progress (1): 37 kB Progress (1): 41 kB Progress (1): 50 kB Progress (1): 59 kB Progress (1): 69 kB Progress (1): 77 kB Progress (1): 83 kB Progress (1): 89 kB Progress (1): 96 kB Progress (1): 96 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/3.5.10/spring-boot-dependencies-3.5.10.pom (96 kB at 901 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-bom/6.1.8/activemq-bom-6.1.8.pom Progress (1): 799 B Progress (1): 2.0 kB Progress (1): 7.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/activemq-bom/6.1.8/activemq-bom-6.1.8.pom (7.9 kB at 86 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-bom/2.40.0/artemis-bom-2.40.0.pom Progress (1): 817 B Progress (1): 3.9 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-bom/2.40.0/artemis-bom-2.40.0.pom (9.6 kB at 102 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-project/2.40.0/artemis-project-2.40.0.pom Progress (1): 827 B Progress (1): 2.7 kB Progress (1): 4.4 kB Progress (1): 6.4 kB Progress (1): 8.0 kB Progress (1): 10 kB Progress (1): 12 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 17 kB Progress (1): 19 kB Progress (1): 24 kB Progress (1): 27 kB Progress (1): 29 kB Progress (1): 35 kB Progress (1): 40 kB Progress (1): 42 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 55 kB Progress (1): 56 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/activemq/artemis-project/2.40.0/artemis-project-2.40.0.pom (56 kB at 558 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom Progress (1): 741 B Progress (1): 1.7 kB Progress (1): 3.5 kB Progress (1): 5.4 kB Progress (1): 7.3 kB Progress (1): 13 kB Progress (1): 18 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/33/apache-33.pom (24 kB at 275 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-bom/3.27.6/assertj-bom-3.27.6.pom Progress (1): 1.0 kB Progress (1): 3.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-bom/3.27.6/assertj-bom-3.27.6.pom (3.3 kB at 36 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/zipkin/reporter2/zipkin-reporter-bom/3.5.1/zipkin-reporter-bom-3.5.1.pom Progress (1): 756 B Progress (1): 2.0 kB Progress (1): 5.5 kB Progress (1): 6.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/zipkin/reporter2/zipkin-reporter-bom/3.5.1/zipkin-reporter-bom-3.5.1.pom (6.3 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/zipkin/brave/brave-bom/6.1.0/brave-bom-6.1.0.pom Progress (1): 1.1 kB Progress (1): 2.5 kB Progress (1): 11 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/zipkin/brave/brave-bom/6.1.0/brave-bom-6.1.0.pom (11 kB at 116 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cassandra/java-driver-bom/4.19.2/java-driver-bom-4.19.2.pom Progress (1): 817 B Progress (1): 1.7 kB Progress (1): 3.7 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cassandra/java-driver-bom/4.19.2/java-driver-bom-4.19.2.pom (5.5 kB at 58 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/4.0.6/jaxb-bom-4.0.6.pom Progress (1): 849 B Progress (1): 3.8 kB Progress (1): 12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/4.0.6/jaxb-bom-4.0.6.pom (12 kB at 114 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom Progress (1): 876 B Progress (1): 1.9 kB Progress (1): 4.7 kB Progress (1): 7.4 kB Progress (1): 9.7 kB Progress (1): 15 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom (16 kB at 160 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.29/groovy-bom-4.0.29.pom Progress (1): 863 B Progress (1): 3.6 kB Progress (1): 7.0 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 24 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.29/groovy-bom-4.0.29.pom (27 kB at 276 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/15.2.6.Final/infinispan-bom-15.2.6.Final.pom Progress (1): 1.1 kB Progress (1): 11 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-bom/15.2.6.Final/infinispan-bom-15.2.6.Final.pom (17 kB at 183 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/15.2.6.Final/infinispan-build-configuration-parent-15.2.6.Final.pom Progress (1): 1.0 kB Progress (1): 3.3 kB Progress (1): 5.2 kB Progress (1): 7.4 kB Progress (1): 9.4 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 16 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/infinispan/infinispan-build-configuration-parent/15.2.6.Final/infinispan-build-configuration-parent-15.2.6.Final.pom (17 kB at 186 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.19.4/jackson-bom-2.19.4.pom Progress (1): 926 B Progress (1): 2.6 kB Progress (1): 7.4 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.19.4/jackson-bom-2.19.4.pom (20 kB at 211 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.19.3/jackson-parent-2.19.3.pom Progress (1): 1.1 kB Progress (1): 2.5 kB Progress (1): 4.2 kB Progress (1): 6.1 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.19.3/jackson-parent-2.19.3.pom (7.2 kB at 79 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/69/oss-parent-69.pom Progress (1): 949 B Progress (1): 2.9 kB Progress (1): 4.1 kB Progress (1): 6.1 kB Progress (1): 9.9 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/69/oss-parent-69.pom (24 kB at 260 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/3.1.11/jersey-bom-3.1.11.pom Progress (1): 841 B Progress (1): 8.7 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/jersey-bom/3.1.11/jersey-bom-3.1.11.pom (21 kB at 228 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/ee10/jetty-ee10-bom/12.0.31/jetty-ee10-bom-12.0.31.pom Progress (1): 1.2 kB Progress (1): 4.7 kB Progress (1): 9.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/ee10/jetty-ee10-bom/12.0.31/jetty-ee10-bom-12.0.31.pom (9.6 kB at 101 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/12.0.31/jetty-bom-12.0.31.pom Progress (1): 1.1 kB Progress (1): 4.6 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/12.0.31/jetty-bom-12.0.31.pom (15 kB at 159 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.2/junit-bom-5.12.2.pom (5.6 kB at 61 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-bom/1.9.25/kotlin-bom-1.9.25.pom Progress (1): 908 B Progress (1): 5.3 kB Progress (1): 9.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-bom/1.9.25/kotlin-bom-1.9.25.pom (9.1 kB at 100 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.8.1/kotlinx-coroutines-bom-1.8.1.pom Progress (1): 1.2 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.8.1/kotlinx-coroutines-bom-1.8.1.pom (4.3 kB at 48 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-bom/2.24.3/log4j-bom-2.24.3.pom Progress (1): 793 B Progress (1): 2.2 kB Progress (1): 5.7 kB Progress (1): 12 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-bom/2.24.3/log4j-bom-2.24.3.pom (12 kB at 132 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom Progress (1): 780 B Progress (1): 2.2 kB Progress (1): 4.9 kB Progress (1): 7.0 kB Progress (1): 10 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 28 kB Progress (1): 29 kB Progress (1): 31 kB Progress (1): 33 kB Progress (1): 37 kB Progress (1): 37 kB Progress (1): 39 kB Progress (1): 42 kB Progress (1): 45 kB Progress (1): 50 kB Progress (1): 53 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/logging-parent/11.3.0/logging-parent-11.3.0.pom (53 kB at 598 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-bom/1.15.8/micrometer-bom-1.15.8.pom Progress (1): 1.0 kB Progress (1): 7.7 kB Progress (1): 8.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-bom/1.15.8/micrometer-bom-1.15.8.pom (8.6 kB at 91 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-tracing-bom/1.5.8/micrometer-tracing-bom-1.5.8.pom Progress (1): 1.0 kB Progress (1): 3.9 kB Progress (1): 4.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-tracing-bom/1.5.8/micrometer-tracing-bom-1.5.8.pom (4.5 kB at 49 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/5.17.0/mockito-bom-5.17.0.pom Progress (1): 1.4 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-bom/5.17.0/mockito-bom-5.17.0.pom (3.0 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-bom/5.5.2/mongodb-driver-bom-5.5.2.pom Progress (1): 1.0 kB Progress (1): 4.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mongodb/mongodb-driver-bom/5.5.2/mongodb-driver-bom-5.5.2.pom (4.2 kB at 45 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.130.Final/netty-bom-4.1.130.Final.pom Progress (1): 781 B Progress (1): 2.4 kB Progress (1): 8.0 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.130.Final/netty-bom-4.1.130.Final.pom (15 kB at 160 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/opentelemetry/opentelemetry-bom/1.49.0/opentelemetry-bom-1.49.0.pom Progress (1): 961 B Progress (1): 5.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/opentelemetry/opentelemetry-bom/1.49.0/opentelemetry-bom-1.49.0.pom (5.9 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/prometheus-metrics-bom/1.3.10/prometheus-metrics-bom-1.3.10.pom Progress (1): 2.1 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/prometheus/prometheus-metrics-bom/1.3.10/prometheus-metrics-bom-1.3.10.pom (5.8 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/prometheus/client_java_parent/1.3.10/client_java_parent-1.3.10.pom Progress (1): 1.1 kB Progress (1): 3.1 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/prometheus/client_java_parent/1.3.10/client_java_parent-1.3.10.pom (4.4 kB at 47 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pulsar/pulsar-bom/4.0.8/pulsar-bom-4.0.8.pom Progress (1): 794 B Progress (1): 2.4 kB Progress (1): 4.5 kB Progress (1): 14 kB Progress (1): 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pulsar/pulsar-bom/4.0.8/pulsar-bom-4.0.8.pom (25 kB at 268 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom Progress (1): 739 B Progress (1): 2.1 kB Progress (1): 4.0 kB Progress (1): 5.9 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/35/apache-35.pom (24 kB at 272 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pulsar/pulsar-client-reactive-bom/0.6.0/pulsar-client-reactive-bom-0.6.0.pom Progress (1): 983 B Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pulsar/pulsar-client-reactive-bom/0.6.0/pulsar-client-reactive-bom-0.6.0.pom (2.8 kB at 30 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/querydsl/querydsl-bom/5.1.0/querydsl-bom-5.1.0.pom Progress (1): 1.2 kB Progress (1): 6.7 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/querydsl/querydsl-bom/5.1.0/querydsl-bom-5.1.0.pom (7.2 kB at 76 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/2024.0.14/reactor-bom-2024.0.14.pom Progress (1): 908 B Progress (1): 4.3 kB Progress (1): 4.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/2024.0.14/reactor-bom-2024.0.14.pom (4.8 kB at 52 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-bom/5.5.7/rest-assured-bom-5.5.7.pom Progress (1): 1.0 kB Progress (1): 4.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/rest-assured/rest-assured-bom/5.5.7/rest-assured-bom-5.5.7.pom (4.7 kB at 52 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/rsocket/rsocket-bom/1.1.5/rsocket-bom-1.1.5.pom Progress (1): 1.1 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/rsocket/rsocket-bom/1.1.5/rsocket-bom-1.1.5.pom (2.4 kB at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-bom/4.31.0/selenium-bom-4.31.0.pom Progress (1): 1.1 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/seleniumhq/selenium/selenium-bom/4.31.0/selenium-bom-4.31.0.pom (5.8 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/amqp/spring-amqp-bom/3.2.9/spring-amqp-bom-3.2.9.pom Progress (1): 963 B Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/amqp/spring-amqp-bom/3.2.9/spring-amqp-bom-3.2.9.pom (3.9 kB at 40 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/batch/spring-batch-bom/5.2.4/spring-batch-bom-5.2.4.pom Progress (1): 1.2 kB Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/batch/spring-batch-bom/5.2.4/spring-batch-bom-5.2.4.pom (3.2 kB at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-bom/2025.0.8/spring-data-bom-2025.0.8.pom Progress (1): 962 B Progress (1): 2.5 kB Progress (1): 5.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-bom/2025.0.8/spring-data-bom-2025.0.8.pom (5.5 kB at 59 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.2.15/spring-framework-bom-6.2.15.pom Progress (1): 975 B Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/6.2.15/spring-framework-bom-6.2.15.pom (5.8 kB at 52 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/integration/spring-integration-bom/6.5.6/spring-integration-bom-6.5.6.pom Progress (1): 961 B Progress (1): 6.7 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/integration/spring-integration-bom/6.5.6/spring-integration-bom-6.5.6.pom (10 kB at 106 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/pulsar/spring-pulsar-bom/1.2.14/spring-pulsar-bom-1.2.14.pom Progress (1): 958 B Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/pulsar/spring-pulsar-bom/1.2.14/spring-pulsar-bom-1.2.14.pom (2.9 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/restdocs/spring-restdocs-bom/3.0.5/spring-restdocs-bom-3.0.5.pom Progress (1): 1.1 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/restdocs/spring-restdocs-bom/3.0.5/spring-restdocs-bom-3.0.5.pom (2.6 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-bom/6.5.7/spring-security-bom-6.5.7.pom Progress (1): 973 B Progress (1): 5.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-bom/6.5.7/spring-security-bom-6.5.7.pom (5.3 kB at 59 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/session/spring-session-bom/3.5.4/spring-session-bom-3.5.4.pom Progress (1): 1.0 kB Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/session/spring-session-bom/3.5.4/spring-session-bom-3.5.4.pom (2.9 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/ws/spring-ws-bom/4.1.2/spring-ws-bom-4.1.2.pom Progress (1): 1.2 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/ws/spring-ws-bom/4.1.2/spring-ws-bom-4.1.2.pom (2.3 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.21.4/testcontainers-bom-1.21.4.pom Progress (1): 1.2 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.21.4/testcontainers-bom-1.21.4.pom (12 kB at 125 kB/s) [INFO] [INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E1_Back >------------- [INFO] Building MP_202610_G81_E1_Back 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/3.5.10/spring-boot-maven-plugin-3.5.10.pom Progress (1): 1.3 kB Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/3.5.10/spring-boot-maven-plugin-3.5.10.pom (4.0 kB at 43 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/3.5.10/spring-boot-maven-plugin-3.5.10.jar Progress (1): 7.7/135 kB Progress (1): 16/135 kB Progress (1): 28/135 kB Progress (1): 44/135 kB Progress (1): 61/135 kB Progress (1): 77/135 kB Progress (1): 94/135 kB Progress (1): 110/135 kB Progress (1): 126/135 kB Progress (1): 135 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/3.5.10/spring-boot-maven-plugin-3.5.10.jar (135 kB at 1.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.1/maven-clean-plugin-3.4.1.pom Progress (1): 797 B Progress (1): 2.2 kB Progress (1): 5.0 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.1/maven-clean-plugin-3.4.1.pom (5.6 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom Progress (1): 773 B Progress (1): 2.3 kB Progress (1): 5.1 kB Progress (1): 7.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/43/maven-plugins-43.pom (7.5 kB at 85 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom Progress (1): 720 B Progress (1): 1.9 kB Progress (1): 5.5 kB Progress (1): 9.9 kB Progress (1): 14 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 26 kB Progress (1): 28 kB Progress (1): 31 kB Progress (1): 34 kB Progress (1): 38 kB Progress (1): 41 kB Progress (1): 43 kB Progress (1): 48 kB Progress (1): 48 kB Progress (1): 50 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/43/maven-parent-43.pom (50 kB at 541 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.3/junit-bom-5.10.3.pom (5.6 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.1/maven-clean-plugin-3.4.1.jar Progress (1): 7.7/36 kB Progress (1): 12/36 kB Progress (1): 28/36 kB Progress (1): 36 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/3.4.1/maven-clean-plugin-3.4.1.jar (36 kB at 423 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.14.1/maven-compiler-plugin-3.14.1.pom Progress (1): 762 B Progress (1): 2.3 kB Progress (1): 4.6 kB Progress (1): 8.2 kB Progress (1): 9.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.14.1/maven-compiler-plugin-3.14.1.pom (9.9 kB at 100 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/45/maven-plugins-45.pom Progress (1): 772 B Progress (1): 2.3 kB Progress (1): 4.9 kB Progress (1): 7.8 kB Progress (1): 8.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/45/maven-plugins-45.pom (8.4 kB at 96 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/45/maven-parent-45.pom Progress (1): 708 B Progress (1): 1.9 kB Progress (1): 5.5 kB Progress (1): 9.7 kB Progress (1): 14 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 27 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 35 kB Progress (1): 38 kB Progress (1): 41 kB Progress (1): 44 kB Progress (1): 48 kB Progress (1): 48 kB Progress (1): 53 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/45/maven-parent-45.pom (53 kB at 568 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.1/junit-bom-5.13.1.pom (5.6 kB at 55 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.14.1/maven-compiler-plugin-3.14.1.jar Progress (1): 3.4/84 kB Progress (1): 20/84 kB Progress (1): 36/84 kB Progress (1): 53/84 kB Progress (1): 61/84 kB Progress (1): 77/84 kB Progress (1): 84 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.14.1/maven-compiler-plugin-3.14.1.jar (84 kB at 919 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.pom Progress (1): 782 B Progress (1): 2.2 kB Progress (1): 4.7 kB Progress (1): 7.3 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.pom (7.7 kB at 86 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom Progress (1): 773 B Progress (1): 2.4 kB Progress (1): 4.9 kB Progress (1): 7.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/42/maven-plugins-42.pom (7.7 kB at 86 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom Progress (1): 724 B Progress (1): 1.9 kB Progress (1): 5.5 kB Progress (1): 9.9 kB Progress (1): 14 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 26 kB Progress (1): 28 kB Progress (1): 31 kB Progress (1): 34 kB Progress (1): 37 kB Progress (1): 40 kB Progress (1): 43 kB Progress (1): 47 kB Progress (1): 47 kB Progress (1): 50 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/42/maven-parent-42.pom (50 kB at 560 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom Progress (1): 733 B Progress (1): 2.0 kB Progress (1): 4.0 kB Progress (1): 5.9 kB Progress (1): 10 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/32/apache-32.pom (24 kB at 269 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.jar Progress (1): 7.7/34 kB Progress (1): 12/34 kB Progress (1): 28/34 kB Progress (1): 34 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/3.4.2/maven-jar-plugin-3.4.2.jar (34 kB at 387 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.pom Progress (1): 786 B Progress (1): 2.3 kB Progress (1): 5.0 kB Progress (1): 8.1 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.pom (8.1 kB at 91 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.jar Progress (1): 7.7/33 kB Progress (1): 16/33 kB Progress (1): 32/33 kB Progress (1): 33 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.4/maven-install-plugin-3.1.4.jar (33 kB at 379 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.pom Progress (1): 1.1 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.pom (2.8 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.17/slf4j-parent-2.0.17.pom Progress (1): 953 B Progress (1): 3.2 kB Progress (1): 6.0 kB Progress (1): 8.2 kB Progress (1): 11 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/2.0.17/slf4j-parent-2.0.17.pom (13 kB at 144 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.17/slf4j-bom-2.0.17.pom Progress (1): 997 B Progress (1): 4.7 kB Progress (1): 7.3 kB Progress (1): 7.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-bom/2.0.17/slf4j-bom-2.0.17.pom (7.3 kB at 81 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-data-jpa/3.5.10/spring-boot-starter-data-jpa-3.5.10.pom Progress (1): 976 B Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-data-jpa/3.5.10/spring-boot-starter-data-jpa-3.5.10.pom (2.9 kB at 32 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/3.5.10/spring-boot-starter-3.5.10.pom Progress (1): 948 B Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/3.5.10/spring-boot-starter-3.5.10.pom (3.0 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.10/spring-boot-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.10/spring-boot-3.5.10.pom (2.2 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.15/spring-core-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.15/spring-core-6.2.15.pom (2.0 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.15/spring-jcl-6.2.15.pom Progress (1): 1.1 kB Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.15/spring-jcl-6.2.15.pom (1.8 kB at 21 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.15/spring-context-6.2.15.pom Progress (1): 1.0 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.15/spring-context-6.2.15.pom (2.8 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.15/spring-aop-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.15/spring-aop-6.2.15.pom (2.2 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.15/spring-beans-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.15/spring-beans-6.2.15.pom (2.0 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.15/spring-expression-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.15/spring-expression-6.2.15.pom (2.1 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.8/micrometer-observation-1.15.8.pom Progress (1): 1.1 kB Progress (1): 3.4 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.8/micrometer-observation-1.15.8.pom (3.8 kB at 40 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.8/micrometer-commons-1.15.8.pom Progress (1): 1.1 kB Progress (1): 3.1 kB Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.8/micrometer-commons-1.15.8.pom (3.4 kB at 37 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/3.5.10/spring-boot-autoconfigure-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/3.5.10/spring-boot-autoconfigure-3.5.10.pom (2.1 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/3.5.10/spring-boot-starter-logging-3.5.10.pom Progress (1): 984 B Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/3.5.10/spring-boot-starter-logging-3.5.10.pom (2.5 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.25/logback-classic-1.5.25.pom Progress (1): 1.7 kB Progress (1): 4.8 kB Progress (1): 8.1 kB Progress (1): 11 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.25/logback-classic-1.5.25.pom (13 kB at 142 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.5.25/logback-parent-1.5.25.pom Progress (1): 1.1 kB Progress (1): 2.9 kB Progress (1): 4.8 kB Progress (1): 9.6 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.5.25/logback-parent-1.5.25.pom (19 kB at 214 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.25/logback-core-1.5.25.pom Progress (1): 1.5 kB Progress (1): 5.3 kB Progress (1): 8.3 kB Progress (1): 9.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.25/logback-core-1.5.25.pom (9.1 kB at 103 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.pom Progress (1): 813 B Progress (1): 2.2 kB Progress (1): 5.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.pom (5.0 kB at 54 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.24.3/log4j-2.24.3.pom Progress (1): 728 B Progress (1): 2.1 kB Progress (1): 4.0 kB Progress (1): 6.1 kB Progress (1): 12 kB Progress (1): 18 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 30 kB Progress (1): 32 kB Progress (1): 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.24.3/log4j-2.24.3.pom (35 kB at 389 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom Progress (1): 863 B Progress (1): 3.6 kB Progress (1): 7.0 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.22/groovy-bom-4.0.22.pom (27 kB at 293 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom Progress (1): 924 B Progress (1): 2.7 kB Progress (1): 8.1 kB Progress (1): 17 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.17.2/jackson-bom-2.17.2.pom (19 kB at 210 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom Progress (1): 1.1 kB Progress (1): 2.5 kB Progress (1): 4.0 kB Progress (1): 6.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.17/jackson-parent-2.17.pom (6.5 kB at 75 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/58/oss-parent-58.pom Progress (1): 1.0 kB Progress (1): 2.7 kB Progress (1): 3.4 kB Progress (1): 5.0 kB Progress (1): 8.6 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 16 kB Progress (1): 20 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/58/oss-parent-58.pom (24 kB at 263 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom Progress (1): 974 B Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.39/spring-framework-bom-5.3.39.pom (5.7 kB at 51 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.pom Progress (1): 817 B Progress (1): 2.1 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.pom (4.4 kB at 48 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.pom (1.1 kB at 13 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.pom Progress (1): 1.2 kB Progress (1): 2.9 kB Progress (1): 6.3 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.pom (22 kB at 246 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-jdbc/3.5.10/spring-boot-starter-jdbc-3.5.10.pom Progress (1): 966 B Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-jdbc/3.5.10/spring-boot-starter-jdbc-3.5.10.pom (2.5 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP/6.3.3/HikariCP-6.3.3.pom Progress (1): 701 B Progress (1): 2.0 kB Progress (1): 3.7 kB Progress (1): 8.2 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 26 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP/6.3.3/HikariCP-6.3.3.pom (29 kB at 304 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/6.2.15/spring-jdbc-6.2.15.pom Progress (1): 1.0 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/6.2.15/spring-jdbc-6.2.15.pom (2.4 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/6.2.15/spring-tx-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/6.2.15/spring-tx-6.2.15.pom (2.2 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/orm/hibernate-core/6.6.41.Final/hibernate-core-6.6.41.Final.pom Progress (1): 1.1 kB Progress (1): 5.5 kB Progress (1): 5.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/orm/hibernate-core/6.6.41.Final/hibernate-core-6.6.41.Final.pom (5.8 kB at 63 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.pom Progress (1): 834 B Progress (1): 2.6 kB Progress (1): 5.3 kB Progress (1): 8.8 kB Progress (1): 17 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.pom (18 kB at 208 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.3.Final/logging-parent-1.0.3.Final.pom Progress (1): 1.2 kB Progress (1): 3.6 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/logging-parent/1.0.3.Final/logging-parent-1.0.3.Final.pom (5.7 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/42/jboss-parent-42.pom Progress (1): 701 B Progress (1): 2.1 kB Progress (1): 4.6 kB Progress (1): 7.0 kB Progress (1): 9.1 kB Progress (1): 13 kB Progress (1): 19 kB Progress (1): 27 kB Progress (1): 32 kB Progress (1): 35 kB Progress (1): 38 kB Progress (1): 44 kB Progress (1): 60 kB Progress (1): 76 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/42/jboss-parent-42.pom (76 kB at 821 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom Progress (1): 912 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0/junit-bom-5.11.0.pom (5.6 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.pom Progress (1): 1.0 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.pom (2.0 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.2.0/jandex-3.2.0.pom Progress (1): 1.8 kB Progress (1): 4.3 kB Progress (1): 7.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.2.0/jandex-3.2.0.pom (7.0 kB at 73 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex-parent/3.2.0/jandex-parent-3.2.0.pom Progress (1): 1.3 kB Progress (1): 4.7 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex-parent/3.2.0/jandex-parent-3.2.0.pom (7.2 kB at 79 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom Progress (1): 1.1 kB Progress (1): 3.1 kB Progress (1): 5.8 kB Progress (1): 9.8 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 22 kB Progress (1): 39 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom (39 kB at 436 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.7.3/classmate-1.7.3.pom Progress (1): 1.2 kB Progress (1): 3.1 kB Progress (1): 5.3 kB Progress (1): 6.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.7.3/classmate-1.7.3.pom (6.5 kB at 75 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/74/oss-parent-74.pom Progress (1): 948 B Progress (1): 2.9 kB Progress (1): 4.1 kB Progress (1): 6.0 kB Progress (1): 10 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/74/oss-parent-74.pom (24 kB at 256 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.pom Progress (1): 941 B Progress (1): 3.6 kB Progress (1): 6.7 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.pom (19 kB at 208 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.17.8/byte-buddy-parent-1.17.8.pom Progress (1): 843 B Progress (1): 2.1 kB Progress (1): 3.6 kB Progress (1): 6.3 kB Progress (1): 8.1 kB Progress (1): 10 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 21 kB Progress (1): 25 kB Progress (1): 34 kB Progress (1): 49 kB Progress (1): 54 kB Progress (1): 59 kB Progress (1): 64 kB Progress (1): 65 kB Progress (1): 66 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.17.8/byte-buddy-parent-1.17.8.pom (66 kB at 717 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.4/jakarta.xml.bind-api-4.0.4.pom Progress (1): 845 B Progress (1): 3.2 kB Progress (1): 6.0 kB Progress (1): 9.8 kB Progress (1): 13 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.4/jakarta.xml.bind-api-4.0.4.pom (13 kB at 138 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.4/jakarta.xml.bind-api-parent-4.0.4.pom Progress (1): 897 B Progress (1): 2.8 kB Progress (1): 6.5 kB Progress (1): 9.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.4/jakarta.xml.bind-api-parent-4.0.4.pom (9.1 kB at 101 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.pom Progress (1): 857 B Progress (1): 2.6 kB Progress (1): 5.3 kB Progress (1): 9.4 kB Progress (1): 12 kB Progress (1): 17 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.pom (19 kB at 193 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.6/jaxb-runtime-4.0.6.pom Progress (1): 806 B Progress (1): 3.1 kB Progress (1): 6.9 kB Progress (1): 10 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.6/jaxb-runtime-4.0.6.pom (11 kB at 122 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/4.0.6/jaxb-runtime-parent-4.0.6.pom Progress (1): 932 B Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/4.0.6/jaxb-runtime-parent-4.0.6.pom (1.2 kB at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/4.0.6/jaxb-parent-4.0.6.pom Progress (1): 781 B Progress (1): 2.7 kB Progress (1): 4.4 kB Progress (1): 6.6 kB Progress (1): 12 kB Progress (1): 17 kB Progress (1): 21 kB Progress (1): 28 kB Progress (1): 33 kB Progress (1): 35 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/4.0.6/jaxb-parent-4.0.6.pom (35 kB at 381 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/4.0.6/jaxb-bom-ext-4.0.6.pom Progress (1): 863 B Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/4.0.6/jaxb-bom-ext-4.0.6.pom (3.5 kB at 39 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/4.0.6/jaxb-core-4.0.6.pom Progress (1): 898 B Progress (1): 3.1 kB Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/4.0.6/jaxb-core-4.0.6.pom (3.7 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation/2.0.3/angus-activation-2.0.3.pom Progress (1): 930 B Progress (1): 3.4 kB Progress (1): 4.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation/2.0.3/angus-activation-2.0.3.pom (4.0 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation-project/2.0.3/angus-activation-project-2.0.3.pom Progress (1): 873 B Progress (1): 2.6 kB Progress (1): 5.6 kB Progress (1): 10 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation-project/2.0.3/angus-activation-project-2.0.3.pom (21 kB at 225 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/4.0.6/txw2-4.0.6.pom Progress (1): 931 B Progress (1): 1.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/4.0.6/txw2-4.0.6.pom (1.8 kB at 20 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/4.0.6/jaxb-txw-parent-4.0.6.pom Progress (1): 930 B Progress (1): 1.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/4.0.6/jaxb-txw-parent-4.0.6.pom (1.2 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa/3.5.8/spring-data-jpa-3.5.8.pom Progress (1): 1.4 kB Progress (1): 5.1 kB Progress (1): 8.3 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa/3.5.8/spring-data-jpa-3.5.8.pom (12 kB at 137 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa-parent/3.5.8/spring-data-jpa-parent-3.5.8.pom Progress (1): 1.2 kB Progress (1): 3.8 kB Progress (1): 5.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa-parent/3.5.8/spring-data-jpa-parent-3.5.8.pom (5.2 kB at 56 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-parent/3.5.8/spring-data-parent-3.5.8.pom Progress (1): 733 B Progress (1): 2.3 kB Progress (1): 3.4 kB Progress (1): 4.6 kB Progress (1): 6.2 kB Progress (1): 8.1 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 36 kB Progress (1): 40 kB Progress (1): 43 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-parent/3.5.8/spring-data-parent-3.5.8.pom (43 kB at 442 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-build/3.5.8/spring-data-build-3.5.8.pom Progress (1): 959 B Progress (1): 2.5 kB Progress (1): 4.7 kB Progress (1): 7.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-build/3.5.8/spring-data-build-3.5.8.pom (7.2 kB at 80 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.20.6/testcontainers-bom-1.20.6.pom Progress (1): 1.2 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.20.6/testcontainers-bom-1.20.6.pom (12 kB at 134 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.9.0/kotlinx-coroutines-bom-1.9.0.pom Progress (1): 1.2 kB Progress (1): 4.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.9.0/kotlinx-coroutines-bom-1.9.0.pom (4.3 kB at 49 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-commons/3.5.8/spring-data-commons-3.5.8.pom Progress (1): 1.2 kB Progress (1): 5.4 kB Progress (1): 9.4 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-commons/3.5.8/spring-data-commons-3.5.8.pom (10 kB at 113 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/6.2.15/spring-orm-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/6.2.15/spring-orm-6.2.15.pom (2.6 kB at 30 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aspects/6.2.15/spring-aspects-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aspects/6.2.15/spring-aspects-6.2.15.pom (2.0 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.9.25.1/aspectjweaver-1.9.25.1.pom Progress (1): 1.0 kB Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.9.25.1/aspectjweaver-1.9.25.1.pom (1.7 kB at 18 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-web/3.5.10/spring-boot-starter-web-3.5.10.pom Progress (1): 927 B Progress (1): 2.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-web/3.5.10/spring-boot-starter-web-3.5.10.pom (2.9 kB at 32 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-json/3.5.10/spring-boot-starter-json-3.5.10.pom Progress (1): 965 B Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-json/3.5.10/spring-boot-starter-json-3.5.10.pom (3.1 kB at 34 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.15/spring-web-6.2.15.pom Progress (1): 1.0 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.15/spring-web-6.2.15.pom (2.4 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.4/jackson-databind-2.19.4.pom Progress (1): 973 B Progress (1): 2.4 kB Progress (1): 3.7 kB Progress (1): 6.4 kB Progress (1): 8.2 kB Progress (1): 10 kB Progress (1): 12 kB Progress (1): 17 kB Progress (1): 19 kB Progress (1): 21 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.4/jackson-databind-2.19.4.pom (23 kB at 240 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.19.4/jackson-base-2.19.4.pom Progress (1): 926 B Progress (1): 2.8 kB Progress (1): 4.6 kB Progress (1): 6.6 kB Progress (1): 8.4 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.19.4/jackson-base-2.19.4.pom (12 kB at 134 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.4/junit-bom-5.11.4.pom (5.6 kB at 63 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.4/jackson-annotations-2.19.4.pom Progress (1): 945 B Progress (1): 2.4 kB Progress (1): 3.8 kB Progress (1): 6.2 kB Progress (1): 6.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.4/jackson-annotations-2.19.4.pom (6.9 kB at 77 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.4/jackson-core-2.19.4.pom Progress (1): 957 B Progress (1): 3.6 kB Progress (1): 7.7 kB Progress (1): 9.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.4/jackson-core-2.19.4.pom (9.4 kB at 105 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.19.4/jackson-datatype-jdk8-2.19.4.pom Progress (1): 1.0 kB Progress (1): 2.5 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.19.4/jackson-datatype-jdk8-2.19.4.pom (2.8 kB at 30 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.19.4/jackson-modules-java8-2.19.4.pom Progress (1): 1.4 kB Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-java8/2.19.4/jackson-modules-java8-2.19.4.pom (3.1 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.19.4/jackson-datatype-jsr310-2.19.4.pom Progress (1): 984 B Progress (1): 2.4 kB Progress (1): 4.7 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.19.4/jackson-datatype-jsr310-2.19.4.pom (5.4 kB at 59 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.19.4/jackson-module-parameter-names-2.19.4.pom Progress (1): 972 B Progress (1): 2.8 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.19.4/jackson-module-parameter-names-2.19.4.pom (4.4 kB at 49 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-tomcat/3.5.10/spring-boot-starter-tomcat-3.5.10.pom Progress (1): 974 B Progress (1): 3.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-tomcat/3.5.10/spring-boot-starter-tomcat-3.5.10.pom (3.1 kB at 34 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/10.1.50/tomcat-embed-core-10.1.50.pom Progress (1): 843 B Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/10.1.50/tomcat-embed-core-10.1.50.pom (1.7 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-el/10.1.50/tomcat-embed-el-10.1.50.pom Progress (1): 843 B Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-el/10.1.50/tomcat-embed-el-10.1.50.pom (1.5 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.50/tomcat-embed-websocket-10.1.50.pom Progress (1): 841 B Progress (1): 1.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.50/tomcat-embed-websocket-10.1.50.pom (1.7 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.15/spring-webmvc-6.2.15.pom Progress (1): 1.0 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.15/spring-webmvc-6.2.15.pom (3.0 kB at 34 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.3.232/h2-2.3.232.pom Progress (1): 1.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.3.232/h2-2.3.232.pom (1.1 kB at 12 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.42/lombok-1.18.42.pom Progress (1): 1.1 kB Progress (1): 1.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.42/lombok-1.18.42.pom (1.5 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/3.5.10/spring-boot-starter-test-3.5.10.pom Progress (1): 922 B Progress (1): 4.3 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/3.5.10/spring-boot-starter-test-3.5.10.pom (4.9 kB at 54 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/3.5.10/spring-boot-test-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/3.5.10/spring-boot-test-3.5.10.pom (2.2 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.15/spring-test-6.2.15.pom Progress (1): 1.1 kB Progress (1): 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.15/spring-test-6.2.15.pom (2.1 kB at 23 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.10/spring-boot-test-autoconfigure-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.10/spring-boot-test-autoconfigure-3.5.10.pom (2.5 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.pom Progress (1): 789 B Progress (1): 1.9 kB Progress (1): 3.6 kB Progress (1): 5.7 kB Progress (1): 8.8 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.pom (10 kB at 116 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.pom Progress (1): 781 B Progress (1): 2.4 kB Progress (1): 4.4 kB Progress (1): 7.2 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.pom (12 kB at 135 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7.1/asm-9.7.1.pom Progress (1): 1.3 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7.1/asm-9.7.1.pom (2.4 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.pom Progress (1): 1.2 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.pom (3.8 kB at 43 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility/4.2.2/awaitility-4.2.2.pom Progress (1): 821 B Progress (1): 3.0 kB Progress (1): 3.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility/4.2.2/awaitility-4.2.2.pom (3.5 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility-parent/4.2.2/awaitility-parent-4.2.2.pom Progress (1): 826 B Progress (1): 2.5 kB Progress (1): 5.3 kB Progress (1): 9.3 kB Progress (1): 11 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility-parent/4.2.2/awaitility-parent-4.2.2.pom (11 kB at 119 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.pom Progress (1): 983 B Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.pom (1.6 kB at 17 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.pom Progress (1): 944 B Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.pom (3.2 kB at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.pom Progress (1): 954 B Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.pom (3.2 kB at 36 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.pom Progress (1): 966 B Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.pom (2.8 kB at 32 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.pom Progress (1): 968 B Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.pom (3.0 kB at 34 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.pom Progress (1): 963 B Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.pom (3.2 kB at 36 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.pom Progress (1): 957 B Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.pom (3.2 kB at 36 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.pom Progress (1): 1.6 kB Progress (1): 2.5 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.pom (2.5 kB at 27 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.pom Progress (1): 1.1 kB Progress (1): 3.6 kB Progress (1): 6.3 kB Progress (1): 9.9 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.pom (14 kB at 160 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.pom Progress (1): 1.6 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.pom (2.3 kB at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.3/jsonassert-1.5.3.pom Progress (1): 1.0 kB Progress (1): 3.5 kB Progress (1): 7.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.3/jsonassert-1.5.3.pom (7.0 kB at 78 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.pom Progress (1): 843 B Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.pom (2.8 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.10.4/xmlunit-parent-2.10.4.pom Progress (1): 783 B Progress (1): 2.3 kB Progress (1): 4.3 kB Progress (1): 8.0 kB Progress (1): 10 kB Progress (1): 14 kB Progress (1): 16 kB Progress (1): 21 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-parent/2.10.4/xmlunit-parent-2.10.4.pom (23 kB at 259 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom Progress (1): 742 B Progress (1): 1.8 kB Progress (1): 4.1 kB Progress (1): 5.8 kB Progress (1): 7.6 kB Progress (1): 10.0 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 22 kB Progress (1): 26 kB Progress (1): 29 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.pom (31 kB at 313 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/73/commons-parent-73.pom Progress (1): 705 B Progress (1): 1.9 kB Progress (1): 3.2 kB Progress (1): 4.6 kB Progress (1): 6.8 kB Progress (1): 8.4 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 36 kB Progress (1): 40 kB Progress (1): 44 kB Progress (1): 46 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 55 kB Progress (1): 57 kB Progress (1): 60 kB Progress (1): 63 kB Progress (1): 68 kB Progress (1): 70 kB Progress (1): 73 kB Progress (1): 75 kB Progress (1): 78 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/73/commons-parent-73.pom (78 kB at 801 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-data-jpa/3.5.10/spring-boot-starter-data-jpa-3.5.10.jar Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-data-jpa/3.5.10/spring-boot-starter-data-jpa-3.5.10.jar (2.0 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/3.5.10/spring-boot-starter-3.5.10.jar Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.10/spring-boot-3.5.10.jar Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/3.5.10/spring-boot-autoconfigure-3.5.10.jar Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.25/logback-classic-1.5.25.jar Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/3.5.10/spring-boot-starter-logging-3.5.10.jar Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter/3.5.10/spring-boot-starter-3.5.10.jar (2.0 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.25/logback-core-1.5.25.jar Progress (1): 7.7/659 kB Progress (1): 8.2/659 kB Progress (1): 25/659 kB Progress (1): 41/659 kB Progress (1): 57/659 kB Progress (1): 74/659 kB Progress (1): 90/659 kB Progress (1): 106/659 kB Progress (1): 123/659 kB Progress (1): 139/659 kB Progress (1): 156/659 kB Progress (1): 172/659 kB Progress (1): 188/659 kB Progress (1): 205/659 kB Progress (1): 221/659 kB Progress (1): 238/659 kB Progress (1): 254/659 kB Progress (1): 270/659 kB Progress (1): 287/659 kB Progress (1): 303/659 kB Progress (1): 319/659 kB Progress (1): 336/659 kB Progress (1): 352/659 kB Progress (1): 369/659 kB Progress (1): 385/659 kB Progress (1): 401/659 kB Progress (2): 401/659 kB | 0.9/2.0 kB Progress (2): 401/659 kB | 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-logging/3.5.10/spring-boot-starter-logging-3.5.10.jar (2.0 kB at 9.0 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.jar Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 401/659 kB | 0/1.9 MB Progress (2): 418/659 kB | 0/1.9 MB Progress (2): 434/659 kB | 0/1.9 MB Progress (3): 434/659 kB | 0/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 434/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 451/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 451/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 451/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 451/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 467/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 467/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 467/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 483/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 483/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 483/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 483/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 483/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 483/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 483/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 500/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 500/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 500/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 500/659 kB | 0.1/1.9 MB | 0/2.1 MB Progress (3): 500/659 kB | 0.1/1.9 MB | 0.1/2.1 MB Progress (3): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB Progress (3): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB Progress (3): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB Progress (3): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB Progress (3): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB Progress (3): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB Progress (3): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 0.9/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 2.3/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 3.7/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 5.0/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 6.4/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 7.8/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 9.1/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 11/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 12/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 13/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 15/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 16/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 17/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 19/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 20/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 21/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 23/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 24/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 25/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 26/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 27/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 29/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 30/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 31/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 33/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 34/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 36/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 37/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 38/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 40/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 41/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 42/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 44/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 45/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 46/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 48/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 49/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 51/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 52/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 53/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 55/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 59/309 kB Progress (4): 516/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 63/309 kB Progress (4): 532/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 63/309 kB Progress (4): 532/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (4): 549/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (4): 565/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (4): 582/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (4): 598/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (4): 614/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (4): 631/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (4): 647/659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (4): 659 kB | 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.5.25/logback-core-1.5.25.jar (659 kB at 2.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.jar Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 67/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 72/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 72/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 72/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 72/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 72/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 72/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 72/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 72/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 72/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 76/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 80/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 80/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 0.9/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 2.3/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 3.7/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 5.0/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 6.4/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 7.8/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 9.1/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 11/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 12/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 13/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 15/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 16/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 17/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 19/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 20/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 21/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 23/24 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB | 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-to-slf4j/2.24.3/log4j-to-slf4j-2.24.3.jar (24 kB at 77 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.jar Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 84/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 89/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 89/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 93/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 97/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 101/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 105/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 110/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 114/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 118/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 122/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 127/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 7.7/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 16/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 16/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 33/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 49/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 66/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 74/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 90/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 106/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 115/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 123/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 139/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 156/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 172/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 188/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 205/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 221/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 238/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 254/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 270/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 287/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 303/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 319/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 336/349 kB Progress (4): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB | 349 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.24.3/log4j-api-2.24.3.jar (349 kB at 968 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.jar Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.1/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.1/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 131/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 135/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 135/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 139/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 139/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 144/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 144/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 144/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 148/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 148/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 152/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 152/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 156/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 156/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 160/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.2/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 164/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 168/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 168/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 168/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 173/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 173/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 177/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 177/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 177/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 177/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 177/309 kB Progress (3): 0.3/1.9 MB | 0.2/2.1 MB | 177/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 177/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 181/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 185/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 189/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 189/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 194/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 198/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 202/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 202/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 206/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 211/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 215/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 219/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 223/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 240/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 240/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 240/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 256/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 272/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 287/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 303/309 kB Progress (4): 0.3/1.9 MB | 0.3/2.1 MB | 303/309 kB | 0.9/6.3 kB Progress (4): 0.3/1.9 MB | 0.3/2.1 MB | 303/309 kB | 2.3/6.3 kB Progress (4): 0.3/1.9 MB | 0.3/2.1 MB | 303/309 kB | 3.7/6.3 kB Progress (4): 0.3/1.9 MB | 0.3/2.1 MB | 303/309 kB | 5.0/6.3 kB Progress (4): 0.3/1.9 MB | 0.3/2.1 MB | 303/309 kB | 6.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/2.0.17/jul-to-slf4j-2.0.17.jar (6.3 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-jdbc/3.5.10/spring-boot-starter-jdbc-3.5.10.jar Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 303/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 303/309 kB Progress (3): 0.3/1.9 MB | 0.3/2.1 MB | 303/309 kB Progress (3): 0.4/1.9 MB | 0.3/2.1 MB | 303/309 kB Progress (3): 0.4/1.9 MB | 0.3/2.1 MB | 303/309 kB Progress (3): 0.4/1.9 MB | 0.3/2.1 MB | 303/309 kB Progress (3): 0.4/1.9 MB | 0.3/2.1 MB | 303/309 kB Progress (3): 0.4/1.9 MB | 0.4/2.1 MB | 303/309 kB Progress (3): 0.4/1.9 MB | 0.4/2.1 MB | 303/309 kB Progress (3): 0.4/1.9 MB | 0.4/2.1 MB | 309 kB Progress (3): 0.4/1.9 MB | 0.4/2.1 MB | 309 kB Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.5.25/logback-classic-1.5.25.jar (309 kB at 712 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP/6.3.3/HikariCP-6.3.3.jar Progress (2): 0.4/1.9 MB | 0.4/2.1 MB Progress (2): 0.4/1.9 MB | 0.4/2.1 MB Progress (2): 0.5/1.9 MB | 0.4/2.1 MB Progress (2): 0.5/1.9 MB | 0.4/2.1 MB Progress (2): 0.5/1.9 MB | 0.4/2.1 MB Progress (2): 0.5/1.9 MB | 0.4/2.1 MB Progress (2): 0.5/1.9 MB | 0.4/2.1 MB Progress (2): 0.5/1.9 MB | 0.4/2.1 MB Progress (2): 0.5/1.9 MB | 0.4/2.1 MB Progress (2): 0.5/1.9 MB | 0.4/2.1 MB Progress (2): 0.5/1.9 MB | 0.4/2.1 MB Progress (2): 0.5/1.9 MB | 0.4/2.1 MB Progress (2): 0.6/1.9 MB | 0.4/2.1 MB Progress (2): 0.6/1.9 MB | 0.5/2.1 MB Progress (2): 0.6/1.9 MB | 0.5/2.1 MB Progress (2): 0.6/1.9 MB | 0.5/2.1 MB Progress (2): 0.6/1.9 MB | 0.5/2.1 MB Progress (2): 0.6/1.9 MB | 0.5/2.1 MB Progress (2): 0.6/1.9 MB | 0.5/2.1 MB Progress (2): 0.6/1.9 MB | 0.5/2.1 MB Progress (2): 0.6/1.9 MB | 0.5/2.1 MB Progress (3): 0.6/1.9 MB | 0.5/2.1 MB | 7.7/340 kB Progress (3): 0.6/1.9 MB | 0.5/2.1 MB | 7.7/340 kB Progress (3): 0.6/1.9 MB | 0.5/2.1 MB | 12/340 kB Progress (3): 0.6/1.9 MB | 0.5/2.1 MB | 12/340 kB Progress (3): 0.6/1.9 MB | 0.5/2.1 MB | 28/340 kB Progress (3): 0.6/1.9 MB | 0.6/2.1 MB | 28/340 kB Progress (3): 0.6/1.9 MB | 0.6/2.1 MB | 28/340 kB Progress (3): 0.6/1.9 MB | 0.6/2.1 MB | 44/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 44/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 61/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 61/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 69/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 69/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 69/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 85/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 94/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 94/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 94/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 102/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 102/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 102/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 118/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 126/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 126/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 131/340 kB Progress (3): 0.7/1.9 MB | 0.6/2.1 MB | 147/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 147/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 147/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 164/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 164/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 164/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 172/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 188/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 188/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 205/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 205/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 205/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 221/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 221/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 238/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 254/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 254/340 kB Progress (3): 0.7/1.9 MB | 0.7/2.1 MB | 270/340 kB Progress (3): 0.7/1.9 MB | 0.8/2.1 MB | 270/340 kB Progress (3): 0.7/1.9 MB | 0.8/2.1 MB | 287/340 kB Progress (3): 0.7/1.9 MB | 0.8/2.1 MB | 303/340 kB Progress (3): 0.7/1.9 MB | 0.8/2.1 MB | 319/340 kB Progress (3): 0.7/1.9 MB | 0.8/2.1 MB | 336/340 kB Progress (3): 0.7/1.9 MB | 0.8/2.1 MB | 340 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.jar (340 kB at 736 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/6.2.15/spring-jdbc-6.2.15.jar Progress (2): 0.7/1.9 MB | 0.8/2.1 MB Progress (2): 0.7/1.9 MB | 0.8/2.1 MB Progress (2): 0.7/1.9 MB | 0.8/2.1 MB Progress (3): 0.7/1.9 MB | 0.8/2.1 MB | 0.9/2.0 kB Progress (3): 0.7/1.9 MB | 0.8/2.1 MB | 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-jdbc/3.5.10/spring-boot-starter-jdbc-3.5.10.jar (2.0 kB at 4.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/orm/hibernate-core/6.6.41.Final/hibernate-core-6.6.41.Final.jar Progress (2): 0.8/1.9 MB | 0.8/2.1 MB Progress (2): 0.8/1.9 MB | 0.8/2.1 MB Progress (2): 0.8/1.9 MB | 0.8/2.1 MB Progress (2): 0.8/1.9 MB | 0.8/2.1 MB Progress (2): 0.8/1.9 MB | 0.8/2.1 MB Progress (2): 0.8/1.9 MB | 0.8/2.1 MB Progress (2): 0.9/1.9 MB | 0.8/2.1 MB Progress (2): 0.9/1.9 MB | 0.8/2.1 MB Progress (2): 0.9/1.9 MB | 0.8/2.1 MB Progress (2): 0.9/1.9 MB | 0.8/2.1 MB Progress (2): 0.9/1.9 MB | 0.8/2.1 MB Progress (2): 0.9/1.9 MB | 0.9/2.1 MB Progress (2): 0.9/1.9 MB | 0.9/2.1 MB Progress (2): 0.9/1.9 MB | 0.9/2.1 MB Progress (2): 0.9/1.9 MB | 0.9/2.1 MB Progress (2): 0.9/1.9 MB | 0.9/2.1 MB Progress (2): 0.9/1.9 MB | 0.9/2.1 MB Progress (2): 1.0/1.9 MB | 0.9/2.1 MB Progress (2): 1.0/1.9 MB | 0.9/2.1 MB Progress (2): 1.0/1.9 MB | 0.9/2.1 MB Progress (2): 1.0/1.9 MB | 0.9/2.1 MB Progress (2): 1.0/1.9 MB | 0.9/2.1 MB Progress (2): 1.0/1.9 MB | 0.9/2.1 MB Progress (2): 1.0/1.9 MB | 1.0/2.1 MB Progress (2): 1.0/1.9 MB | 1.0/2.1 MB Progress (2): 1.0/1.9 MB | 1.0/2.1 MB Progress (2): 1.0/1.9 MB | 1.0/2.1 MB Progress (2): 1.0/1.9 MB | 1.0/2.1 MB Progress (2): 1.0/1.9 MB | 1.0/2.1 MB Progress (2): 1.0/1.9 MB | 1.0/2.1 MB Progress (2): 1.1/1.9 MB | 1.0/2.1 MB Progress (2): 1.1/1.9 MB | 1.0/2.1 MB Progress (2): 1.1/1.9 MB | 1.0/2.1 MB Progress (2): 1.1/1.9 MB | 1.0/2.1 MB Progress (2): 1.1/1.9 MB | 1.0/2.1 MB Progress (2): 1.1/1.9 MB | 1.0/2.1 MB Progress (2): 1.1/1.9 MB | 1.1/2.1 MB Progress (2): 1.1/1.9 MB | 1.1/2.1 MB Progress (2): 1.1/1.9 MB | 1.1/2.1 MB Progress (2): 1.1/1.9 MB | 1.1/2.1 MB Progress (2): 1.1/1.9 MB | 1.1/2.1 MB Progress (2): 1.1/1.9 MB | 1.1/2.1 MB Progress (2): 1.1/1.9 MB | 1.1/2.1 MB Progress (2): 1.2/1.9 MB | 1.1/2.1 MB Progress (2): 1.2/1.9 MB | 1.1/2.1 MB Progress (2): 1.2/1.9 MB | 1.1/2.1 MB Progress (2): 1.2/1.9 MB | 1.1/2.1 MB Progress (2): 1.2/1.9 MB | 1.1/2.1 MB Progress (2): 1.2/1.9 MB | 1.2/2.1 MB Progress (2): 1.2/1.9 MB | 1.2/2.1 MB Progress (2): 1.2/1.9 MB | 1.2/2.1 MB Progress (2): 1.2/1.9 MB | 1.2/2.1 MB Progress (2): 1.2/1.9 MB | 1.2/2.1 MB Progress (2): 1.2/1.9 MB | 1.2/2.1 MB Progress (2): 1.2/1.9 MB | 1.2/2.1 MB Progress (2): 1.3/1.9 MB | 1.2/2.1 MB Progress (2): 1.3/1.9 MB | 1.2/2.1 MB Progress (2): 1.3/1.9 MB | 1.2/2.1 MB Progress (2): 1.3/1.9 MB | 1.2/2.1 MB Progress (3): 1.3/1.9 MB | 1.2/2.1 MB | 7.7/172 kB Progress (3): 1.3/1.9 MB | 1.2/2.1 MB | 16/172 kB Progress (3): 1.3/1.9 MB | 1.2/2.1 MB | 16/172 kB Progress (3): 1.3/1.9 MB | 1.3/2.1 MB | 16/172 kB Progress (3): 1.3/1.9 MB | 1.3/2.1 MB | 32/172 kB Progress (3): 1.3/1.9 MB | 1.3/2.1 MB | 32/172 kB Progress (3): 1.3/1.9 MB | 1.3/2.1 MB | 32/172 kB Progress (3): 1.3/1.9 MB | 1.3/2.1 MB | 32/172 kB Progress (3): 1.3/1.9 MB | 1.3/2.1 MB | 32/172 kB Progress (3): 1.3/1.9 MB | 1.3/2.1 MB | 49/172 kB Progress (3): 1.3/1.9 MB | 1.3/2.1 MB | 49/172 kB Progress (3): 1.3/1.9 MB | 1.3/2.1 MB | 49/172 kB Progress (3): 1.3/1.9 MB | 1.3/2.1 MB | 65/172 kB Progress (3): 1.4/1.9 MB | 1.3/2.1 MB | 65/172 kB Progress (3): 1.4/1.9 MB | 1.3/2.1 MB | 65/172 kB Progress (3): 1.4/1.9 MB | 1.3/2.1 MB | 81/172 kB Progress (3): 1.4/1.9 MB | 1.3/2.1 MB | 81/172 kB Progress (3): 1.4/1.9 MB | 1.3/2.1 MB | 98/172 kB Progress (3): 1.4/1.9 MB | 1.3/2.1 MB | 98/172 kB Progress (3): 1.4/1.9 MB | 1.3/2.1 MB | 98/172 kB Progress (3): 1.4/1.9 MB | 1.4/2.1 MB | 98/172 kB Progress (3): 1.4/1.9 MB | 1.4/2.1 MB | 114/172 kB Progress (3): 1.4/1.9 MB | 1.4/2.1 MB | 114/172 kB Progress (3): 1.4/1.9 MB | 1.4/2.1 MB | 131/172 kB Progress (3): 1.4/1.9 MB | 1.4/2.1 MB | 131/172 kB Progress (3): 1.4/1.9 MB | 1.4/2.1 MB | 131/172 kB Progress (3): 1.4/1.9 MB | 1.4/2.1 MB | 131/172 kB Progress (3): 1.4/1.9 MB | 1.4/2.1 MB | 147/172 kB Progress (3): 1.4/1.9 MB | 1.4/2.1 MB | 147/172 kB Progress (3): 1.4/1.9 MB | 1.4/2.1 MB | 147/172 kB Progress (3): 1.5/1.9 MB | 1.4/2.1 MB | 147/172 kB Progress (3): 1.5/1.9 MB | 1.4/2.1 MB | 147/172 kB Progress (3): 1.5/1.9 MB | 1.4/2.1 MB | 163/172 kB Progress (3): 1.5/1.9 MB | 1.4/2.1 MB | 172 kB Progress (3): 1.5/1.9 MB | 1.4/2.1 MB | 172 kB Progress (3): 1.5/1.9 MB | 1.4/2.1 MB | 172 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP/6.3.3/HikariCP-6.3.3.jar (172 kB at 323 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.jar Progress (2): 1.5/1.9 MB | 1.4/2.1 MB Progress (2): 1.5/1.9 MB | 1.5/2.1 MB Progress (2): 1.5/1.9 MB | 1.5/2.1 MB Progress (2): 1.5/1.9 MB | 1.5/2.1 MB Progress (2): 1.5/1.9 MB | 1.5/2.1 MB Progress (2): 1.5/1.9 MB | 1.5/2.1 MB Progress (2): 1.5/1.9 MB | 1.5/2.1 MB Progress (2): 1.5/1.9 MB | 1.5/2.1 MB Progress (2): 1.5/1.9 MB | 1.5/2.1 MB Progress (2): 1.6/1.9 MB | 1.5/2.1 MB Progress (2): 1.6/1.9 MB | 1.5/2.1 MB Progress (2): 1.6/1.9 MB | 1.5/2.1 MB Progress (2): 1.6/1.9 MB | 1.6/2.1 MB Progress (2): 1.6/1.9 MB | 1.6/2.1 MB Progress (2): 1.6/1.9 MB | 1.6/2.1 MB Progress (2): 1.6/1.9 MB | 1.6/2.1 MB Progress (2): 1.6/1.9 MB | 1.6/2.1 MB Progress (2): 1.6/1.9 MB | 1.6/2.1 MB Progress (2): 1.6/1.9 MB | 1.6/2.1 MB Progress (2): 1.6/1.9 MB | 1.6/2.1 MB Progress (2): 1.6/1.9 MB | 1.7/2.1 MB Progress (2): 1.6/1.9 MB | 1.7/2.1 MB Progress (2): 1.6/1.9 MB | 1.7/2.1 MB Progress (2): 1.6/1.9 MB | 1.7/2.1 MB Progress (2): 1.6/1.9 MB | 1.7/2.1 MB Progress (2): 1.6/1.9 MB | 1.7/2.1 MB Progress (2): 1.6/1.9 MB | 1.7/2.1 MB Progress (3): 1.6/1.9 MB | 1.7/2.1 MB | 7.7/475 kB Progress (3): 1.6/1.9 MB | 1.7/2.1 MB | 16/475 kB Progress (3): 1.6/1.9 MB | 1.7/2.1 MB | 32/475 kB Progress (3): 1.6/1.9 MB | 1.7/2.1 MB | 49/475 kB Progress (3): 1.6/1.9 MB | 1.8/2.1 MB | 49/475 kB Progress (3): 1.6/1.9 MB | 1.8/2.1 MB | 49/475 kB Progress (3): 1.6/1.9 MB | 1.8/2.1 MB | 65/475 kB Progress (3): 1.6/1.9 MB | 1.8/2.1 MB | 65/475 kB Progress (3): 1.6/1.9 MB | 1.8/2.1 MB | 65/475 kB Progress (3): 1.6/1.9 MB | 1.8/2.1 MB | 81/475 kB Progress (3): 1.6/1.9 MB | 1.8/2.1 MB | 81/475 kB Progress (3): 1.7/1.9 MB | 1.8/2.1 MB | 81/475 kB Progress (3): 1.7/1.9 MB | 1.8/2.1 MB | 98/475 kB Progress (3): 1.7/1.9 MB | 1.8/2.1 MB | 98/475 kB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 98/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 114/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 131/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 131/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 131/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 131/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 131/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 131/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 147/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 147/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 147/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 147/475 kB | 0/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 147/475 kB | 0.1/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 147/475 kB | 0.1/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 147/475 kB | 0.1/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 163/475 kB | 0.1/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 163/475 kB | 0.1/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 163/475 kB | 0.1/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 163/475 kB | 0.1/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 163/475 kB | 0.1/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 163/475 kB | 0.1/12 MB Progress (4): 1.7/1.9 MB | 1.8/2.1 MB | 163/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 163/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 163/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 180/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 180/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 196/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 196/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 196/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 213/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 213/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 229/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 229/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.8/2.1 MB | 229/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.9/2.1 MB | 229/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.9/2.1 MB | 229/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.9/2.1 MB | 245/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.9/2.1 MB | 245/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.9/2.1 MB | 245/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.9/2.1 MB | 245/475 kB | 0.1/12 MB Progress (4): 1.8/1.9 MB | 1.9/2.1 MB | 262/475 kB | 0.1/12 MB Progress (4): 1.9/1.9 MB | 1.9/2.1 MB | 262/475 kB | 0.1/12 MB Progress (4): 1.9/1.9 MB | 1.9/2.1 MB | 278/475 kB | 0.1/12 MB Progress (4): 1.9/1.9 MB | 1.9/2.1 MB | 278/475 kB | 0.1/12 MB Progress (4): 1.9/1.9 MB | 1.9/2.1 MB | 278/475 kB | 0.1/12 MB Progress (4): 1.9/1.9 MB | 1.9/2.1 MB | 278/475 kB | 0.1/12 MB Progress (4): 1.9/1.9 MB | 1.9/2.1 MB | 294/475 kB | 0.1/12 MB Progress (4): 1.9 MB | 1.9/2.1 MB | 294/475 kB | 0.1/12 MB Progress (4): 1.9 MB | 1.9/2.1 MB | 311/475 kB | 0.1/12 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot/3.5.10/spring-boot-3.5.10.jar (1.9 MB at 3.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.jar Progress (3): 1.9/2.1 MB | 311/475 kB | 0.1/12 MB Progress (3): 1.9/2.1 MB | 327/475 kB | 0.1/12 MB Progress (3): 1.9/2.1 MB | 344/475 kB | 0.1/12 MB Progress (3): 1.9/2.1 MB | 344/475 kB | 0.1/12 MB Progress (3): 2.0/2.1 MB | 344/475 kB | 0.1/12 MB Progress (3): 2.0/2.1 MB | 360/475 kB | 0.1/12 MB Progress (3): 2.0/2.1 MB | 360/475 kB | 0.1/12 MB Progress (3): 2.0/2.1 MB | 360/475 kB | 0.1/12 MB Progress (3): 2.0/2.1 MB | 360/475 kB | 0.1/12 MB Progress (3): 2.0/2.1 MB | 360/475 kB | 0.1/12 MB Progress (3): 2.0/2.1 MB | 376/475 kB | 0.1/12 MB Progress (3): 2.0/2.1 MB | 376/475 kB | 0.1/12 MB Progress (3): 2.0/2.1 MB | 393/475 kB | 0.1/12 MB Progress (3): 2.0/2.1 MB | 409/475 kB | 0.1/12 MB Progress (3): 2.1/2.1 MB | 409/475 kB | 0.1/12 MB Progress (3): 2.1/2.1 MB | 409/475 kB | 0.1/12 MB Progress (3): 2.1 MB | 409/475 kB | 0.1/12 MB Progress (3): 2.1 MB | 426/475 kB | 0.1/12 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-autoconfigure/3.5.10/spring-boot-autoconfigure-3.5.10.jar (2.1 MB at 3.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.2.0/jandex-3.2.0.jar Progress (2): 442/475 kB | 0.1/12 MB Progress (2): 458/475 kB | 0.1/12 MB Progress (2): 475/475 kB | 0.1/12 MB Progress (2): 475 kB | 0.1/12 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jdbc/6.2.15/spring-jdbc-6.2.15.jar (475 kB at 825 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.7.3/classmate-1.7.3.jar Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (1): 0.1/12 MB Progress (2): 0.1/12 MB | 7.7/62 kB Progress (2): 0.1/12 MB | 16/62 kB Progress (2): 0.1/12 MB | 32/62 kB Progress (2): 0.1/12 MB | 49/62 kB Progress (2): 0.1/12 MB | 62 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.6.1.Final/jboss-logging-3.6.1.Final.jar (62 kB at 99 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar Progress (2): 0.1/12 MB | 7.7/68 kB Progress (2): 0.1/12 MB | 16/68 kB Progress (2): 0.1/12 MB | 32/68 kB Progress (2): 0.1/12 MB | 49/68 kB Progress (2): 0.1/12 MB | 65/68 kB Progress (2): 0.1/12 MB | 68 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/common/hibernate-commons-annotations/7.0.3.Final/hibernate-commons-annotations-7.0.3.Final.jar (68 kB at 103 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.6/jaxb-runtime-4.0.6.jar Progress (2): 0.1/12 MB | 7.7/375 kB Progress (2): 0.1/12 MB | 12/375 kB Progress (2): 0.1/12 MB | 28/375 kB Progress (2): 0.1/12 MB | 44/375 kB Progress (2): 0.1/12 MB | 61/375 kB Progress (2): 0.1/12 MB | 77/375 kB Progress (2): 0.1/12 MB | 93/375 kB Progress (2): 0.1/12 MB | 110/375 kB Progress (3): 0.1/12 MB | 110/375 kB | 7.7/68 kB Progress (3): 0.1/12 MB | 126/375 kB | 7.7/68 kB Progress (3): 0.1/12 MB | 126/375 kB | 16/68 kB Progress (3): 0.1/12 MB | 131/375 kB | 16/68 kB Progress (3): 0.1/12 MB | 131/375 kB | 32/68 kB Progress (3): 0.1/12 MB | 147/375 kB | 32/68 kB Progress (3): 0.1/12 MB | 164/375 kB | 32/68 kB Progress (3): 0.1/12 MB | 180/375 kB | 32/68 kB Progress (3): 0.1/12 MB | 197/375 kB | 32/68 kB Progress (3): 0.1/12 MB | 205/375 kB | 32/68 kB Progress (3): 0.1/12 MB | 205/375 kB | 49/68 kB Progress (3): 0.1/12 MB | 221/375 kB | 49/68 kB Progress (3): 0.1/12 MB | 229/375 kB | 49/68 kB Progress (3): 0.1/12 MB | 229/375 kB | 65/68 kB Progress (3): 0.1/12 MB | 229/375 kB | 68 kB Progress (3): 0.1/12 MB | 246/375 kB | 68 kB Progress (3): 0.1/12 MB | 262/375 kB | 68 kB Progress (3): 0.1/12 MB | 279/375 kB | 68 kB Progress (3): 0.1/12 MB | 295/375 kB | 68 kB Progress (3): 0.1/12 MB | 311/375 kB | 68 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/classmate/1.7.3/classmate-1.7.3.jar (68 kB at 102 kB/s) Progress (2): 0.1/12 MB | 328/375 kB Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/4.0.6/jaxb-core-4.0.6.jar Progress (2): 0.1/12 MB | 344/375 kB Progress (2): 0.1/12 MB | 352/375 kB Progress (2): 0.1/12 MB | 369/375 kB Progress (2): 0.1/12 MB | 375 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/smallrye/jandex/3.2.0/jandex-3.2.0.jar (375 kB at 559 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation/2.0.3/angus-activation-2.0.3.jar Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.2/12 MB Progress (1): 0.3/12 MB Progress (1): 0.3/12 MB Progress (1): 0.3/12 MB Progress (1): 0.3/12 MB Progress (1): 0.3/12 MB Progress (1): 0.3/12 MB Progress (1): 0.3/12 MB Progress (2): 0.3/12 MB | 0/9.0 MB Progress (2): 0.3/12 MB | 0/9.0 MB Progress (2): 0.3/12 MB | 0/9.0 MB Progress (2): 0.3/12 MB | 0/9.0 MB Progress (2): 0.3/12 MB | 0.1/9.0 MB Progress (2): 0.3/12 MB | 0.1/9.0 MB Progress (2): 0.3/12 MB | 0.1/9.0 MB Progress (2): 0.3/12 MB | 0.1/9.0 MB Progress (2): 0.3/12 MB | 0.1/9.0 MB Progress (2): 0.3/12 MB | 0.1/9.0 MB Progress (2): 0.3/12 MB | 0.2/9.0 MB Progress (2): 0.3/12 MB | 0.2/9.0 MB Progress (2): 0.3/12 MB | 0.2/9.0 MB Progress (2): 0.3/12 MB | 0.2/9.0 MB Progress (2): 0.3/12 MB | 0.2/9.0 MB Progress (2): 0.3/12 MB | 0.2/9.0 MB Progress (2): 0.3/12 MB | 0.2/9.0 MB Progress (2): 0.3/12 MB | 0.2/9.0 MB Progress (2): 0.3/12 MB | 0.3/9.0 MB Progress (2): 0.3/12 MB | 0.3/9.0 MB Progress (2): 0.3/12 MB | 0.3/9.0 MB Progress (2): 0.3/12 MB | 0.3/9.0 MB Progress (2): 0.3/12 MB | 0.3/9.0 MB Progress (2): 0.3/12 MB | 0.3/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.3/12 MB | 0.4/9.0 MB Progress (2): 0.4/12 MB | 0.4/9.0 MB Progress (2): 0.4/12 MB | 0.4/9.0 MB Progress (2): 0.4/12 MB | 0.4/9.0 MB Progress (2): 0.4/12 MB | 0.4/9.0 MB Progress (2): 0.4/12 MB | 0.4/9.0 MB Progress (2): 0.4/12 MB | 0.4/9.0 MB Progress (2): 0.4/12 MB | 0.5/9.0 MB Progress (2): 0.4/12 MB | 0.5/9.0 MB Progress (2): 0.4/12 MB | 0.5/9.0 MB Progress (2): 0.4/12 MB | 0.5/9.0 MB Progress (2): 0.5/12 MB | 0.5/9.0 MB Progress (2): 0.5/12 MB | 0.5/9.0 MB Progress (2): 0.5/12 MB | 0.5/9.0 MB Progress (2): 0.5/12 MB | 0.5/9.0 MB Progress (2): 0.5/12 MB | 0.5/9.0 MB Progress (2): 0.5/12 MB | 0.5/9.0 MB Progress (2): 0.5/12 MB | 0.5/9.0 MB Progress (2): 0.5/12 MB | 0.5/9.0 MB Progress (2): 0.5/12 MB | 0.5/9.0 MB Progress (2): 0.5/12 MB | 0.5/9.0 MB Progress (2): 0.6/12 MB | 0.5/9.0 MB Progress (2): 0.6/12 MB | 0.5/9.0 MB Progress (2): 0.6/12 MB | 0.5/9.0 MB Progress (2): 0.6/12 MB | 0.5/9.0 MB Progress (3): 0.6/12 MB | 0.5/9.0 MB | 7.7/920 kB Progress (3): 0.6/12 MB | 0.5/9.0 MB | 12/920 kB Progress (3): 0.6/12 MB | 0.5/9.0 MB | 28/920 kB Progress (3): 0.6/12 MB | 0.5/9.0 MB | 28/920 kB Progress (3): 0.6/12 MB | 0.5/9.0 MB | 44/920 kB Progress (3): 0.6/12 MB | 0.5/9.0 MB | 61/920 kB Progress (3): 0.6/12 MB | 0.5/9.0 MB | 77/920 kB Progress (3): 0.6/12 MB | 0.5/9.0 MB | 94/920 kB Progress (3): 0.6/12 MB | 0.5/9.0 MB | 94/920 kB Progress (3): 0.6/12 MB | 0.5/9.0 MB | 110/920 kB Progress (3): 0.6/12 MB | 0.5/9.0 MB | 126/920 kB Progress (3): 0.7/12 MB | 0.5/9.0 MB | 126/920 kB Progress (3): 0.7/12 MB | 0.5/9.0 MB | 143/920 kB Progress (3): 0.7/12 MB | 0.5/9.0 MB | 159/920 kB Progress (3): 0.7/12 MB | 0.5/9.0 MB | 175/920 kB Progress (3): 0.7/12 MB | 0.5/9.0 MB | 192/920 kB Progress (3): 0.7/12 MB | 0.5/9.0 MB | 192/920 kB Progress (3): 0.7/12 MB | 0.5/9.0 MB | 208/920 kB Progress (3): 0.7/12 MB | 0.5/9.0 MB | 225/920 kB Progress (3): 0.7/12 MB | 0.5/9.0 MB | 241/920 kB Progress (3): 0.7/12 MB | 0.5/9.0 MB | 241/920 kB Progress (3): 0.7/12 MB | 0.5/9.0 MB | 257/920 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 257/920 kB | 7.7/27 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 257/920 kB | 16/27 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 257/920 kB | 27 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 274/920 kB | 27 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 274/920 kB | 27 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 290/920 kB | 27 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 307/920 kB | 27 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 323/920 kB | 27 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 328/920 kB | 27 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 328/920 kB | 27 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 344/920 kB | 27 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 344/920 kB | 27 kB Progress (5): 0.7/12 MB | 0.5/9.0 MB | 344/920 kB | 27 kB | 3.4/138 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/angus/angus-activation/2.0.3/angus-activation-2.0.3.jar (27 kB at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/4.0.6/txw2-4.0.6.jar Progress (4): 0.7/12 MB | 0.5/9.0 MB | 344/920 kB | 20/138 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 344/920 kB | 36/138 kB Progress (4): 0.7/12 MB | 0.5/9.0 MB | 352/920 kB | 36/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 352/920 kB | 36/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 352/920 kB | 53/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 360/920 kB | 53/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 377/920 kB | 53/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 377/920 kB | 53/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 377/920 kB | 69/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 393/920 kB | 69/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 393/920 kB | 85/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 393/920 kB | 102/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 410/920 kB | 102/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 410/920 kB | 118/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 426/920 kB | 118/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 426/920 kB | 134/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 426/920 kB | 134/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 442/920 kB | 134/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 442/920 kB | 134/138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 442/920 kB | 138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 459/920 kB | 138 kB Progress (4): 0.8/12 MB | 0.5/9.0 MB | 459/920 kB | 138 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-core/4.0.6/jaxb-core-4.0.6.jar (138 kB at 181 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa/3.5.8/spring-data-jpa-3.5.8.jar Progress (3): 0.8/12 MB | 0.5/9.0 MB | 459/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 475/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 492/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 508/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 524/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 541/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 557/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 573/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 590/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 606/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 623/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 639/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 655/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 672/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 688/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 705/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 721/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 737/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 754/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 770/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 786/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 803/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 819/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 836/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 852/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 868/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 885/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 901/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 918/920 kB Progress (3): 0.8/12 MB | 0.5/9.0 MB | 920 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/4.0.6/jaxb-runtime-4.0.6.jar (920 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-commons/3.5.8/spring-data-commons-3.5.8.jar Progress (2): 0.8/12 MB | 0.5/9.0 MB Progress (2): 0.8/12 MB | 0.6/9.0 MB Progress (2): 0.8/12 MB | 0.6/9.0 MB Progress (2): 0.8/12 MB | 0.6/9.0 MB Progress (2): 0.8/12 MB | 0.6/9.0 MB Progress (2): 0.8/12 MB | 0.6/9.0 MB Progress (2): 0.8/12 MB | 0.6/9.0 MB Progress (2): 0.8/12 MB | 0.7/9.0 MB Progress (2): 0.8/12 MB | 0.7/9.0 MB Progress (2): 0.8/12 MB | 0.7/9.0 MB Progress (2): 0.8/12 MB | 0.7/9.0 MB Progress (2): 0.8/12 MB | 0.7/9.0 MB Progress (2): 0.8/12 MB | 0.7/9.0 MB Progress (2): 0.8/12 MB | 0.8/9.0 MB Progress (2): 0.8/12 MB | 0.8/9.0 MB Progress (2): 0.8/12 MB | 0.8/9.0 MB Progress (2): 0.8/12 MB | 0.8/9.0 MB Progress (2): 0.8/12 MB | 0.8/9.0 MB Progress (2): 0.9/12 MB | 0.8/9.0 MB Progress (2): 0.9/12 MB | 0.8/9.0 MB Progress (2): 0.9/12 MB | 0.8/9.0 MB Progress (2): 0.9/12 MB | 0.8/9.0 MB Progress (2): 0.9/12 MB | 0.9/9.0 MB Progress (2): 0.9/12 MB | 0.9/9.0 MB Progress (2): 0.9/12 MB | 0.9/9.0 MB Progress (2): 0.9/12 MB | 0.9/9.0 MB Progress (2): 0.9/12 MB | 0.9/9.0 MB Progress (2): 0.9/12 MB | 0.9/9.0 MB Progress (2): 0.9/12 MB | 0.9/9.0 MB Progress (2): 1.0/12 MB | 0.9/9.0 MB Progress (2): 1.0/12 MB | 0.9/9.0 MB Progress (2): 1.0/12 MB | 0.9/9.0 MB Progress (2): 1.0/12 MB | 0.9/9.0 MB Progress (2): 1.0/12 MB | 0.9/9.0 MB Progress (2): 1.0/12 MB | 1.0/9.0 MB Progress (2): 1.0/12 MB | 1.0/9.0 MB Progress (2): 1.0/12 MB | 1.0/9.0 MB Progress (2): 1.0/12 MB | 1.0/9.0 MB Progress (2): 1.0/12 MB | 1.0/9.0 MB Progress (2): 1.0/12 MB | 1.0/9.0 MB Progress (2): 1.0/12 MB | 1.0/9.0 MB Progress (2): 1.1/12 MB | 1.0/9.0 MB Progress (2): 1.1/12 MB | 1.0/9.0 MB Progress (2): 1.1/12 MB | 1.0/9.0 MB Progress (2): 1.1/12 MB | 1.0/9.0 MB Progress (2): 1.1/12 MB | 1.0/9.0 MB Progress (2): 1.1/12 MB | 1.0/9.0 MB Progress (2): 1.1/12 MB | 1.0/9.0 MB Progress (2): 1.1/12 MB | 1.0/9.0 MB Progress (2): 1.1/12 MB | 1.1/9.0 MB Progress (2): 1.1/12 MB | 1.1/9.0 MB Progress (2): 1.1/12 MB | 1.1/9.0 MB Progress (2): 1.2/12 MB | 1.1/9.0 MB Progress (2): 1.2/12 MB | 1.1/9.0 MB Progress (2): 1.2/12 MB | 1.1/9.0 MB Progress (2): 1.2/12 MB | 1.1/9.0 MB Progress (2): 1.2/12 MB | 1.1/9.0 MB Progress (2): 1.2/12 MB | 1.1/9.0 MB Progress (2): 1.2/12 MB | 1.1/9.0 MB Progress (2): 1.2/12 MB | 1.1/9.0 MB Progress (2): 1.2/12 MB | 1.1/9.0 MB Progress (2): 1.2/12 MB | 1.2/9.0 MB Progress (2): 1.2/12 MB | 1.2/9.0 MB Progress (2): 1.2/12 MB | 1.2/9.0 MB Progress (2): 1.2/12 MB | 1.2/9.0 MB Progress (2): 1.3/12 MB | 1.2/9.0 MB Progress (2): 1.3/12 MB | 1.2/9.0 MB Progress (2): 1.3/12 MB | 1.2/9.0 MB Progress (2): 1.3/12 MB | 1.2/9.0 MB Progress (2): 1.3/12 MB | 1.2/9.0 MB Progress (2): 1.3/12 MB | 1.2/9.0 MB Progress (2): 1.3/12 MB | 1.2/9.0 MB Progress (2): 1.3/12 MB | 1.2/9.0 MB Progress (2): 1.3/12 MB | 1.2/9.0 MB Progress (2): 1.3/12 MB | 1.3/9.0 MB Progress (2): 1.3/12 MB | 1.3/9.0 MB Progress (2): 1.3/12 MB | 1.3/9.0 MB Progress (2): 1.4/12 MB | 1.3/9.0 MB Progress (2): 1.4/12 MB | 1.3/9.0 MB Progress (2): 1.4/12 MB | 1.3/9.0 MB Progress (2): 1.4/12 MB | 1.3/9.0 MB Progress (2): 1.4/12 MB | 1.3/9.0 MB Progress (2): 1.4/12 MB | 1.3/9.0 MB Progress (2): 1.4/12 MB | 1.3/9.0 MB Progress (2): 1.4/12 MB | 1.3/9.0 MB Progress (2): 1.4/12 MB | 1.3/9.0 MB Progress (2): 1.4/12 MB | 1.3/9.0 MB Progress (2): 1.4/12 MB | 1.4/9.0 MB Progress (2): 1.4/12 MB | 1.4/9.0 MB Progress (2): 1.4/12 MB | 1.4/9.0 MB Progress (2): 1.5/12 MB | 1.4/9.0 MB Progress (2): 1.5/12 MB | 1.4/9.0 MB Progress (2): 1.5/12 MB | 1.4/9.0 MB Progress (2): 1.5/12 MB | 1.4/9.0 MB Progress (2): 1.5/12 MB | 1.4/9.0 MB Progress (2): 1.5/12 MB | 1.4/9.0 MB Progress (2): 1.5/12 MB | 1.4/9.0 MB Progress (2): 1.6/12 MB | 1.4/9.0 MB Progress (2): 1.6/12 MB | 1.4/9.0 MB Progress (2): 1.6/12 MB | 1.4/9.0 MB Progress (2): 1.6/12 MB | 1.4/9.0 MB Progress (2): 1.6/12 MB | 1.4/9.0 MB Progress (3): 1.6/12 MB | 1.4/9.0 MB | 7.7/73 kB Progress (3): 1.6/12 MB | 1.4/9.0 MB | 12/73 kB Progress (3): 1.6/12 MB | 1.4/9.0 MB | 12/73 kB Progress (3): 1.6/12 MB | 1.4/9.0 MB | 28/73 kB Progress (3): 1.6/12 MB | 1.5/9.0 MB | 28/73 kB Progress (3): 1.6/12 MB | 1.5/9.0 MB | 44/73 kB Progress (3): 1.6/12 MB | 1.5/9.0 MB | 44/73 kB Progress (3): 1.6/12 MB | 1.5/9.0 MB | 61/73 kB Progress (3): 1.6/12 MB | 1.5/9.0 MB | 61/73 kB Progress (3): 1.6/12 MB | 1.5/9.0 MB | 73 kB Progress (3): 1.6/12 MB | 1.5/9.0 MB | 73 kB Progress (3): 1.6/12 MB | 1.5/9.0 MB | 73 kB Progress (3): 1.6/12 MB | 1.5/9.0 MB | 73 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/4.0.6/txw2-4.0.6.jar (73 kB at 86 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/6.2.15/spring-orm-6.2.15.jar Progress (2): 1.6/12 MB | 1.6/9.0 MB Progress (2): 1.6/12 MB | 1.6/9.0 MB Progress (2): 1.6/12 MB | 1.6/9.0 MB Progress (2): 1.6/12 MB | 1.6/9.0 MB Progress (2): 1.6/12 MB | 1.6/9.0 MB Progress (2): 1.6/12 MB | 1.6/9.0 MB Progress (2): 1.6/12 MB | 1.6/9.0 MB Progress (2): 1.6/12 MB | 1.6/9.0 MB Progress (2): 1.7/12 MB | 1.6/9.0 MB Progress (2): 1.7/12 MB | 1.6/9.0 MB Progress (2): 1.7/12 MB | 1.6/9.0 MB Progress (2): 1.7/12 MB | 1.6/9.0 MB Progress (2): 1.7/12 MB | 1.6/9.0 MB Progress (2): 1.7/12 MB | 1.6/9.0 MB Progress (2): 1.7/12 MB | 1.6/9.0 MB Progress (2): 1.7/12 MB | 1.7/9.0 MB Progress (2): 1.8/12 MB | 1.7/9.0 MB Progress (2): 1.8/12 MB | 1.7/9.0 MB Progress (2): 1.8/12 MB | 1.7/9.0 MB Progress (2): 1.8/12 MB | 1.7/9.0 MB Progress (2): 1.8/12 MB | 1.7/9.0 MB Progress (2): 1.8/12 MB | 1.7/9.0 MB Progress (2): 1.8/12 MB | 1.7/9.0 MB Progress (2): 1.8/12 MB | 1.7/9.0 MB Progress (2): 1.8/12 MB | 1.7/9.0 MB Progress (2): 1.8/12 MB | 1.7/9.0 MB Progress (2): 1.8/12 MB | 1.8/9.0 MB Progress (2): 1.8/12 MB | 1.8/9.0 MB Progress (2): 1.8/12 MB | 1.8/9.0 MB Progress (2): 1.8/12 MB | 1.8/9.0 MB Progress (2): 1.8/12 MB | 1.8/9.0 MB Progress (2): 1.9/12 MB | 1.8/9.0 MB Progress (2): 1.9/12 MB | 1.8/9.0 MB Progress (2): 1.9/12 MB | 1.8/9.0 MB Progress (2): 1.9/12 MB | 1.8/9.0 MB Progress (2): 1.9/12 MB | 1.8/9.0 MB Progress (2): 1.9/12 MB | 1.8/9.0 MB Progress (2): 1.9/12 MB | 1.8/9.0 MB Progress (2): 1.9/12 MB | 1.8/9.0 MB Progress (2): 1.9/12 MB | 1.9/9.0 MB Progress (2): 1.9/12 MB | 1.9/9.0 MB Progress (2): 1.9/12 MB | 1.9/9.0 MB Progress (2): 1.9/12 MB | 1.9/9.0 MB Progress (2): 2.0/12 MB | 1.9/9.0 MB Progress (2): 2.0/12 MB | 1.9/9.0 MB Progress (2): 2.0/12 MB | 1.9/9.0 MB Progress (2): 2.0/12 MB | 1.9/9.0 MB Progress (2): 2.0/12 MB | 1.9/9.0 MB Progress (2): 2.0/12 MB | 1.9/9.0 MB Progress (3): 2.0/12 MB | 1.9/9.0 MB | 0/1.5 MB Progress (3): 2.0/12 MB | 1.9/9.0 MB | 0/1.5 MB Progress (3): 2.0/12 MB | 1.9/9.0 MB | 0/1.5 MB Progress (3): 2.0/12 MB | 1.9/9.0 MB | 0/1.5 MB Progress (3): 2.0/12 MB | 1.9/9.0 MB | 0/1.5 MB Progress (3): 2.0/12 MB | 1.9/9.0 MB | 0/1.5 MB Progress (3): 2.0/12 MB | 1.9/9.0 MB | 0/1.5 MB Progress (3): 2.0/12 MB | 1.9/9.0 MB | 0/1.5 MB Progress (3): 2.0/12 MB | 2.0/9.0 MB | 0/1.5 MB Progress (3): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB Progress (3): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB Progress (3): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB Progress (3): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB Progress (4): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB | 0/1.8 MB Progress (4): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB | 0/1.8 MB Progress (4): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB | 0/1.8 MB Progress (4): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB | 0/1.8 MB Progress (4): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB | 0/1.8 MB Progress (4): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB | 0/1.8 MB Progress (4): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB | 0.1/1.8 MB Progress (4): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB | 0.1/1.8 MB Progress (4): 2.0/12 MB | 2.0/9.0 MB | 0.1/1.5 MB | 0.1/1.8 MB Progress (4): 2.0/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.2/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.0/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.1/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.3/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.1/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.4/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.1/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.5/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.2/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.3/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.3/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.3/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.3/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.3/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.3/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.3/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.4/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.4/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.4/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.4/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.4/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.4/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 7.7/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 12/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 28/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 44/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 61/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 77/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 94/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 110/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 126/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 143/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 159/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 175/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 192/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 197/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 205/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 221/235 kB Progress (5): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB | 235 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-orm/6.2.15/spring-orm-6.2.15.jar (235 kB at 249 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.15/spring-context-6.2.15.jar Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.2/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.5/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.6/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.6/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.6/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.6/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.6/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.6/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.2/12 MB | 2.3/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.2/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.2/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.2/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.2/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.2/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.2/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.7/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.3/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.4/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.4/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.4/12 MB | 2.4/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.8/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.4/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.5/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.5/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.5/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.5/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.5/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.5/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.5/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.5/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.5/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.6/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 0.9/1.8 MB Progress (4): 2.6/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.5/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.6/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.6/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.6/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.6/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.6/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.6/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.6/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.6/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.6/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.6/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.0/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.6/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.7/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.7/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.7/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.7/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.7/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.7/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.7/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.1/1.8 MB Progress (4): 2.7/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.7/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.7/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.7/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.8/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.8/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.8/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.8/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.8/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.8/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.8/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.8/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.2/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.8/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.9/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.3/1.8 MB Progress (4): 2.9/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 2.9/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 2.9/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 2.9/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 2.9/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 2.9/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 2.9/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 2.9/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 2.9/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 3.0/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 3.0/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 3.0/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 3.0/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 3.0/12 MB | 2.9/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 3.0/12 MB | 3.0/9.0 MB | 0.6/1.5 MB | 1.4/1.8 MB Progress (4): 3.0/12 MB | 3.0/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.0/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.0/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.0/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.0/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.0/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.0/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.0/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.0/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.5/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.0/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.1/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.1/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.1/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.6/1.8 MB Progress (4): 3.1/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.1/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.1/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.1/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.1/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.1/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.1/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.1/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.2/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.2/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.2/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.2/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.2/12 MB | 3.1/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.2/12 MB | 3.2/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.2/12 MB | 3.2/9.0 MB | 0.6/1.5 MB | 1.7/1.8 MB Progress (4): 3.2/12 MB | 3.2/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.2/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.2/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.2/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.2/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.2/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.2/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.2/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.2/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.3/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.3/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.3/9.0 MB | 0.6/1.5 MB | 1.8/1.8 MB Progress (4): 3.2/12 MB | 3.3/9.0 MB | 0.6/1.5 MB | 1.8 MB Progress (4): 3.2/12 MB | 3.3/9.0 MB | 0.6/1.5 MB | 1.8 MB Progress (4): 3.2/12 MB | 3.3/9.0 MB | 0.6/1.5 MB | 1.8 MB Progress (4): 3.2/12 MB | 3.3/9.0 MB | 0.7/1.5 MB | 1.8 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-jpa/3.5.8/spring-data-jpa-3.5.8.jar (1.8 MB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.15/spring-aop-6.2.15.jar Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.7/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.2/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.3/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.4/9.0 MB | 0.8/1.5 MB Progress (3): 3.3/12 MB | 3.5/9.0 MB | 0.8/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.8/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.8/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.8/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.8/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.8/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.8/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.4/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 0.9/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.5/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.5/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.6/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.0/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.1/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.1/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.1/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.1/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.1/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.1/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.1/1.5 MB Progress (3): 3.7/12 MB | 3.6/9.0 MB | 1.1/1.5 MB Progress (3): 3.8/12 MB | 3.6/9.0 MB | 1.1/1.5 MB Progress (3): 3.8/12 MB | 3.6/9.0 MB | 1.1/1.5 MB Progress (3): 3.8/12 MB | 3.6/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.6/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.6/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.6/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.7/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.7/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.7/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.7/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.7/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.7/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.7/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.7/9.0 MB | 1.2/1.5 MB Progress (3): 3.8/12 MB | 3.7/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.7/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 3.9/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.2/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.3/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.4/1.5 MB Progress (3): 4.0/12 MB | 3.8/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.8/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.9/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.9/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.9/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.9/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.9/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.9/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.9/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.9/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.9/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.9/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 3.9/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.1/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.2/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.3/12 MB | 4.0/9.0 MB | 1.4/1.5 MB Progress (3): 4.3/12 MB | 4.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.0/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.3/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.1/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.2/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.2/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.2/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.2/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.2/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.2/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.2/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.2/9.0 MB | 1.5/1.5 MB Progress (3): 4.4/12 MB | 4.2/9.0 MB | 1.5 MB Progress (3): 4.5/12 MB | 4.2/9.0 MB | 1.5 MB Progress (3): 4.5/12 MB | 4.2/9.0 MB | 1.5 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-commons/3.5.8/spring-data-commons-3.5.8.jar (1.5 MB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/6.2.15/spring-tx-6.2.15.jar Progress (2): 4.5/12 MB | 4.2/9.0 MB Progress (2): 4.5/12 MB | 4.2/9.0 MB Progress (2): 4.5/12 MB | 4.2/9.0 MB Progress (2): 4.5/12 MB | 4.2/9.0 MB Progress (2): 4.5/12 MB | 4.2/9.0 MB Progress (2): 4.5/12 MB | 4.2/9.0 MB Progress (2): 4.6/12 MB | 4.2/9.0 MB Progress (2): 4.6/12 MB | 4.3/9.0 MB Progress (2): 4.6/12 MB | 4.3/9.0 MB Progress (2): 4.6/12 MB | 4.3/9.0 MB Progress (2): 4.6/12 MB | 4.3/9.0 MB Progress (2): 4.6/12 MB | 4.3/9.0 MB Progress (2): 4.6/12 MB | 4.3/9.0 MB Progress (2): 4.6/12 MB | 4.3/9.0 MB Progress (2): 4.6/12 MB | 4.3/9.0 MB Progress (2): 4.6/12 MB | 4.3/9.0 MB Progress (2): 4.6/12 MB | 4.3/9.0 MB Progress (2): 4.7/12 MB | 4.3/9.0 MB Progress (2): 4.7/12 MB | 4.3/9.0 MB Progress (3): 4.7/12 MB | 4.3/9.0 MB | 0/1.4 MB Progress (3): 4.7/12 MB | 4.3/9.0 MB | 0/1.4 MB Progress (3): 4.7/12 MB | 4.3/9.0 MB | 0/1.4 MB Progress (3): 4.7/12 MB | 4.3/9.0 MB | 0/1.4 MB Progress (3): 4.7/12 MB | 4.3/9.0 MB | 0/1.4 MB Progress (3): 4.7/12 MB | 4.3/9.0 MB | 0/1.4 MB Progress (3): 4.7/12 MB | 4.3/9.0 MB | 0/1.4 MB Progress (3): 4.7/12 MB | 4.3/9.0 MB | 0.1/1.4 MB Progress (3): 4.7/12 MB | 4.3/9.0 MB | 0.1/1.4 MB Progress (3): 4.7/12 MB | 4.3/9.0 MB | 0.1/1.4 MB Progress (3): 4.7/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.4/9.0 MB | 0.1/1.4 MB Progress (3): 4.8/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 4.9/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 5.0/12 MB | 4.5/9.0 MB | 0.1/1.4 MB Progress (3): 5.0/12 MB | 4.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.0/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.1/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.2/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.8/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.9/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.9/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.9/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.9/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.9/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.9/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.9/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.9/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.9/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.9/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 4.9/9.0 MB | 0.2/1.4 MB Progress (3): 5.3/12 MB | 5.0/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.0/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.0/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.0/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.0/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.0/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.0/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.0/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.0/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.0/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.1/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.1/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.1/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.1/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.1/9.0 MB | 0.2/1.4 MB Progress (3): 5.4/12 MB | 5.1/9.0 MB | 0.2/1.4 MB Progress (3): 5.5/12 MB | 5.1/9.0 MB | 0.2/1.4 MB Progress (3): 5.5/12 MB | 5.1/9.0 MB | 0.2/1.4 MB Progress (3): 5.5/12 MB | 5.1/9.0 MB | 0.2/1.4 MB Progress (3): 5.5/12 MB | 5.1/9.0 MB | 0.2/1.4 MB Progress (3): 5.5/12 MB | 5.1/9.0 MB | 0.2/1.4 MB Progress (3): 5.5/12 MB | 5.2/9.0 MB | 0.2/1.4 MB Progress (3): 5.5/12 MB | 5.2/9.0 MB | 0.2/1.4 MB Progress (3): 5.5/12 MB | 5.2/9.0 MB | 0.2/1.4 MB Progress (3): 5.5/12 MB | 5.2/9.0 MB | 0.2/1.4 MB Progress (3): 5.5/12 MB | 5.2/9.0 MB | 0.2/1.4 MB Progress (3): 5.5/12 MB | 5.2/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.2/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.2/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.2/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.2/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.2/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.6/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.3/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.4/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.4/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.4/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.4/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.4/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.4/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.4/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.4/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.4/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.4/9.0 MB | 0.2/1.4 MB Progress (3): 5.7/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.5/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.8/12 MB | 5.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.6/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.7/9.0 MB | 0.2/1.4 MB Progress (3): 5.9/12 MB | 5.8/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.8/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.8/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.8/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.8/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.8/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.8/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.8/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.8/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.8/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.8/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.0/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.1/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.1/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.1/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.1/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.1/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.1/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.1/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.1/12 MB | 5.9/9.0 MB | 0.2/1.4 MB Progress (3): 6.1/12 MB | 6.0/9.0 MB | 0.2/1.4 MB Progress (3): 6.1/12 MB | 6.0/9.0 MB | 0.2/1.4 MB Progress (3): 6.1/12 MB | 6.0/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.0/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.0/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.0/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.0/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.0/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.0/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.0/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.0/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.1/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.1/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.1/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.1/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.1/9.0 MB | 0.2/1.4 MB Progress (3): 6.2/12 MB | 6.1/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.1/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.1/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.1/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.1/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.3/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.2/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.4/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.3/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.4/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.4/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.4/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.4/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.4/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.4/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.4/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.4/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.4/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.5/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.6/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.6/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.6/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.6/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.6/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.6/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.6/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.7/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.7/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.7/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.7/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.7/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.7/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.7/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (3): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB | 7.7/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB | 16/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB | 25/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB | 41/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB | 57/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB | 74/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB | 90/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB | 106/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.2/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.3/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.3/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.3/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.3/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.3/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.3/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.3/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.4/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.4/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.4/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.4/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.4/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.4/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.5/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.5/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 0.5/1.4 MB | 123/420 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.5/1.4 MB | 123/420 kB | 7.7/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.5/1.4 MB | 123/420 kB | 16/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.5/1.4 MB | 123/420 kB | 16/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.5/1.4 MB | 123/420 kB | 16/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.5/1.4 MB | 123/420 kB | 16/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 16/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 16/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 25/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 41/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 57/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 74/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 90/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 106/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 123/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.6/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.7/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.7/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.7/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.7/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.7/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.7/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.7/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 139/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 156/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 172/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 188/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 205/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 221/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 238/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 254/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 270/286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.8/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.9/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.9/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.9/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.9/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.9/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 0.9/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 1.0/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 1.0/1.4 MB | 123/420 kB | 286 kB Progress (5): 6.8/12 MB | 6.5/9.0 MB | 1.0/1.4 MB | 123/420 kB | 286 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-tx/6.2.15/spring-tx-6.2.15.jar (286 kB at 253 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.15/spring-beans-6.2.15.jar Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.0/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.0/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.0/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.1/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.1/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.1/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.1/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.1/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.1/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.1/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.1/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.2/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.2/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.2/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.2/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.2/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.2/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.3/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.3/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.3/1.4 MB | 123/420 kB Progress (4): 6.8/12 MB | 6.5/9.0 MB | 1.3/1.4 MB | 123/420 kB Progress (4): 6.9/12 MB | 6.5/9.0 MB | 1.3/1.4 MB | 123/420 kB Progress (4): 6.9/12 MB | 6.5/9.0 MB | 1.3/1.4 MB | 123/420 kB Progress (4): 6.9/12 MB | 6.5/9.0 MB | 1.3/1.4 MB | 123/420 kB Progress (4): 6.9/12 MB | 6.5/9.0 MB | 1.3/1.4 MB | 123/420 kB Progress (4): 6.9/12 MB | 6.5/9.0 MB | 1.3/1.4 MB | 123/420 kB Progress (4): 6.9/12 MB | 6.5/9.0 MB | 1.3/1.4 MB | 123/420 kB Progress (4): 6.9/12 MB | 6.5/9.0 MB | 1.3/1.4 MB | 123/420 kB Progress (4): 6.9/12 MB | 6.5/9.0 MB | 1.4/1.4 MB | 123/420 kB Progress (4): 6.9/12 MB | 6.5/9.0 MB | 1.4/1.4 MB | 123/420 kB Progress (4): 6.9/12 MB | 6.5/9.0 MB | 1.4 MB | 123/420 kB Progress (4): 6.9/12 MB | 6.5/9.0 MB | 1.4 MB | 123/420 kB Progress (4): 7.0/12 MB | 6.5/9.0 MB | 1.4 MB | 123/420 kB Progress (4): 7.0/12 MB | 6.5/9.0 MB | 1.4 MB | 123/420 kB Progress (4): 7.0/12 MB | 6.5/9.0 MB | 1.4 MB | 123/420 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/6.2.15/spring-context-6.2.15.jar (1.4 MB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aspects/6.2.15/spring-aspects-6.2.15.jar Progress (3): 7.0/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.0/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.0/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.5/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.5/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.5/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.5/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.5/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.5/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.6/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.6/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.6/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.6/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.6/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.6/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.6/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.7/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.7/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.7/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.7/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.7/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.7/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.8/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.8/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.8/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.8/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.8/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.8/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.9/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.9/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.9/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.9/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.9/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 7.9/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.0/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.0/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.0/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.0/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.0/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.0/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.0/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.1/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.2/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.3/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.4/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 123/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 131/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 147/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 164/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 164/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 180/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 180/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 180/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 197/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 197/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 197/420 kB Progress (3): 8.5/12 MB | 6.5/9.0 MB | 213/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 213/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 229/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 229/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 246/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 262/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 279/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 295/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 311/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 328/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 344/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 360/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 377/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 393/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 410/420 kB Progress (3): 8.6/12 MB | 6.5/9.0 MB | 420 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/6.2.15/spring-aop-6.2.15.jar (420 kB at 355 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.9.25.1/aspectjweaver-1.9.25.1.jar Progress (2): 8.6/12 MB | 6.5/9.0 MB Progress (2): 8.6/12 MB | 6.5/9.0 MB Progress (2): 8.6/12 MB | 6.5/9.0 MB Progress (2): 8.6/12 MB | 6.5/9.0 MB Progress (2): 8.6/12 MB | 6.5/9.0 MB Progress (2): 8.7/12 MB | 6.5/9.0 MB Progress (2): 8.7/12 MB | 6.5/9.0 MB Progress (2): 8.7/12 MB | 6.5/9.0 MB Progress (2): 8.7/12 MB | 6.6/9.0 MB Progress (2): 8.7/12 MB | 6.6/9.0 MB Progress (2): 8.7/12 MB | 6.6/9.0 MB Progress (2): 8.7/12 MB | 6.6/9.0 MB Progress (3): 8.7/12 MB | 6.6/9.0 MB | 7.7/891 kB Progress (3): 8.7/12 MB | 6.6/9.0 MB | 16/891 kB Progress (3): 8.7/12 MB | 6.6/9.0 MB | 25/891 kB Progress (3): 8.7/12 MB | 6.6/9.0 MB | 41/891 kB Progress (3): 8.7/12 MB | 6.6/9.0 MB | 57/891 kB Progress (3): 8.7/12 MB | 6.6/9.0 MB | 74/891 kB Progress (3): 8.7/12 MB | 6.6/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.6/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.6/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.6/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.6/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.7/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.7/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.7/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.7/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.7/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.7/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.7/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.7/9.0 MB | 90/891 kB Progress (3): 8.7/12 MB | 6.7/9.0 MB | 90/891 kB Progress (3): 8.8/12 MB | 6.7/9.0 MB | 90/891 kB Progress (3): 8.8/12 MB | 6.7/9.0 MB | 90/891 kB Progress (3): 8.8/12 MB | 6.8/9.0 MB | 90/891 kB Progress (3): 8.8/12 MB | 6.8/9.0 MB | 90/891 kB Progress (3): 8.8/12 MB | 6.8/9.0 MB | 90/891 kB Progress (3): 8.8/12 MB | 6.8/9.0 MB | 90/891 kB Progress (3): 8.8/12 MB | 6.8/9.0 MB | 106/891 kB Progress (3): 8.8/12 MB | 6.8/9.0 MB | 123/891 kB Progress (3): 8.8/12 MB | 6.8/9.0 MB | 123/891 kB Progress (3): 8.8/12 MB | 6.8/9.0 MB | 123/891 kB Progress (3): 8.8/12 MB | 6.8/9.0 MB | 123/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 123/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 123/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 123/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 123/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 123/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 139/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 139/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 147/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 156/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 156/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 172/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 180/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 180/891 kB Progress (3): 8.8/12 MB | 6.9/9.0 MB | 197/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 197/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 213/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 229/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 246/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 246/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 262/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 262/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 279/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 295/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 303/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 303/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 319/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 336/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 336/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 352/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 352/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 360/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 377/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 377/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 377/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 377/891 kB Progress (3): 8.8/12 MB | 7.0/9.0 MB | 377/891 kB Progress (3): 8.8/12 MB | 7.1/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.1/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.1/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.1/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.1/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.1/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.1/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.1/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.1/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.1/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 8.9/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.0/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.1/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.1/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.1/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.1/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.1/12 MB | 7.2/9.0 MB | 377/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 377/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 377/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 393/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 393/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 410/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 426/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 426/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 442/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 442/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 459/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 475/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 475/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 492/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 508/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 508/891 kB Progress (3): 9.1/12 MB | 7.3/9.0 MB | 524/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 524/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 524/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 541/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 541/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 557/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 573/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 590/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 606/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 606/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 623/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 623/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 639/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 655/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 655/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 655/891 kB Progress (3): 9.1/12 MB | 7.4/9.0 MB | 655/891 kB Progress (3): 9.1/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.1/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.2/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.2/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.2/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.2/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.2/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.2/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.2/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.2/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.2/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.2/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.2/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.3/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.3/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.3/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.3/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.3/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.3/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.3/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.3/12 MB | 7.5/9.0 MB | 655/891 kB Progress (3): 9.3/12 MB | 7.6/9.0 MB | 655/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 655/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 655/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 655/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 655/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 655/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 655/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 672/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 688/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 688/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 705/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 705/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 721/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 737/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 737/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 754/891 kB Progress (3): 9.4/12 MB | 7.6/9.0 MB | 770/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 770/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 786/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 786/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 803/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 819/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 819/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 836/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 836/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 852/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 868/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 868/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 885/891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 891 kB Progress (3): 9.4/12 MB | 7.7/9.0 MB | 891 kB Progress (3): 9.4/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.4/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.4/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.4/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.4/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.4/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.5/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.5/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.5/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.5/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.5/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.5/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.5/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.5/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.5/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.6/12 MB | 7.8/9.0 MB | 891 kB Progress (3): 9.6/12 MB | 7.9/9.0 MB | 891 kB Progress (3): 9.6/12 MB | 7.9/9.0 MB | 891 kB Progress (3): 9.6/12 MB | 7.9/9.0 MB | 891 kB Progress (3): 9.6/12 MB | 7.9/9.0 MB | 891 kB Progress (3): 9.6/12 MB | 7.9/9.0 MB | 891 kB Progress (3): 9.6/12 MB | 7.9/9.0 MB | 891 kB Progress (4): 9.6/12 MB | 7.9/9.0 MB | 891 kB | 7.7/50 kB Progress (4): 9.6/12 MB | 7.9/9.0 MB | 891 kB | 8.2/50 kB Progress (4): 9.7/12 MB | 7.9/9.0 MB | 891 kB | 8.2/50 kB Progress (4): 9.7/12 MB | 7.9/9.0 MB | 891 kB | 25/50 kB Progress (4): 9.7/12 MB | 7.9/9.0 MB | 891 kB | 25/50 kB Progress (4): 9.7/12 MB | 7.9/9.0 MB | 891 kB | 41/50 kB Progress (4): 9.7/12 MB | 7.9/9.0 MB | 891 kB | 41/50 kB Progress (4): 9.7/12 MB | 7.9/9.0 MB | 891 kB | 50 kB Progress (4): 9.7/12 MB | 7.9/9.0 MB | 891 kB | 50 kB Progress (4): 9.7/12 MB | 7.9/9.0 MB | 891 kB | 50 kB Progress (4): 9.7/12 MB | 7.9/9.0 MB | 891 kB | 50 kB Progress (4): 9.7/12 MB | 7.9/9.0 MB | 891 kB | 50 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/6.2.15/spring-beans-6.2.15.jar (891 kB at 713 kB/s) Progress (3): 9.7/12 MB | 7.9/9.0 MB | 50 kB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-web/3.5.10/spring-boot-starter-web-3.5.10.jar Progress (3): 9.7/12 MB | 8.0/9.0 MB | 50 kB Progress (3): 9.7/12 MB | 8.0/9.0 MB | 50 kB Progress (3): 9.7/12 MB | 8.0/9.0 MB | 50 kB Progress (3): 9.7/12 MB | 8.0/9.0 MB | 50 kB Progress (3): 9.7/12 MB | 8.0/9.0 MB | 50 kB Progress (3): 9.7/12 MB | 8.0/9.0 MB | 50 kB Progress (3): 9.7/12 MB | 8.0/9.0 MB | 50 kB Progress (3): 9.7/12 MB | 8.0/9.0 MB | 50 kB Progress (3): 9.7/12 MB | 8.0/9.0 MB | 50 kB Progress (3): 9.7/12 MB | 8.1/9.0 MB | 50 kB Progress (3): 9.8/12 MB | 8.1/9.0 MB | 50 kB Progress (3): 9.8/12 MB | 8.1/9.0 MB | 50 kB Progress (3): 9.8/12 MB | 8.1/9.0 MB | 50 kB Progress (3): 9.8/12 MB | 8.1/9.0 MB | 50 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aspects/6.2.15/spring-aspects-6.2.15.jar (50 kB at 40 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-json/3.5.10/spring-boot-starter-json-3.5.10.jar Progress (2): 9.8/12 MB | 8.1/9.0 MB Progress (2): 9.8/12 MB | 8.1/9.0 MB Progress (2): 9.8/12 MB | 8.1/9.0 MB Progress (2): 9.8/12 MB | 8.2/9.0 MB Progress (2): 9.8/12 MB | 8.2/9.0 MB Progress (2): 9.8/12 MB | 8.2/9.0 MB Progress (2): 9.8/12 MB | 8.2/9.0 MB Progress (2): 9.8/12 MB | 8.2/9.0 MB Progress (2): 9.8/12 MB | 8.2/9.0 MB Progress (2): 9.8/12 MB | 8.3/9.0 MB Progress (2): 9.8/12 MB | 8.3/9.0 MB Progress (2): 9.8/12 MB | 8.3/9.0 MB Progress (2): 9.8/12 MB | 8.3/9.0 MB Progress (2): 9.8/12 MB | 8.3/9.0 MB Progress (2): 9.8/12 MB | 8.3/9.0 MB Progress (2): 9.8/12 MB | 8.3/9.0 MB Progress (2): 9.8/12 MB | 8.3/9.0 MB Progress (2): 9.9/12 MB | 8.3/9.0 MB Progress (2): 9.9/12 MB | 8.3/9.0 MB Progress (2): 9.9/12 MB | 8.3/9.0 MB Progress (2): 9.9/12 MB | 8.3/9.0 MB Progress (2): 9.9/12 MB | 8.3/9.0 MB Progress (2): 9.9/12 MB | 8.3/9.0 MB Progress (2): 9.9/12 MB | 8.3/9.0 MB Progress (2): 9.9/12 MB | 8.4/9.0 MB Progress (2): 9.9/12 MB | 8.4/9.0 MB Progress (2): 9.9/12 MB | 8.4/9.0 MB Progress (2): 9.9/12 MB | 8.4/9.0 MB Progress (2): 10.0/12 MB | 8.4/9.0 MB Progress (2): 10.0/12 MB | 8.4/9.0 MB Progress (2): 10.0/12 MB | 8.4/9.0 MB Progress (2): 10.0/12 MB | 8.4/9.0 MB Progress (2): 10.0/12 MB | 8.4/9.0 MB Progress (2): 10.0/12 MB | 8.4/9.0 MB Progress (2): 10.0/12 MB | 8.4/9.0 MB Progress (2): 10.0/12 MB | 8.5/9.0 MB Progress (2): 10.0/12 MB | 8.5/9.0 MB Progress (2): 10.0/12 MB | 8.5/9.0 MB Progress (2): 10.0/12 MB | 8.5/9.0 MB Progress (2): 10.0/12 MB | 8.5/9.0 MB Progress (2): 10.0/12 MB | 8.5/9.0 MB Progress (2): 10.0/12 MB | 8.6/9.0 MB Progress (2): 10.0/12 MB | 8.6/9.0 MB Progress (2): 10.0/12 MB | 8.6/9.0 MB Progress (2): 10.0/12 MB | 8.6/9.0 MB Progress (2): 10.0/12 MB | 8.6/9.0 MB Progress (2): 10.0/12 MB | 8.6/9.0 MB Progress (2): 10.0/12 MB | 8.7/9.0 MB Progress (2): 10.0/12 MB | 8.7/9.0 MB Progress (2): 10.0/12 MB | 8.7/9.0 MB Progress (2): 10.0/12 MB | 8.7/9.0 MB Progress (2): 10/12 MB | 8.7/9.0 MB Progress (2): 10/12 MB | 8.7/9.0 MB Progress (2): 10/12 MB | 8.7/9.0 MB Progress (2): 10/12 MB | 8.7/9.0 MB Progress (2): 10/12 MB | 8.7/9.0 MB Progress (2): 10/12 MB | 8.7/9.0 MB Progress (2): 10/12 MB | 8.7/9.0 MB Progress (2): 10/12 MB | 8.7/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.8/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 8.9/9.0 MB Progress (2): 10/12 MB | 9.0/9.0 MB Progress (2): 10/12 MB | 9.0/9.0 MB Progress (2): 10/12 MB | 9.0/9.0 MB Progress (2): 10/12 MB | 9.0/9.0 MB Progress (2): 10/12 MB | 9.0/9.0 MB Progress (2): 10/12 MB | 9.0/9.0 MB Progress (2): 10/12 MB | 9.0/9.0 MB Progress (2): 10/12 MB | 9.0/9.0 MB Progress (2): 10/12 MB | 9.0/9.0 MB Progress (2): 10/12 MB | 9.0 MB Progress (2): 10/12 MB | 9.0 MB Progress (2): 10/12 MB | 9.0 MB Progress (2): 10/12 MB | 9.0 MB Progress (2): 10/12 MB | 9.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.17.8/byte-buddy-1.17.8.jar (9.0 MB at 7.1 MB/s) Progress (1): 11/12 MB Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.4/jackson-databind-2.19.4.jar Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 11/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12/12 MB Progress (1): 12 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/hibernate/orm/hibernate-core/6.6.41.Final/hibernate-core-6.6.41.Final.jar (12 MB at 9.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.4/jackson-annotations-2.19.4.jar Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.1/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.2/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.3/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.4/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.5/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.6/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.7/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.8/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 0.9/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.0/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.1/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.2/2.2 MB Progress (1): 1.3/2.2 MB Progress (2): 1.3/2.2 MB | 2.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-web/3.5.10/spring-boot-starter-web-3.5.10.jar (2.1 kB at 1.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.4/jackson-core-2.19.4.jar Progress (2): 1.3/2.2 MB | 2.0 kB Progress (2): 1.3/2.2 MB | 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-json/3.5.10/spring-boot-starter-json-3.5.10.jar (2.0 kB at 1.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.19.4/jackson-datatype-jdk8-2.19.4.jar Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.3/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.4/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.5/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.6/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.7/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.8/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 1.9/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.0/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.1/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2/2.2 MB Progress (1): 2.2 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.9.25.1/aspectjweaver-1.9.25.1.jar (2.2 MB at 1.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.19.4/jackson-datatype-jsr310-2.19.4.jar Progress (1): 0/1.7 MB Progress (1): 0/1.7 MB Progress (1): 0/1.7 MB Progress (1): 0/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.1/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.2/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.3/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.4/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.5/1.7 MB Progress (1): 0.6/1.7 MB Progress (1): 0.6/1.7 MB Progress (1): 0.6/1.7 MB Progress (1): 0.6/1.7 MB Progress (1): 0.6/1.7 MB Progress (1): 0.6/1.7 MB Progress (1): 0.6/1.7 MB Progress (1): 0.7/1.7 MB Progress (1): 0.7/1.7 MB Progress (1): 0.7/1.7 MB Progress (1): 0.7/1.7 MB Progress (1): 0.7/1.7 MB Progress (1): 0.7/1.7 MB Progress (1): 0.8/1.7 MB Progress (1): 0.8/1.7 MB Progress (1): 0.8/1.7 MB Progress (1): 0.8/1.7 MB Progress (1): 0.8/1.7 MB Progress (1): 0.8/1.7 MB Progress (1): 0.9/1.7 MB Progress (1): 0.9/1.7 MB Progress (1): 0.9/1.7 MB Progress (1): 0.9/1.7 MB Progress (1): 0.9/1.7 MB Progress (1): 0.9/1.7 MB Progress (1): 1.0/1.7 MB Progress (1): 1.0/1.7 MB Progress (1): 1.0/1.7 MB Progress (1): 1.0/1.7 MB Progress (1): 1.0/1.7 MB Progress (1): 1.0/1.7 MB Progress (1): 1.1/1.7 MB Progress (1): 1.1/1.7 MB Progress (1): 1.1/1.7 MB Progress (1): 1.1/1.7 MB Progress (1): 1.1/1.7 MB Progress (1): 1.1/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.2/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.3/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.4/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.5/1.7 MB Progress (1): 1.6/1.7 MB Progress (1): 1.6/1.7 MB Progress (1): 1.6/1.7 MB Progress (1): 1.6/1.7 MB Progress (2): 1.6/1.7 MB | 7.7/79 kB Progress (2): 1.6/1.7 MB | 16/79 kB Progress (2): 1.6/1.7 MB | 16/79 kB Progress (2): 1.6/1.7 MB | 32/79 kB Progress (2): 1.6/1.7 MB | 32/79 kB Progress (2): 1.6/1.7 MB | 49/79 kB Progress (2): 1.6/1.7 MB | 65/79 kB Progress (2): 1.7/1.7 MB | 65/79 kB Progress (2): 1.7/1.7 MB | 79 kB Progress (2): 1.7/1.7 MB | 79 kB Progress (2): 1.7 MB | 79 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.19.4/jackson-annotations-2.19.4.jar (79 kB at 58 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.19.4/jackson-databind-2.19.4.jar (1.7 MB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.19.4/jackson-module-parameter-names-2.19.4.jar Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-tomcat/3.5.10/spring-boot-starter-tomcat-3.5.10.jar Progress (1): 7.7/591 kB Progress (1): 16/591 kB Progress (1): 32/591 kB Progress (1): 49/591 kB Progress (1): 65/591 kB Progress (1): 81/591 kB Progress (1): 98/591 kB Progress (1): 114/591 kB Progress (1): 131/591 kB Progress (1): 147/591 kB Progress (1): 163/591 kB Progress (1): 180/591 kB Progress (1): 196/591 kB Progress (1): 208/591 kB Progress (1): 225/591 kB Progress (1): 241/591 kB Progress (2): 241/591 kB | 7.7/36 kB Progress (2): 257/591 kB | 7.7/36 kB Progress (2): 257/591 kB | 16/36 kB Progress (2): 274/591 kB | 16/36 kB Progress (2): 290/591 kB | 16/36 kB Progress (2): 290/591 kB | 32/36 kB Progress (2): 307/591 kB | 32/36 kB Progress (2): 307/591 kB | 36 kB Progress (2): 323/591 kB | 36 kB Progress (2): 339/591 kB | 36 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.19.4/jackson-datatype-jdk8-2.19.4.jar (36 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/10.1.50/tomcat-embed-core-10.1.50.jar Progress (1): 356/591 kB Progress (1): 372/591 kB Progress (1): 388/591 kB Progress (1): 405/591 kB Progress (1): 421/591 kB Progress (1): 438/591 kB Progress (1): 454/591 kB Progress (1): 470/591 kB Progress (1): 487/591 kB Progress (1): 503/591 kB Progress (1): 519/591 kB Progress (1): 536/591 kB Progress (1): 552/591 kB Progress (1): 569/591 kB Progress (1): 585/591 kB Progress (1): 591 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.19.4/jackson-core-2.19.4.jar (591 kB at 413 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-el/10.1.50/tomcat-embed-el-10.1.50.jar Progress (1): 7.7/137 kB Progress (1): 16/137 kB Progress (1): 32/137 kB Progress (1): 49/137 kB Progress (1): 65/137 kB Progress (1): 81/137 kB Progress (1): 98/137 kB Progress (1): 114/137 kB Progress (1): 131/137 kB Progress (1): 137 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.19.4/jackson-datatype-jsr310-2.19.4.jar (137 kB at 95 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.50/tomcat-embed-websocket-10.1.50.jar Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-tomcat/3.5.10/spring-boot-starter-tomcat-3.5.10.jar (2.0 kB at 1.4 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.15/spring-web-6.2.15.jar Progress (1): 3.4/10 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-parameter-names/2.19.4/jackson-module-parameter-names-2.19.4.jar (10 kB at 7.1 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.8/micrometer-observation-1.15.8.jar Progress (1): 0/3.7 MB Progress (1): 0/3.7 MB Progress (1): 0/3.7 MB Progress (1): 0/3.7 MB Progress (1): 0.1/3.7 MB Progress (1): 0.1/3.7 MB Progress (1): 0.1/3.7 MB Progress (1): 0.1/3.7 MB Progress (2): 0.1/3.7 MB | 7.7/264 kB Progress (2): 0.1/3.7 MB | 12/264 kB Progress (2): 0.1/3.7 MB | 28/264 kB Progress (2): 0.1/3.7 MB | 28/264 kB Progress (2): 0.1/3.7 MB | 44/264 kB Progress (2): 0.1/3.7 MB | 61/264 kB Progress (2): 0.1/3.7 MB | 61/264 kB Progress (2): 0.1/3.7 MB | 77/264 kB Progress (2): 0.2/3.7 MB | 77/264 kB Progress (2): 0.2/3.7 MB | 94/264 kB Progress (2): 0.2/3.7 MB | 94/264 kB Progress (2): 0.2/3.7 MB | 110/264 kB Progress (2): 0.2/3.7 MB | 126/264 kB Progress (2): 0.2/3.7 MB | 143/264 kB Progress (2): 0.2/3.7 MB | 143/264 kB Progress (2): 0.2/3.7 MB | 159/264 kB Progress (2): 0.2/3.7 MB | 159/264 kB Progress (2): 0.2/3.7 MB | 159/264 kB Progress (2): 0.2/3.7 MB | 159/264 kB Progress (2): 0.2/3.7 MB | 175/264 kB Progress (2): 0.2/3.7 MB | 192/264 kB Progress (2): 0.3/3.7 MB | 192/264 kB Progress (2): 0.3/3.7 MB | 208/264 kB Progress (2): 0.3/3.7 MB | 208/264 kB Progress (2): 0.3/3.7 MB | 225/264 kB Progress (2): 0.3/3.7 MB | 241/264 kB Progress (2): 0.3/3.7 MB | 257/264 kB Progress (2): 0.3/3.7 MB | 257/264 kB Progress (2): 0.3/3.7 MB | 264 kB Progress (2): 0.3/3.7 MB | 264 kB Progress (2): 0.3/3.7 MB | 264 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-el/10.1.50/tomcat-embed-el-10.1.50.jar (264 kB at 174 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.8/micrometer-commons-1.15.8.jar Progress (1): 0.3/3.7 MB Progress (1): 0.4/3.7 MB Progress (1): 0.4/3.7 MB Progress (1): 0.4/3.7 MB Progress (1): 0.4/3.7 MB Progress (1): 0.4/3.7 MB Progress (1): 0.4/3.7 MB Progress (1): 0.5/3.7 MB Progress (1): 0.5/3.7 MB Progress (1): 0.5/3.7 MB Progress (1): 0.5/3.7 MB Progress (1): 0.5/3.7 MB Progress (1): 0.5/3.7 MB Progress (1): 0.5/3.7 MB Progress (2): 0.5/3.7 MB | 7.7/284 kB Progress (2): 0.5/3.7 MB | 16/284 kB Progress (2): 0.6/3.7 MB | 16/284 kB Progress (2): 0.6/3.7 MB | 25/284 kB Progress (2): 0.6/3.7 MB | 25/284 kB Progress (2): 0.6/3.7 MB | 41/284 kB Progress (2): 0.6/3.7 MB | 57/284 kB Progress (2): 0.6/3.7 MB | 57/284 kB Progress (2): 0.6/3.7 MB | 74/284 kB Progress (2): 0.6/3.7 MB | 74/284 kB Progress (2): 0.6/3.7 MB | 90/284 kB Progress (2): 0.6/3.7 MB | 98/284 kB Progress (2): 0.6/3.7 MB | 115/284 kB Progress (2): 0.6/3.7 MB | 123/284 kB Progress (2): 0.6/3.7 MB | 123/284 kB Progress (2): 0.6/3.7 MB | 139/284 kB Progress (2): 0.6/3.7 MB | 139/284 kB Progress (2): 0.6/3.7 MB | 156/284 kB Progress (2): 0.6/3.7 MB | 172/284 kB Progress (2): 0.7/3.7 MB | 172/284 kB Progress (2): 0.7/3.7 MB | 188/284 kB Progress (2): 0.7/3.7 MB | 188/284 kB Progress (2): 0.7/3.7 MB | 197/284 kB Progress (2): 0.7/3.7 MB | 205/284 kB Progress (2): 0.7/3.7 MB | 205/284 kB Progress (2): 0.7/3.7 MB | 205/284 kB Progress (2): 0.7/3.7 MB | 213/284 kB Progress (2): 0.7/3.7 MB | 229/284 kB Progress (2): 0.7/3.7 MB | 238/284 kB Progress (2): 0.7/3.7 MB | 254/284 kB Progress (2): 0.7/3.7 MB | 254/284 kB Progress (2): 0.7/3.7 MB | 254/284 kB Progress (2): 0.8/3.7 MB | 254/284 kB Progress (2): 0.8/3.7 MB | 254/284 kB Progress (2): 0.8/3.7 MB | 254/284 kB Progress (2): 0.8/3.7 MB | 254/284 kB Progress (2): 0.8/3.7 MB | 254/284 kB Progress (2): 0.8/3.7 MB | 254/284 kB Progress (2): 0.8/3.7 MB | 270/284 kB Progress (2): 0.8/3.7 MB | 284 kB Progress (2): 0.9/3.7 MB | 284 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-websocket/10.1.50/tomcat-embed-websocket-10.1.50.jar (284 kB at 185 kB/s) Progress (1): 0.9/3.7 MB Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.15/spring-webmvc-6.2.15.jar Progress (1): 0.9/3.7 MB Progress (1): 0.9/3.7 MB Progress (1): 0.9/3.7 MB Progress (1): 0.9/3.7 MB Progress (1): 1.0/3.7 MB Progress (1): 1.0/3.7 MB Progress (1): 1.0/3.7 MB Progress (1): 1.0/3.7 MB Progress (1): 1.0/3.7 MB Progress (2): 1.0/3.7 MB | 0/2.1 MB Progress (2): 1.0/3.7 MB | 0/2.1 MB Progress (2): 1.0/3.7 MB | 0/2.1 MB Progress (2): 1.0/3.7 MB | 0/2.1 MB Progress (2): 1.0/3.7 MB | 0/2.1 MB Progress (2): 1.0/3.7 MB | 0/2.1 MB Progress (2): 1.0/3.7 MB | 0/2.1 MB Progress (2): 1.0/3.7 MB | 0.1/2.1 MB Progress (2): 1.0/3.7 MB | 0.1/2.1 MB Progress (2): 1.0/3.7 MB | 0.1/2.1 MB Progress (2): 1.1/3.7 MB | 0.1/2.1 MB Progress (2): 1.1/3.7 MB | 0.1/2.1 MB Progress (2): 1.1/3.7 MB | 0.1/2.1 MB Progress (2): 1.1/3.7 MB | 0.1/2.1 MB Progress (2): 1.1/3.7 MB | 0.1/2.1 MB Progress (2): 1.1/3.7 MB | 0.1/2.1 MB Progress (2): 1.1/3.7 MB | 0.1/2.1 MB Progress (2): 1.1/3.7 MB | 0.2/2.1 MB Progress (2): 1.1/3.7 MB | 0.2/2.1 MB Progress (2): 1.1/3.7 MB | 0.2/2.1 MB Progress (2): 1.1/3.7 MB | 0.2/2.1 MB Progress (2): 1.2/3.7 MB | 0.2/2.1 MB Progress (2): 1.2/3.7 MB | 0.2/2.1 MB Progress (2): 1.2/3.7 MB | 0.2/2.1 MB Progress (2): 1.2/3.7 MB | 0.2/2.1 MB Progress (2): 1.2/3.7 MB | 0.2/2.1 MB Progress (2): 1.2/3.7 MB | 0.2/2.1 MB Progress (2): 1.2/3.7 MB | 0.2/2.1 MB Progress (2): 1.2/3.7 MB | 0.2/2.1 MB Progress (2): 1.2/3.7 MB | 0.3/2.1 MB Progress (2): 1.2/3.7 MB | 0.3/2.1 MB Progress (2): 1.2/3.7 MB | 0.3/2.1 MB Progress (2): 1.2/3.7 MB | 0.3/2.1 MB Progress (2): 1.2/3.7 MB | 0.3/2.1 MB Progress (2): 1.2/3.7 MB | 0.3/2.1 MB Progress (2): 1.2/3.7 MB | 0.3/2.1 MB Progress (2): 1.2/3.7 MB | 0.3/2.1 MB Progress (2): 1.3/3.7 MB | 0.3/2.1 MB Progress (2): 1.3/3.7 MB | 0.3/2.1 MB Progress (2): 1.3/3.7 MB | 0.3/2.1 MB Progress (2): 1.3/3.7 MB | 0.3/2.1 MB Progress (2): 1.3/3.7 MB | 0.3/2.1 MB Progress (2): 1.3/3.7 MB | 0.3/2.1 MB Progress (2): 1.3/3.7 MB | 0.3/2.1 MB Progress (2): 1.3/3.7 MB | 0.3/2.1 MB Progress (2): 1.3/3.7 MB | 0.4/2.1 MB Progress (2): 1.3/3.7 MB | 0.4/2.1 MB Progress (2): 1.3/3.7 MB | 0.4/2.1 MB Progress (2): 1.3/3.7 MB | 0.4/2.1 MB Progress (2): 1.3/3.7 MB | 0.4/2.1 MB Progress (2): 1.4/3.7 MB | 0.4/2.1 MB Progress (2): 1.4/3.7 MB | 0.4/2.1 MB Progress (2): 1.4/3.7 MB | 0.4/2.1 MB Progress (2): 1.4/3.7 MB | 0.4/2.1 MB Progress (2): 1.4/3.7 MB | 0.4/2.1 MB Progress (2): 1.4/3.7 MB | 0.4/2.1 MB Progress (2): 1.4/3.7 MB | 0.4/2.1 MB Progress (2): 1.4/3.7 MB | 0.4/2.1 MB Progress (2): 1.4/3.7 MB | 0.5/2.1 MB Progress (2): 1.4/3.7 MB | 0.5/2.1 MB Progress (2): 1.4/3.7 MB | 0.5/2.1 MB Progress (2): 1.4/3.7 MB | 0.5/2.1 MB Progress (2): 1.4/3.7 MB | 0.5/2.1 MB Progress (2): 1.4/3.7 MB | 0.5/2.1 MB Progress (2): 1.4/3.7 MB | 0.5/2.1 MB Progress (2): 1.5/3.7 MB | 0.5/2.1 MB Progress (2): 1.5/3.7 MB | 0.5/2.1 MB Progress (2): 1.5/3.7 MB | 0.6/2.1 MB Progress (2): 1.5/3.7 MB | 0.6/2.1 MB Progress (2): 1.5/3.7 MB | 0.6/2.1 MB Progress (2): 1.5/3.7 MB | 0.6/2.1 MB Progress (2): 1.5/3.7 MB | 0.6/2.1 MB Progress (2): 1.5/3.7 MB | 0.6/2.1 MB Progress (2): 1.5/3.7 MB | 0.6/2.1 MB Progress (2): 1.5/3.7 MB | 0.6/2.1 MB Progress (2): 1.5/3.7 MB | 0.6/2.1 MB Progress (2): 1.5/3.7 MB | 0.6/2.1 MB Progress (2): 1.5/3.7 MB | 0.6/2.1 MB Progress (2): 1.6/3.7 MB | 0.6/2.1 MB Progress (2): 1.6/3.7 MB | 0.7/2.1 MB Progress (2): 1.6/3.7 MB | 0.7/2.1 MB Progress (2): 1.6/3.7 MB | 0.7/2.1 MB Progress (2): 1.6/3.7 MB | 0.7/2.1 MB Progress (2): 1.6/3.7 MB | 0.7/2.1 MB Progress (2): 1.6/3.7 MB | 0.7/2.1 MB Progress (2): 1.6/3.7 MB | 0.7/2.1 MB Progress (2): 1.6/3.7 MB | 0.7/2.1 MB Progress (2): 1.6/3.7 MB | 0.7/2.1 MB Progress (2): 1.6/3.7 MB | 0.7/2.1 MB Progress (2): 1.6/3.7 MB | 0.7/2.1 MB Progress (2): 1.6/3.7 MB | 0.8/2.1 MB Progress (2): 1.6/3.7 MB | 0.8/2.1 MB Progress (2): 1.7/3.7 MB | 0.8/2.1 MB Progress (2): 1.7/3.7 MB | 0.8/2.1 MB Progress (2): 1.7/3.7 MB | 0.8/2.1 MB Progress (2): 1.7/3.7 MB | 0.8/2.1 MB Progress (2): 1.7/3.7 MB | 0.8/2.1 MB Progress (2): 1.7/3.7 MB | 0.8/2.1 MB Progress (2): 1.7/3.7 MB | 0.8/2.1 MB Progress (2): 1.7/3.7 MB | 0.8/2.1 MB Progress (2): 1.7/3.7 MB | 0.9/2.1 MB Progress (2): 1.7/3.7 MB | 0.9/2.1 MB Progress (2): 1.7/3.7 MB | 0.9/2.1 MB Progress (2): 1.7/3.7 MB | 0.9/2.1 MB Progress (2): 1.7/3.7 MB | 0.9/2.1 MB Progress (2): 1.8/3.7 MB | 0.9/2.1 MB Progress (2): 1.8/3.7 MB | 0.9/2.1 MB Progress (2): 1.8/3.7 MB | 0.9/2.1 MB Progress (2): 1.8/3.7 MB | 0.9/2.1 MB Progress (2): 1.8/3.7 MB | 0.9/2.1 MB Progress (2): 1.8/3.7 MB | 0.9/2.1 MB Progress (2): 1.8/3.7 MB | 0.9/2.1 MB Progress (2): 1.8/3.7 MB | 1.0/2.1 MB Progress (2): 1.8/3.7 MB | 1.0/2.1 MB Progress (2): 1.8/3.7 MB | 1.0/2.1 MB Progress (2): 1.8/3.7 MB | 1.0/2.1 MB Progress (2): 1.8/3.7 MB | 1.0/2.1 MB Progress (2): 1.8/3.7 MB | 1.0/2.1 MB Progress (2): 1.8/3.7 MB | 1.0/2.1 MB Progress (2): 1.9/3.7 MB | 1.0/2.1 MB Progress (2): 1.9/3.7 MB | 1.0/2.1 MB Progress (2): 1.9/3.7 MB | 1.0/2.1 MB Progress (2): 1.9/3.7 MB | 1.0/2.1 MB Progress (2): 1.9/3.7 MB | 1.0/2.1 MB Progress (2): 1.9/3.7 MB | 1.0/2.1 MB Progress (2): 1.9/3.7 MB | 1.1/2.1 MB Progress (2): 1.9/3.7 MB | 1.1/2.1 MB Progress (2): 1.9/3.7 MB | 1.1/2.1 MB Progress (2): 1.9/3.7 MB | 1.1/2.1 MB Progress (2): 1.9/3.7 MB | 1.1/2.1 MB Progress (2): 1.9/3.7 MB | 1.1/2.1 MB Progress (2): 1.9/3.7 MB | 1.1/2.1 MB Progress (2): 1.9/3.7 MB | 1.1/2.1 MB Progress (2): 1.9/3.7 MB | 1.1/2.1 MB Progress (2): 2.0/3.7 MB | 1.1/2.1 MB Progress (2): 2.0/3.7 MB | 1.1/2.1 MB Progress (2): 2.0/3.7 MB | 1.1/2.1 MB Progress (2): 2.0/3.7 MB | 1.2/2.1 MB Progress (2): 2.0/3.7 MB | 1.2/2.1 MB Progress (2): 2.0/3.7 MB | 1.2/2.1 MB Progress (2): 2.0/3.7 MB | 1.2/2.1 MB Progress (2): 2.0/3.7 MB | 1.2/2.1 MB Progress (2): 2.0/3.7 MB | 1.2/2.1 MB Progress (2): 2.0/3.7 MB | 1.2/2.1 MB Progress (3): 2.0/3.7 MB | 1.2/2.1 MB | 7.7/75 kB Progress (3): 2.0/3.7 MB | 1.2/2.1 MB | 7.7/75 kB Progress (3): 2.0/3.7 MB | 1.2/2.1 MB | 16/75 kB Progress (3): 2.0/3.7 MB | 1.2/2.1 MB | 16/75 kB Progress (3): 2.0/3.7 MB | 1.2/2.1 MB | 32/75 kB Progress (3): 2.0/3.7 MB | 1.3/2.1 MB | 32/75 kB Progress (3): 2.0/3.7 MB | 1.3/2.1 MB | 49/75 kB Progress (3): 2.0/3.7 MB | 1.3/2.1 MB | 49/75 kB Progress (3): 2.0/3.7 MB | 1.3/2.1 MB | 49/75 kB Progress (3): 2.0/3.7 MB | 1.3/2.1 MB | 65/75 kB Progress (3): 2.0/3.7 MB | 1.3/2.1 MB | 75 kB Progress (3): 2.0/3.7 MB | 1.3/2.1 MB | 75 kB Progress (3): 2.0/3.7 MB | 1.3/2.1 MB | 75 kB Progress (3): 2.0/3.7 MB | 1.3/2.1 MB | 75 kB Progress (3): 2.0/3.7 MB | 1.4/2.1 MB | 75 kB Progress (3): 2.0/3.7 MB | 1.4/2.1 MB | 75 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.15.8/micrometer-observation-1.15.8.jar (75 kB at 48 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.15/spring-expression-6.2.15.jar Progress (2): 2.0/3.7 MB | 1.4/2.1 MB Progress (2): 2.0/3.7 MB | 1.4/2.1 MB Progress (2): 2.0/3.7 MB | 1.4/2.1 MB Progress (2): 2.0/3.7 MB | 1.4/2.1 MB Progress (2): 2.0/3.7 MB | 1.5/2.1 MB Progress (2): 2.0/3.7 MB | 1.5/2.1 MB Progress (2): 2.0/3.7 MB | 1.5/2.1 MB Progress (2): 2.0/3.7 MB | 1.5/2.1 MB Progress (2): 2.0/3.7 MB | 1.5/2.1 MB Progress (2): 2.0/3.7 MB | 1.5/2.1 MB Progress (2): 2.1/3.7 MB | 1.5/2.1 MB Progress (2): 2.1/3.7 MB | 1.5/2.1 MB Progress (2): 2.1/3.7 MB | 1.5/2.1 MB Progress (2): 2.1/3.7 MB | 1.6/2.1 MB Progress (2): 2.1/3.7 MB | 1.6/2.1 MB Progress (2): 2.1/3.7 MB | 1.6/2.1 MB Progress (2): 2.1/3.7 MB | 1.6/2.1 MB Progress (2): 2.1/3.7 MB | 1.6/2.1 MB Progress (2): 2.1/3.7 MB | 1.6/2.1 MB Progress (2): 2.1/3.7 MB | 1.6/2.1 MB Progress (2): 2.1/3.7 MB | 1.6/2.1 MB Progress (2): 2.1/3.7 MB | 1.6/2.1 MB Progress (2): 2.2/3.7 MB | 1.6/2.1 MB Progress (2): 2.2/3.7 MB | 1.6/2.1 MB Progress (2): 2.2/3.7 MB | 1.6/2.1 MB Progress (2): 2.2/3.7 MB | 1.6/2.1 MB Progress (2): 2.2/3.7 MB | 1.7/2.1 MB Progress (2): 2.2/3.7 MB | 1.7/2.1 MB Progress (2): 2.2/3.7 MB | 1.7/2.1 MB Progress (2): 2.2/3.7 MB | 1.7/2.1 MB Progress (2): 2.2/3.7 MB | 1.7/2.1 MB Progress (2): 2.2/3.7 MB | 1.7/2.1 MB Progress (2): 2.2/3.7 MB | 1.7/2.1 MB Progress (2): 2.2/3.7 MB | 1.7/2.1 MB Progress (2): 2.3/3.7 MB | 1.7/2.1 MB Progress (2): 2.3/3.7 MB | 1.7/2.1 MB Progress (2): 2.3/3.7 MB | 1.7/2.1 MB Progress (2): 2.3/3.7 MB | 1.7/2.1 MB Progress (2): 2.3/3.7 MB | 1.7/2.1 MB Progress (2): 2.3/3.7 MB | 1.8/2.1 MB Progress (2): 2.3/3.7 MB | 1.8/2.1 MB Progress (2): 2.3/3.7 MB | 1.8/2.1 MB Progress (2): 2.3/3.7 MB | 1.8/2.1 MB Progress (2): 2.3/3.7 MB | 1.8/2.1 MB Progress (2): 2.4/3.7 MB | 1.8/2.1 MB Progress (2): 2.4/3.7 MB | 1.8/2.1 MB Progress (2): 2.4/3.7 MB | 1.8/2.1 MB Progress (2): 2.4/3.7 MB | 1.8/2.1 MB Progress (2): 2.4/3.7 MB | 1.8/2.1 MB Progress (2): 2.4/3.7 MB | 1.8/2.1 MB Progress (2): 2.4/3.7 MB | 1.8/2.1 MB Progress (2): 2.4/3.7 MB | 1.8/2.1 MB Progress (2): 2.4/3.7 MB | 1.9/2.1 MB Progress (2): 2.4/3.7 MB | 1.9/2.1 MB Progress (2): 2.4/3.7 MB | 1.9/2.1 MB Progress (2): 2.5/3.7 MB | 1.9/2.1 MB Progress (2): 2.5/3.7 MB | 1.9/2.1 MB Progress (2): 2.5/3.7 MB | 1.9/2.1 MB Progress (2): 2.5/3.7 MB | 1.9/2.1 MB Progress (2): 2.5/3.7 MB | 1.9/2.1 MB Progress (2): 2.5/3.7 MB | 1.9/2.1 MB Progress (2): 2.5/3.7 MB | 1.9/2.1 MB Progress (2): 2.5/3.7 MB | 1.9/2.1 MB Progress (2): 2.5/3.7 MB | 1.9/2.1 MB Progress (2): 2.5/3.7 MB | 1.9/2.1 MB Progress (2): 2.5/3.7 MB | 1.9/2.1 MB Progress (2): 2.6/3.7 MB | 1.9/2.1 MB Progress (2): 2.6/3.7 MB | 1.9/2.1 MB Progress (2): 2.6/3.7 MB | 1.9/2.1 MB Progress (2): 2.6/3.7 MB | 2.0/2.1 MB Progress (2): 2.6/3.7 MB | 2.0/2.1 MB Progress (2): 2.6/3.7 MB | 2.0/2.1 MB Progress (2): 2.6/3.7 MB | 2.0/2.1 MB Progress (2): 2.6/3.7 MB | 2.0/2.1 MB Progress (2): 2.6/3.7 MB | 2.0/2.1 MB Progress (2): 2.6/3.7 MB | 2.0/2.1 MB Progress (2): 2.7/3.7 MB | 2.0/2.1 MB Progress (2): 2.7/3.7 MB | 2.0/2.1 MB Progress (2): 2.7/3.7 MB | 2.0/2.1 MB Progress (2): 2.7/3.7 MB | 2.0/2.1 MB Progress (2): 2.7/3.7 MB | 2.0/2.1 MB Progress (2): 2.7/3.7 MB | 2.1/2.1 MB Progress (2): 2.7/3.7 MB | 2.1/2.1 MB Progress (2): 2.7/3.7 MB | 2.1/2.1 MB Progress (2): 2.7/3.7 MB | 2.1/2.1 MB Progress (2): 2.7/3.7 MB | 2.1/2.1 MB Progress (2): 2.7/3.7 MB | 2.1 MB Progress (2): 2.7/3.7 MB | 2.1 MB Progress (2): 2.7/3.7 MB | 2.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/6.2.15/spring-web-6.2.15.jar (2.1 MB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.3.232/h2-2.3.232.jar Progress (1): 2.8/3.7 MB Progress (1): 2.8/3.7 MB Progress (1): 2.8/3.7 MB Progress (1): 2.8/3.7 MB Progress (1): 2.8/3.7 MB Progress (1): 2.8/3.7 MB Progress (1): 2.9/3.7 MB Progress (1): 2.9/3.7 MB Progress (1): 2.9/3.7 MB Progress (1): 2.9/3.7 MB Progress (1): 2.9/3.7 MB Progress (1): 2.9/3.7 MB Progress (1): 3.0/3.7 MB Progress (1): 3.0/3.7 MB Progress (1): 3.0/3.7 MB Progress (1): 3.0/3.7 MB Progress (1): 3.0/3.7 MB Progress (1): 3.0/3.7 MB Progress (1): 3.1/3.7 MB Progress (1): 3.1/3.7 MB Progress (1): 3.1/3.7 MB Progress (1): 3.1/3.7 MB Progress (1): 3.1/3.7 MB Progress (1): 3.1/3.7 MB Progress (1): 3.2/3.7 MB Progress (1): 3.2/3.7 MB Progress (1): 3.2/3.7 MB Progress (1): 3.2/3.7 MB Progress (1): 3.2/3.7 MB Progress (1): 3.2/3.7 MB Progress (1): 3.3/3.7 MB Progress (1): 3.3/3.7 MB Progress (1): 3.3/3.7 MB Progress (1): 3.3/3.7 MB Progress (1): 3.3/3.7 MB Progress (1): 3.3/3.7 MB Progress (1): 3.3/3.7 MB Progress (1): 3.4/3.7 MB Progress (1): 3.4/3.7 MB Progress (1): 3.4/3.7 MB Progress (1): 3.4/3.7 MB Progress (1): 3.4/3.7 MB Progress (1): 3.4/3.7 MB Progress (1): 3.5/3.7 MB Progress (1): 3.5/3.7 MB Progress (1): 3.5/3.7 MB Progress (1): 3.5/3.7 MB Progress (1): 3.5/3.7 MB Progress (1): 3.5/3.7 MB Progress (1): 3.6/3.7 MB Progress (1): 3.6/3.7 MB Progress (1): 3.6/3.7 MB Progress (1): 3.6/3.7 MB Progress (1): 3.6/3.7 MB Progress (1): 3.6/3.7 MB Progress (1): 3.7 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tomcat/embed/tomcat-embed-core/10.1.50/tomcat-embed-core-10.1.50.jar (3.7 MB at 2.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.42/lombok-1.18.42.jar Progress (1): 7.7/49 kB Progress (1): 12/49 kB Progress (1): 28/49 kB Progress (1): 44/49 kB Progress (1): 49 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.15.8/micrometer-commons-1.15.8.jar (49 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/3.5.10/spring-boot-starter-test-3.5.10.jar Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.1/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.2/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.3/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.4/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.5/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.6/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.7/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.8/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 0.9/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.0/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1/1.1 MB Progress (1): 1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/6.2.15/spring-webmvc-6.2.15.jar (1.1 MB at 666 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/3.5.10/spring-boot-test-3.5.10.jar Progress (1): 7.7/318 kB Progress (1): 16/318 kB Progress (1): 32/318 kB Progress (1): 49/318 kB Progress (1): 65/318 kB Progress (1): 81/318 kB Progress (1): 98/318 kB Progress (1): 114/318 kB Progress (1): 131/318 kB Progress (1): 147/318 kB Progress (1): 163/318 kB Progress (1): 180/318 kB Progress (1): 196/318 kB Progress (1): 213/318 kB Progress (1): 229/318 kB Progress (1): 245/318 kB Progress (1): 262/318 kB Progress (1): 278/318 kB Progress (1): 294/318 kB Progress (1): 311/318 kB Progress (1): 318 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/6.2.15/spring-expression-6.2.15.jar (318 kB at 192 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.10/spring-boot-test-autoconfigure-3.5.10.jar Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.1/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.2/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.3/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.4/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.5/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.6/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.7/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.8/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 0.9/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.0/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.1/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.2/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.3/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.4/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (1): 1.5/2.7 MB Progress (2): 1.5/2.7 MB | 2.0 kB Progress (2): 1.5/2.7 MB | 2.0 kB Progress (2): 1.5/2.7 MB | 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/3.5.10/spring-boot-starter-test-3.5.10.jar (2.0 kB at 1.2 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.4/jakarta.xml.bind-api-4.0.4.jar Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.6/2.7 MB Progress (1): 1.7/2.7 MB Progress (2): 1.7/2.7 MB | 0/2.0 MB Progress (2): 1.7/2.7 MB | 0/2.0 MB Progress (2): 1.7/2.7 MB | 0/2.0 MB Progress (2): 1.7/2.7 MB | 0/2.0 MB Progress (2): 1.7/2.7 MB | 0/2.0 MB Progress (2): 1.7/2.7 MB | 0/2.0 MB Progress (2): 1.7/2.7 MB | 0.1/2.0 MB Progress (2): 1.7/2.7 MB | 0.1/2.0 MB Progress (2): 1.7/2.7 MB | 0.1/2.0 MB Progress (2): 1.7/2.7 MB | 0.1/2.0 MB Progress (2): 1.7/2.7 MB | 0.1/2.0 MB Progress (2): 1.7/2.7 MB | 0.1/2.0 MB Progress (2): 1.7/2.7 MB | 0.1/2.0 MB Progress (2): 1.7/2.7 MB | 0.1/2.0 MB Progress (2): 1.7/2.7 MB | 0.1/2.0 MB Progress (2): 1.7/2.7 MB | 0.2/2.0 MB Progress (2): 1.7/2.7 MB | 0.2/2.0 MB Progress (2): 1.7/2.7 MB | 0.2/2.0 MB Progress (2): 1.8/2.7 MB | 0.2/2.0 MB Progress (2): 1.8/2.7 MB | 0.2/2.0 MB Progress (2): 1.8/2.7 MB | 0.2/2.0 MB Progress (2): 1.8/2.7 MB | 0.2/2.0 MB Progress (2): 1.8/2.7 MB | 0.2/2.0 MB Progress (2): 1.8/2.7 MB | 0.2/2.0 MB Progress (2): 1.8/2.7 MB | 0.2/2.0 MB Progress (2): 1.8/2.7 MB | 0.2/2.0 MB Progress (2): 1.8/2.7 MB | 0.3/2.0 MB Progress (2): 1.8/2.7 MB | 0.3/2.0 MB Progress (2): 1.8/2.7 MB | 0.3/2.0 MB Progress (2): 1.8/2.7 MB | 0.3/2.0 MB Progress (2): 1.8/2.7 MB | 0.3/2.0 MB Progress (2): 1.8/2.7 MB | 0.3/2.0 MB Progress (2): 1.8/2.7 MB | 0.3/2.0 MB Progress (2): 1.8/2.7 MB | 0.4/2.0 MB Progress (2): 1.8/2.7 MB | 0.4/2.0 MB Progress (2): 1.8/2.7 MB | 0.4/2.0 MB Progress (2): 1.8/2.7 MB | 0.4/2.0 MB Progress (2): 1.8/2.7 MB | 0.4/2.0 MB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 7.7/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 16/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 25/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 41/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 57/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 74/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 90/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 106/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 123/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 139/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 156/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 172/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 188/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 205/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 213/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 229/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 246/255 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 255 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/3.5.10/spring-boot-test-3.5.10.jar (255 kB at 147 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.jar Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 8.2/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 25/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 33/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 49/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 57/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 66/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 74/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 90/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 106/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 123/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 131/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 147/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 156/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 172/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 188/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 205/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 221/227 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 227 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/3.5.10/spring-boot-test-autoconfigure-3.5.10.jar (227 kB at 130 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.jar Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 7.7/131 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 8.2/131 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 25/131 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 41/131 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 57/131 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 74/131 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 90/131 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 106/131 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 123/131 kB Progress (3): 1.8/2.7 MB | 0.4/2.0 MB | 131 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/4.0.4/jakarta.xml.bind-api-4.0.4.jar (131 kB at 74 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.jar Progress (2): 1.9/2.7 MB | 0.4/2.0 MB Progress (2): 1.9/2.7 MB | 0.4/2.0 MB Progress (2): 1.9/2.7 MB | 0.4/2.0 MB Progress (2): 1.9/2.7 MB | 0.4/2.0 MB Progress (2): 1.9/2.7 MB | 0.4/2.0 MB Progress (2): 1.9/2.7 MB | 0.4/2.0 MB Progress (2): 1.9/2.7 MB | 0.4/2.0 MB Progress (2): 2.0/2.7 MB | 0.4/2.0 MB Progress (2): 2.0/2.7 MB | 0.4/2.0 MB Progress (2): 2.0/2.7 MB | 0.4/2.0 MB Progress (2): 2.0/2.7 MB | 0.4/2.0 MB Progress (2): 2.0/2.7 MB | 0.4/2.0 MB Progress (2): 2.0/2.7 MB | 0.4/2.0 MB Progress (2): 2.1/2.7 MB | 0.4/2.0 MB Progress (2): 2.1/2.7 MB | 0.4/2.0 MB Progress (2): 2.1/2.7 MB | 0.4/2.0 MB Progress (2): 2.1/2.7 MB | 0.4/2.0 MB Progress (2): 2.1/2.7 MB | 0.4/2.0 MB Progress (2): 2.1/2.7 MB | 0.4/2.0 MB Progress (2): 2.2/2.7 MB | 0.4/2.0 MB Progress (2): 2.2/2.7 MB | 0.4/2.0 MB Progress (2): 2.2/2.7 MB | 0.4/2.0 MB Progress (2): 2.2/2.7 MB | 0.4/2.0 MB Progress (2): 2.2/2.7 MB | 0.4/2.0 MB Progress (2): 2.2/2.7 MB | 0.4/2.0 MB Progress (2): 2.3/2.7 MB | 0.4/2.0 MB Progress (2): 2.3/2.7 MB | 0.4/2.0 MB Progress (2): 2.3/2.7 MB | 0.4/2.0 MB Progress (2): 2.3/2.7 MB | 0.4/2.0 MB Progress (2): 2.3/2.7 MB | 0.4/2.0 MB Progress (2): 2.3/2.7 MB | 0.4/2.0 MB Progress (2): 2.4/2.7 MB | 0.4/2.0 MB Progress (2): 2.4/2.7 MB | 0.4/2.0 MB Progress (2): 2.4/2.7 MB | 0.4/2.0 MB Progress (2): 2.4/2.7 MB | 0.4/2.0 MB Progress (2): 2.4/2.7 MB | 0.4/2.0 MB Progress (2): 2.4/2.7 MB | 0.4/2.0 MB Progress (2): 2.5/2.7 MB | 0.4/2.0 MB Progress (2): 2.5/2.7 MB | 0.4/2.0 MB Progress (2): 2.5/2.7 MB | 0.4/2.0 MB Progress (2): 2.5/2.7 MB | 0.4/2.0 MB Progress (2): 2.5/2.7 MB | 0.4/2.0 MB Progress (2): 2.5/2.7 MB | 0.4/2.0 MB Progress (2): 2.5/2.7 MB | 0.5/2.0 MB Progress (2): 2.5/2.7 MB | 0.5/2.0 MB Progress (2): 2.6/2.7 MB | 0.5/2.0 MB Progress (2): 2.6/2.7 MB | 0.5/2.0 MB Progress (2): 2.6/2.7 MB | 0.5/2.0 MB Progress (2): 2.6/2.7 MB | 0.5/2.0 MB Progress (2): 2.6/2.7 MB | 0.5/2.0 MB Progress (2): 2.6/2.7 MB | 0.5/2.0 MB Progress (2): 2.6/2.7 MB | 0.5/2.0 MB Progress (2): 2.6/2.7 MB | 0.5/2.0 MB Progress (2): 2.6/2.7 MB | 0.5/2.0 MB Progress (2): 2.7 MB | 0.5/2.0 MB Progress (2): 2.7 MB | 0.5/2.0 MB Progress (2): 2.7 MB | 0.5/2.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/h2database/h2/2.3.232/h2-2.3.232.jar (2.7 MB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (2): 0.8/2.0 MB | 3.4/67 kB Progress (2): 0.8/2.0 MB | 3.4/67 kB Progress (2): 0.8/2.0 MB | 3.4/67 kB Progress (2): 0.8/2.0 MB | 20/67 kB Progress (2): 0.9/2.0 MB | 20/67 kB Progress (2): 0.9/2.0 MB | 20/67 kB Progress (2): 0.9/2.0 MB | 36/67 kB Progress (2): 0.9/2.0 MB | 36/67 kB Progress (2): 0.9/2.0 MB | 53/67 kB Progress (2): 0.9/2.0 MB | 53/67 kB Progress (2): 0.9/2.0 MB | 61/67 kB Progress (2): 0.9/2.0 MB | 61/67 kB Progress (2): 0.9/2.0 MB | 67 kB Progress (2): 0.9/2.0 MB | 67 kB Progress (2): 0.9/2.0 MB | 67 kB Progress (2): 1.0/2.0 MB | 67 kB Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.1.4/jakarta.activation-api-2.1.4.jar (67 kB at 37 kB/s) Progress (1): 1.0/2.0 MB Downloading from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility/4.2.2/awaitility-4.2.2.jar Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (2): 2.0/2.0 MB | 7.7/122 kB Progress (2): 2.0/2.0 MB | 16/122 kB Progress (2): 2.0/2.0 MB | 32/122 kB Progress (2): 2.0/2.0 MB | 49/122 kB Progress (2): 2.0/2.0 MB | 65/122 kB Progress (2): 2.0/2.0 MB | 81/122 kB Progress (2): 2.0/2.0 MB | 98/122 kB Progress (2): 2.0/2.0 MB | 114/122 kB Progress (2): 2.0/2.0 MB | 122 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.5.2/json-smart-2.5.2.jar (122 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.jar Progress (2): 2.0/2.0 MB | 7.7/30 kB Progress (2): 2.0/2.0 MB | 16/30 kB Progress (2): 2.0/2.0 MB | 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/accessors-smart/2.5.2/accessors-smart-2.5.2.jar (30 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar Progress (1): 2.0/2.0 MB Progress (1): 2.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/projectlombok/lombok/1.18.42/lombok-1.18.42.jar (2.0 MB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.1/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.2/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.3/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.4/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (1): 0.5/1.4 MB Progress (2): 0.5/1.4 MB | 7.7/97 kB Progress (2): 0.5/1.4 MB | 16/97 kB Progress (2): 0.5/1.4 MB | 32/97 kB Progress (2): 0.6/1.4 MB | 32/97 kB Progress (2): 0.6/1.4 MB | 49/97 kB Progress (2): 0.6/1.4 MB | 65/97 kB Progress (2): 0.6/1.4 MB | 65/97 kB Progress (2): 0.6/1.4 MB | 81/97 kB Progress (2): 0.6/1.4 MB | 97 kB Progress (2): 0.6/1.4 MB | 97 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/awaitility/awaitility/4.2.2/awaitility-4.2.2.jar (97 kB at 51 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.6/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.7/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.8/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 0.9/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.0/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.1/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.2/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.3/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4/1.4 MB Progress (1): 1.4 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.27.6/assertj-core-3.27.6.jar (1.4 MB at 726 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar Progress (1): 7.7/126 kB Progress (1): 16/126 kB Progress (1): 32/126 kB Progress (1): 49/126 kB Progress (1): 65/126 kB Progress (1): 81/126 kB Progress (1): 98/126 kB Progress (1): 114/126 kB Progress (1): 126 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/3.0/hamcrest-3.0.jar (126 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar Progress (1): 6.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter/5.12.2/junit-jupiter-5.12.2.jar (6.4 kB at 3.3 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar Progress (1): 7.7/233 kB Progress (1): 12/233 kB Progress (1): 28/233 kB Progress (1): 44/233 kB Progress (1): 61/233 kB Progress (1): 77/233 kB Progress (1): 94/233 kB Progress (1): 110/233 kB Progress (1): 126/233 kB Progress (1): 143/233 kB Progress (1): 159/233 kB Progress (1): 175/233 kB Progress (1): 192/233 kB Progress (1): 208/233 kB Progress (1): 225/233 kB Progress (1): 233 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.12.2/junit-jupiter-api-5.12.2.jar (233 kB at 119 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar Progress (1): 7.7/152 kB Progress (1): 16/152 kB Progress (1): 32/152 kB Progress (1): 49/152 kB Progress (1): 65/152 kB Progress (1): 81/152 kB Progress (1): 98/152 kB Progress (1): 114/152 kB Progress (1): 131/152 kB Progress (1): 147/152 kB Progress (1): 152 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.12.2/junit-platform-commons-1.12.2.jar (152 kB at 76 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar Progress (1): 7.7/602 kB Progress (1): 12/602 kB Progress (1): 28/602 kB Progress (1): 44/602 kB Progress (1): 61/602 kB Progress (1): 77/602 kB Progress (1): 94/602 kB Progress (1): 110/602 kB Progress (1): 126/602 kB Progress (1): 143/602 kB Progress (1): 159/602 kB Progress (1): 170/602 kB Progress (1): 187/602 kB Progress (1): 203/602 kB Progress (1): 220/602 kB Progress (1): 236/602 kB Progress (1): 241/602 kB Progress (1): 257/602 kB Progress (1): 266/602 kB Progress (1): 274/602 kB Progress (1): 290/602 kB Progress (1): 298/602 kB Progress (1): 315/602 kB Progress (1): 331/602 kB Progress (1): 339/602 kB Progress (1): 347/602 kB Progress (1): 364/602 kB Progress (1): 380/602 kB Progress (2): 380/602 kB | 7.7/292 kB Progress (2): 380/602 kB | 16/292 kB Progress (2): 380/602 kB | 25/292 kB Progress (2): 380/602 kB | 41/292 kB Progress (2): 380/602 kB | 57/292 kB Progress (2): 397/602 kB | 57/292 kB Progress (2): 397/602 kB | 74/292 kB Progress (2): 413/602 kB | 74/292 kB Progress (2): 413/602 kB | 90/292 kB Progress (2): 429/602 kB | 90/292 kB Progress (2): 429/602 kB | 106/292 kB Progress (2): 429/602 kB | 123/292 kB Progress (2): 429/602 kB | 139/292 kB Progress (2): 429/602 kB | 156/292 kB Progress (2): 429/602 kB | 172/292 kB Progress (2): 446/602 kB | 172/292 kB Progress (2): 446/602 kB | 188/292 kB Progress (2): 462/602 kB | 188/292 kB Progress (2): 470/602 kB | 188/292 kB Progress (2): 470/602 kB | 205/292 kB Progress (2): 470/602 kB | 221/292 kB Progress (2): 487/602 kB | 221/292 kB Progress (2): 487/602 kB | 238/292 kB Progress (2): 487/602 kB | 254/292 kB Progress (2): 487/602 kB | 270/292 kB Progress (2): 503/602 kB | 270/292 kB Progress (2): 519/602 kB | 270/292 kB Progress (2): 519/602 kB | 287/292 kB Progress (2): 519/602 kB | 292 kB Progress (2): 536/602 kB | 292 kB Progress (2): 552/602 kB | 292 kB Progress (2): 569/602 kB | 292 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.12.2/junit-jupiter-engine-5.12.2.jar (292 kB at 145 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar Progress (1): 585/602 kB Progress (1): 601/602 kB Progress (1): 602 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.12.2/junit-jupiter-params-5.12.2.jar (602 kB at 298 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.3/jsonassert-1.5.3.jar Progress (1): 7.7/256 kB Progress (1): 12/256 kB Progress (1): 28/256 kB Progress (1): 44/256 kB Progress (1): 61/256 kB Progress (1): 77/256 kB Progress (1): 93/256 kB Progress (1): 110/256 kB Progress (1): 126/256 kB Progress (1): 143/256 kB Progress (1): 159/256 kB Progress (1): 175/256 kB Progress (1): 192/256 kB Progress (1): 208/256 kB Progress (1): 225/256 kB Progress (1): 241/256 kB Progress (1): 256 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.12.2/junit-platform-engine-1.12.2.jar (256 kB at 126 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.15/spring-core-6.2.15.jar Progress (1): 7.7/709 kB Progress (1): 16/709 kB Progress (1): 32/709 kB Progress (1): 49/709 kB Progress (1): 65/709 kB Progress (1): 81/709 kB Progress (1): 98/709 kB Progress (1): 114/709 kB Progress (1): 131/709 kB Progress (1): 147/709 kB Progress (1): 163/709 kB Progress (1): 180/709 kB Progress (1): 196/709 kB Progress (1): 213/709 kB Progress (1): 229/709 kB Progress (1): 245/709 kB Progress (1): 262/709 kB Progress (1): 278/709 kB Progress (1): 294/709 kB Progress (1): 311/709 kB Progress (1): 327/709 kB Progress (1): 344/709 kB Progress (1): 360/709 kB Progress (1): 376/709 kB Progress (1): 393/709 kB Progress (1): 409/709 kB Progress (1): 426/709 kB Progress (1): 442/709 kB Progress (1): 458/709 kB Progress (1): 475/709 kB Progress (1): 491/709 kB Progress (1): 507/709 kB Progress (1): 524/709 kB Progress (1): 540/709 kB Progress (1): 557/709 kB Progress (1): 573/709 kB Progress (1): 589/709 kB Progress (1): 606/709 kB Progress (1): 622/709 kB Progress (1): 639/709 kB Progress (1): 655/709 kB Progress (1): 671/709 kB Progress (1): 688/709 kB Progress (1): 704/709 kB Progress (1): 709 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/5.17.0/mockito-core-5.17.0.jar (709 kB at 345 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.15/spring-jcl-6.2.15.jar Progress (1): 7.7/367 kB Progress (1): 12/367 kB Progress (1): 28/367 kB Progress (1): 44/367 kB Progress (1): 61/367 kB Progress (1): 77/367 kB Progress (1): 94/367 kB Progress (1): 110/367 kB Progress (1): 126/367 kB Progress (1): 143/367 kB Progress (1): 159/367 kB Progress (1): 175/367 kB Progress (1): 192/367 kB Progress (1): 208/367 kB Progress (1): 225/367 kB Progress (1): 241/367 kB Progress (1): 257/367 kB Progress (1): 274/367 kB Progress (1): 290/367 kB Progress (1): 307/367 kB Progress (1): 323/367 kB Progress (1): 339/367 kB Progress (1): 356/367 kB Progress (1): 360/367 kB Progress (1): 367 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.17.8/byte-buddy-agent-1.17.8.jar (367 kB at 175 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.15/spring-test-6.2.15.jar Progress (1): 3.4/9.4 kB Progress (1): 9.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/5.17.0/mockito-junit-jupiter-5.17.0.jar (9.4 kB at 4.5 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.jar Progress (1): 7.7/31 kB Progress (1): 16/31 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/skyscreamer/jsonassert/1.5.3/jsonassert-1.5.3.jar (31 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (2): 1.0/2.0 MB | 7.7/25 kB Progress (2): 1.0/2.0 MB | 16/25 kB Progress (2): 1.0/2.0 MB | 25 kB Progress (2): 1.0/2.0 MB | 25 kB Progress (2): 1.1/2.0 MB | 25 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-jcl/6.2.15/spring-jcl-6.2.15.jar (25 kB at 11 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-core/6.2.15/spring-core-6.2.15.jar (2.0 MB at 916 kB/s) Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.1/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (1): 0.2/1.0 MB Progress (2): 0.2/1.0 MB | 7.7/178 kB Progress (2): 0.2/1.0 MB | 16/178 kB Progress (2): 0.2/1.0 MB | 32/178 kB Progress (2): 0.2/1.0 MB | 49/178 kB Progress (2): 0.2/1.0 MB | 65/178 kB Progress (2): 0.3/1.0 MB | 65/178 kB Progress (2): 0.3/1.0 MB | 65/178 kB Progress (2): 0.3/1.0 MB | 65/178 kB Progress (2): 0.3/1.0 MB | 65/178 kB Progress (2): 0.3/1.0 MB | 65/178 kB Progress (2): 0.3/1.0 MB | 65/178 kB Progress (2): 0.3/1.0 MB | 65/178 kB Progress (2): 0.3/1.0 MB | 65/178 kB Progress (2): 0.4/1.0 MB | 65/178 kB Progress (2): 0.4/1.0 MB | 65/178 kB Progress (2): 0.4/1.0 MB | 65/178 kB Progress (2): 0.4/1.0 MB | 81/178 kB Progress (2): 0.4/1.0 MB | 98/178 kB Progress (2): 0.4/1.0 MB | 98/178 kB Progress (2): 0.4/1.0 MB | 114/178 kB Progress (2): 0.4/1.0 MB | 114/178 kB Progress (2): 0.4/1.0 MB | 131/178 kB Progress (2): 0.4/1.0 MB | 147/178 kB Progress (2): 0.4/1.0 MB | 147/178 kB Progress (2): 0.4/1.0 MB | 147/178 kB Progress (2): 0.4/1.0 MB | 163/178 kB Progress (2): 0.4/1.0 MB | 163/178 kB Progress (2): 0.4/1.0 MB | 178 kB Progress (2): 0.4/1.0 MB | 178 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/xmlunit/xmlunit-core/2.10.4/xmlunit-core-2.10.4.jar (178 kB at 81 kB/s) Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.5/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.6/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.7/1.0 MB Progress (1): 0.8/1.0 MB Progress (2): 0.8/1.0 MB | 7.7/70 kB Progress (2): 0.8/1.0 MB | 7.7/70 kB Progress (2): 0.8/1.0 MB | 16/70 kB Progress (2): 0.8/1.0 MB | 16/70 kB Progress (2): 0.8/1.0 MB | 16/70 kB Progress (2): 0.8/1.0 MB | 32/70 kB Progress (2): 0.8/1.0 MB | 49/70 kB Progress (2): 0.8/1.0 MB | 49/70 kB Progress (2): 0.8/1.0 MB | 65/70 kB Progress (2): 0.8/1.0 MB | 65/70 kB Progress (2): 0.8/1.0 MB | 70 kB Progress (2): 0.9/1.0 MB | 70 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/2.0.17/slf4j-api-2.0.17.jar (70 kB at 32 kB/s) Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 0.9/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0/1.0 MB Progress (1): 1.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-test/6.2.15/spring-test-6.2.15.jar (1.0 MB at 466 kB/s) Progress (1): 7.7/674 kB Progress (1): 16/674 kB Progress (1): 32/674 kB Progress (1): 49/674 kB Progress (1): 65/674 kB Progress (1): 81/674 kB Progress (1): 98/674 kB Progress (1): 114/674 kB Progress (1): 131/674 kB Progress (1): 147/674 kB Progress (1): 163/674 kB Progress (1): 180/674 kB Progress (1): 196/674 kB Progress (1): 213/674 kB Progress (1): 229/674 kB Progress (1): 245/674 kB Progress (1): 262/674 kB Progress (1): 278/674 kB Progress (1): 294/674 kB Progress (1): 311/674 kB Progress (1): 327/674 kB Progress (1): 344/674 kB Progress (1): 360/674 kB Progress (1): 376/674 kB Progress (1): 393/674 kB Progress (1): 409/674 kB Progress (1): 426/674 kB Progress (1): 442/674 kB Progress (1): 458/674 kB Progress (1): 475/674 kB Progress (1): 491/674 kB Progress (1): 507/674 kB Progress (1): 524/674 kB Progress (1): 540/674 kB Progress (1): 557/674 kB Progress (1): 573/674 kB Progress (1): 589/674 kB Progress (1): 606/674 kB Progress (1): 622/674 kB Progress (1): 639/674 kB Progress (1): 655/674 kB Progress (1): 671/674 kB Progress (1): 674 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.17.0/commons-lang3-3.17.0.jar (674 kB at 301 kB/s) [INFO] [INFO] --- clean:3.4.1:clean (default-clean) @ MP_202610_G81_E1_Back --- Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom Progress (1): 729 B Progress (1): 2.2 kB Progress (1): 4.3 kB Progress (1): 7.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.pom (7.8 kB at 85 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom Progress (1): 691 B Progress (1): 2.5 kB Progress (1): 6.4 kB Progress (1): 8.9 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 19 kB Progress (1): 21 kB Progress (1): 25 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 320 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar Progress (1): 7.7/193 kB Progress (1): 12/193 kB Progress (1): 28/193 kB Progress (1): 44/193 kB Progress (1): 61/193 kB Progress (1): 77/193 kB Progress (1): 94/193 kB Progress (1): 110/193 kB Progress (1): 126/193 kB Progress (1): 143/193 kB Progress (1): 159/193 kB Progress (1): 175/193 kB Progress (1): 192/193 kB Progress (1): 193 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.1/plexus-utils-4.0.1.jar (193 kB at 2.3 MB/s) [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E1_Back --- [INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/cecaduser/workspace/MP_202610_G81_E1_Back/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E1_Back --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 0 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.14.1:compile (default-compile) @ MP_202610_G81_E1_Back --- Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom Progress (1): 1.3 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.pom (2.4 kB at 27 kB/s) 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 Progress (1): 793 B Progress (1): 2.3 kB Progress (1): 4.3 kB Progress (1): 5.9 kB 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 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.pom Progress (1): 1.9 kB Progress (1): 4.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.pom (4.1 kB at 46 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.5.0/plexus-languages-1.5.0.pom Progress (1): 1.4 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.5.0/plexus-languages-1.5.0.pom (3.9 kB at 45 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/20/plexus-20.pom Progress (1): 692 B Progress (1): 2.5 kB Progress (1): 6.4 kB Progress (1): 8.8 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 24 kB Progress (1): 28 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/20/plexus-20.pom (29 kB at 335 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.pom Progress (1): 872 B Progress (1): 3.4 kB Progress (1): 6.5 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.pom (18 kB at 151 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom (1.4 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom Progress (1): 1.2 kB Progress (1): 4.5 kB Progress (1): 7.6 kB Progress (1): 7.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom (7.6 kB at 89 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom Progress (1): 976 B Progress (1): 4.3 kB Progress (1): 7.7 kB Progress (1): 12 kB Progress (1): 13 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.pom (13 kB at 152 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom (1.3 kB at 16 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom Progress (1): 814 B Progress (1): 2.6 kB Progress (1): 3.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.pom (3.7 kB at 43 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom Progress (1): 692 B Progress (1): 2.5 kB Progress (1): 6.4 kB Progress (1): 8.9 kB Progress (1): 10 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 25 kB Progress (1): 29 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/18/plexus-18.pom (29 kB at 336 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom Progress (1): 1.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom (1.3 kB at 15 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom Progress (1): 1.6 kB Progress (1): 1.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom (1.6 kB at 19 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar Progress (1): 7.7/126 kB Progress (1): 16/126 kB Progress (1): 32/126 kB Progress (1): 49/126 kB Progress (1): 65/126 kB Progress (1): 81/126 kB Progress (1): 98/126 kB Progress (1): 114/126 kB Progress (1): 126 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.8/asm-9.8.jar (126 kB at 1.5 MB/s) 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 Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.jar Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar Progress (1): 7.7/151 kB Progress (1): 12/151 kB Progress (1): 28/151 kB Progress (1): 44/151 kB Progress (1): 61/151 kB Progress (1): 77/151 kB Progress (1): 94/151 kB Progress (1): 110/151 kB Progress (1): 118/151 kB Progress (1): 134/151 kB Progress (1): 151/151 kB Progress (1): 151 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar Progress (1): 7.7/29 kB Progress (1): 16/29 kB Progress (1): 29 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.jar (29 kB at 338 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar Progress (1): 5.2 kB Progress (2): 5.2 kB | 7.7/353 kB Progress (2): 5.2 kB | 16/353 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar (5.2 kB at 58 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar Progress (1): 28/353 kB Progress (1): 44/353 kB Progress (1): 61/353 kB Progress (1): 77/353 kB Progress (1): 94/353 kB Progress (1): 110/353 kB Progress (1): 126/353 kB Progress (1): 143/353 kB Progress (1): 159/353 kB Progress (1): 175/353 kB Progress (1): 192/353 kB Progress (1): 208/353 kB Progress (1): 225/353 kB Progress (1): 241/353 kB Progress (1): 257/353 kB Progress (1): 274/353 kB Progress (1): 290/353 kB Progress (1): 307/353 kB Progress (1): 323/353 kB Progress (1): 339/353 kB Progress (1): 344/353 kB Progress (1): 353 kB Progress (2): 353 kB | 7.7/57 kB Progress (2): 353 kB | 16/57 kB Progress (2): 353 kB | 32/57 kB Progress (2): 353 kB | 49/57 kB Progress (2): 353 kB | 57 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.5.0/plexus-java-1.5.0.jar (57 kB at 591 kB/s) Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.2.0/qdox-2.2.0.jar (353 kB at 3.6 MB/s) Progress (1): 7.7/26 kB Progress (1): 16/26 kB Progress (1): 26 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar (26 kB at 154 kB/s) Progress (1): 7.7/94 kB Progress (1): 16/94 kB Progress (1): 32/94 kB Progress (1): 49/94 kB Progress (1): 65/94 kB Progress (1): 81/94 kB Progress (1): 94 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-xml/3.0.1/plexus-xml-3.0.1.jar (94 kB at 558 kB/s) Progress (1): 7.7/193 kB Progress (1): 16/193 kB Progress (1): 32/193 kB Progress (1): 49/193 kB Progress (1): 65/193 kB Progress (1): 81/193 kB Progress (1): 98/193 kB Progress (1): 114/193 kB Progress (1): 131/193 kB Progress (1): 147/193 kB Progress (1): 163/193 kB Progress (1): 180/193 kB Progress (1): 193 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/4.0.2/plexus-utils-4.0.2.jar (193 kB at 1.1 MB/s) [INFO] Recompiling the module because of changed source code. [INFO] Compiling 10 source files with javac [debug parameters release 21] to target/classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202610_G81_E1_Back --- [INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E1_Back/src/test/resources [INFO] [INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E1_Back --- [INFO] Recompiling the module because of changed dependency. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ MP_202610_G81_E1_Back --- [INFO] [INFO] --- jar:3.4.2:jar (default-jar) @ MP_202610_G81_E1_Back --- Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom Progress (1): 762 B Progress (1): 2.0 kB Progress (1): 4.9 kB Progress (1): 6.7 kB Progress (1): 8.8 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 20 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.pom (20 kB at 209 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom Progress (1): 708 B Progress (1): 1.9 kB Progress (1): 3.1 kB Progress (1): 4.7 kB Progress (1): 6.4 kB Progress (1): 8.4 kB Progress (1): 10 kB Progress (1): 13 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 31 kB Progress (1): 32 kB Progress (1): 35 kB Progress (1): 40 kB Progress (1): 43 kB Progress (1): 46 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 55 kB Progress (1): 57 kB Progress (1): 60 kB Progress (1): 63 kB Progress (1): 67 kB Progress (1): 70 kB Progress (1): 73 kB Progress (1): 75 kB Progress (1): 77 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/69/commons-parent-69.pom (77 kB at 819 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom Progress (1): 801 B Progress (1): 2.3 kB Progress (1): 4.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.pom (4.4 kB at 49 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom Progress (1): 815 B Progress (1): 2.3 kB Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/41/maven-shared-components-41.pom (3.2 kB at 32 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom Progress (1): 1.3 kB Progress (1): 4.1 kB Progress (1): 6.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom (6.0 kB at 68 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom Progress (1): 1.2 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom (3.9 kB at 45 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom Progress (1): 692 B Progress (1): 2.7 kB Progress (1): 6.4 kB Progress (1): 8.9 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 25 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 274 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom Progress (1): 775 B Progress (1): 2.0 kB Progress (1): 3.8 kB Progress (1): 6.0 kB Progress (1): 9.2 kB Progress (1): 12 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 22 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom (22 kB at 254 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom Progress (1): 708 B Progress (1): 1.9 kB Progress (1): 3.1 kB Progress (1): 4.7 kB Progress (1): 6.5 kB Progress (1): 8.5 kB Progress (1): 10 kB Progress (1): 13 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 31 kB Progress (1): 32 kB Progress (1): 35 kB Progress (1): 40 kB Progress (1): 43 kB Progress (1): 46 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 55 kB Progress (1): 57 kB Progress (1): 60 kB Progress (1): 63 kB Progress (1): 67 kB Progress (1): 70 kB Progress (1): 73 kB Progress (1): 75 kB Progress (1): 77 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/66/commons-parent-66.pom (77 kB at 837 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom Progress (1): 749 B Progress (1): 1.9 kB Progress (1): 3.8 kB Progress (1): 6.3 kB Progress (1): 8.7 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom (16 kB at 174 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom Progress (1): 747 B Progress (1): 2.1 kB Progress (1): 4.7 kB Progress (1): 8.4 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 17 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 24 kB Progress (1): 28 kB Progress (1): 30 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (31 kB at 347 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom Progress (1): 706 B Progress (1): 1.9 kB Progress (1): 3.1 kB Progress (1): 4.7 kB Progress (1): 6.4 kB Progress (1): 8.4 kB Progress (1): 10 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 36 kB Progress (1): 41 kB Progress (1): 44 kB Progress (1): 46 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 56 kB Progress (1): 58 kB Progress (1): 60 kB Progress (1): 64 kB Progress (1): 68 kB Progress (1): 71 kB Progress (1): 74 kB Progress (1): 76 kB Progress (1): 78 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 866 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom Progress (1): 1.1 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom (2.0 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom Progress (1): 1.3 kB Progress (1): 3.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom (3.0 kB at 35 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar Progress (1): 7.7/509 kB Progress (1): 16/509 kB Progress (1): 32/509 kB Progress (1): 49/509 kB Progress (1): 65/509 kB Progress (1): 81/509 kB Progress (1): 98/509 kB Progress (1): 114/509 kB Progress (1): 131/509 kB Progress (1): 147/509 kB Progress (1): 163/509 kB Progress (1): 180/509 kB Progress (1): 196/509 kB Progress (1): 213/509 kB Progress (1): 229/509 kB Progress (1): 245/509 kB Progress (1): 262/509 kB Progress (1): 278/509 kB Progress (1): 294/509 kB Progress (1): 311/509 kB Progress (1): 327/509 kB Progress (1): 344/509 kB Progress (1): 360/509 kB Progress (1): 376/509 kB Progress (1): 393/509 kB Progress (1): 409/509 kB Progress (1): 426/509 kB Progress (1): 442/509 kB Progress (1): 458/509 kB Progress (1): 475/509 kB Progress (1): 491/509 kB Progress (1): 507/509 kB Progress (1): 509 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar (509 kB at 5.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar Progress (1): 7.7/79 kB Progress (1): 16/79 kB Progress (1): 32/79 kB Progress (1): 49/79 kB Progress (1): 65/79 kB Progress (1): 79 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar (79 kB at 669 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar Progress (1): 7.7/225 kB Progress (1): 16/225 kB Progress (1): 32/225 kB Progress (1): 49/225 kB Progress (2): 49/225 kB | 7.7/27 kB Progress (2): 65/225 kB | 7.7/27 kB Progress (2): 65/225 kB | 16/27 kB Progress (2): 81/225 kB | 16/27 kB Progress (2): 81/225 kB | 27 kB Progress (2): 98/225 kB | 27 kB Progress (2): 114/225 kB | 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.6.2/maven-archiver-3.6.2.jar (27 kB at 218 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar Progress (2): 114/225 kB | 7.7/86 kB Progress (3): 114/225 kB | 7.7/86 kB | 0/1.1 MB Progress (3): 114/225 kB | 12/86 kB | 0/1.1 MB Progress (3): 114/225 kB | 12/86 kB | 0/1.1 MB Progress (3): 114/225 kB | 12/86 kB | 0/1.1 MB Progress (3): 131/225 kB | 12/86 kB | 0/1.1 MB Progress (3): 147/225 kB | 12/86 kB | 0/1.1 MB Progress (3): 147/225 kB | 12/86 kB | 0/1.1 MB Progress (3): 147/225 kB | 28/86 kB | 0/1.1 MB Progress (3): 163/225 kB | 28/86 kB | 0/1.1 MB Progress (3): 163/225 kB | 44/86 kB | 0/1.1 MB Progress (3): 163/225 kB | 61/86 kB | 0/1.1 MB Progress (3): 180/225 kB | 61/86 kB | 0/1.1 MB Progress (3): 180/225 kB | 77/86 kB | 0/1.1 MB Progress (3): 180/225 kB | 77/86 kB | 0.1/1.1 MB Progress (3): 196/225 kB | 77/86 kB | 0.1/1.1 MB Progress (3): 196/225 kB | 77/86 kB | 0.1/1.1 MB Progress (3): 213/225 kB | 77/86 kB | 0.1/1.1 MB Progress (3): 213/225 kB | 77/86 kB | 0.1/1.1 MB Progress (3): 225 kB | 77/86 kB | 0.1/1.1 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar (225 kB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar Progress (3): 77/86 kB | 0.1/1.1 MB | 7.7/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 16/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 32/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 49/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 65/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 81/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 98/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 114/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 131/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 147/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 163/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 180/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 196/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 213/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 229/658 kB Progress (3): 77/86 kB | 0.1/1.1 MB | 245/658 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 245/658 kB | 7.7/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 245/658 kB | 16/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 245/658 kB | 28/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 245/658 kB | 44/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 262/658 kB | 44/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 262/658 kB | 61/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 278/658 kB | 61/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 278/658 kB | 77/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 294/658 kB | 77/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 294/658 kB | 94/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 294/658 kB | 110/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 294/658 kB | 126/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 311/658 kB | 126/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 327/658 kB | 126/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 344/658 kB | 126/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 344/658 kB | 143/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 344/658 kB | 159/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 344/658 kB | 175/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 360/658 kB | 175/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 376/658 kB | 175/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 376/658 kB | 192/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 393/658 kB | 192/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 393/658 kB | 208/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 393/658 kB | 225/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 409/658 kB | 225/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 426/658 kB | 225/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 442/658 kB | 225/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 442/658 kB | 241/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 442/658 kB | 257/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 442/658 kB | 274/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 442/658 kB | 282/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 458/658 kB | 282/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 475/658 kB | 282/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 475/658 kB | 290/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 491/658 kB | 290/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 491/658 kB | 298/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 491/658 kB | 314/365 kB Progress (4): 77/86 kB | 0.1/1.1 MB | 491/658 kB | 323/365 kB Progress (5): 77/86 kB | 0.1/1.1 MB | 491/658 kB | 323/365 kB | 0/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 491/658 kB | 323/365 kB | 0/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 491/658 kB | 323/365 kB | 0/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 491/658 kB | 323/365 kB | 0/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 507/658 kB | 323/365 kB | 0/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 507/658 kB | 323/365 kB | 0.1/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 524/658 kB | 323/365 kB | 0.1/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 524/658 kB | 323/365 kB | 0.1/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 540/658 kB | 323/365 kB | 0.1/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 540/658 kB | 339/365 kB | 0.1/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 540/658 kB | 339/365 kB | 0.1/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 540/658 kB | 347/365 kB | 0.1/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 540/658 kB | 347/365 kB | 0.1/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 540/658 kB | 364/365 kB | 0.1/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 540/658 kB | 365 kB | 0.1/6.8 MB Progress (5): 77/86 kB | 0.1/1.1 MB | 540/658 kB | 365 kB | 0.1/6.8 MB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar (365 kB at 1.7 MB/s) Progress (4): 86 kB | 0.1/1.1 MB | 540/658 kB | 0.1/6.8 MB Progress (4): 86 kB | 0.1/1.1 MB | 557/658 kB | 0.1/6.8 MB Progress (4): 86 kB | 0.1/1.1 MB | 573/658 kB | 0.1/6.8 MB Progress (4): 86 kB | 0.1/1.1 MB | 589/658 kB | 0.1/6.8 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 399 kB/s) Progress (3): 0.1/1.1 MB | 589/658 kB | 0.1/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.2/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.2/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.2/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.2/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.2/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.2/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.1/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.2/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.2/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.2/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.2/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.2/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.2/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.2/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.3/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.3/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.3/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.3/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.3/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.3/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.4/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.4/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.4/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.4/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.4/1.1 MB | 589/658 kB | 0.3/6.8 MB Progress (3): 0.4/1.1 MB | 606/658 kB | 0.3/6.8 MB Progress (3): 0.4/1.1 MB | 622/658 kB | 0.3/6.8 MB Progress (3): 0.4/1.1 MB | 639/658 kB | 0.3/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.3/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.3/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.4/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.4/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.4/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.4/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.4/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.4/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.5/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.5/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.5/6.8 MB Progress (3): 0.4/1.1 MB | 655/658 kB | 0.5/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.5/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.5/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.5/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.5/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.5/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.5/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.5/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.6/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.6/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.6/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.6/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.6/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.6/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.5/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.6/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.6/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.6/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.6/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.6/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.6/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.7/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.7/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.7/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.7/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.7/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.7/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 0.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.8/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 1.9/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.0/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.1/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.2/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.3/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.4/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.5/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.6/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.7/6.8 MB Progress (3): 0.8/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.8/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.9/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.9/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.9/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.9/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.9/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.9/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 2.9/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 3.0/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 3.0/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 3.0/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 3.0/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 3.0/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 3.0/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 3.1/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 3.1/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 3.1/6.8 MB Progress (3): 0.9/1.1 MB | 655/658 kB | 3.1/6.8 MB Progress (3): 0.9/1.1 MB | 658 kB | 3.1/6.8 MB Progress (3): 0.9/1.1 MB | 658 kB | 3.1/6.8 MB Progress (3): 0.9/1.1 MB | 658 kB | 3.1/6.8 MB Progress (3): 0.9/1.1 MB | 658 kB | 3.2/6.8 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 1.8 MB/s) Progress (2): 0.9/1.1 MB | 3.2/6.8 MB Progress (2): 0.9/1.1 MB | 3.2/6.8 MB Progress (2): 0.9/1.1 MB | 3.2/6.8 MB Progress (2): 0.9/1.1 MB | 3.2/6.8 MB Progress (2): 0.9/1.1 MB | 3.2/6.8 MB Progress (2): 0.9/1.1 MB | 3.3/6.8 MB Progress (2): 0.9/1.1 MB | 3.3/6.8 MB Progress (2): 0.9/1.1 MB | 3.3/6.8 MB Progress (2): 0.9/1.1 MB | 3.3/6.8 MB Progress (2): 0.9/1.1 MB | 3.3/6.8 MB Progress (2): 0.9/1.1 MB | 3.3/6.8 MB Progress (2): 0.9/1.1 MB | 3.4/6.8 MB Progress (2): 0.9/1.1 MB | 3.4/6.8 MB Progress (2): 0.9/1.1 MB | 3.4/6.8 MB Progress (2): 0.9/1.1 MB | 3.4/6.8 MB Progress (2): 0.9/1.1 MB | 3.4/6.8 MB Progress (2): 0.9/1.1 MB | 3.4/6.8 MB Progress (2): 0.9/1.1 MB | 3.5/6.8 MB Progress (2): 0.9/1.1 MB | 3.5/6.8 MB Progress (2): 0.9/1.1 MB | 3.5/6.8 MB Progress (2): 0.9/1.1 MB | 3.5/6.8 MB Progress (2): 0.9/1.1 MB | 3.5/6.8 MB Progress (2): 0.9/1.1 MB | 3.5/6.8 MB Progress (2): 0.9/1.1 MB | 3.6/6.8 MB Progress (2): 0.9/1.1 MB | 3.6/6.8 MB Progress (2): 0.9/1.1 MB | 3.6/6.8 MB Progress (2): 0.9/1.1 MB | 3.6/6.8 MB Progress (2): 0.9/1.1 MB | 3.6/6.8 MB Progress (2): 0.9/1.1 MB | 3.6/6.8 MB Progress (2): 0.9/1.1 MB | 3.7/6.8 MB Progress (2): 0.9/1.1 MB | 3.7/6.8 MB Progress (2): 0.9/1.1 MB | 3.7/6.8 MB Progress (2): 0.9/1.1 MB | 3.7/6.8 MB Progress (2): 0.9/1.1 MB | 3.7/6.8 MB Progress (2): 0.9/1.1 MB | 3.7/6.8 MB Progress (2): 0.9/1.1 MB | 3.8/6.8 MB Progress (2): 0.9/1.1 MB | 3.8/6.8 MB Progress (2): 0.9/1.1 MB | 3.8/6.8 MB Progress (2): 0.9/1.1 MB | 3.8/6.8 MB Progress (2): 0.9/1.1 MB | 3.8/6.8 MB Progress (2): 0.9/1.1 MB | 3.8/6.8 MB Progress (2): 0.9/1.1 MB | 3.8/6.8 MB Progress (2): 0.9/1.1 MB | 3.9/6.8 MB Progress (2): 0.9/1.1 MB | 3.9/6.8 MB Progress (2): 0.9/1.1 MB | 3.9/6.8 MB Progress (2): 0.9/1.1 MB | 3.9/6.8 MB Progress (2): 0.9/1.1 MB | 3.9/6.8 MB Progress (2): 0.9/1.1 MB | 3.9/6.8 MB Progress (2): 0.9/1.1 MB | 4.0/6.8 MB Progress (2): 0.9/1.1 MB | 4.0/6.8 MB Progress (2): 0.9/1.1 MB | 4.0/6.8 MB Progress (2): 0.9/1.1 MB | 4.0/6.8 MB Progress (2): 0.9/1.1 MB | 4.0/6.8 MB Progress (2): 0.9/1.1 MB | 4.0/6.8 MB Progress (2): 0.9/1.1 MB | 4.1/6.8 MB Progress (2): 0.9/1.1 MB | 4.1/6.8 MB Progress (2): 0.9/1.1 MB | 4.1/6.8 MB Progress (2): 0.9/1.1 MB | 4.1/6.8 MB Progress (2): 0.9/1.1 MB | 4.1/6.8 MB Progress (2): 0.9/1.1 MB | 4.1/6.8 MB Progress (2): 0.9/1.1 MB | 4.2/6.8 MB Progress (2): 0.9/1.1 MB | 4.2/6.8 MB Progress (2): 0.9/1.1 MB | 4.2/6.8 MB Progress (2): 0.9/1.1 MB | 4.2/6.8 MB Progress (2): 0.9/1.1 MB | 4.2/6.8 MB Progress (2): 0.9/1.1 MB | 4.2/6.8 MB Progress (2): 0.9/1.1 MB | 4.3/6.8 MB Progress (2): 0.9/1.1 MB | 4.3/6.8 MB Progress (2): 0.9/1.1 MB | 4.3/6.8 MB Progress (2): 0.9/1.1 MB | 4.3/6.8 MB Progress (2): 0.9/1.1 MB | 4.3/6.8 MB Progress (2): 0.9/1.1 MB | 4.3/6.8 MB Progress (2): 0.9/1.1 MB | 4.4/6.8 MB Progress (2): 0.9/1.1 MB | 4.4/6.8 MB Progress (2): 1.0/1.1 MB | 4.4/6.8 MB Progress (2): 1.0/1.1 MB | 4.4/6.8 MB Progress (2): 1.0/1.1 MB | 4.4/6.8 MB Progress (2): 1.0/1.1 MB | 4.4/6.8 MB Progress (2): 1.0/1.1 MB | 4.4/6.8 MB Progress (2): 1.0/1.1 MB | 4.4/6.8 MB Progress (2): 1.0/1.1 MB | 4.4/6.8 MB Progress (2): 1.0/1.1 MB | 4.4/6.8 MB Progress (2): 1.0/1.1 MB | 4.4/6.8 MB Progress (2): 1.0/1.1 MB | 4.4/6.8 MB Progress (2): 1.1/1.1 MB | 4.4/6.8 MB Progress (2): 1.1/1.1 MB | 4.4/6.8 MB Progress (2): 1.1 MB | 4.4/6.8 MB Progress (2): 1.1 MB | 4.5/6.8 MB Progress (2): 1.1 MB | 4.5/6.8 MB Progress (2): 1.1 MB | 4.5/6.8 MB Progress (2): 1.1 MB | 4.5/6.8 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar (1.1 MB at 2.7 MB/s) Progress (1): 4.5/6.8 MB Progress (1): 4.5/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.6/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.7/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.8/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 4.9/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.0/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.1/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.2/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.3/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.4/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.5/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.6/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.7/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.8/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 5.9/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.0/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.1/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.2/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.3/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.4/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.5/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.6/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.7/6.8 MB Progress (1): 6.8/6.8 MB Progress (1): 6.8 MB Downloaded from central: https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar (6.8 MB at 12 MB/s) [INFO] Building jar: /home/cecaduser/workspace/MP_202610_G81_E1_Back/target/MP_202610_G81_E1_Back-0.0.1-SNAPSHOT.jar [INFO] [INFO] --- spring-boot:3.5.10:repackage (repackage) @ MP_202610_G81_E1_Back --- Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/3.5.10/spring-boot-buildpack-platform-3.5.10.pom Progress (1): 972 B Progress (1): 3.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/3.5.10/spring-boot-buildpack-platform-3.5.10.pom (3.2 kB at 32 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.pom Progress (1): 1.3 kB Progress (1): 2.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.pom (2.3 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom Progress (1): 1.4 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.17.0/jna-5.17.0.pom (2.0 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.pom Progress (1): 749 B Progress (1): 1.9 kB Progress (1): 3.8 kB Progress (1): 5.3 kB Progress (1): 9.2 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.pom (23 kB at 268 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/72/commons-parent-72.pom Progress (1): 778 B Progress (1): 2.1 kB Progress (1): 3.5 kB Progress (1): 5.1 kB Progress (1): 7.4 kB Progress (1): 8.2 kB Progress (1): 9.6 kB Progress (1): 12 kB Progress (1): 14 kB Progress (1): 16 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 24 kB Progress (1): 27 kB Progress (1): 31 kB Progress (1): 34 kB Progress (1): 39 kB Progress (1): 42 kB Progress (1): 45 kB Progress (1): 48 kB Progress (1): 50 kB Progress (1): 54 kB Progress (1): 57 kB Progress (1): 59 kB Progress (1): 62 kB Progress (1): 66 kB Progress (1): 69 kB Progress (1): 72 kB Progress (1): 74 kB Progress (1): 77 kB Progress (1): 78 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/72/commons-parent-72.pom (78 kB at 838 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.0-M2/junit-bom-5.11.0-M2.pom (5.7 kB at 65 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.pom Progress (1): 744 B Progress (1): 1.9 kB Progress (1): 4.1 kB Progress (1): 5.9 kB Progress (1): 8.4 kB Progress (1): 12 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.pom (18 kB at 204 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/71/commons-parent-71.pom Progress (1): 708 B Progress (1): 1.9 kB Progress (1): 3.2 kB Progress (1): 4.6 kB Progress (1): 6.8 kB Progress (1): 8.4 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 15 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 22 kB Progress (1): 25 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 32 kB Progress (1): 36 kB Progress (1): 40 kB Progress (1): 43 kB Progress (1): 46 kB Progress (1): 49 kB Progress (1): 51 kB Progress (1): 55 kB Progress (1): 57 kB Progress (1): 60 kB Progress (1): 63 kB Progress (1): 67 kB Progress (1): 70 kB Progress (1): 73 kB Progress (1): 75 kB Progress (1): 78 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/71/commons-parent-71.pom (78 kB at 819 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.pom Progress (1): 812 B Progress (1): 1.9 kB Progress (1): 4.0 kB Progress (1): 5.6 kB Progress (1): 7.4 kB Progress (1): 9.8 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 26 kB Progress (1): 29 kB Progress (1): 31 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.pom (31 kB at 336 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.5.2/httpclient5-5.5.2.pom Progress (1): 867 B Progress (1): 3.2 kB Progress (1): 5.6 kB Progress (1): 6.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.5.2/httpclient5-5.5.2.pom (6.1 kB at 68 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.5.2/httpclient5-parent-5.5.2.pom Progress (1): 837 B Progress (1): 2.2 kB Progress (1): 3.9 kB Progress (1): 8.4 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 17 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.5.2/httpclient5-parent-5.5.2.pom (17 kB at 184 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/14/httpcomponents-parent-14.pom Progress (1): 805 B Progress (1): 2.2 kB Progress (1): 4.0 kB Progress (1): 5.9 kB Progress (1): 7.1 kB Progress (1): 8.5 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 24 kB Progress (1): 27 kB Progress (1): 30 kB Progress (1): 30 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/14/httpcomponents-parent-14.pom (30 kB at 323 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.3/junit-bom-5.13.3.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.3/junit-bom-5.13.3.pom (5.7 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.3.6/httpcore5-5.3.6.pom Progress (1): 883 B Progress (1): 2.9 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.3.6/httpcore5-5.3.6.pom (3.9 kB at 45 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.3.6/httpcore5-parent-5.3.6.pom Progress (1): 846 B Progress (1): 2.2 kB Progress (1): 3.9 kB Progress (1): 7.5 kB Progress (1): 10 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.3.6/httpcore5-parent-5.3.6.pom (14 kB at 159 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.3.6/httpcore5-h2-5.3.6.pom Progress (1): 889 B Progress (1): 3.1 kB Progress (1): 3.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.3.6/httpcore5-h2-5.3.6.pom (3.6 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/3.5.10/spring-boot-loader-tools-3.5.10.pom Progress (1): 1.0 kB Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/3.5.10/spring-boot-loader-tools-3.5.10.pom (2.2 kB at 24 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom Progress (1): 798 B Progress (1): 2.3 kB Progress (1): 5.4 kB Progress (1): 5.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.pom (5.4 kB at 58 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom Progress (1): 811 B Progress (1): 2.3 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/42/maven-shared-components-42.pom (3.8 kB at 42 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom Progress (1): 825 B Progress (1): 2.8 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 31 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom Progress (1): 774 B Progress (1): 2.2 kB Progress (1): 6.0 kB Progress (1): 9.6 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 211 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom Progress (1): 843 B Progress (1): 2.6 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 30 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.14.14/micrometer-observation-1.14.14.pom Progress (1): 1.1 kB Progress (1): 3.4 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.14.14/micrometer-observation-1.14.14.pom (3.8 kB at 44 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.14.14/micrometer-commons-1.14.14.pom Progress (1): 1.1 kB Progress (1): 3.1 kB Progress (1): 3.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.14.14/micrometer-commons-1.14.14.pom (3.4 kB at 39 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.pom Progress (1): 773 B Progress (1): 2.3 kB Progress (1): 4.9 kB Progress (1): 8.0 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.pom (12 kB at 126 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7/asm-9.7.pom Progress (1): 1.3 kB Progress (1): 2.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7/asm-9.7.pom (2.4 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.pom Progress (1): 1.1 kB Progress (1): 2.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.pom (2.8 kB at 33 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom Progress (1): 1.1 kB Progress (1): 2.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom (2.6 kB at 29 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom Progress (1): 758 B Progress (1): 1.9 kB Progress (1): 3.7 kB Progress (1): 5.4 kB Progress (1): 9.3 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.26.2/commons-compress-1.26.2.pom (23 kB at 249 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom Progress (1): 745 B Progress (1): 1.9 kB Progress (1): 4.0 kB Progress (1): 5.8 kB Progress (1): 8.4 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 17 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.0/commons-codec-1.17.0.pom (18 kB at 203 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.10/jdependency-2.10.pom Progress (1): 1.1 kB Progress (1): 4.9 kB Progress (1): 8.5 kB Progress (1): 12 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.10/jdependency-2.10.pom (14 kB at 159 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/3.5.10/spring-boot-buildpack-platform-3.5.10.jar Progress (1): 7.7/321 kB Progress (1): 16/321 kB Progress (1): 32/321 kB Progress (1): 49/321 kB Progress (1): 65/321 kB Progress (1): 81/321 kB Progress (1): 98/321 kB Progress (1): 114/321 kB Progress (1): 131/321 kB Progress (1): 147/321 kB Progress (1): 163/321 kB Progress (1): 180/321 kB Progress (1): 196/321 kB Progress (1): 213/321 kB Progress (1): 229/321 kB Progress (1): 245/321 kB Progress (1): 262/321 kB Progress (1): 278/321 kB Progress (1): 294/321 kB Progress (1): 311/321 kB Progress (1): 321 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-buildpack-platform/3.5.10/spring-boot-buildpack-platform-3.5.10.jar (321 kB at 3.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.jar Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.17.0/jna-5.17.0.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.jar Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.jar Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0/1.4 MB Progress (1): 0.1/1.4 MB Progress (2): 0.1/1.4 MB | 7.7/674 kB Progress (3): 0.1/1.4 MB | 7.7/674 kB | 0/1.1 MB Progress (3): 0.1/1.4 MB | 16/674 kB | 0/1.1 MB Progress (3): 0.1/1.4 MB | 16/674 kB | 0/1.1 MB Progress (3): 0.1/1.4 MB | 16/674 kB | 0/1.1 MB Progress (3): 0.1/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.1/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.1/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.1/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.1/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.2/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.2/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.2/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.2/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.2/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.2/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.2/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.3/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.3/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.3/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.3/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.3/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.3/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.4/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.4/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.4/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.4/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.4/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.4/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.5/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.5/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.5/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.5/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.5/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.5/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.6/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.6/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.6/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.6/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.6/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.6/1.4 MB | 25/674 kB | 0/1.1 MB Progress (3): 0.6/1.4 MB | 25/674 kB | 0.1/1.1 MB Progress (3): 0.6/1.4 MB | 25/674 kB | 0.1/1.1 MB Progress (4): 0.6/1.4 MB | 25/674 kB | 0.1/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 25/674 kB | 0.1/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 25/674 kB | 0.1/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 25/674 kB | 0.1/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 25/674 kB | 0.1/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 25/674 kB | 0.1/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 25/674 kB | 0.1/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 25/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 25/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 25/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 41/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 57/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 74/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 90/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 106/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 123/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 131/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 139/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 147/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 164/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 180/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 197/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 213/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 229/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 246/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 262/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 279/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 295/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 311/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 311/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.6/1.4 MB | 328/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 328/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 344/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 344/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 360/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 360/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 377/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 377/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 393/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 393/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 410/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 418/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 418/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.7/1.4 MB | 434/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.8/1.4 MB | 434/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.8/1.4 MB | 451/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.8/1.4 MB | 451/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.8/1.4 MB | 451/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.8/1.4 MB | 467/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.8/1.4 MB | 467/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.8/1.4 MB | 483/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.8/1.4 MB | 483/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.8/1.4 MB | 500/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.8/1.4 MB | 500/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.8/1.4 MB | 516/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 516/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 532/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 532/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 532/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 549/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 549/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 565/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 565/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 582/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 598/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 598/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 614/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 631/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 647/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 664/674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 0.9/1.4 MB | 674 kB | 0.2/1.1 MB | 0/2.0 MB Progress (4): 1.0/1.4 MB | 674 kB | 0.2/1.1 MB | 0/2.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.16.0/commons-lang3-3.16.0.jar (674 kB at 3.4 MB/s) Progress (3): 1.0/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.5.2/httpclient5-5.5.2.jar Progress (3): 1.0/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.0/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.0/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.0/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.1/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.1/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.1/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.1/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.1/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.1/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.2/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.2/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.2/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.2/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.2/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.2/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.3/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.3/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.3/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.3/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.3/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.3/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.4/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.4/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.4/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.4/1.4 MB | 0.2/1.1 MB | 0/2.0 MB Progress (3): 1.4/1.4 MB | 0.3/1.1 MB | 0/2.0 MB Progress (3): 1.4/1.4 MB | 0.3/1.1 MB | 0/2.0 MB Progress (4): 1.4/1.4 MB | 0.3/1.1 MB | 0/2.0 MB | 7.7/373 kB Progress (4): 1.4/1.4 MB | 0.3/1.1 MB | 0/2.0 MB | 16/373 kB Progress (4): 1.4/1.4 MB | 0.3/1.1 MB | 0/2.0 MB | 16/373 kB Progress (4): 1.4/1.4 MB | 0.3/1.1 MB | 0/2.0 MB | 16/373 kB Progress (4): 1.4/1.4 MB | 0.3/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (4): 1.4/1.4 MB | 0.3/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (4): 1.4/1.4 MB | 0.3/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (4): 1.4/1.4 MB | 0.3/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (4): 1.4 MB | 0.3/1.1 MB | 0.1/2.0 MB | 16/373 kB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.17.0/jna-platform-5.17.0.jar (1.4 MB at 5.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.3.6/httpcore5-5.3.6.jar Progress (3): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 7.7/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 12/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 28/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 44/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 61/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 77/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 94/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 110/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 126/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 143/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 159/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 175/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 192/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 197/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 197/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 213/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 229/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 246/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 262/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 279/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 295/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 311/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 319/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 336/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 352/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 369/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 385/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 401/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 418/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 434/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 451/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 467/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 483/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 500/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 516/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 532/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 532/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 549/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 565/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 582/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 598/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 614/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 614/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 631/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 647/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 664/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 680/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 696/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 713/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 729/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 745/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 762/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 778/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 795/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 811/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 827/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 844/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 860/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 877/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 893/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 909/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 926/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 942/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 958/961 kB Progress (4): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB | 961 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.5.2/httpclient5-5.5.2.jar (961 kB at 3.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.3.6/httpcore5-h2-5.3.6.jar Progress (3): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (3): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (3): 0.4/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (3): 0.5/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (3): 0.5/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (3): 0.5/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (3): 0.5/1.1 MB | 0.1/2.0 MB | 16/373 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 16/373 kB | 7.7/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 16/373 kB | 16/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 16/373 kB | 32/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 16/373 kB | 32/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 16/373 kB | 49/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 16/373 kB | 65/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 16/373 kB | 81/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 32/373 kB | 81/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 32/373 kB | 81/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 32/373 kB | 98/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 32/373 kB | 114/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 32/373 kB | 114/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 32/373 kB | 131/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 32/373 kB | 131/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 32/373 kB | 147/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 32/373 kB | 163/909 kB Progress (4): 0.5/1.1 MB | 0.1/2.0 MB | 32/373 kB | 180/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 180/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 196/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 7.7/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 16/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 24/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 41/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 57/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 73/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 90/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 106/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 122/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 131/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 147/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 164/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 213/909 kB | 164/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 229/909 kB | 164/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 229/909 kB | 180/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 229/909 kB | 197/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 229/909 kB | 213/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 229/909 kB | 229/243 kB Progress (5): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 229/909 kB | 243 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.3.6/httpcore5-h2-5.3.6.jar (243 kB at 608 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/3.5.10/spring-boot-loader-tools-3.5.10.jar Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 245/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 262/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 262/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 278/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 294/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 294/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 311/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 311/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 327/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 344/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 344/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 360/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 376/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 376/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 393/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 409/909 kB Progress (4): 0.6/1.1 MB | 0.1/2.0 MB | 32/373 kB | 426/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 426/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 442/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 458/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 475/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 475/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 491/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 491/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 507/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 507/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 524/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 540/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 557/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 557/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 573/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 589/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 589/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 606/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 32/373 kB | 622/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 49/373 kB | 622/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 49/373 kB | 622/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 49/373 kB | 639/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 49/373 kB | 655/909 kB Progress (4): 0.7/1.1 MB | 0.1/2.0 MB | 49/373 kB | 671/909 kB Progress (4): 0.8/1.1 MB | 0.1/2.0 MB | 49/373 kB | 671/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 671/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 688/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 704/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 704/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 720/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 737/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 737/909 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 737/909 kB | 7.7/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 737/909 kB | 12/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 737/909 kB | 28/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 737/909 kB | 44/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 737/909 kB | 61/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 61/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 77/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 94/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 102/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 118/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 126/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 143/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 159/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 167/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 184/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 192/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 200/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 208/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 216/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 753/909 kB | 225/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 770/909 kB | 225/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 770/909 kB | 233/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 770/909 kB | 249/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 770/909 kB | 249/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 786/909 kB | 249/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 786/909 kB | 266/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 786/909 kB | 282/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 282/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 298/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 307/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 323/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 339/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 356/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 372/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 388/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 405/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 421/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 438/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 454/455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 802/909 kB | 455 kB Progress (5): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 819/909 kB | 455 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-loader-tools/3.5.10/spring-boot-loader-tools-3.5.10.jar (455 kB at 908 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 819/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 819/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 835/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 852/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 852/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 868/909 kB Progress (4): 0.8/1.1 MB | 0.2/2.0 MB | 49/373 kB | 884/909 kB Progress (4): 0.9/1.1 MB | 0.2/2.0 MB | 49/373 kB | 884/909 kB Progress (4): 0.9/1.1 MB | 0.2/2.0 MB | 49/373 kB | 901/909 kB Progress (4): 0.9/1.1 MB | 0.2/2.0 MB | 49/373 kB | 909 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.3.6/httpcore5-5.3.6.jar (909 kB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar Progress (3): 0.9/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 0.9/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 0.9/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 0.9/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 0.9/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 0.9/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 0.9/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 1.0/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 1.0/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 1.0/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 1.0/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 1.0/1.1 MB | 0.2/2.0 MB | 49/373 kB Progress (3): 1.0/1.1 MB | 0.2/2.0 MB | 65/373 kB Progress (3): 1.0/1.1 MB | 0.2/2.0 MB | 65/373 kB Progress (3): 1.0/1.1 MB | 0.2/2.0 MB | 65/373 kB Progress (3): 1.0/1.1 MB | 0.2/2.0 MB | 65/373 kB Progress (3): 1.1/1.1 MB | 0.2/2.0 MB | 65/373 kB Progress (4): 1.1/1.1 MB | 0.2/2.0 MB | 65/373 kB | 7.7/58 kB Progress (4): 1.1/1.1 MB | 0.2/2.0 MB | 65/373 kB | 16/58 kB Progress (4): 1.1/1.1 MB | 0.2/2.0 MB | 65/373 kB | 32/58 kB Progress (4): 1.1/1.1 MB | 0.2/2.0 MB | 65/373 kB | 49/58 kB Progress (4): 1.1/1.1 MB | 0.2/2.0 MB | 65/373 kB | 58 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.4.0/maven-common-artifact-filters-3.4.0.jar (58 kB at 99 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar Progress (3): 1.1/1.1 MB | 0.2/2.0 MB | 65/373 kB Progress (3): 1.1 MB | 0.2/2.0 MB | 65/373 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.27.1/commons-compress-1.27.1.jar (1.1 MB at 1.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.14.14/micrometer-observation-1.14.14.jar Progress (3): 0.2/2.0 MB | 65/373 kB | 7.7/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 16/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 32/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 32/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 49/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 65/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 81/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 98/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 114/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 131/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 147/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 163/168 kB Progress (3): 0.2/2.0 MB | 65/373 kB | 168 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 265 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.14.14/micrometer-commons-1.14.14.jar Progress (2): 0.3/2.0 MB | 65/373 kB Progress (2): 0.3/2.0 MB | 65/373 kB Progress (2): 0.3/2.0 MB | 81/373 kB Progress (2): 0.3/2.0 MB | 81/373 kB Progress (3): 0.3/2.0 MB | 81/373 kB | 7.7/75 kB Progress (3): 0.3/2.0 MB | 81/373 kB | 16/75 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 16/75 kB | 7.7/149 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 16/75 kB | 16/149 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 16/75 kB | 32/149 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 16/75 kB | 49/149 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 16/75 kB | 65/149 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 16/75 kB | 81/149 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 16/75 kB | 98/149 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 25/75 kB | 98/149 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 25/75 kB | 114/149 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 25/75 kB | 131/149 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 25/75 kB | 147/149 kB Progress (4): 0.3/2.0 MB | 81/373 kB | 25/75 kB | 149 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 219 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.jar Progress (3): 0.3/2.0 MB | 81/373 kB | 41/75 kB Progress (3): 0.3/2.0 MB | 81/373 kB | 57/75 kB Progress (3): 0.3/2.0 MB | 81/373 kB | 74/75 kB Progress (3): 0.3/2.0 MB | 81/373 kB | 75 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-observation/1.14.14/micrometer-observation-1.14.14.jar (75 kB at 107 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7/asm-9.7.jar Progress (2): 0.3/2.0 MB | 81/373 kB Progress (2): 0.3/2.0 MB | 81/373 kB Progress (3): 0.3/2.0 MB | 81/373 kB | 7.7/48 kB Progress (3): 0.3/2.0 MB | 81/373 kB | 16/48 kB Progress (3): 0.3/2.0 MB | 81/373 kB | 28/48 kB Progress (3): 0.3/2.0 MB | 81/373 kB | 44/48 kB Progress (3): 0.3/2.0 MB | 81/373 kB | 48 kB Progress (3): 0.3/2.0 MB | 98/373 kB | 48 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/micrometer/micrometer-commons/1.14.14/micrometer-commons-1.14.14.jar (48 kB at 66 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar Progress (2): 0.3/2.0 MB | 98/373 kB Progress (2): 0.4/2.0 MB | 98/373 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 7.7/150 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 16/150 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 32/150 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 49/150 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 65/150 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 81/150 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 98/150 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 114/150 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 131/150 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 147/150 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 150 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.0/maven-shade-plugin-3.6.0.jar (150 kB at 194 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar Progress (2): 0.4/2.0 MB | 98/373 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 7.7/125 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 12/125 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 28/125 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 28/125 kB Progress (3): 0.4/2.0 MB | 98/373 kB | 44/125 kB Progress (3): 0.4/2.0 MB | 114/373 kB | 44/125 kB Progress (3): 0.4/2.0 MB | 114/373 kB | 61/125 kB Progress (3): 0.4/2.0 MB | 114/373 kB | 77/125 kB Progress (3): 0.4/2.0 MB | 114/373 kB | 77/125 kB Progress (3): 0.4/2.0 MB | 114/373 kB | 94/125 kB Progress (4): 0.4/2.0 MB | 114/373 kB | 94/125 kB | 7.7/73 kB Progress (4): 0.4/2.0 MB | 114/373 kB | 94/125 kB | 16/73 kB Progress (4): 0.4/2.0 MB | 114/373 kB | 94/125 kB | 32/73 kB Progress (4): 0.4/2.0 MB | 114/373 kB | 94/125 kB | 49/73 kB Progress (4): 0.4/2.0 MB | 114/373 kB | 110/125 kB | 49/73 kB Progress (4): 0.4/2.0 MB | 114/373 kB | 110/125 kB | 65/73 kB Progress (4): 0.4/2.0 MB | 114/373 kB | 110/125 kB | 73 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar (73 kB at 90 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.10/jdependency-2.10.jar Progress (3): 0.4/2.0 MB | 114/373 kB | 125 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.7/asm-9.7.jar (125 kB at 153 kB/s) Progress (2): 0.4/2.0 MB | 114/373 kB Progress (2): 0.4/2.0 MB | 114/373 kB Progress (2): 0.5/2.0 MB | 114/373 kB Progress (3): 0.5/2.0 MB | 114/373 kB | 7.7/52 kB Progress (3): 0.5/2.0 MB | 114/373 kB | 16/52 kB Progress (3): 0.5/2.0 MB | 114/373 kB | 32/52 kB Progress (3): 0.5/2.0 MB | 114/373 kB | 49/52 kB Progress (3): 0.5/2.0 MB | 114/373 kB | 52 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar (52 kB at 61 kB/s) Progress (2): 0.5/2.0 MB | 131/373 kB Progress (2): 0.5/2.0 MB | 131/373 kB Progress (2): 0.5/2.0 MB | 131/373 kB Progress (2): 0.5/2.0 MB | 131/373 kB Progress (3): 0.5/2.0 MB | 131/373 kB | 7.7/416 kB Progress (3): 0.5/2.0 MB | 131/373 kB | 16/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 16/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 16/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 32/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 49/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 65/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 81/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 98/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 98/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 114/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 131/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 147/416 kB Progress (3): 0.5/2.0 MB | 147/373 kB | 163/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 163/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 180/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 196/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 213/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 229/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 229/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 245/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 262/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 278/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 294/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 311/416 kB Progress (3): 0.6/2.0 MB | 147/373 kB | 311/416 kB Progress (3): 0.6/2.0 MB | 163/373 kB | 311/416 kB Progress (3): 0.6/2.0 MB | 163/373 kB | 327/416 kB Progress (3): 0.6/2.0 MB | 163/373 kB | 344/416 kB Progress (3): 0.6/2.0 MB | 163/373 kB | 360/416 kB Progress (3): 0.6/2.0 MB | 163/373 kB | 376/416 kB Progress (3): 0.6/2.0 MB | 163/373 kB | 376/416 kB Progress (3): 0.6/2.0 MB | 163/373 kB | 393/416 kB Progress (3): 0.6/2.0 MB | 163/373 kB | 409/416 kB Progress (3): 0.6/2.0 MB | 163/373 kB | 416 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/vafer/jdependency/2.10/jdependency-2.10.jar (416 kB at 426 kB/s) Progress (2): 0.6/2.0 MB | 163/373 kB Progress (2): 0.6/2.0 MB | 163/373 kB Progress (2): 0.7/2.0 MB | 163/373 kB Progress (2): 0.7/2.0 MB | 180/373 kB Progress (2): 0.7/2.0 MB | 180/373 kB Progress (2): 0.7/2.0 MB | 180/373 kB Progress (2): 0.7/2.0 MB | 180/373 kB Progress (2): 0.7/2.0 MB | 180/373 kB Progress (2): 0.7/2.0 MB | 196/373 kB Progress (2): 0.7/2.0 MB | 196/373 kB Progress (2): 0.7/2.0 MB | 196/373 kB Progress (2): 0.8/2.0 MB | 196/373 kB Progress (2): 0.8/2.0 MB | 196/373 kB Progress (2): 0.8/2.0 MB | 213/373 kB Progress (2): 0.8/2.0 MB | 213/373 kB Progress (2): 0.8/2.0 MB | 213/373 kB Progress (2): 0.8/2.0 MB | 213/373 kB Progress (2): 0.8/2.0 MB | 213/373 kB Progress (2): 0.9/2.0 MB | 213/373 kB Progress (2): 0.9/2.0 MB | 229/373 kB Progress (2): 0.9/2.0 MB | 229/373 kB Progress (2): 0.9/2.0 MB | 229/373 kB Progress (2): 0.9/2.0 MB | 229/373 kB Progress (2): 0.9/2.0 MB | 229/373 kB Progress (2): 0.9/2.0 MB | 245/373 kB Progress (2): 0.9/2.0 MB | 245/373 kB Progress (2): 1.0/2.0 MB | 245/373 kB Progress (2): 1.0/2.0 MB | 245/373 kB Progress (2): 1.0/2.0 MB | 262/373 kB Progress (2): 1.0/2.0 MB | 262/373 kB Progress (2): 1.0/2.0 MB | 262/373 kB Progress (2): 1.0/2.0 MB | 262/373 kB Progress (2): 1.0/2.0 MB | 262/373 kB Progress (2): 1.0/2.0 MB | 278/373 kB Progress (2): 1.1/2.0 MB | 278/373 kB Progress (2): 1.1/2.0 MB | 278/373 kB Progress (2): 1.1/2.0 MB | 278/373 kB Progress (2): 1.1/2.0 MB | 294/373 kB Progress (2): 1.1/2.0 MB | 294/373 kB Progress (2): 1.1/2.0 MB | 294/373 kB Progress (2): 1.1/2.0 MB | 294/373 kB Progress (2): 1.2/2.0 MB | 294/373 kB Progress (2): 1.2/2.0 MB | 311/373 kB Progress (2): 1.2/2.0 MB | 311/373 kB Progress (2): 1.2/2.0 MB | 311/373 kB Progress (2): 1.2/2.0 MB | 311/373 kB Progress (2): 1.2/2.0 MB | 327/373 kB Progress (2): 1.2/2.0 MB | 327/373 kB Progress (2): 1.2/2.0 MB | 327/373 kB Progress (2): 1.3/2.0 MB | 327/373 kB Progress (2): 1.3/2.0 MB | 344/373 kB Progress (2): 1.3/2.0 MB | 344/373 kB Progress (2): 1.3/2.0 MB | 344/373 kB Progress (2): 1.3/2.0 MB | 344/373 kB Progress (2): 1.3/2.0 MB | 360/373 kB Progress (2): 1.3/2.0 MB | 360/373 kB Progress (2): 1.3/2.0 MB | 360/373 kB Progress (2): 1.3/2.0 MB | 373 kB Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.17.1/commons-codec-1.17.1.jar (373 kB at 267 kB/s) Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0 MB Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.17.0/jna-5.17.0.jar (2.0 MB at 1.2 MB/s) [INFO] Replacing main artifact /home/cecaduser/workspace/MP_202610_G81_E1_Back/target/MP_202610_G81_E1_Back-0.0.1-SNAPSHOT.jar with repackaged archive, adding nested dependencies in BOOT-INF/. [INFO] The original artifact has been renamed to /home/cecaduser/workspace/MP_202610_G81_E1_Back/target/MP_202610_G81_E1_Back-0.0.1-SNAPSHOT.jar.original [INFO] [INFO] --- jacoco:0.8.11:report (jacoco-site) @ MP_202610_G81_E1_Back --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- spring-boot:3.5.10:start (pre-integration-test) @ MP_202610_G81_E1_Back --- [INFO] Attaching agents: [] . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.5.10) 2026-02-09T15:59:36.331Z INFO 142 --- [ main] c.e.udistrital.mdp.pets.MainApplication : Starting MainApplication using Java 21.0.4 with PID 142 (/home/cecaduser/workspace/MP_202610_G81_E1_Back/target/classes started by root in /home/cecaduser/workspace/MP_202610_G81_E1_Back) 2026-02-09T15:59:36.334Z INFO 142 --- [ main] c.e.udistrital.mdp.pets.MainApplication : The following 1 profile is active: "integration-tests" 2026-02-09T15:59:37.067Z INFO 142 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2026-02-09T15:59:37.092Z INFO 142 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 14 ms. Found 0 JPA repository interfaces. 2026-02-09T15:59:37.629Z INFO 142 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8999 (http) 2026-02-09T15:59:37.655Z INFO 142 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2026-02-09T15:59:37.656Z INFO 142 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.50] 2026-02-09T15:59:37.716Z INFO 142 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/api] : Initializing Spring embedded WebApplicationContext 2026-02-09T15:59:37.717Z INFO 142 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1339 ms 2026-02-09T15:59:37.889Z INFO 142 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2026-02-09T15:59:37.934Z INFO 142 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.41.Final 2026-02-09T15:59:37.964Z INFO 142 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled 2026-02-09T15:59:38.278Z INFO 142 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer 2026-02-09T15:59:38.306Z INFO 142 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2026-02-09T15:59:38.489Z INFO 142 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA 2026-02-09T15:59:38.491Z INFO 142 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2026-02-09T15:59:38.518Z WARN 142 --- [ main] org.hibernate.orm.deprecation : HHH90000025: H2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2026-02-09T15:59:38.541Z INFO 142 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] Database driver: undefined/unknown Database version: 2.3.232 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 2026-02-09T15:59:38.870Z INFO 142 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) 2026-02-09T15:59:38.874Z INFO 142 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-02-09T15:59:39.316Z INFO 142 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets' 2026-02-09T15:59:39.396Z INFO 142 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8999 (http) with context path '/api' 2026-02-09T15:59:39.405Z INFO 142 --- [ main] c.e.udistrital.mdp.pets.MainApplication : Started MainApplication in 3.619 seconds (process running for 4.464) [INFO] [INFO] --- exec:1.6.0:exec (combine-collection) @ MP_202610_G81_E1_Back --- Collection 'Default Tests' was successfully added. Combined collection is saved to 'it/composed.collection.json' [INFO] [INFO] --- spring-boot:3.5.10:stop (post-integration-test) @ MP_202610_G81_E1_Back --- [INFO] Stopping application... 2026-02-09T15:59:43.634Z INFO 142 --- [on(2)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested. 2026-02-09T15:59:43.637Z INFO 142 --- [on(2)-127.0.0.1] o.s.b.w.e.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete 2026-02-09T15:59:43.641Z INFO 142 --- [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown : Graceful shutdown complete 2026-02-09T15:59:43.657Z INFO 142 --- [on(2)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2026-02-09T15:59:43.659Z INFO 142 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2026-02-09T15:59:43.662Z INFO 142 --- [on(2)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. [INFO] [INFO] --- install:3.1.4:install (default-install) @ MP_202610_G81_E1_Back --- Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom Progress (1): 838 B Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.pom (2.2 kB at 25 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom Progress (1): 756 B Progress (1): 2.3 kB Progress (1): 4.0 kB Progress (1): 9.2 kB Progress (1): 12 kB Progress (1): 16 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 23 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.9.22/maven-resolver-1.9.22.pom (23 kB at 255 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom Progress (1): 834 B Progress (1): 2.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.pom (2.2 kB at 26 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar Progress (1): 7.7/196 kB Progress (1): 12/196 kB Progress (1): 28/196 kB Progress (1): 44/196 kB Progress (1): 61/196 kB Progress (1): 77/196 kB Progress (1): 93/196 kB Progress (1): 110/196 kB Progress (1): 126/196 kB Progress (1): 143/196 kB Progress (1): 159/196 kB Progress (1): 175/196 kB Progress (1): 192/196 kB Progress (1): 196 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.9.22/maven-resolver-util-1.9.22.jar (196 kB at 1.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar Progress (1): 7.7/157 kB Progress (1): 16/157 kB Progress (1): 32/157 kB Progress (1): 49/157 kB Progress (1): 65/157 kB Progress (1): 81/157 kB Progress (1): 98/157 kB Progress (1): 114/157 kB Progress (1): 131/157 kB Progress (1): 147/157 kB Progress (1): 157 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.9.22/maven-resolver-api-1.9.22.jar (157 kB at 487 kB/s) [INFO] Installing /home/cecaduser/workspace/MP_202610_G81_E1_Back/pom.xml to /root/.m2/repository/co/edu/udistrital/mdp/MP_202610_G81_E1_Back/0.0.1-SNAPSHOT/MP_202610_G81_E1_Back-0.0.1-SNAPSHOT.pom [INFO] Installing /home/cecaduser/workspace/MP_202610_G81_E1_Back/target/MP_202610_G81_E1_Back-0.0.1-SNAPSHOT.jar to /root/.m2/repository/co/edu/udistrital/mdp/MP_202610_G81_E1_Back/0.0.1-SNAPSHOT/MP_202610_G81_E1_Back-0.0.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 46.441 s [INFO] Finished at: 2026-02-09T15:59:44Z [INFO] ------------------------------------------------------------------------ [Pipeline] } $ docker stop --time=1 c4f0a36e3a8d584484d661589032a71f009cfab9887ff149ef5e02e6a2e1da63 $ docker rm -f --volumes c4f0a36e3a8d584484d661589032a71f009cfab9887ff149ef5e02e6a2e1da63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Testing) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . citools-isis2603:latest . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer Slave2 does not seem to be running inside a container $ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E1_Back -v /home/cecaduser/workspace/MP_202610_G81_E1_Back:/home/cecaduser/workspace/MP_202610_G81_E1_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E1_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E1_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat $ docker top a7c81d82800ac23d102f977fdb8cab1f99ed024a38b61c3d034bdca08d1ac4a5 -eo pid,comm [Pipeline] { [Pipeline] sh + mvn test [INFO] Scanning for projects... [INFO] [INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E1_Back >------------- [INFO] Building MP_202610_G81_E1_Back 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco:0.8.11:prepare-agent (jacoco-initialize) @ MP_202610_G81_E1_Back --- [INFO] argLine set to -javaagent:/root/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/cecaduser/workspace/MP_202610_G81_E1_Back/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ MP_202610_G81_E1_Back --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 0 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.14.1:compile (default-compile) @ MP_202610_G81_E1_Back --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202610_G81_E1_Back --- [INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202610_G81_E1_Back/src/test/resources [INFO] [INFO] --- compiler:3.14.1:testCompile (default-testCompile) @ MP_202610_G81_E1_Back --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ MP_202610_G81_E1_Back --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.466 s [INFO] Finished at: 2026-02-09T15:59:50Z [INFO] ------------------------------------------------------------------------ [Pipeline] } $ docker stop --time=1 a7c81d82800ac23d102f977fdb8cab1f99ed024a38b61c3d034bdca08d1ac4a5 $ docker rm -f --volumes a7c81d82800ac23d102f977fdb8cab1f99ed024a38b61c3d034bdca08d1ac4a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static Analysis) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . citools-isis2603:latest . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer Slave2 does not seem to be running inside a container $ docker run -t -d -u 1000:1000 -v $HOME/.m2:/root/.m2:z -u root -w /home/cecaduser/workspace/MP_202610_G81_E1_Back -v /home/cecaduser/workspace/MP_202610_G81_E1_Back:/home/cecaduser/workspace/MP_202610_G81_E1_Back:rw,z -v /home/cecaduser/workspace/MP_202610_G81_E1_Back@tmp:/home/cecaduser/workspace/MP_202610_G81_E1_Back@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** citools-isis2603:latest cat $ docker top e51d09174834f33eb29472378cd62d747e0755a7742cfbc7d3e9be417fd5b29b -eo pid,comm [Pipeline] { [Pipeline] sh + mvn sonar:sonar -Dsonar.token=**** -Dsonar.host.url=http://10.20.84.26:8082/sonar [INFO] Scanning for projects... Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom Progress (1): 771 B Progress (1): 1.8 kB Progress (1): 3.9 kB Progress (1): 8.1 kB Progress (1): 9.2 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.pom (9.2 kB at 14 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar Progress (1): 0.9/40 kB Progress (1): 2.3/40 kB Progress (1): 3.7/40 kB Progress (1): 5.0/40 kB Progress (1): 6.4/40 kB Progress (1): 7.8/40 kB Progress (1): 9.1/40 kB Progress (1): 11/40 kB Progress (1): 12/40 kB Progress (1): 13/40 kB Progress (1): 15/40 kB Progress (1): 16/40 kB Progress (1): 17/40 kB Progress (1): 19/40 kB Progress (1): 20/40 kB Progress (1): 21/40 kB Progress (1): 23/40 kB Progress (1): 24/40 kB Progress (1): 26/40 kB Progress (1): 27/40 kB Progress (1): 28/40 kB Progress (1): 30/40 kB Progress (1): 31/40 kB Progress (1): 32/40 kB Progress (1): 34/40 kB Progress (1): 35/40 kB Progress (1): 37/40 kB Progress (1): 38/40 kB Progress (1): 39/40 kB Progress (1): 40 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar (40 kB at 365 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.pom Progress (1): 1.0 kB Progress (1): 2.7 kB Progress (1): 6.0 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.pom (8.1 kB at 83 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/91/mojo-parent-91.pom Progress (1): 715 B Progress (1): 1.7 kB Progress (1): 5.4 kB Progress (1): 7.3 kB Progress (1): 9.0 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 23 kB Progress (1): 27 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 35 kB Progress (1): 38 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/91/mojo-parent-91.pom (38 kB at 393 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.0/junit-bom-5.13.0.pom Progress (1): 908 B Progress (1): 2.4 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.13.0/junit-bom-5.13.0.pom (5.6 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.jar Progress (1): 3.8/72 kB Progress (1): 8.0/72 kB Progress (1): 12/72 kB Progress (1): 16/72 kB Progress (1): 21/72 kB Progress (1): 25/72 kB Progress (1): 29/72 kB Progress (1): 33/72 kB Progress (1): 38/72 kB Progress (1): 42/72 kB Progress (1): 46/72 kB Progress (1): 50/72 kB Progress (1): 55/72 kB Progress (1): 59/72 kB Progress (1): 63/72 kB Progress (1): 67/72 kB Progress (1): 71/72 kB Progress (1): 72 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/build-helper-maven-plugin/3.6.1/build-helper-maven-plugin-3.6.1.jar (72 kB at 742 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.pom Progress (1): 708 B Progress (1): 2.2 kB Progress (1): 4.5 kB Progress (1): 8.7 kB Progress (1): 12 kB Progress (1): 17 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.pom (19 kB at 200 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.11.2/junit-bom-5.11.2.pom (5.6 kB at 62 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.jar Progress (1): 3.8/52 kB Progress (1): 8.0/52 kB Progress (1): 8.2/52 kB Progress (1): 12/52 kB Progress (1): 17/52 kB Progress (1): 21/52 kB Progress (1): 25/52 kB Progress (1): 29/52 kB Progress (1): 34/52 kB Progress (1): 38/52 kB Progress (1): 42/52 kB Progress (1): 46/52 kB Progress (1): 50/52 kB Progress (1): 52 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/cyclonedx/cyclonedx-maven-plugin/2.9.1/cyclonedx-maven-plugin-2.9.1.jar (52 kB at 563 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.pom Progress (1): 2.1 kB Progress (1): 3.8 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.pom (3.8 kB at 38 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-parent/11.7.2/flyway-parent-11.7.2.pom Progress (1): 1.0 kB Progress (1): 3.4 kB Progress (1): 5.2 kB Progress (1): 8.0 kB Progress (1): 17 kB Progress (1): 22 kB Progress (1): 27 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 36 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-parent/11.7.2/flyway-parent-11.7.2.pom (36 kB at 372 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.jar Progress (1): 7.7/110 kB Progress (1): 16/110 kB Progress (1): 32/110 kB Progress (1): 49/110 kB Progress (1): 65/110 kB Progress (1): 81/110 kB Progress (1): 98/110 kB Progress (1): 110 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/flywaydb/flyway-maven-plugin/11.7.2/flyway-maven-plugin-11.7.2.jar (110 kB at 1.1 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.pom Progress (1): 960 B Progress (1): 2.7 kB Progress (1): 7.9 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 18 kB Progress (1): 21 kB Progress (1): 26 kB Progress (1): 28 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.pom (28 kB at 278 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.jar Progress (1): 7.7/55 kB Progress (1): 16/55 kB Progress (1): 32/55 kB Progress (1): 49/55 kB Progress (1): 55 kB Downloaded from central: https://repo.maven.apache.org/maven2/io/github/git-commit-id/git-commit-id-maven-plugin/9.0.2/git-commit-id-maven-plugin-9.0.2.jar (55 kB at 589 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.pom Progress (1): 1.2 kB Progress (1): 3.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.pom (3.9 kB at 43 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-parent/3.19.29/jooq-parent-3.19.29.pom Progress (1): 909 B Progress (1): 2.3 kB Progress (1): 4.3 kB Progress (1): 11 kB Progress (1): 17 kB Progress (1): 21 kB Progress (1): 24 kB Progress (1): 29 kB Progress (1): 33 kB Progress (1): 38 kB Progress (1): 41 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-parent/3.19.29/jooq-parent-3.19.29.pom (41 kB at 429 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.jar Progress (1): 7.7/18 kB Progress (1): 12/18 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jooq/jooq-codegen-maven/3.19.29/jooq-codegen-maven-3.19.29.jar (18 kB at 209 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-maven-plugin/1.9.25/kotlin-maven-plugin-1.9.25.pom Progress (1): 2.0 kB Progress (1): 4.9 kB Progress (1): 6.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-maven-plugin/1.9.25/kotlin-maven-plugin-1.9.25.pom (6.7 kB at 73 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-project/1.9.25/kotlin-project-1.9.25.pom Progress (1): 963 B Progress (1): 2.9 kB Progress (1): 6.4 kB Progress (1): 11 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-project/1.9.25/kotlin-project-1.9.25.pom (16 kB at 168 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-maven-plugin/1.9.25/kotlin-maven-plugin-1.9.25.jar Progress (1): 7.7/82 kB Progress (1): 16/82 kB Progress (1): 25/82 kB Progress (1): 41/82 kB Progress (1): 57/82 kB Progress (1): 74/82 kB Progress (1): 82 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-maven-plugin/1.9.25/kotlin-maven-plugin-1.9.25.jar (82 kB at 841 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.pom Progress (1): 1.3 kB Progress (1): 2.0 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.pom (2.0 kB at 22 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.jar Progress (1): 7.7/352 kB Progress (1): 16/352 kB Progress (1): 32/352 kB Progress (1): 49/352 kB Progress (1): 65/352 kB Progress (1): 81/352 kB Progress (1): 98/352 kB Progress (1): 114/352 kB Progress (1): 131/352 kB Progress (1): 147/352 kB Progress (1): 163/352 kB Progress (1): 180/352 kB Progress (1): 196/352 kB Progress (1): 213/352 kB Progress (1): 229/352 kB Progress (1): 245/352 kB Progress (1): 262/352 kB Progress (1): 278/352 kB Progress (1): 294/352 kB Progress (1): 311/352 kB Progress (1): 327/352 kB Progress (1): 344/352 kB Progress (1): 352 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/liquibase/liquibase-maven-plugin/4.31.1/liquibase-maven-plugin-4.31.1.jar (352 kB at 2.8 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.pom Progress (1): 744 B Progress (1): 2.1 kB Progress (1): 4.8 kB Progress (1): 8.3 kB Progress (1): 10 kB Progress (1): 14 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.pom (15 kB at 165 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.jar Progress (1): 7.7/240 kB Progress (1): 16/240 kB Progress (1): 32/240 kB Progress (1): 49/240 kB Progress (1): 65/240 kB Progress (1): 81/240 kB Progress (1): 98/240 kB Progress (1): 114/240 kB Progress (1): 131/240 kB Progress (1): 147/240 kB Progress (1): 163/240 kB Progress (1): 180/240 kB Progress (1): 196/240 kB Progress (1): 213/240 kB Progress (1): 229/240 kB Progress (1): 240 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.jar (240 kB at 2.4 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.pom Progress (1): 747 B Progress (1): 2.3 kB Progress (1): 5.1 kB Progress (1): 9.4 kB Progress (1): 14 kB Progress (1): 16 kB Progress (1): 18 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.pom (18 kB at 194 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.jar Progress (1): 7.7/208 kB Progress (1): 16/208 kB Progress (1): 32/208 kB Progress (1): 49/208 kB Progress (1): 65/208 kB Progress (1): 81/208 kB Progress (1): 98/208 kB Progress (1): 114/208 kB Progress (1): 131/208 kB Progress (1): 147/208 kB Progress (1): 163/208 kB Progress (1): 180/208 kB Progress (1): 196/208 kB Progress (1): 208 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.8.1/maven-dependency-plugin-3.8.1.jar (208 kB at 2.0 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.pom Progress (1): 810 B Progress (1): 3.5 kB Progress (1): 5.4 kB Progress (1): 8.1 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.pom (8.1 kB at 89 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.5.0/enforcer-3.5.0.pom Progress (1): 807 B Progress (1): 2.3 kB Progress (1): 4.4 kB Progress (1): 9.0 kB Progress (1): 9.3 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.5.0/enforcer-3.5.0.pom (9.3 kB at 105 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar Progress (1): 7.7/39 kB Progress (1): 16/39 kB Progress (1): 32/39 kB Progress (1): 39 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.5.0/maven-enforcer-plugin-3.5.0.jar (39 kB at 435 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.pom Progress (1): 815 B Progress (1): 3.1 kB Progress (1): 6.2 kB Progress (1): 9.7 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.pom (10 kB at 108 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.5.4/surefire-3.5.4.pom Progress (1): 791 B Progress (1): 2.4 kB Progress (1): 4.1 kB Progress (1): 7.8 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 18 kB Progress (1): 19 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/3.5.4/surefire-3.5.4.pom (19 kB at 208 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/44/maven-parent-44.pom Progress (1): 708 B Progress (1): 1.9 kB Progress (1): 5.5 kB Progress (1): 9.7 kB Progress (1): 14 kB Progress (1): 19 kB Progress (1): 23 kB Progress (1): 26 kB Progress (1): 28 kB Progress (1): 32 kB Progress (1): 36 kB Progress (1): 39 kB Progress (1): 42 kB Progress (1): 45 kB Progress (1): 49 kB Progress (1): 50 kB Progress (1): 52 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/44/maven-parent-44.pom (52 kB at 550 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom Progress (1): 737 B Progress (1): 2.0 kB Progress (1): 4.0 kB Progress (1): 5.9 kB Progress (1): 11 kB Progress (1): 15 kB Progress (1): 19 kB Progress (1): 22 kB Progress (1): 24 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/34/apache-34.pom (24 kB at 269 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom Progress (1): 908 B Progress (1): 4.1 kB Progress (1): 5.6 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.12.1/junit-bom-5.12.1.pom (5.6 kB at 64 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.jar Progress (1): 7.7/57 kB Progress (1): 16/57 kB Progress (1): 32/57 kB Progress (1): 49/57 kB Progress (1): 57 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/3.5.4/maven-failsafe-plugin-3.5.4.jar (57 kB at 613 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.pom Progress (1): 780 B Progress (1): 2.0 kB Progress (1): 5.0 kB Progress (1): 9.1 kB Progress (1): 10 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.pom (10 kB at 111 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.jar Progress (1): 7.7/65 kB Progress (1): 16/65 kB Progress (1): 28/65 kB Progress (1): 44/65 kB Progress (1): 61/65 kB Progress (1): 65 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-plugin/3.5.1/maven-help-plugin-3.5.1.jar (65 kB at 711 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.pom Progress (1): 752 B Progress (1): 2.1 kB Progress (1): 4.3 kB Progress (1): 9.8 kB Progress (1): 12 kB Progress (1): 15 kB Progress (1): 16 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.pom (16 kB at 175 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.27/groovy-bom-4.0.27.pom Progress (1): 863 B Progress (1): 3.6 kB Progress (1): 7.0 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 18 kB Progress (1): 22 kB Progress (1): 27 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/groovy/groovy-bom/4.0.27/groovy-bom-4.0.27.pom (27 kB at 300 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.jar Progress (1): 7.7/141 kB Progress (1): 16/141 kB Progress (1): 32/141 kB Progress (1): 49/141 kB Progress (1): 65/141 kB Progress (1): 81/141 kB Progress (1): 98/141 kB Progress (1): 114/141 kB Progress (1): 131/141 kB Progress (1): 141 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/3.9.1/maven-invoker-plugin-3.9.1.jar (141 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.pom Progress (1): 741 B Progress (1): 2.5 kB Progress (1): 4.2 kB Progress (1): 8.3 kB Progress (1): 13 kB Progress (1): 16 kB Progress (1): 18 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.pom (21 kB at 232 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.jar Progress (1): 7.7/529 kB Progress (1): 16/529 kB Progress (1): 32/529 kB Progress (1): 49/529 kB Progress (1): 65/529 kB Progress (1): 81/529 kB Progress (1): 98/529 kB Progress (1): 114/529 kB Progress (1): 131/529 kB Progress (1): 147/529 kB Progress (1): 163/529 kB Progress (1): 180/529 kB Progress (1): 196/529 kB Progress (1): 213/529 kB Progress (1): 229/529 kB Progress (1): 245/529 kB Progress (1): 262/529 kB Progress (1): 278/529 kB Progress (1): 294/529 kB Progress (1): 311/529 kB Progress (1): 327/529 kB Progress (1): 344/529 kB Progress (1): 360/529 kB Progress (1): 376/529 kB Progress (1): 393/529 kB Progress (1): 409/529 kB Progress (1): 426/529 kB Progress (1): 442/529 kB Progress (1): 458/529 kB Progress (1): 475/529 kB Progress (1): 491/529 kB Progress (1): 507/529 kB Progress (1): 524/529 kB Progress (1): 529 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.11.3/maven-javadoc-plugin-3.11.3.jar (529 kB at 4.3 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.pom Progress (1): 775 B Progress (1): 2.3 kB Progress (1): 5.1 kB Progress (1): 8.1 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.pom (12 kB at 124 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.jar Progress (1): 7.7/150 kB Progress (1): 16/150 kB Progress (1): 25/150 kB Progress (1): 41/150 kB Progress (1): 57/150 kB Progress (1): 74/150 kB Progress (1): 90/150 kB Progress (1): 106/150 kB Progress (1): 123/150 kB Progress (1): 139/150 kB Progress (1): 150 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-shade-plugin/3.6.1/maven-shade-plugin-3.6.1.jar (150 kB at 1.5 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1.pom Progress (1): 773 B Progress (1): 2.3 kB Progress (1): 5.4 kB Progress (1): 6.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1.pom (6.7 kB at 72 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1.jar Progress (1): 7.7/32 kB Progress (1): 16/32 kB Progress (1): 32 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-source-plugin/3.3.1/maven-source-plugin-3.3.1.jar (32 kB at 328 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.pom Progress (1): 827 B Progress (1): 3.3 kB Progress (1): 4.9 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.pom (4.9 kB at 53 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.jar Progress (1): 7.7/46 kB Progress (1): 16/46 kB Progress (1): 28/46 kB Progress (1): 44/46 kB Progress (1): 46 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/3.5.4/maven-surefire-plugin-3.5.4.jar (46 kB at 465 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.pom Progress (1): 937 B Progress (1): 2.7 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.pom (2.7 kB at 28 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.jar Progress (1): 7.7/113 kB Progress (1): 12/113 kB Progress (1): 28/113 kB Progress (1): 44/113 kB Progress (1): 61/113 kB Progress (1): 77/113 kB Progress (1): 93/113 kB Progress (1): 110/113 kB Progress (1): 113 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/graalvm/buildtools/native-maven-plugin/0.10.6/native-maven-plugin-0.10.6.jar (113 kB at 1.2 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.pom Progress (1): 1.9 kB Progress (1): 6.8 kB Progress (1): 8.2 kB Progress (1): 11 kB Progress (1): 12 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.pom (12 kB at 118 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.18.0/versions-2.18.0.pom Progress (1): 1.1 kB Progress (1): 3.5 kB Progress (1): 5.5 kB Progress (1): 11 kB Progress (1): 14 kB Progress (1): 15 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions/versions/2.18.0/versions-2.18.0.pom (15 kB at 154 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/86/mojo-parent-86.pom Progress (1): 714 B Progress (1): 2.5 kB Progress (1): 5.8 kB Progress (1): 7.6 kB Progress (1): 11 kB Progress (1): 13 kB Progress (1): 18 kB Progress (1): 23 kB Progress (1): 27 kB Progress (1): 29 kB Progress (1): 32 kB Progress (1): 37 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/86/mojo-parent-86.pom (37 kB at 402 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.jar Progress (1): 7.7/299 kB Progress (1): 12/299 kB Progress (1): 28/299 kB Progress (1): 44/299 kB Progress (1): 61/299 kB Progress (1): 77/299 kB Progress (1): 94/299 kB Progress (1): 110/299 kB Progress (1): 126/299 kB Progress (1): 143/299 kB Progress (1): 159/299 kB Progress (1): 175/299 kB Progress (1): 192/299 kB Progress (1): 208/299 kB Progress (1): 225/299 kB Progress (1): 241/299 kB Progress (1): 246/299 kB Progress (1): 262/299 kB Progress (1): 279/299 kB Progress (1): 295/299 kB Progress (1): 299 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.18.0/versions-maven-plugin-2.18.0.jar (299 kB at 2.6 MB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml Progress (1): 3.8 kB Progress (1): 11 kB Progress (1): 14 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 144 kB/s) Progress (1): 3.1 kB Progress (1): 8.0 kB Progress (1): 8.0 kB Progress (1): 13 kB Progress (1): 17 kB Progress (1): 20 kB Progress (1): 21 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 63 kB/s) Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml Progress (1): 1.4 kB Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml (1.4 kB at 16 kB/s) [WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:4.0.0.4121 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:4.0.0.4121: SonarQube plugin was moved to SonarSource organisation [INFO] [INFO] ------------< co.edu.udistrital.mdp:MP_202610_G81_E1_Back >------------- [INFO] Building MP_202610_G81_E1_Back 0.0.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- sonar:4.0.0.4121:sonar (default-cli) @ MP_202610_G81_E1_Back --- [WARNING] 16:00:02.829 Using an unspecified version instead of an explicit plugin version may introduce breaking analysis changes at an unwanted time. It is highly recommended to use an explicit version, e.g. 'org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121'. [INFO] 16:00:02.840 Java 21.0.4 Eclipse Adoptium (64-bit) [INFO] 16:00:02.841 Linux 6.14.0-37-generic (amd64) [INFO] 16:00:02.906 User cache: /root/.sonar/cache [INFO] 16:00:03.730 Communicating with SonarQube Server 25.3.0.104237 [INFO] 16:00:03.748 Default locale: "en_US", source code encoding: "UTF-8" [INFO] 16:00:05.316 Load global settings [INFO] 16:00:05.859 Load global settings (done) | time=545ms [INFO] 16:00:05.875 Server id: 243B8A4D-AZWSB3madBdjq_cKUIEO [INFO] 16:00:05.888 Loading required plugins [INFO] 16:00:05.889 Load plugins index [INFO] 16:00:06.164 Load plugins index (done) | time=274ms [INFO] 16:00:06.164 Load/download plugins [INFO] 16:00:06.868 Load/download plugins (done) | time=704ms [INFO] 16:00:07.300 Process project properties [INFO] 16:00:07.316 Process project properties (done) | time=16ms [INFO] 16:00:07.328 Project key: co.edu.udistrital.mdp:MP_202610_G81_E1_Back [INFO] 16:00:07.328 Base dir: /home/cecaduser/workspace/MP_202610_G81_E1_Back [INFO] 16:00:07.328 Working dir: /home/cecaduser/workspace/MP_202610_G81_E1_Back/target/sonar [INFO] 16:00:07.336 Load project settings for component key: 'co.edu.udistrital.mdp:MP_202610_G81_E1_Back' [INFO] 16:00:07.418 Load quality profiles [INFO] 16:00:08.042 Load quality profiles (done) | time=624ms [INFO] 16:00:08.058 Auto-configuring with CI 'Jenkins' [INFO] 16:00:08.096 Load active rules [INFO] 16:00:08.958 Load active rules (done) | time=862ms [INFO] 16:00:08.966 Load analysis cache [INFO] 16:00:08.973 Load analysis cache (404) | time=7ms [INFO] 16:00:09.053 Preprocessing files... [INFO] 16:00:09.465 2 languages detected in 11 preprocessed files [INFO] 16:00:09.465 0 files ignored because of scm ignore settings [INFO] 16:00:09.468 Loading plugins for detected languages [INFO] 16:00:09.468 Load/download plugins [INFO] 16:00:09.814 Load/download plugins (done) | time=346ms [INFO] 16:00:09.989 Load project repositories [INFO] 16:00:10.110 Load project repositories (done) | time=121ms [INFO] 16:00:10.130 Indexing files... [INFO] 16:00:10.130 Project configuration: [INFO] 16:00:10.131 Excluded sources for coverage: **/controllers/**, **/exceptions/**, **/podam/**, **/dto/** [INFO] 16:00:10.140 11 files indexed [INFO] 16:00:10.141 Quality profile for java: Sonar way [INFO] 16:00:10.141 Quality profile for xml: Sonar way [INFO] 16:00:10.141 ------------- Run sensors on module MP_202610_G81_E1_Back [INFO] 16:00:10.199 Load metrics repository [INFO] 16:00:10.360 Load metrics repository (done) | time=161ms [INFO] 16:00:11.339 Sensor JavaSensor [java] [INFO] 16:00:11.344 Configured Java source version (sonar.java.source): 21, preview features enabled (sonar.java.enablePreview): false [INFO] 16:00:11.372 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 16:00:11.374 Using ECJ batch to parse 10 Main java source files with batch size 104 KB. [INFO] 16:00:11.772 Starting batch processing. [INFO] 16:00:12.334 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 16:00:13.507 100% analyzed [INFO] 16:00:13.507 Batch processing: Done. [INFO] 16:00:13.508 Did not optimize analysis for any files, performed a full analysis for all 10 files. [INFO] 16:00:13.510 No "Test" source files to scan. [INFO] 16:00:13.510 No "Generated" source files to scan. [INFO] 16:00:13.510 Sensor JavaSensor [java] (done) | time=2171ms [INFO] 16:00:13.510 Sensor SurefireSensor [java] [INFO] 16:00:13.511 parsing [/home/cecaduser/workspace/MP_202610_G81_E1_Back/target/surefire-reports] [INFO] 16:00:13.512 Sensor SurefireSensor [java] (done) | time=2ms [INFO] 16:00:13.512 Sensor XML Sensor [xml] [INFO] 16:00:13.524 1 source file to be analyzed [INFO] 16:00:13.797 1/1 source file has been analyzed [INFO] 16:00:13.797 Sensor XML Sensor [xml] (done) | time=285ms [INFO] 16:00:13.797 Sensor JaCoCo XML Report Importer [jacoco] [WARNING] 16:00:13.800 No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/cecaduser/workspace/MP_202610_G81_E1_Back/../target/jacoco-report/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 16:00:13.800 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 16:00:13.800 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] 16:00:13.800 Sensor Java Config Sensor [iac] [INFO] 16:00:13.820 0 source files to be analyzed [INFO] 16:00:13.821 0/0 source files have been analyzed [INFO] 16:00:13.822 Sensor Java Config Sensor [iac] (done) | time=22ms [INFO] 16:00:13.822 Sensor IaC Docker Sensor [iac] [INFO] 16:00:13.900 0 source files to be analyzed [INFO] 16:00:13.900 0/0 source files have been analyzed [INFO] 16:00:13.900 Sensor IaC Docker Sensor [iac] (done) | time=78ms [INFO] 16:00:13.901 Sensor TextAndSecretsSensor [text] [INFO] 16:00:13.901 Available processors: 4 [INFO] 16:00:13.901 Using 4 threads for analysis. [INFO] 16:00:14.295 Using git CLI to retrieve untracked files [WARNING] 16:00:14.299 Analyzing only language associated files, make sure to run the analysis inside a git repository to make use of inclusions specified via "sonar.text.inclusions" [INFO] 16:00:14.309 11 source files to be analyzed [INFO] 16:00:14.342 11/11 source files have been analyzed [INFO] 16:00:14.343 Sensor TextAndSecretsSensor [text] (done) | time=442ms [INFO] 16:00:14.347 ------------- Run sensors on project [INFO] 16:00:14.508 Sensor Zero Coverage Sensor [INFO] 16:00:14.516 Sensor Zero Coverage Sensor (done) | time=8ms [INFO] 16:00:14.517 Sensor Java CPD Block Indexer [INFO] 16:00:14.539 Sensor Java CPD Block Indexer (done) | time=21ms [INFO] 16:00:14.539 ------------- Gather SCA dependencies on project [INFO] 16:00:14.546 SCM Publisher SCM provider for this project is: git [INFO] 16:00:14.548 SCM Publisher 11 source files to be analyzed [INFO] 16:00:14.919 SCM Publisher 11/11 source files have been analyzed (done) | time=371ms [INFO] 16:00:14.925 CPD Executor 4 files had no CPD blocks [INFO] 16:00:14.926 CPD Executor Calculating CPD for 6 files [INFO] 16:00:14.936 CPD Executor CPD calculation finished (done) | time=8ms [INFO] 16:00:14.942 SCM revision ID '87e371f55a897cf4d2ee63e9102d74666c2ebccd' [INFO] 16:00:15.145 Analysis report generated in 201ms, dir size=263.8 kB [INFO] 16:00:15.182 Analysis report compressed in 36ms, zip size=48.8 kB [INFO] 16:00:17.031 Analysis report uploaded in 1849ms [INFO] 16:00:17.033 ANALYSIS SUCCESSFUL, you can find the results at: http://10.20.84.26:8082/sonar/dashboard?id=co.edu.udistrital.mdp%3AMP_202610_G81_E1_Back [INFO] 16:00:17.033 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] 16:00:17.033 More about the report processing at http://10.20.84.26:8082/sonar/api/ce/task?id=bd9d093e-629d-424a-a786-b9e4ee6c433d [INFO] 16:00:17.045 Analysis total time: 10.050 s [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.807 s [INFO] Finished at: 2026-02-09T16:00:17Z [INFO] ------------------------------------------------------------------------ [Pipeline] } $ docker stop --time=1 e51d09174834f33eb29472378cd62d747e0755a7742cfbc7d3e9be417fd5b29b $ docker rm -f --volumes e51d09174834f33eb29472378cd62d747e0755a7742cfbc7d3e9be417fd5b29b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] deleteDir [Pipeline] dir Running in /home/cecaduser/workspace/MP_202610_G81_E1_Back/MP_202610_G81_E1_Back@tmp [Pipeline] { [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS