You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@directory.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2023/07/15 22:19:48 UTC

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #309

See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/309/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision fac8024b12c8060d0daccee5afedc1001c8ac042 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fac8024b12c8060d0daccee5afedc1001c8ac042 # timeout=10
Commit message: "to latest jmeter plugin"
 > git rev-list --no-walk fac8024b12c8060d0daccee5afedc1001c8ac042 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins13353880669287035442.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
a19932ada9c6: Waiting
4e4231e30efc: Waiting
b6207c3d295d: Waiting
50a174dd8578: Waiting
a4f632852d54: Waiting
202a34e7968e: Verifying Checksum
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Verifying Checksum
a2abf6c4d29d: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
a4f632852d54: Download complete
b6207c3d295d: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=49d2b253e033ffb290f14f7ff18a0e49f2ae61ef07ce6a7aebca5f7636ef485d
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 49d2b253e033ffb290f14f7ff18a0e49f2ae61ef07ce6a7aebca5f7636ef485d
+ CONTAINER_PORT=36873
+ echo 36873
36873
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=36873/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.0-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.186 s
[INFO] Finished at: 2023-07-15T22:19:46Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Directory » dir-fortress-core-docker-apacheds-test #330

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/330/display/redirect>


Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #329

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/329/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 2641bb9be8749359a348243ddcba84c4224f40c0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2641bb9be8749359a348243ddcba84c4224f40c0 # timeout=10
Commit message: "make imports explicit"
 > git rev-list --no-walk 2641bb9be8749359a348243ddcba84c4224f40c0 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins12456587081691993904.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-213-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
50a174dd8578: Waiting
b6207c3d295d: Waiting
4e4231e30efc: Waiting
a4f632852d54: Waiting
a19932ada9c6: Waiting
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
202a34e7968e: Verifying Checksum
202a34e7968e: Download complete
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
a4f632852d54: Verifying Checksum
a4f632852d54: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
b6207c3d295d: Verifying Checksum
b6207c3d295d: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=0b194fe6b95af42b8867c07c76551a3974090b64998ec0ef4189e380560f2fc3
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 0b194fe6b95af42b8867c07c76551a3974090b64998ec0ef4189e380560f2fc3
+ CONTAINER_PORT=33518
+ echo 33518
33518
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=33518/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.658 s
[INFO] Finished at: 2023-09-30T22:19:40Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #328

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/328/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 2641bb9be8749359a348243ddcba84c4224f40c0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2641bb9be8749359a348243ddcba84c4224f40c0 # timeout=10
Commit message: "make imports explicit"
 > git rev-list --no-walk 2641bb9be8749359a348243ddcba84c4224f40c0 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins14043194202466779511.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-213-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
4e4231e30efc: Waiting
a19932ada9c6: Waiting
50a174dd8578: Waiting
a4f632852d54: Waiting
202a34e7968e: Verifying Checksum
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Verifying Checksum
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
a4f632852d54: Download complete
b6207c3d295d: Verifying Checksum
b6207c3d295d: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=3bde216c6754e92d61b6dbcb04c82bdd06146bcf6c86dd8ae420040dc4f06f4f
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 3bde216c6754e92d61b6dbcb04c82bdd06146bcf6c86dd8ae420040dc4f06f4f
+ CONTAINER_PORT=32768
+ echo 32768
32768
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=32768/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.123 s
[INFO] Finished at: 2023-09-23T22:19:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #327

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/327/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 2641bb9be8749359a348243ddcba84c4224f40c0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2641bb9be8749359a348243ddcba84c4224f40c0 # timeout=10
Commit message: "make imports explicit"
 > git rev-list --no-walk 2641bb9be8749359a348243ddcba84c4224f40c0 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins4343572558763220820.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
4e4231e30efc: Waiting
50a174dd8578: Waiting
b6207c3d295d: Waiting
a4f632852d54: Waiting
a19932ada9c6: Waiting
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Verifying Checksum
a2abf6c4d29d: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
50a174dd8578: Download complete
a4f632852d54: Verifying Checksum
a4f632852d54: Download complete
b6207c3d295d: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=6223904e85f55ed86fbc396ba5af9749c2ac963a543b1b21ae00f05ad0207b64
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 6223904e85f55ed86fbc396ba5af9749c2ac963a543b1b21ae00f05ad0207b64
+ CONTAINER_PORT=41040
+ echo 41040
41040
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=41040/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.230 s
[INFO] Finished at: 2023-09-16T22:19:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #326

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/326/display/redirect?page=changes>

Changes:

[Shawn McKinney] make imports explicit


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 2641bb9be8749359a348243ddcba84c4224f40c0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2641bb9be8749359a348243ddcba84c4224f40c0 # timeout=10
Commit message: "make imports explicit"
 > git rev-list --no-walk cdfcfa68c503075b952da2135cddb59d97e8216b # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins13826831598940549877.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
a19932ada9c6: Waiting
50a174dd8578: Waiting
a4f632852d54: Waiting
b6207c3d295d: Waiting
4e4231e30efc: Waiting
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
202a34e7968e: Verifying Checksum
202a34e7968e: Download complete
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
a4f632852d54: Verifying Checksum
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
b6207c3d295d: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=746e2f16e7274eb8908f5a6a7da6d176ae1c942d27adffed312403dea8b17139
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 746e2f16e7274eb8908f5a6a7da6d176ae1c942d27adffed312403dea8b17139
+ CONTAINER_PORT=41030
+ echo 41030
41030
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=41030/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.215 s
[INFO] Finished at: 2023-09-12T22:19:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #325

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/325/display/redirect>

Changes:


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision cdfcfa68c503075b952da2135cddb59d97e8216b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cdfcfa68c503075b952da2135cddb59d97e8216b # timeout=10
Commit message: "FC-328 - Role Constraint validations broken"
 > git rev-list --no-walk cdfcfa68c503075b952da2135cddb59d97e8216b # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins15444404829104499086.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Image is up to date for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=afd3c853219015e9bf3e67c169fedb47316cf2ae11bf062690a9bb9ffeaf6d26
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} afd3c853219015e9bf3e67c169fedb47316cf2ae11bf062690a9bb9ffeaf6d26
+ CONTAINER_PORT=40949
+ echo 40949
40949
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=40949/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.839 s
[INFO] Finished at: 2023-09-09T22:19:55Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #324

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/324/display/redirect?page=changes>

Changes:

[Shawn McKinney] FC-328 - Role Constraint validations broken

[Shawn McKinney] FC-328 - Role Constraint validations broken


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision cdfcfa68c503075b952da2135cddb59d97e8216b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cdfcfa68c503075b952da2135cddb59d97e8216b # timeout=10
Commit message: "FC-328 - Role Constraint validations broken"
 > git rev-list --no-walk e1dc58fd16da15aaa48ca814d158f4d0753aa2dc # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins17825018222660937448.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
4e4231e30efc: Waiting
a4f632852d54: Waiting
a19932ada9c6: Waiting
b6207c3d295d: Waiting
202a34e7968e: Verifying Checksum
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Verifying Checksum
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
a4f632852d54: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
b6207c3d295d: Verifying Checksum
b6207c3d295d: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=8468bca647049cbf9ea7377b7e3e7bcddb5892246ced8144f192ac092782fa25
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 8468bca647049cbf9ea7377b7e3e7bcddb5892246ced8144f192ac092782fa25
+ CONTAINER_PORT=40948
+ echo 40948
40948
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=40948/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.901 s
[INFO] Finished at: 2023-09-09T22:19:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #323

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/323/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision e1dc58fd16da15aaa48ca814d158f4d0753aa2dc (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1dc58fd16da15aaa48ca814d158f4d0753aa2dc # timeout=10
Commit message: "[maven-release-plugin] prepare for next development iteration"
 > git rev-list --no-walk e1dc58fd16da15aaa48ca814d158f4d0753aa2dc # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins1861446966946456723.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Image is up to date for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=5e39c02e1f066419bbe5c744ffa1fae685e6bc10d66270bf3f85b39bdc30c427
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 5e39c02e1f066419bbe5c744ffa1fae685e6bc10d66270bf3f85b39bdc30c427
+ CONTAINER_PORT=40175
+ echo 40175
40175
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=40175/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.386 s
[INFO] Finished at: 2023-09-02T22:19:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #322

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/322/display/redirect?page=changes>

Changes:

[Shawn McKinney] 3.0.0 release prep take 2

[Shawn McKinney] 3.0.0 release prep take 3

[Shawn McKinney] [maven-release-plugin] prepare release 3.0.0

[Shawn McKinney] [maven-release-plugin] prepare for next development iteration


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision e1dc58fd16da15aaa48ca814d158f4d0753aa2dc (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1dc58fd16da15aaa48ca814d158f4d0753aa2dc # timeout=10
Commit message: "[maven-release-plugin] prepare for next development iteration"
 > git rev-list --no-walk 7e67dd6f33c77f7fb5371602c16969ceb7a9e50f # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins6362448898257358177.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
a4f632852d54: Waiting
4e4231e30efc: Waiting
50a174dd8578: Waiting
a19932ada9c6: Waiting
b6207c3d295d: Waiting
202a34e7968e: Verifying Checksum
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Verifying Checksum
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
a4f632852d54: Verifying Checksum
a4f632852d54: Download complete
a19932ada9c6: Download complete
b6207c3d295d: Verifying Checksum
b6207c3d295d: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=cbf2aa5471d4e7176649d0d4f2d090ebfe4b3607ef426307480429f2d600237c
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} cbf2aa5471d4e7176649d0d4f2d090ebfe4b3607ef426307480429f2d600237c
+ CONTAINER_PORT=40171
+ echo 40171
40171
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=40171/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.4/api-all-2.1.4.pom
Progress (1): 1.4/3.8 kBProgress (1): 2.7/3.8 kBProgress (1): 3.8 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.4/api-all-2.1.4.pom (3.8 kB at 5.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-parent/2.1.4/api-parent-2.1.4.pom
Progress (1): 1.4/28 kBProgress (1): 2.7/28 kBProgress (1): 4.1/28 kBProgress (1): 5.5/28 kBProgress (1): 6.9/28 kBProgress (1): 8.2/28 kBProgress (1): 9.6/28 kBProgress (1): 11/28 kB Progress (1): 12/28 kBProgress (1): 14/28 kBProgress (1): 15/28 kBProgress (1): 16/28 kBProgress (1): 17/28 kBProgress (1): 19/28 kBProgress (1): 20/28 kBProgress (1): 21/28 kBProgress (1): 23/28 kBProgress (1): 24/28 kBProgress (1): 25/28 kBProgress (1): 27/28 kBProgress (1): 28 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-parent/2.1.4/api-parent-2.1.4.pom (28 kB at 366 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.4/api-ldap-extras-codec-2.1.4.pom
Progress (1): 1.4/11 kBProgress (1): 2.7/11 kBProgress (1): 4.1/11 kBProgress (1): 5.5/11 kBProgress (1): 6.9/11 kBProgress (1): 8.2/11 kBProgress (1): 9.6/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.4/api-ldap-extras-codec-2.1.4.pom (11 kB at 284 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-parent/2.1.4/api-ldap-extras-parent-2.1.4.pom
Progress (1): 1.4/1.6 kBProgress (1): 1.6 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-parent/2.1.4/api-ldap-extras-parent-2.1.4.pom (1.6 kB at 50 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-parent/2.1.4/api-ldap-parent-2.1.4.pom
Progress (1): 1.4/1.6 kBProgress (1): 1.6 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-parent/2.1.4/api-ldap-parent-2.1.4.pom (1.6 kB at 52 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.4/api-ldap-codec-core-2.1.4.pom
Progress (1): 1.4/7.4 kBProgress (1): 2.7/7.4 kBProgress (1): 4.1/7.4 kBProgress (1): 5.5/7.4 kBProgress (1): 6.9/7.4 kBProgress (1): 7.4 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.4/api-ldap-codec-core-2.1.4.pom (7.4 kB at 218 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-parent/2.1.4/api-ldap-codec-parent-2.1.4.pom
Progress (1): 1.4/1.5 kBProgress (1): 1.5 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-parent/2.1.4/api-ldap-codec-parent-2.1.4.pom (1.5 kB at 44 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-util/2.1.4/api-util-2.1.4.pom
Progress (1): 1.4/4.0 kBProgress (1): 2.7/4.0 kBProgress (1): 4.0 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-util/2.1.4/api-util-2.1.4.pom (4.0 kB at 118 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-i18n/2.1.4/api-i18n-2.1.4.pom
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-i18n/2.1.4/api-i18n-2.1.4.pom (2.7 kB at 88 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-api/2.1.4/api-asn1-api-2.1.4.pom
Progress (1): 3.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-api/2.1.4/api-asn1-api-2.1.4.pom (3.0 kB at 97 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-parent/2.1.4/api-asn1-parent-2.1.4.pom
Progress (1): 1.5 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-parent/2.1.4/api-asn1-parent-2.1.4.pom (1.5 kB at 52 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-ber/2.1.4/api-asn1-ber-2.1.4.pom
Progress (1): 3.9 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-ber/2.1.4/api-asn1-ber-2.1.4.pom (3.9 kB at 125 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-model/2.1.4/api-ldap-model-2.1.4.pom
Progress (1): 9.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-model/2.1.4/api-ldap-model-2.1.4.pom (9.3 kB at 291 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.4/api-ldap-extras-codec-api-2.1.4.pom
Progress (1): 5.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.4/api-ldap-extras-codec-api-2.1.4.pom (5.8 kB at 171 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6.2/ApacheJMeter_core-5.6.2.pom
Progress (1): 12 kB                   Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6.2/ApacheJMeter_core-5.6.2.pom (12 kB at 265 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6.2/ApacheJMeter-5.6.2.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6.2/ApacheJMeter-5.6.2.pom (1.7 kB at 51 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.pom
Progress (1): 2.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.pom (2.3 kB at 46 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-aggregator/1.1.1/auto-service-aggregator-1.1.1.pom
Progress (1): 4.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-aggregator/1.1.1/auto-service-aggregator-1.1.1.pom (4.3 kB at 129 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6.2/jorphan-5.6.2.pom
Progress (1): 3.2 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6.2/jorphan-5.6.2.pom (3.2 kB at 93 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6.2/ApacheJMeter_java-5.6.2.pom
Progress (1): 2.4 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6.2/ApacheJMeter_java-5.6.2.pom (2.4 kB at 74 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.4/api-all-2.1.4.jar
Progress (1): 0/3.2 MBProgress (1): 0/3.2 MBProgress (1): 0/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.4/api-all-2.1.4.jar (3.2 MB at 9.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.4/api-ldap-extras-codec-2.1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.4/api-ldap-codec-core-2.1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.4/api-ldap-extras-codec-api-2.1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6.2/ApacheJMeter_core-5.6.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6.2/ApacheJMeter-5.6.2.jar
Progress (1): 0/2.0 MBProgress (1): 0/2.0 MBProgress (1): 0/2.0 MBProgress (1): 0.1/2.0 MBProgress (1): 0.1/2.0 MBProgress (1): 0.1/2.0 MBProgress (1): 0.1/2.0 MBProgress (1): 0.1/2.0 MBProgress (1): 0.1/2.0 MBProgress (1): 0.2/2.0 MBProgress (1): 0.2/2.0 MBProgress (1): 0.2/2.0 MBProgress (1): 0.2/2.0 MBProgress (1): 0.2/2.0 MBProgress (1): 0.2/2.0 MBProgress (1): 0.3/2.0 MBProgress (1): 0.3/2.0 MBProgress (1): 0.3/2.0 MBProgress (1): 0.3/2.0 MBProgress (1): 0.3/2.0 MBProgress (2): 0.3/2.0 MB | 1.4/14 kBProgress (2): 0.3/2.0 MB | 2.7/14 kBProgress (3): 0.3/2.0 MB | 2.7/14 kB | 1.4/320 kBProgress (3): 0.3/2.0 MB | 4.1/14 kB | 1.4/320 kBProgress (3): 0.3/2.0 MB | 4.1/14 kB | 2.7/320 kBProgress (3): 0.3/2.0 MB | 5.5/14 kB | 2.7/320 kBProgress (4): 0.3/2.0 MB | 5.5/14 kB | 2.7/320 kB | 1.4/104 kBProgress (4): 0.3/2.0 MB | 6.9/14 kB | 2.7/320 kB | 1.4/104 kBProgress (4): 0.3/2.0 MB | 6.9/14 kB | 4.1/320 kB | 1.4/104 kBProgress (4): 0.3/2.0 MB | 8.2/14 kB | 4.1/320 kB | 1.4/104 kBProgress (4): 0.3/2.0 MB | 8.2/14 kB | 4.1/320 kB | 2.7/104 kBProgress (4): 0.3/2.0 MB | 9.6/14 kB | 4.1/320 kB | 2.7/104 kBProgress (4): 0.3/2.0 MB | 9.6/14 kB | 5.5/320 kB | 2.7/104 kBProgress (4): 0.3/2.0 MB | 9.6/14 kB | 5.5/320 kB | 2.7/104 kBProgress (4): 0.3/2.0 MB | 11/14 kB | 5.5/320 kB | 2.7/104 kB Progress (4): 0.3/2.0 MB | 11/14 kB | 5.5/320 kB | 4.1/104 kBProgress (4): 0.3/2.0 MB | 12/14 kB | 5.5/320 kB | 4.1/104 kBProgress (4): 0.3/2.0 MB | 12/14 kB | 6.9/320 kB | 4.1/104 kBProgress (4): 0.3/2.0 MB | 12/14 kB | 6.9/320 kB | 5.5/104 kBProgress (4): 0.3/2.0 MB | 14 kB | 6.9/320 kB | 5.5/104 kB   Progress (4): 0.3/2.0 MB | 14 kB | 8.2/320 kB | 5.5/104 kBProgress (4): 0.3/2.0 MB | 14 kB | 8.2/320 kB | 6.9/104 kBProgress (4): 0.3/2.0 MB | 14 kB | 9.6/320 kB | 6.9/104 kBProgress (4): 0.3/2.0 MB | 14 kB | 9.6/320 kB | 8.2/104 kBProgress (4): 0.4/2.0 MB | 14 kB | 9.6/320 kB | 8.2/104 kBProgress (4): 0.4/2.0 MB | 14 kB | 9.6/320 kB | 9.6/104 kB                                                          Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6.2/ApacheJMeter-5.6.2.jar (14 kB at 116 kB/s)
Progress (3): 0.4/2.0 MB | 11/320 kB | 9.6/104 kB                                                 Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar
Progress (3): 0.4/2.0 MB | 11/320 kB | 11/104 kBProgress (3): 0.4/2.0 MB | 12/320 kB | 11/104 kBProgress (3): 0.4/2.0 MB | 12/320 kB | 12/104 kBProgress (4): 0.4/2.0 MB | 12/320 kB | 12/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 14/320 kB | 12/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 14/320 kB | 14/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 15/320 kB | 14/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 15/320 kB | 15/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 16/320 kB | 15/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 16/320 kB | 15/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 16/320 kB | 16/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 16/320 kB | 16/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 16/320 kB | 16/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 32/320 kB | 16/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 32/320 kB | 16/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 32/320 kB | 32/104 kB | 16/263 kBProgress (4): 0.4/2.0 MB | 32/320 kB | 32/104 kB | 16/263 kBProgress (4): 0.5/2.0 MB | 32/320 kB | 32/104 kB | 16/263 kBProgress (4): 0.5/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.5/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.5/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.5/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.5/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.5/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.5/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.6/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.6/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.6/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.6/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.6/2.0 MB | 32/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.6/2.0 MB | 49/320 kB | 32/104 kB | 33/263 kBProgress (4): 0.6/2.0 MB | 49/320 kB | 49/104 kB | 33/263 kBProgress (4): 0.6/2.0 MB | 49/320 kB | 49/104 kB | 33/263 kBProgress (4): 0.7/2.0 MB | 49/320 kB | 49/104 kB | 33/263 kBProgress (4): 0.7/2.0 MB | 49/320 kB | 49/104 kB | 33/263 kBProgress (4): 0.7/2.0 MB | 49/320 kB | 49/104 kB | 49/263 kBProgress (4): 0.7/2.0 MB | 49/320 kB | 49/104 kB | 49/263 kBProgress (4): 0.7/2.0 MB | 65/320 kB | 49/104 kB | 49/263 kBProgress (4): 0.7/2.0 MB | 65/320 kB | 65/104 kB | 49/263 kBProgress (4): 0.7/2.0 MB | 65/320 kB | 65/104 kB | 49/263 kBProgress (5): 0.7/2.0 MB | 65/320 kB | 65/104 kB | 49/263 kB | 1.4/3.2 kBProgress (5): 0.7/2.0 MB | 65/320 kB | 65/104 kB | 49/263 kB | 2.7/3.2 kBProgress (5): 0.7/2.0 MB | 65/320 kB | 65/104 kB | 49/263 kB | 3.2 kB    Progress (5): 0.7/2.0 MB | 65/320 kB | 65/104 kB | 49/263 kB | 3.2 kB                                                                     Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar (3.2 kB at 22 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6.2/ApacheJMeter_java-5.6.2.jar
Progress (4): 0.7/2.0 MB | 81/320 kB | 65/104 kB | 49/263 kBProgress (4): 0.7/2.0 MB | 81/320 kB | 65/104 kB | 49/263 kBProgress (4): 0.7/2.0 MB | 81/320 kB | 81/104 kB | 49/263 kBProgress (4): 0.7/2.0 MB | 81/320 kB | 81/104 kB | 66/263 kBProgress (4): 0.8/2.0 MB | 81/320 kB | 81/104 kB | 66/263 kBProgress (4): 0.8/2.0 MB | 81/320 kB | 81/104 kB | 66/263 kBProgress (4): 0.8/2.0 MB | 98/320 kB | 81/104 kB | 66/263 kBProgress (4): 0.8/2.0 MB | 98/320 kB | 81/104 kB | 82/263 kBProgress (4): 0.8/2.0 MB | 98/320 kB | 81/104 kB | 82/263 kBProgress (4): 0.8/2.0 MB | 98/320 kB | 98/104 kB | 82/263 kBProgress (4): 0.8/2.0 MB | 98/320 kB | 104 kB | 82/263 kB   Progress (4): 0.8/2.0 MB | 98/320 kB | 104 kB | 82/263 kB                                                         Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.4/api-ldap-extras-codec-api-2.1.4.jar (104 kB at 668 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6.2/jorphan-5.6.2.jar
Progress (3): 0.8/2.0 MB | 98/320 kB | 82/263 kBProgress (3): 0.8/2.0 MB | 98/320 kB | 98/263 kBProgress (3): 0.8/2.0 MB | 98/320 kB | 98/263 kBProgress (3): 0.9/2.0 MB | 98/320 kB | 98/263 kBProgress (3): 0.9/2.0 MB | 98/320 kB | 98/263 kBProgress (3): 0.9/2.0 MB | 98/320 kB | 98/263 kBProgress (3): 0.9/2.0 MB | 98/320 kB | 98/263 kBProgress (3): 0.9/2.0 MB | 98/320 kB | 98/263 kBProgress (3): 0.9/2.0 MB | 98/320 kB | 98/263 kBProgress (3): 1.0/2.0 MB | 98/320 kB | 98/263 kBProgress (3): 1.0/2.0 MB | 114/320 kB | 98/263 kBProgress (3): 1.0/2.0 MB | 114/320 kB | 98/263 kBProgress (3): 1.0/2.0 MB | 114/320 kB | 98/263 kBProgress (3): 1.0/2.0 MB | 114/320 kB | 98/263 kBProgress (3): 1.0/2.0 MB | 131/320 kB | 98/263 kBProgress (3): 1.0/2.0 MB | 131/320 kB | 98/263 kBProgress (3): 1.0/2.0 MB | 131/320 kB | 98/263 kBProgress (3): 1.0/2.0 MB | 147/320 kB | 98/263 kBProgress (3): 1.1/2.0 MB | 147/320 kB | 98/263 kBProgress (3): 1.1/2.0 MB | 147/320 kB | 115/263 kBProgress (3): 1.1/2.0 MB | 163/320 kB | 115/263 kBProgress (3): 1.1/2.0 MB | 163/320 kB | 115/263 kBProgress (3): 1.1/2.0 MB | 163/320 kB | 131/263 kBProgress (3): 1.1/2.0 MB | 163/320 kB | 131/263 kBProgress (3): 1.1/2.0 MB | 180/320 kB | 131/263 kBProgress (3): 1.1/2.0 MB | 180/320 kB | 131/263 kBProgress (3): 1.1/2.0 MB | 180/320 kB | 147/263 kBProgress (3): 1.1/2.0 MB | 196/320 kB | 147/263 kBProgress (3): 1.1/2.0 MB | 196/320 kB | 147/263 kBProgress (3): 1.1/2.0 MB | 196/320 kB | 164/263 kBProgress (3): 1.1/2.0 MB | 212/320 kB | 164/263 kBProgress (3): 1.1/2.0 MB | 212/320 kB | 164/263 kBProgress (3): 1.2/2.0 MB | 212/320 kB | 164/263 kBProgress (3): 1.2/2.0 MB | 229/320 kB | 164/263 kBProgress (3): 1.2/2.0 MB | 229/320 kB | 180/263 kBProgress (3): 1.2/2.0 MB | 229/320 kB | 180/263 kBProgress (3): 1.2/2.0 MB | 245/320 kB | 180/263 kBProgress (3): 1.2/2.0 MB | 245/320 kB | 180/263 kBProgress (3): 1.2/2.0 MB | 245/320 kB | 197/263 kBProgress (3): 1.2/2.0 MB | 245/320 kB | 197/263 kBProgress (3): 1.2/2.0 MB | 245/320 kB | 213/263 kBProgress (3): 1.2/2.0 MB | 245/320 kB | 213/263 kBProgress (3): 1.2/2.0 MB | 245/320 kB | 229/263 kBProgress (3): 1.2/2.0 MB | 245/320 kB | 229/263 kBProgress (4): 1.2/2.0 MB | 245/320 kB | 229/263 kB | 16/212 kBProgress (4): 1.2/2.0 MB | 245/320 kB | 229/263 kB | 16/212 kBProgress (4): 1.2/2.0 MB | 245/320 kB | 246/263 kB | 16/212 kBProgress (4): 1.2/2.0 MB | 245/320 kB | 246/263 kB | 33/212 kBProgress (4): 1.3/2.0 MB | 245/320 kB | 246/263 kB | 33/212 kBProgress (4): 1.3/2.0 MB | 245/320 kB | 246/263 kB | 49/212 kBProgress (4): 1.3/2.0 MB | 245/320 kB | 246/263 kB | 49/212 kBProgress (4): 1.3/2.0 MB | 245/320 kB | 246/263 kB | 49/212 kBProgress (4): 1.3/2.0 MB | 262/320 kB | 246/263 kB | 49/212 kBProgress (4): 1.3/2.0 MB | 262/320 kB | 246/263 kB | 66/212 kBProgress (4): 1.3/2.0 MB | 262/320 kB | 246/263 kB | 66/212 kBProgress (4): 1.3/2.0 MB | 262/320 kB | 246/263 kB | 82/212 kBProgress (4): 1.3/2.0 MB | 262/320 kB | 246/263 kB | 82/212 kBProgress (5): 1.3/2.0 MB | 262/320 kB | 246/263 kB | 82/212 kB | 16/53 kBProgress (5): 1.3/2.0 MB | 262/320 kB | 246/263 kB | 98/212 kB | 16/53 kBProgress (5): 1.3/2.0 MB | 278/320 kB | 246/263 kB | 98/212 kB | 16/53 kBProgress (5): 1.3/2.0 MB | 278/320 kB | 246/263 kB | 98/212 kB | 16/53 kBProgress (5): 1.3/2.0 MB | 278/320 kB | 256/263 kB | 98/212 kB | 16/53 kBProgress (5): 1.3/2.0 MB | 278/320 kB | 256/263 kB | 115/212 kB | 16/53 kBProgress (5): 1.3/2.0 MB | 294/320 kB | 256/263 kB | 115/212 kB | 16/53 kBProgress (5): 1.4/2.0 MB | 294/320 kB | 256/263 kB | 115/212 kB | 16/53 kBProgress (5): 1.4/2.0 MB | 294/320 kB | 256/263 kB | 131/212 kB | 16/53 kBProgress (5): 1.4/2.0 MB | 294/320 kB | 263 kB | 131/212 kB | 16/53 kB    Progress (5): 1.4/2.0 MB | 294/320 kB | 263 kB | 131/212 kB | 16/53 kBProgress (5): 1.4/2.0 MB | 311/320 kB | 263 kB | 131/212 kB | 16/53 kB                                                                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.4/api-ldap-extras-codec-2.1.4.jar (263 kB at 1.3 MB/s)
Progress (4): 1.4/2.0 MB | 320 kB | 131/212 kB | 16/53 kBProgress (4): 1.4/2.0 MB | 320 kB | 131/212 kB | 16/53 kB                                                         Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.4/api-ldap-codec-core-2.1.4.jar (320 kB at 1.6 MB/s)
Progress (3): 1.4/2.0 MB | 131/212 kB | 16/53 kBProgress (3): 1.4/2.0 MB | 131/212 kB | 33/53 kBProgress (3): 1.4/2.0 MB | 131/212 kB | 33/53 kBProgress (3): 1.4/2.0 MB | 131/212 kB | 33/53 kBProgress (3): 1.5/2.0 MB | 131/212 kB | 33/53 kBProgress (3): 1.5/2.0 MB | 131/212 kB | 33/53 kBProgress (3): 1.5/2.0 MB | 131/212 kB | 33/53 kBProgress (3): 1.5/2.0 MB | 131/212 kB | 33/53 kBProgress (3): 1.5/2.0 MB | 131/212 kB | 33/53 kBProgress (3): 1.5/2.0 MB | 131/212 kB | 33/53 kBProgress (3): 1.5/2.0 MB | 131/212 kB | 33/53 kBProgress (3): 1.6/2.0 MB | 131/212 kB | 33/53 kBProgress (3): 1.6/2.0 MB | 147/212 kB | 33/53 kBProgress (3): 1.6/2.0 MB | 147/212 kB | 33/53 kBProgress (3): 1.6/2.0 MB | 164/212 kB | 33/53 kBProgress (3): 1.6/2.0 MB | 164/212 kB | 33/53 kBProgress (3): 1.6/2.0 MB | 180/212 kB | 33/53 kBProgress (3): 1.6/2.0 MB | 180/212 kB | 33/53 kBProgress (3): 1.6/2.0 MB | 197/212 kB | 33/53 kBProgress (3): 1.6/2.0 MB | 197/212 kB | 33/53 kBProgress (3): 1.6/2.0 MB | 197/212 kB | 49/53 kBProgress (3): 1.6/2.0 MB | 212 kB | 49/53 kB    Progress (3): 1.6/2.0 MB | 212 kB | 53 kB   Progress (3): 1.6/2.0 MB | 212 kB | 53 kB                                         Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6.2/jorphan-5.6.2.jar (212 kB at 990 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6.2/ApacheJMeter_java-5.6.2.jar (53 kB at 248 kB/s)
Progress (1): 1.7/2.0 MBProgress (1): 1.7/2.0 MBProgress (1): 1.7/2.0 MBProgress (1): 1.7/2.0 MBProgress (1): 1.7/2.0 MBProgress (1): 1.7/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 2.0/2.0 MBProgress (1): 2.0/2.0 MBProgress (1): 2.0/2.0 MBProgress (1): 2.0/2.0 MBProgress (1): 2.0/2.0 MBProgress (1): 2.0 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6.2/ApacheJMeter_core-5.6.2.jar (2.0 MB at 8.5 MB/s)
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.913 s
[INFO] Finished at: 2023-09-01T22:19:46Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #321

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/321/display/redirect?page=changes>

Changes:

[Shawn McKinney] -> ldap api 2.1.4

[Shawn McKinney] -> latest ant & jmeter

[Shawn McKinney] 3.0.0 release prep

[Shawn McKinney] prereq >= maven 3.9

[Shawn McKinney] [maven-release-plugin] prepare release 3.0.0

[Shawn McKinney] [maven-release-plugin] prepare for next development iteration


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds41 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 7e67dd6f33c77f7fb5371602c16969ceb7a9e50f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7e67dd6f33c77f7fb5371602c16969ceb7a9e50f # timeout=10
Commit message: "[maven-release-plugin] prepare for next development iteration"
 > git rev-list --no-walk 42d1356b0629c5d917436e582ad5e561f5a53601 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins17150451598628623850.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-213-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
a19932ada9c6: Waiting
4e4231e30efc: Waiting
a4f632852d54: Waiting
50a174dd8578: Waiting
b6207c3d295d: Waiting
202a34e7968e: Verifying Checksum
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Verifying Checksum
a2abf6c4d29d: Download complete
50a174dd8578: Download complete
a4f632852d54: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
b6207c3d295d: Verifying Checksum
b6207c3d295d: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=38f397f1d86c67359770a6aa703101881118e75b8bd8623fd1d23d6d770d33c4
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 38f397f1d86c67359770a6aa703101881118e75b8bd8623fd1d23d6d770d33c4
+ CONTAINER_PORT=40335
+ echo 40335
40335
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=40335/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[WARNING] The project org.apache.directory.fortress:fortress-core:jar:3.0.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.4/api-all-2.1.4.pom
Progress (1): 1.4/3.8 kBProgress (1): 2.7/3.8 kBProgress (1): 3.8 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.4/api-all-2.1.4.pom (3.8 kB at 7.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-parent/2.1.4/api-parent-2.1.4.pom
Progress (1): 1.4/28 kBProgress (1): 2.7/28 kBProgress (1): 4.1/28 kBProgress (1): 5.5/28 kBProgress (1): 6.9/28 kBProgress (1): 8.2/28 kBProgress (1): 9.6/28 kBProgress (1): 11/28 kB Progress (1): 12/28 kBProgress (1): 14/28 kBProgress (1): 15/28 kBProgress (1): 16/28 kBProgress (1): 18/28 kBProgress (1): 19/28 kBProgress (1): 21/28 kBProgress (1): 22/28 kBProgress (1): 23/28 kBProgress (1): 25/28 kBProgress (1): 26/28 kBProgress (1): 27/28 kBProgress (1): 28 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-parent/2.1.4/api-parent-2.1.4.pom (28 kB at 415 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.4/api-ldap-extras-codec-2.1.4.pom
Progress (1): 1.4/11 kBProgress (1): 2.7/11 kBProgress (1): 4.1/11 kBProgress (1): 5.5/11 kBProgress (1): 6.9/11 kBProgress (1): 8.2/11 kBProgress (1): 9.6/11 kBProgress (1): 11 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.4/api-ldap-extras-codec-2.1.4.pom (11 kB at 284 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-parent/2.1.4/api-ldap-extras-parent-2.1.4.pom
Progress (1): 1.4/1.6 kBProgress (1): 1.6 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-parent/2.1.4/api-ldap-extras-parent-2.1.4.pom (1.6 kB at 49 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-parent/2.1.4/api-ldap-parent-2.1.4.pom
Progress (1): 1.4/1.6 kBProgress (1): 1.6 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-parent/2.1.4/api-ldap-parent-2.1.4.pom (1.6 kB at 46 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.4/api-ldap-codec-core-2.1.4.pom
Progress (1): 1.4/7.4 kBProgress (1): 2.7/7.4 kBProgress (1): 4.1/7.4 kBProgress (1): 5.5/7.4 kBProgress (1): 6.9/7.4 kBProgress (1): 7.4 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.4/api-ldap-codec-core-2.1.4.pom (7.4 kB at 190 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-parent/2.1.4/api-ldap-codec-parent-2.1.4.pom
Progress (1): 1.4/1.5 kBProgress (1): 1.5 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-parent/2.1.4/api-ldap-codec-parent-2.1.4.pom (1.5 kB at 42 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-util/2.1.4/api-util-2.1.4.pom
Progress (1): 1.4/4.0 kBProgress (1): 2.7/4.0 kBProgress (1): 4.0 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-util/2.1.4/api-util-2.1.4.pom (4.0 kB at 106 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-i18n/2.1.4/api-i18n-2.1.4.pom
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-i18n/2.1.4/api-i18n-2.1.4.pom (2.7 kB at 52 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-api/2.1.4/api-asn1-api-2.1.4.pom
Progress (1): 3.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-api/2.1.4/api-asn1-api-2.1.4.pom (3.0 kB at 86 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-parent/2.1.4/api-asn1-parent-2.1.4.pom
Progress (1): 1.5 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-parent/2.1.4/api-asn1-parent-2.1.4.pom (1.5 kB at 44 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-ber/2.1.4/api-asn1-ber-2.1.4.pom
Progress (1): 3.9 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-ber/2.1.4/api-asn1-ber-2.1.4.pom (3.9 kB at 118 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-model/2.1.4/api-ldap-model-2.1.4.pom
Progress (1): 9.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-model/2.1.4/api-ldap-model-2.1.4.pom (9.3 kB at 274 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.4/api-ldap-extras-codec-api-2.1.4.pom
Progress (1): 5.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.4/api-ldap-extras-codec-api-2.1.4.pom (5.8 kB at 171 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6.2/ApacheJMeter_core-5.6.2.pom
Progress (1): 12 kB                   Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6.2/ApacheJMeter_core-5.6.2.pom (12 kB at 324 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6.2/ApacheJMeter-5.6.2.pom
Progress (1): 1.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6.2/ApacheJMeter-5.6.2.pom (1.7 kB at 53 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.pom
Progress (1): 2.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.pom (2.3 kB at 69 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-aggregator/1.1.1/auto-service-aggregator-1.1.1.pom
Progress (1): 4.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-aggregator/1.1.1/auto-service-aggregator-1.1.1.pom (4.3 kB at 129 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6.2/jorphan-5.6.2.pom
Progress (1): 3.2 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6.2/jorphan-5.6.2.pom (3.2 kB at 96 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6.2/ApacheJMeter_java-5.6.2.pom
Progress (1): 2.4 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6.2/ApacheJMeter_java-5.6.2.pom (2.4 kB at 76 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.4/api-all-2.1.4.jar
Progress (1): 0/3.2 MBProgress (1): 0/3.2 MBProgress (1): 0/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.1/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.2/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.3/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.4/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.5/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.6/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.7/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.8/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 0.9/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.0/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.1/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.2/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.3/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.4/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.5/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.6/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.7/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.8/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 1.9/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.0/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.1/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.2/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.3/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.4/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.5/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.6/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.7/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.8/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 2.9/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.0/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.1/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2/3.2 MBProgress (1): 3.2 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-all/2.1.4/api-all-2.1.4.jar (3.2 MB at 7.7 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.4/api-ldap-codec-core-2.1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.4/api-ldap-extras-codec-2.1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.4/api-ldap-extras-codec-api-2.1.4.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6.2/ApacheJMeter_core-5.6.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6.2/ApacheJMeter-5.6.2.jar
Progress (1): 16/320 kBProgress (1): 33/320 kBProgress (1): 49/320 kBProgress (1): 66/320 kBProgress (1): 82/320 kBProgress (1): 98/320 kBProgress (1): 115/320 kBProgress (1): 131/320 kBProgress (1): 147/320 kBProgress (1): 164/320 kBProgress (1): 180/320 kBProgress (1): 197/320 kBProgress (1): 213/320 kBProgress (1): 229/320 kBProgress (1): 246/320 kBProgress (1): 256/320 kBProgress (1): 272/320 kBProgress (1): 289/320 kBProgress (1): 305/320 kBProgress (1): 320 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.4/api-ldap-codec-core-2.1.4.jar (320 kB at 4.9 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar
Progress (1): 3.2 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.1/auto-service-annotations-1.1.1.jar (3.2 kB at 33 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6.2/ApacheJMeter_java-5.6.2.jar
Progress (1): 1.4/14 kBProgress (1): 2.7/14 kBProgress (1): 4.1/14 kBProgress (1): 5.5/14 kBProgress (1): 6.9/14 kBProgress (1): 8.2/14 kBProgress (1): 9.6/14 kBProgress (1): 11/14 kB Progress (1): 12/14 kBProgress (1): 14 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6.2/ApacheJMeter-5.6.2.jar (14 kB at 110 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6.2/jorphan-5.6.2.jar
Progress (1): 1.4/263 kBProgress (2): 1.4/263 kB | 16/104 kBProgress (2): 2.7/263 kB | 16/104 kBProgress (2): 4.1/263 kB | 16/104 kBProgress (2): 5.5/263 kB | 16/104 kBProgress (2): 6.9/263 kB | 16/104 kBProgress (2): 8.2/263 kB | 16/104 kBProgress (2): 9.6/263 kB | 16/104 kBProgress (3): 9.6/263 kB | 16/104 kB | 16/53 kBProgress (3): 11/263 kB | 16/104 kB | 16/53 kB Progress (3): 12/263 kB | 16/104 kB | 16/53 kBProgress (3): 14/263 kB | 16/104 kB | 16/53 kBProgress (3): 15/263 kB | 16/104 kB | 16/53 kBProgress (3): 16/263 kB | 16/104 kB | 16/53 kBProgress (3): 16/263 kB | 16/104 kB | 32/53 kBProgress (3): 16/263 kB | 16/104 kB | 49/53 kBProgress (3): 16/263 kB | 16/104 kB | 53 kB                                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6.2/ApacheJMeter_java-5.6.2.jar (53 kB at 397 kB/s)
Progress (2): 16/263 kB | 33/104 kBProgress (2): 32/263 kB | 33/104 kBProgress (3): 32/263 kB | 33/104 kB | 0/2.0 MBProgress (3): 32/263 kB | 33/104 kB | 0/2.0 MBProgress (3): 32/263 kB | 49/104 kB | 0/2.0 MBProgress (3): 49/263 kB | 49/104 kB | 0/2.0 MBProgress (3): 49/263 kB | 66/104 kB | 0/2.0 MBProgress (4): 49/263 kB | 66/104 kB | 0/2.0 MB | 1.4/212 kBProgress (4): 65/263 kB | 66/104 kB | 0/2.0 MB | 1.4/212 kBProgress (4): 65/263 kB | 66/104 kB | 0/2.0 MB | 2.7/212 kBProgress (4): 65/263 kB | 66/104 kB | 0/2.0 MB | 4.1/212 kBProgress (4): 65/263 kB | 66/104 kB | 0/2.0 MB | 5.5/212 kBProgress (4): 65/263 kB | 82/104 kB | 0/2.0 MB | 5.5/212 kBProgress (4): 65/263 kB | 82/104 kB | 0/2.0 MB | 6.9/212 kBProgress (4): 65/263 kB | 82/104 kB | 0/2.0 MB | 8.2/212 kBProgress (4): 65/263 kB | 82/104 kB | 0/2.0 MB | 9.6/212 kBProgress (4): 81/263 kB | 82/104 kB | 0/2.0 MB | 9.6/212 kBProgress (4): 81/263 kB | 82/104 kB | 0/2.0 MB | 11/212 kB Progress (4): 81/263 kB | 82/104 kB | 0/2.0 MB | 11/212 kBProgress (4): 81/263 kB | 82/104 kB | 0/2.0 MB | 12/212 kBProgress (4): 81/263 kB | 98/104 kB | 0/2.0 MB | 12/212 kBProgress (4): 81/263 kB | 98/104 kB | 0/2.0 MB | 14/212 kBProgress (4): 81/263 kB | 98/104 kB | 0/2.0 MB | 15/212 kBProgress (4): 98/263 kB | 98/104 kB | 0/2.0 MB | 15/212 kBProgress (4): 98/263 kB | 98/104 kB | 0/2.0 MB | 16/212 kBProgress (4): 98/263 kB | 98/104 kB | 0.1/2.0 MB | 16/212 kBProgress (4): 98/263 kB | 98/104 kB | 0.1/2.0 MB | 32/212 kBProgress (4): 98/263 kB | 98/104 kB | 0.1/2.0 MB | 32/212 kBProgress (4): 98/263 kB | 104 kB | 0.1/2.0 MB | 32/212 kB                                                            Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.4/api-ldap-extras-codec-api-2.1.4.jar (104 kB at 588 kB/s)
Progress (3): 98/263 kB | 0.1/2.0 MB | 32/212 kBProgress (3): 114/263 kB | 0.1/2.0 MB | 32/212 kBProgress (3): 114/263 kB | 0.1/2.0 MB | 49/212 kBProgress (3): 131/263 kB | 0.1/2.0 MB | 49/212 kBProgress (3): 147/263 kB | 0.1/2.0 MB | 49/212 kBProgress (3): 163/263 kB | 0.1/2.0 MB | 49/212 kBProgress (3): 163/263 kB | 0.1/2.0 MB | 65/212 kBProgress (3): 180/263 kB | 0.1/2.0 MB | 65/212 kBProgress (3): 196/263 kB | 0.1/2.0 MB | 65/212 kBProgress (3): 196/263 kB | 0.1/2.0 MB | 65/212 kBProgress (3): 212/263 kB | 0.1/2.0 MB | 65/212 kBProgress (3): 229/263 kB | 0.1/2.0 MB | 65/212 kBProgress (3): 229/263 kB | 0.1/2.0 MB | 81/212 kBProgress (3): 229/263 kB | 0.1/2.0 MB | 81/212 kBProgress (3): 229/263 kB | 0.1/2.0 MB | 81/212 kBProgress (3): 229/263 kB | 0.1/2.0 MB | 98/212 kBProgress (3): 229/263 kB | 0.2/2.0 MB | 98/212 kBProgress (3): 229/263 kB | 0.2/2.0 MB | 98/212 kBProgress (3): 245/263 kB | 0.2/2.0 MB | 98/212 kBProgress (3): 245/263 kB | 0.2/2.0 MB | 98/212 kBProgress (3): 262/263 kB | 0.2/2.0 MB | 98/212 kBProgress (3): 263 kB | 0.2/2.0 MB | 98/212 kB                                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.4/api-ldap-extras-codec-2.1.4.jar (263 kB at 1.3 MB/s)
Progress (2): 0.2/2.0 MB | 98/212 kBProgress (2): 0.2/2.0 MB | 98/212 kBProgress (2): 0.2/2.0 MB | 114/212 kBProgress (2): 0.2/2.0 MB | 114/212 kBProgress (2): 0.3/2.0 MB | 114/212 kBProgress (2): 0.3/2.0 MB | 131/212 kBProgress (2): 0.3/2.0 MB | 131/212 kBProgress (2): 0.3/2.0 MB | 147/212 kBProgress (2): 0.3/2.0 MB | 147/212 kBProgress (2): 0.3/2.0 MB | 163/212 kBProgress (2): 0.3/2.0 MB | 163/212 kBProgress (2): 0.3/2.0 MB | 180/212 kBProgress (2): 0.3/2.0 MB | 180/212 kBProgress (2): 0.3/2.0 MB | 196/212 kBProgress (2): 0.3/2.0 MB | 196/212 kBProgress (2): 0.3/2.0 MB | 212 kB    Progress (2): 0.4/2.0 MB | 212 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6.2/jorphan-5.6.2.jar (212 kB at 938 kB/s)
Progress (1): 0.4/2.0 MBProgress (1): 0.4/2.0 MBProgress (1): 0.4/2.0 MBProgress (1): 0.4/2.0 MBProgress (1): 0.4/2.0 MBProgress (1): 0.5/2.0 MBProgress (1): 0.5/2.0 MBProgress (1): 0.5/2.0 MBProgress (1): 0.5/2.0 MBProgress (1): 0.5/2.0 MBProgress (1): 0.5/2.0 MBProgress (1): 0.6/2.0 MBProgress (1): 0.6/2.0 MBProgress (1): 0.6/2.0 MBProgress (1): 0.6/2.0 MBProgress (1): 0.6/2.0 MBProgress (1): 0.6/2.0 MBProgress (1): 0.6/2.0 MBProgress (1): 0.7/2.0 MBProgress (1): 0.7/2.0 MBProgress (1): 0.7/2.0 MBProgress (1): 0.7/2.0 MBProgress (1): 0.7/2.0 MBProgress (1): 0.7/2.0 MBProgress (1): 0.8/2.0 MBProgress (1): 0.8/2.0 MBProgress (1): 0.8/2.0 MBProgress (1): 0.8/2.0 MBProgress (1): 0.8/2.0 MBProgress (1): 0.8/2.0 MBProgress (1): 0.9/2.0 MBProgress (1): 0.9/2.0 MBProgress (1): 0.9/2.0 MBProgress (1): 0.9/2.0 MBProgress (1): 0.9/2.0 MBProgress (1): 0.9/2.0 MBProgress (1): 1.0/2.0 MBProgress (1): 1.0/2.0 MBProgress (1): 1.0/2.0 MBProgress (1): 1.0/2.0 MBProgress (1): 1.0/2.0 MBProgress (1): 1.0/2.0 MBProgress (1): 1.1/2.0 MBProgress (1): 1.1/2.0 MBProgress (1): 1.1/2.0 MBProgress (1): 1.1/2.0 MBProgress (1): 1.1/2.0 MBProgress (1): 1.1/2.0 MBProgress (1): 1.1/2.0 MBProgress (1): 1.1/2.0 MBProgress (1): 1.2/2.0 MBProgress (1): 1.2/2.0 MBProgress (1): 1.2/2.0 MBProgress (1): 1.2/2.0 MBProgress (1): 1.2/2.0 MBProgress (1): 1.2/2.0 MBProgress (1): 1.3/2.0 MBProgress (1): 1.3/2.0 MBProgress (1): 1.3/2.0 MBProgress (1): 1.3/2.0 MBProgress (1): 1.3/2.0 MBProgress (1): 1.3/2.0 MBProgress (1): 1.4/2.0 MBProgress (1): 1.4/2.0 MBProgress (1): 1.4/2.0 MBProgress (1): 1.4/2.0 MBProgress (1): 1.4/2.0 MBProgress (1): 1.4/2.0 MBProgress (1): 1.5/2.0 MBProgress (1): 1.5/2.0 MBProgress (1): 1.5/2.0 MBProgress (1): 1.5/2.0 MBProgress (1): 1.5/2.0 MBProgress (1): 1.5/2.0 MBProgress (1): 1.6/2.0 MBProgress (1): 1.6/2.0 MBProgress (1): 1.6/2.0 MBProgress (1): 1.6/2.0 MBProgress (1): 1.6/2.0 MBProgress (1): 1.6/2.0 MBProgress (1): 1.6/2.0 MBProgress (1): 1.7/2.0 MBProgress (1): 1.7/2.0 MBProgress (1): 1.7/2.0 MBProgress (1): 1.7/2.0 MBProgress (1): 1.7/2.0 MBProgress (1): 1.7/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.8/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 1.9/2.0 MBProgress (1): 2.0/2.0 MBProgress (1): 2.0/2.0 MBProgress (1): 2.0/2.0 MBProgress (1): 2.0/2.0 MBProgress (1): 2.0 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6.2/ApacheJMeter_core-5.6.2.jar (2.0 MB at 5.9 MB/s)
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.430 s
[INFO] Finished at: 2023-08-31T22:19:45Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #320

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/320/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 42d1356b0629c5d917436e582ad5e561f5a53601 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42d1356b0629c5d917436e582ad5e561f5a53601 # timeout=10
Commit message: "FC323 + del perm, deassign, revoke"
 > git rev-list --no-walk 42d1356b0629c5d917436e582ad5e561f5a53601 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins14957977845259406032.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
a4f632852d54: Waiting
a19932ada9c6: Waiting
50a174dd8578: Waiting
4e4231e30efc: Waiting
b6207c3d295d: Waiting
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
202a34e7968e: Verifying Checksum
202a34e7968e: Download complete
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
a4f632852d54: Download complete
b6207c3d295d: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=37c5a2eb38f7363b8bf5e30f28fe4376920d61f6f4f9914db406f24287e251c8
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 37c5a2eb38f7363b8bf5e30f28fe4376920d61f6f4f9914db406f24287e251c8
+ CONTAINER_PORT=39857
+ echo 39857
39857
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=39857/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.0-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.078 s
[INFO] Finished at: 2023-08-26T22:19:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #319

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/319/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds41 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 42d1356b0629c5d917436e582ad5e561f5a53601 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42d1356b0629c5d917436e582ad5e561f5a53601 # timeout=10
Commit message: "FC323 + del perm, deassign, revoke"
 > git rev-list --no-walk 42d1356b0629c5d917436e582ad5e561f5a53601 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins5540499784799158178.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-213-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Image is up to date for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=7feffd314ab08101183c6321197e5fca24cffb05a565cff88fb3f97e91c0dee4
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 7feffd314ab08101183c6321197e5fca24cffb05a565cff88fb3f97e91c0dee4
+ CONTAINER_PORT=40229
+ echo 40229
40229
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=40229/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.0-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.179 s
[INFO] Finished at: 2023-08-19T22:19:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #318

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/318/display/redirect?page=changes>

Changes:

[Shawn McKinney] FC323 + del perm, deassign, revoke


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds41 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 42d1356b0629c5d917436e582ad5e561f5a53601 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42d1356b0629c5d917436e582ad5e561f5a53601 # timeout=10
Commit message: "FC323 + del perm, deassign, revoke"
 > git rev-list --no-walk 3343f82b4805f826f24759008c1dfc8d73f90922 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins8433416978273737352.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-213-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
a4f632852d54: Waiting
4e4231e30efc: Waiting
b6207c3d295d: Waiting
50a174dd8578: Waiting
a19932ada9c6: Waiting
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Verifying Checksum
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
a4f632852d54: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
b6207c3d295d: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=b60c07d890bc43fbfc5ce8738273500148acbc0da236a20bef578b4ecd845711
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} b60c07d890bc43fbfc5ce8738273500148acbc0da236a20bef578b4ecd845711
+ CONTAINER_PORT=40228
+ echo 40228
40228
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=40228/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.0-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.983 s
[INFO] Finished at: 2023-08-18T22:19:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #317

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/317/display/redirect?page=changes>

Changes:

[Shawn McKinney] FC323 rename base class


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 3343f82b4805f826f24759008c1dfc8d73f90922 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3343f82b4805f826f24759008c1dfc8d73f90922 # timeout=10
Commit message: "FC323 rename base class"
 > git rev-list --no-walk 2ba309af1ef4281203b79967a876658ff91afb6c # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins950354585276566264.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
4e4231e30efc: Waiting
b6207c3d295d: Waiting
a4f632852d54: Waiting
50a174dd8578: Waiting
a19932ada9c6: Waiting
202a34e7968e: Verifying Checksum
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
a4f632852d54: Verifying Checksum
a4f632852d54: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
b6207c3d295d: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=a2c9f652c2d8c1e0abc79ed6c5ca50e5e5b900ed98410c222e86e415e54208ed
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} a2c9f652c2d8c1e0abc79ed6c5ca50e5e5b900ed98410c222e86e415e54208ed
+ CONTAINER_PORT=39119
+ echo 39119
39119
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=39119/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.0-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.091 s
[INFO] Finished at: 2023-08-17T22:19:45Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #316

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/316/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 2ba309af1ef4281203b79967a876658ff91afb6c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2ba309af1ef4281203b79967a876658ff91afb6c # timeout=10
Commit message: "FC323 + grant perm load tests"
 > git rev-list --no-walk 2ba309af1ef4281203b79967a876658ff91afb6c # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins15785777547979284229.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
4e4231e30efc: Waiting
a19932ada9c6: Waiting
a4f632852d54: Waiting
50a174dd8578: Waiting
b6207c3d295d: Waiting
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Verifying Checksum
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
b6207c3d295d: Download complete
a4f632852d54: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=9c81164fce6bd8393b5ae43cbcc86fb9ec7ff0d4a4f21ec4925d4aa758c01312
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 9c81164fce6bd8393b5ae43cbcc86fb9ec7ff0d4a4f21ec4925d4aa758c01312
+ CONTAINER_PORT=38628
+ echo 38628
38628
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=38628/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.0-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.415 s
[INFO] Finished at: 2023-08-12T22:19:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #315

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/315/display/redirect?page=changes>

Changes:

[Shawn McKinney] FC323 + grant perm load tests


------------------------------------------
[...truncated 29.07 KB...]
Progress (1): 1.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/16.0.2/annotations-16.0.2.pom (1.3 kB at 44 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/formdev/svgSalamander/1.1.2.4/svgSalamander-1.1.2.4.pom
Progress (1): 5.1 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/formdev/svgSalamander/1.1.2.4/svgSalamander-1.1.2.4.pom (5.1 kB at 163 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-visual-padding/0.1.3/swing-extensions-visual-padding-0.1.3.pom
Progress (1): 1.4 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-visual-padding/0.1.3/swing-extensions-visual-padding-0.1.3.pom (1.4 kB at 43 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-native-utils/2.7.3/darklaf-native-utils-2.7.3.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-native-utils/2.7.3/darklaf-native-utils-2.7.3.pom (1.6 kB at 47 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-platform-base/2.7.3/darklaf-platform-base-2.7.3.pom
Progress (1): 1.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-platform-base/2.7.3/darklaf-platform-base-2.7.3.pom (1.3 kB at 43 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-windows/2.7.3/darklaf-windows-2.7.3.pom
Progress (1): 2.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-windows/2.7.3/darklaf-windows-2.7.3.pom (2.3 kB at 75 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-macos/2.7.3/darklaf-macos-2.7.3.pom
Progress (1): 2.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-macos/2.7.3/darklaf-macos-2.7.3.pom (2.3 kB at 71 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-laf-support/0.1.3/swing-extensions-laf-support-0.1.3.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-laf-support/0.1.3/swing-extensions-laf-support-0.1.3.pom (1.6 kB at 52 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-extensions-rsyntaxarea/0.3.4/darklaf-extensions-rsyntaxarea-0.3.4.pom
Progress (1): 1.4 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-extensions-rsyntaxarea/0.3.4/darklaf-extensions-rsyntaxarea-0.3.4.pom (1.4 kB at 42 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-swing/5.3/miglayout-swing-5.3.pom
Progress (1): 855 B                   Downloaded from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-swing/5.3/miglayout-swing-5.3.pom (855 B at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-parent/5.3/miglayout-parent-5.3.pom
Progress (1): 9.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-parent/5.3/miglayout-parent-5.3.pom (9.6 kB at 228 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-core/5.3/miglayout-core-5.3.pom
Progress (1): 633 B                   Downloaded from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-core/5.3/miglayout-core-5.3.pom (633 B at 18 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-batik/3.2.0/lets-plot-batik-3.2.0.pom
Progress (1): 1.5 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-batik/3.2.0/lets-plot-batik-3.2.0.pom (1.5 kB at 48 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-common/3.2.0/lets-plot-common-3.2.0.pom
Progress (1): 1.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-common/3.2.0/lets-plot-common-3.2.0.pom (1.3 kB at 43 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.7.21/kotlin-stdlib-jdk8-1.7.21.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.7.21/kotlin-stdlib-jdk8-1.7.21.pom (1.6 kB at 51 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.7.21/kotlin-stdlib-1.7.21.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.7.21/kotlin-stdlib-1.7.21.pom (1.6 kB at 49 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.21/kotlin-stdlib-common-1.7.21.pom
Progress (1): 1.2 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.21/kotlin-stdlib-common-1.7.21.pom (1.2 kB at 39 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.7.21/kotlin-stdlib-jdk7-1.7.21.pom
Progress (1): 1.4 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.7.21/kotlin-stdlib-jdk7-1.7.21.pom (1.4 kB at 43 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging/2.0.5/kotlin-logging-2.0.5.pom
Progress (1): 1.9 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging/2.0.5/kotlin-logging-2.0.5.pom (1.9 kB at 50 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.31/kotlin-stdlib-common-1.4.31.pom
Progress (1): 1.2 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.31/kotlin-stdlib-common-1.4.31.pom (1.2 kB at 39 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.7.3/kotlinx-html-jvm-0.7.3.pom
Progress (1): 2.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.7.3/kotlinx-html-jvm-0.7.3.pom (2.0 kB at 66 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.4.31/kotlin-stdlib-jdk8-1.4.31.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.4.31/kotlin-stdlib-jdk8-1.4.31.pom (1.6 kB at 51 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.4.31/kotlin-stdlib-1.4.31.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.4.31/kotlin-stdlib-1.4.31.pom (1.6 kB at 50 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.4.31/kotlin-stdlib-jdk7-1.4.31.pom
Progress (1): 1.4 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.4.31/kotlin-stdlib-jdk7-1.4.31.pom (1.4 kB at 46 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-kotlin-jvm/4.4.1/lets-plot-kotlin-jvm-4.4.1.pom
Progress (1): 3.1 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-kotlin-jvm/4.4.1/lets-plot-kotlin-jvm-4.4.1.pom (3.1 kB at 89 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/base-portable-jvm/3.2.0/base-portable-jvm-3.2.0.pom
Progress (1): 2.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/base-portable-jvm/3.2.0/base-portable-jvm-3.2.0.pom (2.0 kB at 66 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging-jvm/2.0.5/kotlin-logging-jvm-2.0.5.pom
Progress (1): 2.2 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging-jvm/2.0.5/kotlin-logging-jvm-2.0.5.pom (2.2 kB at 72 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-base-portable-jvm/3.2.0/plot-base-portable-jvm-3.2.0.pom
Progress (1): 2.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-base-portable-jvm/3.2.0/plot-base-portable-jvm-3.2.0.pom (2.6 kB at 56 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/vis-svg-portable-jvm/3.2.0/vis-svg-portable-jvm-3.2.0.pom
Progress (1): 2.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/vis-svg-portable-jvm/3.2.0/vis-svg-portable-jvm-3.2.0.pom (2.0 kB at 52 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-common-portable-jvm/3.2.0/plot-common-portable-jvm-3.2.0.pom
Progress (1): 2.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-common-portable-jvm/3.2.0/plot-common-portable-jvm-3.2.0.pom (2.0 kB at 64 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-builder-portable-jvm/3.2.0/plot-builder-portable-jvm-3.2.0.pom
Progress (1): 2.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-builder-portable-jvm/3.2.0/plot-builder-portable-jvm-3.2.0.pom (2.8 kB at 84 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-config-portable-jvm/3.2.0/plot-config-portable-jvm-3.2.0.pom
Progress (1): 3.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-config-portable-jvm/3.2.0/plot-config-portable-jvm-3.2.0.pom (3.0 kB at 96 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-core/5.0.13/jodd-core-5.0.13.pom
Progress (1): 1.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-core/5.0.13/jodd-core-5.0.13.pom (1.3 kB at 41 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-props/5.0.13/jodd-props-5.0.13.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-props/5.0.13/jodd-props-5.0.13.pom (1.6 kB at 51 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-dateutil/3.0.17/groovy-dateutil-3.0.17.pom
Progress (1): 16/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-dateutil/3.0.17/groovy-dateutil-3.0.17.pom (22 kB at 685 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-datetime/3.0.17/groovy-datetime-3.0.17.pom
Progress (1): 16/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-datetime/3.0.17/groovy-datetime-3.0.17.pom (22 kB at 562 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jmx/3.0.17/groovy-jmx-3.0.17.pom
Progress (1): 16/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jmx/3.0.17/groovy-jmx-3.0.17.pom (22 kB at 685 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-sql/3.0.17/groovy-sql-3.0.17.pom
Progress (1): 16/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-sql/3.0.17/groovy-sql-3.0.17.pom (22 kB at 644 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-templates/3.0.17/groovy-templates-3.0.17.pom
Progress (1): 16/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-templates/3.0.17/groovy-templates-3.0.17.pom (22 kB at 650 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6/ApacheJMeter_java-5.6.pom
Progress (1): 2.9 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6/ApacheJMeter_java-5.6.pom (2.9 kB at 82 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6/jorphan-5.6.pom
Progress (1): 4.1 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6/jorphan-5.6.pom (4.1 kB at 110 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.3/api-ldap-extras-codec-2.1.3.jar
Progress (1): 16/263 kBProgress (1): 33/263 kBProgress (1): 49/263 kBProgress (1): 66/263 kBProgress (1): 82/263 kBProgress (1): 98/263 kBProgress (1): 115/263 kBProgress (1): 131/263 kBProgress (1): 147/263 kBProgress (1): 164/263 kBProgress (1): 180/263 kBProgress (1): 197/263 kBProgress (1): 213/263 kBProgress (1): 229/263 kBProgress (1): 246/263 kBProgress (1): 256/263 kBProgress (1): 263 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.3/api-ldap-extras-codec-2.1.3.jar (263 kB at 3.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.3/api-ldap-codec-core-2.1.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.3/api-ldap-extras-codec-api-2.1.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.5.2/jgrapht-core-1.5.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.14/jheaps-0.14.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apfloat/apfloat/1.10.1/apfloat-1.10.1.jar
Progress (1): 16/153 kBProgress (1): 33/153 kBProgress (1): 49/153 kBProgress (1): 66/153 kBProgress (1): 82/153 kBProgress (1): 98/153 kBProgress (1): 115/153 kBProgress (1): 131/153 kBProgress (1): 147/153 kBProgress (1): 153 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.14/jheaps-0.14.jar (153 kB at 3.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/openldap/accelerator-api/1.0-RC41/accelerator-api-1.0-RC41.jar
Progress (1): 16/26 kBProgress (1): 26 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/openldap/accelerator-api/1.0-RC41/accelerator-api-1.0-RC41.jar (26 kB at 342 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/openldap/accelerator-impl/1.0-RC41/accelerator-impl-1.0-RC41.jar
Progress (1): 1.4/104 kBProgress (1): 2.7/104 kBProgress (1): 4.1/104 kBProgress (2): 4.1/104 kB | 16/129 kBProgress (2): 5.5/104 kB | 16/129 kBProgress (2): 6.9/104 kB | 16/129 kBProgress (2): 8.2/104 kB | 16/129 kBProgress (2): 9.6/104 kB | 16/129 kBProgress (2): 9.6/104 kB | 32/129 kBProgress (2): 11/104 kB | 32/129 kB Progress (3): 11/104 kB | 32/129 kB | 16/556 kBProgress (3): 12/104 kB | 32/129 kB | 16/556 kBProgress (3): 14/104 kB | 32/129 kB | 16/556 kBProgress (3): 14/104 kB | 49/129 kB | 16/556 kBProgress (3): 15/104 kB | 49/129 kB | 16/556 kBProgress (3): 16/104 kB | 49/129 kB | 16/556 kBProgress (4): 16/104 kB | 49/129 kB | 16/556 kB | 0/1.3 MBProgress (4): 16/104 kB | 65/129 kB | 16/556 kB | 0/1.3 MBProgress (4): 16/104 kB | 81/129 kB | 16/556 kB | 0/1.3 MBProgress (4): 32/104 kB | 81/129 kB | 16/556 kB | 0/1.3 MBProgress (4): 32/104 kB | 98/129 kB | 16/556 kB | 0/1.3 MBProgress (4): 32/104 kB | 114/129 kB | 16/556 kB | 0/1.3 MBProgress (4): 32/104 kB | 114/129 kB | 33/556 kB | 0/1.3 MBProgress (4): 32/104 kB | 129 kB | 33/556 kB | 0/1.3 MB    Progress (4): 32/104 kB | 129 kB | 33/556 kB | 0/1.3 MB                                                       Downloaded from central: https://repo.maven.apache.org/maven2/org/openldap/accelerator-impl/1.0-RC41/accelerator-impl-1.0-RC41.jar (129 kB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-api/10.0.0/jakarta.jakartaee-api-10.0.0.jar
Progress (3): 49/104 kB | 33/556 kB | 0/1.3 MBProgress (3): 49/104 kB | 49/556 kB | 0/1.3 MBProgress (3): 49/104 kB | 49/556 kB | 0/1.3 MBProgress (3): 65/104 kB | 49/556 kB | 0/1.3 MBProgress (3): 65/104 kB | 66/556 kB | 0/1.3 MBProgress (3): 81/104 kB | 66/556 kB | 0/1.3 MBProgress (3): 81/104 kB | 66/556 kB | 0.1/1.3 MBProgress (3): 81/104 kB | 82/556 kB | 0.1/1.3 MBProgress (3): 98/104 kB | 82/556 kB | 0.1/1.3 MBProgress (3): 104 kB | 82/556 kB | 0.1/1.3 MB   Progress (3): 104 kB | 82/556 kB | 0.1/1.3 MB                                             Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.3/api-ldap-extras-codec-api-2.1.3.jar (104 kB at 695 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-web-api/10.0.0/jakarta.jakartaee-web-api-10.0.0.jar
Progress (2): 98/556 kB | 0.1/1.3 MBProgress (2): 98/556 kB | 0.1/1.3 MBProgress (3): 98/556 kB | 0.1/1.3 MB | 16/320 kBProgress (3): 98/556 kB | 0.1/1.3 MB | 33/320 kBProgress (3): 115/556 kB | 0.1/1.3 MB | 33/320 kBProgress (3): 131/556 kB | 0.1/1.3 MB | 33/320 kBProgress (3): 131/556 kB | 0.1/1.3 MB | 33/320 kBProgress (3): 147/556 kB | 0.1/1.3 MB | 33/320 kBProgress (3): 147/556 kB | 0.1/1.3 MB | 33/320 kBProgress (3): 164/556 kB | 0.1/1.3 MB | 33/320 kBProgress (3): 164/556 kB | 0.1/1.3 MB | 33/320 kBProgress (3): 180/556 kB | 0.1/1.3 MB | 33/320 kBProgress (3): 180/556 kB | 0.2/1.3 MB | 33/320 kBProgress (3): 197/556 kB | 0.2/1.3 MB | 33/320 kBProgress (3): 213/556 kB | 0.2/1.3 MB | 33/320 kBProgress (3): 213/556 kB | 0.2/1.3 MB | 33/320 kBProgress (3): 229/556 kB | 0.2/1.3 MB | 33/320 kBProgress (3): 229/556 kB | 0.2/1.3 MB | 33/320 kBProgress (3): 229/556 kB | 0.2/1.3 MB | 49/320 kBProgress (3): 229/556 kB | 0.2/1.3 MB | 49/320 kBProgress (3): 229/556 kB | 0.2/1.3 MB | 49/320 kBProgress (3): 229/556 kB | 0.2/1.3 MB | 66/320 kBProgress (3): 246/556 kB | 0.2/1.3 MB | 66/320 kBProgress (3): 246/556 kB | 0.2/1.3 MB | 82/320 kBProgress (3): 256/556 kB | 0.2/1.3 MB | 82/320 kBProgress (3): 256/556 kB | 0.2/1.3 MB | 82/320 kBProgress (3): 256/556 kB | 0.2/1.3 MB | 98/320 kBProgress (3): 256/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 272/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 272/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 289/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 289/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 305/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 305/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 321/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 321/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 338/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 338/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 354/556 kB | 0.3/1.3 MB | 98/320 kBProgress (3): 354/556 kB | 0.4/1.3 MB | 98/320 kBProgress (3): 370/556 kB | 0.4/1.3 MB | 98/320 kBProgress (3): 370/556 kB | 0.4/1.3 MB | 98/320 kBProgress (3): 387/556 kB | 0.4/1.3 MB | 98/320 kBProgress (3): 387/556 kB | 0.4/1.3 MB | 98/320 kBProgress (3): 403/556 kB | 0.4/1.3 MB | 98/320 kBProgress (3): 403/556 kB | 0.4/1.3 MB | 98/320 kBProgress (3): 420/556 kB | 0.4/1.3 MB | 98/320 kBProgress (3): 420/556 kB | 0.4/1.3 MB | 115/320 kBProgress (3): 420/556 kB | 0.4/1.3 MB | 115/320 kBProgress (3): 436/556 kB | 0.4/1.3 MB | 115/320 kBProgress (3): 452/556 kB | 0.4/1.3 MB | 115/320 kBProgress (3): 452/556 kB | 0.4/1.3 MB | 115/320 kBProgress (4): 452/556 kB | 0.4/1.3 MB | 115/320 kB | 0/2.3 MBProgress (4): 452/556 kB | 0.4/1.3 MB | 131/320 kB | 0/2.3 MBProgress (4): 469/556 kB | 0.4/1.3 MB | 131/320 kB | 0/2.3 MBProgress (4): 469/556 kB | 0.4/1.3 MB | 131/320 kB | 0/2.3 MBProgress (4): 469/556 kB | 0.5/1.3 MB | 131/320 kB | 0/2.3 MBProgress (4): 485/556 kB | 0.5/1.3 MB | 131/320 kB | 0/2.3 MBProgress (4): 485/556 kB | 0.5/1.3 MB | 131/320 kB | 0/2.3 MBProgress (4): 485/556 kB | 0.5/1.3 MB | 131/320 kB | 0/2.3 MBProgress (4): 502/556 kB | 0.5/1.3 MB | 131/320 kB | 0/2.3 MBProgress (4): 502/556 kB | 0.5/1.3 MB | 147/320 kB | 0/2.3 MBProgress (4): 502/556 kB | 0.5/1.3 MB | 147/320 kB | 0.1/2.3 MBProgress (4): 502/556 kB | 0.5/1.3 MB | 147/320 kB | 0.1/2.3 MBProgress (4): 518/556 kB | 0.5/1.3 MB | 147/320 kB | 0.1/2.3 MBProgress (4): 518/556 kB | 0.5/1.3 MB | 164/320 kB | 0.1/2.3 MBProgress (4): 518/556 kB | 0.5/1.3 MB | 164/320 kB | 0.1/2.3 MBProgress (4): 518/556 kB | 0.5/1.3 MB | 164/320 kB | 0.1/2.3 MBProgress (4): 534/556 kB | 0.5/1.3 MB | 164/320 kB | 0.1/2.3 MBProgress (4): 534/556 kB | 0.5/1.3 MB | 164/320 kB | 0.1/2.3 MBProgress (4): 534/556 kB | 0.5/1.3 MB | 180/320 kB | 0.1/2.3 MBProgress (4): 534/556 kB | 0.5/1.3 MB | 180/320 kB | 0.1/2.3 MBProgress (4): 534/556 kB | 0.5/1.3 MB | 180/320 kB | 0.1/2.3 MBProgress (4): 534/556 kB | 0.5/1.3 MB | 180/320 kB | 0.1/2.3 MBProgress (4): 534/556 kB | 0.5/1.3 MB | 180/320 kB | 0.1/2.3 MBProgress (4): 534/556 kB | 0.5/1.3 MB | 197/320 kB | 0.1/2.3 MBProgress (4): 534/556 kB | 0.5/1.3 MB | 197/320 kB | 0.1/2.3 MBProgress (4): 551/556 kB | 0.5/1.3 MB | 197/320 kB | 0.1/2.3 MBProgress (4): 551/556 kB | 0.5/1.3 MB | 197/320 kB | 0.1/2.3 MBProgress (4): 556 kB | 0.5/1.3 MB | 197/320 kB | 0.1/2.3 MB    Progress (4): 556 kB | 0.5/1.3 MB | 213/320 kB | 0.1/2.3 MBProgress (4): 556 kB | 0.5/1.3 MB | 213/320 kB | 0.2/2.3 MB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/org/apfloat/apfloat/1.10.1/apfloat-1.10.1.jar (556 kB at 2.6 MB/s)
Progress (3): 0.5/1.3 MB | 213/320 kB | 0.2/2.3 MBProgress (3): 0.5/1.3 MB | 229/320 kB | 0.2/2.3 MB                                                  Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.1.0/jakarta.servlet.jsp-api-3.1.0.jar
Progress (3): 0.5/1.3 MB | 229/320 kB | 0.2/2.3 MBProgress (3): 0.5/1.3 MB | 229/320 kB | 0.2/2.3 MBProgress (3): 0.5/1.3 MB | 229/320 kB | 0.2/2.3 MBProgress (3): 0.5/1.3 MB | 246/320 kB | 0.2/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.2/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.2/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.2/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.2/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.2/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.2/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.3/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.3/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.3/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.3/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.3/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.3/2.3 MBProgress (3): 0.6/1.3 MB | 246/320 kB | 0.3/2.3 MBProgress (3): 0.7/1.3 MB | 246/320 kB | 0.3/2.3 MBProgress (3): 0.7/1.3 MB | 256/320 kB | 0.3/2.3 MBProgress (3): 0.7/1.3 MB | 256/320 kB | 0.3/2.3 MBProgress (4): 0.7/1.3 MB | 256/320 kB | 0.3/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 256/320 kB | 0.3/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 256/320 kB | 0.3/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 256/320 kB | 0.3/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 256/320 kB | 0.3/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 256/320 kB | 0.4/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 256/320 kB | 0.4/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 256/320 kB | 0.4/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 256/320 kB | 0.4/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 272/320 kB | 0.4/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 272/320 kB | 0.4/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 272/320 kB | 0.4/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 272/320 kB | 0.4/2.3 MB | 0/1.7 MBProgress (4): 0.7/1.3 MB | 272/320 kB | 0.4/2.3 MB | 0.1/1.7 MBProgress (4): 0.7/1.3 MB | 289/320 kB | 0.4/2.3 MB | 0.1/1.7 MBProgress (4): 0.7/1.3 MB | 289/320 kB | 0.4/2.3 MB | 0.1/1.7 MBProgress (4): 0.8/1.3 MB | 289/320 kB | 0.4/2.3 MB | 0.1/1.7 MBProgress (4): 0.8/1.3 MB | 289/320 kB | 0.4/2.3 MB | 0.1/1.7 MBProgress (4): 0.8/1.3 MB | 289/320 kB | 0.4/2.3 MB | 0.1/1.7 MBProgress (4): 0.8/1.3 MB | 289/320 kB | 0.4/2.3 MB | 0.1/1.7 MBProgress (4): 0.8/1.3 MB | 305/320 kB | 0.4/2.3 MB | 0.1/1.7 MBProgress (4): 0.8/1.3 MB | 305/320 kB | 0.4/2.3 MB | 0.1/1.7 MBProgress (4): 0.8/1.3 MB | 305/320 kB | 0.4/2.3 MB | 0.1/1.7 MBProgress (4): 0.8/1.3 MB | 305/320 kB | 0.4/2.3 MB | 0.1/1.7 MBProgress (4): 0.8/1.3 MB | 320 kB | 0.4/2.3 MB | 0.1/1.7 MB    Progress (4): 0.8/1.3 MB | 320 kB | 0.5/2.3 MB | 0.1/1.7 MBProgress (4): 0.8/1.3 MB | 320 kB | 0.5/2.3 MB | 0.1/1.7 MBProgress (4): 0.8/1.3 MB | 320 kB | 0.5/2.3 MB | 0.1/1.7 MB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.3/api-ldap-codec-core-2.1.3.jar (320 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/3.0.0/jakarta.servlet.jsp.jstl-api-3.0.0.jar
Progress (3): 0.8/1.3 MB | 0.5/2.3 MB | 0.1/1.7 MBProgress (3): 0.8/1.3 MB | 0.5/2.3 MB | 0.1/1.7 MBProgress (3): 0.8/1.3 MB | 0.5/2.3 MB | 0.1/1.7 MBProgress (3): 0.8/1.3 MB | 0.5/2.3 MB | 0.1/1.7 MBProgress (3): 0.8/1.3 MB | 0.5/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.5/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.5/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.5/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.5/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.5/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (3): 0.9/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (3): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (3): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (3): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (3): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (3): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MBProgress (4): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MB | 16/71 kBProgress (4): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MB | 16/71 kBProgress (4): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MB | 16/71 kBProgress (4): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MB | 16/71 kBProgress (4): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MB | 33/71 kBProgress (4): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MB | 33/71 kBProgress (4): 1.0/1.3 MB | 0.6/2.3 MB | 0.1/1.7 MB | 33/71 kBProgress (4): 1.0/1.3 MB | 0.7/2.3 MB | 0.1/1.7 MB | 33/71 kBProgress (4): 1.0/1.3 MB | 0.7/2.3 MB | 0.1/1.7 MB | 49/71 kBProgress (4): 1.0/1.3 MB | 0.7/2.3 MB | 0.1/1.7 MB | 49/71 kBProgress (4): 1.1/1.3 MB | 0.7/2.3 MB | 0.1/1.7 MB | 49/71 kBProgress (4): 1.1/1.3 MB | 0.7/2.3 MB | 0.1/1.7 MB | 49/71 kBProgress (4): 1.1/1.3 MB | 0.7/2.3 MB | 0.1/1.7 MB | 66/71 kBProgress (4): 1.1/1.3 MB | 0.7/2.3 MB | 0.1/1.7 MB | 66/71 kBProgress (4): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MB | 66/71 kBProgress (4): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MB | 71 kB   Progress (4): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MB | 71 kBProgress (4): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MB | 71 kB                                                          Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.1.0/jakarta.servlet.jsp-api-3.1.0.jar (71 kB at 278 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/faces/jakarta.faces-api/4.0.1/jakarta.faces-api-4.0.1.jar
Progress (3): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MBProgress (3): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MBProgress (3): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MBProgress (3): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MBProgress (3): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MBProgress (3): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MBProgress (3): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MBProgress (3): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MBProgress (3): 1.1/1.3 MB | 0.7/2.3 MB | 0.2/1.7 MBProgress (3): 1.1/1.3 MB | 0.8/2.3 MB | 0.2/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.2/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.2/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.2/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.2/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.2/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.2/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.2/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.3/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.3/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.3/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.3/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.3/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.3/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.3/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.3/1.7 MBProgress (3): 1.2/1.3 MB | 0.8/2.3 MB | 0.3/1.7 MBProgress (3): 1.2/1.3 MB | 0.9/2.3 MB | 0.3/1.7 MBProgress (3): 1.2/1.3 MB | 0.9/2.3 MB | 0.3/1.7 MBProgress (3): 1.3/1.3 MB | 0.9/2.3 MB | 0.3/1.7 MBProgress (3): 1.3/1.3 MB | 0.9/2.3 MB | 0.3/1.7 MBProgress (3): 1.3/1.3 MB | 0.9/2.3 MB | 0.3/1.7 MBProgress (3): 1.3 MB | 0.9/2.3 MB | 0.3/1.7 MB    Progress (3): 1.3 MB | 0.9/2.3 MB | 0.3/1.7 MBProgress (3): 1.3 MB | 0.9/2.3 MB | 0.3/1.7 MB                                              Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.5.2/jgrapht-core-1.5.2.jar (1.3 MB at 4.7 MB/s)
Progress (3): 0.9/2.3 MB | 0.3/1.7 MB | 16/46 kB                                                Downloading from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.1.0/jakarta.json-api-2.1.0.jar
Progress (3): 0.9/2.3 MB | 0.3/1.7 MB | 16/46 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 33/46 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 33/46 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 46 kB   Progress (3): 0.9/2.3 MB | 0.3/1.7 MB | 46 kB                                             Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jstl/jakarta.servlet.jsp.jstl-api/3.0.0/jakarta.servlet.jsp.jstl-api-3.0.0.jar (46 kB at 169 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/security/enterprise/jakarta.security.enterprise-api/3.0.0/jakarta.security.enterprise-api-3.0.0.jar
Progress (2): 1.0/2.3 MB | 0.3/1.7 MBProgress (2): 1.0/2.3 MB | 0.3/1.7 MBProgress (2): 1.0/2.3 MB | 0.3/1.7 MBProgress (2): 1.0/2.3 MB | 0.4/1.7 MBProgress (2): 1.0/2.3 MB | 0.4/1.7 MBProgress (2): 1.0/2.3 MB | 0.4/1.7 MBProgress (2): 1.0/2.3 MB | 0.4/1.7 MBProgress (2): 1.0/2.3 MB | 0.4/1.7 MBProgress (2): 1.0/2.3 MB | 0.4/1.7 MBProgress (2): 1.1/2.3 MB | 0.4/1.7 MBProgress (2): 1.1/2.3 MB | 0.4/1.7 MBProgress (2): 1.1/2.3 MB | 0.4/1.7 MBProgress (2): 1.1/2.3 MB | 0.4/1.7 MBProgress (2): 1.1/2.3 MB | 0.4/1.7 MBProgress (2): 1.1/2.3 MB | 0.4/1.7 MBProgress (2): 1.1/2.3 MB | 0.4/1.7 MBProgress (2): 1.1/2.3 MB | 0.5/1.7 MBProgress (2): 1.1/2.3 MB | 0.5/1.7 MBProgress (2): 1.1/2.3 MB | 0.5/1.7 MBProgress (2): 1.1/2.3 MB | 0.5/1.7 MBProgress (2): 1.1/2.3 MB | 0.5/1.7 MBProgress (2): 1.1/2.3 MB | 0.5/1.7 MBProgress (2): 1.2/2.3 MB | 0.5/1.7 MBProgress (2): 1.2/2.3 MB | 0.5/1.7 MBProgress (2): 1.2/2.3 MB | 0.5/1.7 MBProgress (2): 1.2/2.3 MB | 0.5/1.7 MBProgress (2): 1.2/2.3 MB | 0.5/1.7 MBProgress (3): 1.2/2.3 MB | 0.5/1.7 MB | 16/719 kBProgress (3): 1.2/2.3 MB | 0.5/1.7 MB | 16/719 kBProgress (4): 1.2/2.3 MB | 0.5/1.7 MB | 16/719 kB | 16/49 kBProgress (4): 1.2/2.3 MB | 0.6/1.7 MB | 16/719 kB | 16/49 kBProgress (4): 1.2/2.3 MB | 0.6/1.7 MB | 33/719 kB | 16/49 kBProgress (4): 1.2/2.3 MB | 0.6/1.7 MB | 33/719 kB | 33/49 kBProgress (4): 1.2/2.3 MB | 0.6/1.7 MB | 33/719 kB | 33/49 kBProgress (4): 1.2/2.3 MB | 0.6/1.7 MB | 33/719 kB | 33/49 kBProgress (4): 1.2/2.3 MB | 0.6/1.7 MB | 33/719 kB | 49/49 kBProgress (4): 1.2/2.3 MB | 0.6/1.7 MB | 33/719 kB | 49 kB   Progress (4): 1.2/2.3 MB | 0.6/1.7 MB | 49/719 kB | 49 kBProgress (4): 1.2/2.3 MB | 0.6/1.7 MB | 49/719 kB | 49 kBProgress (4): 1.2/2.3 MB | 0.6/1.7 MB | 49/719 kB | 49 kB                                                         Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.1.0/jakarta.json-api-2.1.0.jar (49 kB at 162 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/mail/jakarta.mail-api/2.1.0/jakarta.mail-api-2.1.0.jar
Progress (3): 1.2/2.3 MB | 0.6/1.7 MB | 49/719 kBProgress (3): 1.2/2.3 MB | 0.6/1.7 MB | 66/719 kBProgress (3): 1.2/2.3 MB | 0.6/1.7 MB | 66/719 kBProgress (3): 1.2/2.3 MB | 0.6/1.7 MB | 66/719 kBProgress (3): 1.2/2.3 MB | 0.6/1.7 MB | 82/719 kBProgress (3): 1.2/2.3 MB | 0.6/1.7 MB | 82/719 kBProgress (3): 1.3/2.3 MB | 0.6/1.7 MB | 82/719 kBProgress (3): 1.3/2.3 MB | 0.7/1.7 MB | 82/719 kBProgress (3): 1.3/2.3 MB | 0.7/1.7 MB | 98/719 kBProgress (3): 1.3/2.3 MB | 0.7/1.7 MB | 98/719 kBProgress (3): 1.3/2.3 MB | 0.7/1.7 MB | 98/719 kBProgress (3): 1.3/2.3 MB | 0.7/1.7 MB | 115/719 kBProgress (3): 1.3/2.3 MB | 0.7/1.7 MB | 115/719 kBProgress (3): 1.3/2.3 MB | 0.7/1.7 MB | 115/719 kBProgress (3): 1.3/2.3 MB | 0.7/1.7 MB | 115/719 kBProgress (3): 1.3/2.3 MB | 0.7/1.7 MB | 131/719 kBProgress (3): 1.3/2.3 MB | 0.7/1.7 MB | 131/719 kBProgress (4): 1.3/2.3 MB | 0.7/1.7 MB | 131/719 kB | 16/85 kBProgress (4): 1.3/2.3 MB | 0.7/1.7 MB | 131/719 kB | 16/85 kBProgress (4): 1.3/2.3 MB | 0.7/1.7 MB | 131/719 kB | 16/85 kBProgress (4): 1.3/2.3 MB | 0.7/1.7 MB | 147/719 kB | 16/85 kBProgress (4): 1.3/2.3 MB | 0.7/1.7 MB | 147/719 kB | 32/85 kBProgress (4): 1.3/2.3 MB | 0.7/1.7 MB | 147/719 kB | 32/85 kBProgress (4): 1.3/2.3 MB | 0.7/1.7 MB | 147/719 kB | 49/85 kBProgress (4): 1.3/2.3 MB | 0.7/1.7 MB | 147/719 kB | 49/85 kBProgress (4): 1.3/2.3 MB | 0.7/1.7 MB | 164/719 kB | 49/85 kBProgress (4): 1.3/2.3 MB | 0.8/1.7 MB | 164/719 kB | 49/85 kBProgress (4): 1.3/2.3 MB | 0.8/1.7 MB | 164/719 kB | 65/85 kBProgress (4): 1.3/2.3 MB | 0.8/1.7 MB | 164/719 kB | 65/85 kBProgress (4): 1.4/2.3 MB | 0.8/1.7 MB | 164/719 kB | 65/85 kBProgress (4): 1.4/2.3 MB | 0.8/1.7 MB | 180/719 kB | 65/85 kBProgress (4): 1.4/2.3 MB | 0.8/1.7 MB | 180/719 kB | 81/85 kBProgress (4): 1.4/2.3 MB | 0.8/1.7 MB | 180/719 kB | 85 kB   Progress (4): 1.4/2.3 MB | 0.8/1.7 MB | 180/719 kB | 85 kBProgress (4): 1.4/2.3 MB | 0.8/1.7 MB | 180/719 kB | 85 kBProgress (4): 1.4/2.3 MB | 0.8/1.7 MB | 197/719 kB | 85 kB                                                          Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/security/enterprise/jakarta.security.enterprise-api/3.0.0/jakarta.security.enterprise-api-3.0.0.jar (85 kB at 266 kB/s)
Progress (3): 1.4/2.3 MB | 0.8/1.7 MB | 197/719 kB                                                  Downloading from central: https://repo.maven.apache.org/maven2/jakarta/batch/jakarta.batch-api/2.1.1/jakarta.batch-api-2.1.1.jar
Progress (3): 1.4/2.3 MB | 0.8/1.7 MB | 197/719 kBProgress (3): 1.4/2.3 MB | 0.8/1.7 MB | 197/719 kBProgress (3): 1.4/2.3 MB | 0.8/1.7 MB | 213/719 kBProgress (3): 1.4/2.3 MB | 0.8/1.7 MB | 213/719 kBProgress (3): 1.4/2.3 MB | 0.8/1.7 MB | 213/719 kBProgress (3): 1.4/2.3 MB | 0.8/1.7 MB | 229/719 kBProgress (3): 1.4/2.3 MB | 0.9/1.7 MB | 229/719 kBProgress (3): 1.4/2.3 MB | 0.9/1.7 MB | 229/719 kBProgress (3): 1.4/2.3 MB | 0.9/1.7 MB | 229/719 kBProgress (3): 1.4/2.3 MB | 0.9/1.7 MB | 246/719 kBProgress (3): 1.4/2.3 MB | 0.9/1.7 MB | 246/719 kBProgress (3): 1.4/2.3 MB | 0.9/1.7 MB | 256/719 kBProgress (3): 1.4/2.3 MB | 0.9/1.7 MB | 256/719 kBProgress (3): 1.4/2.3 MB | 0.9/1.7 MB | 256/719 kBProgress (3): 1.4/2.3 MB | 0.9/1.7 MB | 256/719 kBProgress (3): 1.4/2.3 MB | 0.9/1.7 MB | 272/719 kBProgress (3): 1.5/2.3 MB | 0.9/1.7 MB | 272/719 kBProgress (3): 1.5/2.3 MB | 0.9/1.7 MB | 272/719 kBProgress (3): 1.5/2.3 MB | 0.9/1.7 MB | 289/719 kBProgress (3): 1.5/2.3 MB | 0.9/1.7 MB | 289/719 kBProgress (3): 1.5/2.3 MB | 0.9/1.7 MB | 289/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 289/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 305/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 305/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 305/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 321/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 321/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 321/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 321/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 338/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 338/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 338/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 354/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 354/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 354/719 kBProgress (3): 1.5/2.3 MB | 1.0/1.7 MB | 370/719 kBProgress (3): 1.5/2.3 MB | 1.1/1.7 MB | 370/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 370/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 387/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 387/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 387/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 403/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 403/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 403/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 420/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 420/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 420/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 436/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 436/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 436/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 452/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 452/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 452/719 kBProgress (3): 1.6/2.3 MB | 1.1/1.7 MB | 469/719 kBProgress (3): 1.6/2.3 MB | 1.2/1.7 MB | 469/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 469/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 485/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 485/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 485/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 502/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 502/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 502/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 518/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 518/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 518/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 534/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 534/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 534/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 551/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 551/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 551/719 kBProgress (3): 1.7/2.3 MB | 1.2/1.7 MB | 567/719 kBProgress (3): 1.7/2.3 MB | 1.3/1.7 MB | 567/719 kBProgress (3): 1.8/2.3 MB | 1.3/1.7 MB | 567/719 kBProgress (4): 1.8/2.3 MB | 1.3/1.7 MB | 567/719 kB | 16/236 kBProgress (4): 1.8/2.3 MB | 1.3/1.7 MB | 583/719 kB | 16/236 kBProgress (4): 1.8/2.3 MB | 1.3/1.7 MB | 583/719 kB | 16/236 kBProgress (4): 1.8/2.3 MB | 1.3/1.7 MB | 583/719 kB | 16/236 kBProgress (4): 1.8/2.3 MB | 1.3/1.7 MB | 583/719 kB | 33/236 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 583/719 kB | 33/236 kB | 16/46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 600/719 kB | 33/236 kB | 16/46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 600/719 kB | 33/236 kB | 16/46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 600/719 kB | 33/236 kB | 16/46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 600/719 kB | 49/236 kB | 16/46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 616/719 kB | 49/236 kB | 16/46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 616/719 kB | 49/236 kB | 33/46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 616/719 kB | 66/236 kB | 33/46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 616/719 kB | 66/236 kB | 33/46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 616/719 kB | 66/236 kB | 33/46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 633/719 kB | 66/236 kB | 33/46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 633/719 kB | 66/236 kB | 46 kB   Progress (5): 1.8/2.3 MB | 1.3/1.7 MB | 633/719 kB | 82/236 kB | 46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 633/719 kB | 82/236 kB | 46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 649/719 kB | 82/236 kB | 46 kBProgress (5): 1.8/2.3 MB | 1.3/1.7 MB | 649/719 kB | 82/236 kB | 46 kB                                                                      Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/batch/jakarta.batch-api/2.1.1/jakarta.batch-api-2.1.1.jar (46 kB at 128 kB/s)
Progress (4): 1.8/2.3 MB | 1.3/1.7 MB | 649/719 kB | 98/236 kB                                                              Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-dhcp/2.0.0.AM26/apacheds-protocol-dhcp-2.0.0.AM26.jar
Progress (4): 1.8/2.3 MB | 1.3/1.7 MB | 649/719 kB | 98/236 kBProgress (4): 1.8/2.3 MB | 1.3/1.7 MB | 665/719 kB | 98/236 kBProgress (4): 1.8/2.3 MB | 1.3/1.7 MB | 665/719 kB | 115/236 kBProgress (4): 1.8/2.3 MB | 1.3/1.7 MB | 665/719 kB | 115/236 kBProgress (4): 1.8/2.3 MB | 1.4/1.7 MB | 665/719 kB | 115/236 kBProgress (4): 1.8/2.3 MB | 1.4/1.7 MB | 682/719 kB | 115/236 kBProgress (4): 1.8/2.3 MB | 1.4/1.7 MB | 682/719 kB | 131/236 kBProgress (4): 1.8/2.3 MB | 1.4/1.7 MB | 682/719 kB | 131/236 kBProgress (4): 1.8/2.3 MB | 1.4/1.7 MB | 682/719 kB | 131/236 kBProgress (4): 1.8/2.3 MB | 1.4/1.7 MB | 698/719 kB | 131/236 kBProgress (4): 1.8/2.3 MB | 1.4/1.7 MB | 698/719 kB | 147/236 kBProgress (4): 1.8/2.3 MB | 1.4/1.7 MB | 698/719 kB | 147/236 kBProgress (4): 1.9/2.3 MB | 1.4/1.7 MB | 698/719 kB | 147/236 kBProgress (4): 1.9/2.3 MB | 1.4/1.7 MB | 715/719 kB | 147/236 kBProgress (4): 1.9/2.3 MB | 1.4/1.7 MB | 715/719 kB | 164/236 kBProgress (4): 1.9/2.3 MB | 1.4/1.7 MB | 715/719 kB | 164/236 kBProgress (4): 1.9/2.3 MB | 1.4/1.7 MB | 719 kB | 164/236 kB    Progress (4): 1.9/2.3 MB | 1.4/1.7 MB | 719 kB | 164/236 kBProgress (4): 1.9/2.3 MB | 1.4/1.7 MB | 719 kB | 180/236 kBProgress (4): 1.9/2.3 MB | 1.4/1.7 MB | 719 kB | 180/236 kB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/faces/jakarta.faces-api/4.0.1/jakarta.faces-api-4.0.1.jar (719 kB at 2.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-dns/2.0.0.AM26/apacheds-protocol-dns-2.0.0.AM26.jar
Progress (3): 1.9/2.3 MB | 1.4/1.7 MB | 180/236 kBProgress (3): 1.9/2.3 MB | 1.4/1.7 MB | 197/236 kBProgress (3): 1.9/2.3 MB | 1.4/1.7 MB | 197/236 kBProgress (3): 1.9/2.3 MB | 1.4/1.7 MB | 197/236 kBProgress (3): 1.9/2.3 MB | 1.4/1.7 MB | 213/236 kBProgress (3): 1.9/2.3 MB | 1.5/1.7 MB | 213/236 kBProgress (3): 1.9/2.3 MB | 1.5/1.7 MB | 213/236 kBProgress (3): 1.9/2.3 MB | 1.5/1.7 MB | 229/236 kBProgress (3): 1.9/2.3 MB | 1.5/1.7 MB | 229/236 kBProgress (3): 1.9/2.3 MB | 1.5/1.7 MB | 229/236 kBProgress (3): 1.9/2.3 MB | 1.5/1.7 MB | 236 kB    Progress (3): 1.9/2.3 MB | 1.5/1.7 MB | 236 kB                                              Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/mail/jakarta.mail-api/2.1.0/jakarta.mail-api-2.1.0.jar (236 kB at 578 kB/s)
Progress (2): 2.0/2.3 MB | 1.5/1.7 MBProgress (2): 2.0/2.3 MB | 1.5/1.7 MBProgress (3): 2.0/2.3 MB | 1.5/1.7 MB | 16/89 kBProgress (4): 2.0/2.3 MB | 1.5/1.7 MB | 16/89 kB | 16/93 kB                                                           Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-ntp/2.0.0.AM26/apacheds-protocol-ntp-2.0.0.AM26.jar
Progress (4): 2.0/2.3 MB | 1.5/1.7 MB | 16/89 kB | 16/93 kBProgress (4): 2.0/2.3 MB | 1.5/1.7 MB | 16/89 kB | 16/93 kBProgress (4): 2.0/2.3 MB | 1.5/1.7 MB | 32/89 kB | 16/93 kBProgress (4): 2.0/2.3 MB | 1.5/1.7 MB | 32/89 kB | 33/93 kBProgress (4): 2.0/2.3 MB | 1.5/1.7 MB | 32/89 kB | 33/93 kBProgress (4): 2.0/2.3 MB | 1.5/1.7 MB | 32/89 kB | 33/93 kBProgress (4): 2.0/2.3 MB | 1.5/1.7 MB | 49/89 kB | 33/93 kBProgress (4): 2.0/2.3 MB | 1.5/1.7 MB | 49/89 kB | 49/93 kBProgress (4): 2.0/2.3 MB | 1.6/1.7 MB | 49/89 kB | 49/93 kBProgress (4): 2.0/2.3 MB | 1.6/1.7 MB | 49/89 kB | 49/93 kBProgress (4): 2.0/2.3 MB | 1.6/1.7 MB | 49/89 kB | 49/93 kBProgress (4): 2.0/2.3 MB | 1.6/1.7 MB | 49/89 kB | 49/93 kBProgress (4): 2.0/2.3 MB | 1.6/1.7 MB | 65/89 kB | 49/93 kBProgress (4): 2.0/2.3 MB | 1.6/1.7 MB | 65/89 kB | 66/93 kBProgress (4): 2.0/2.3 MB | 1.6/1.7 MB | 65/89 kB | 66/93 kBProgress (4): 2.0/2.3 MB | 1.6/1.7 MB | 65/89 kB | 66/93 kBProgress (4): 2.0/2.3 MB | 1.6/1.7 MB | 81/89 kB | 66/93 kBProgress (4): 2.0/2.3 MB | 1.6/1.7 MB | 81/89 kB | 82/93 kBProgress (4): 2.1/2.3 MB | 1.6/1.7 MB | 81/89 kB | 82/93 kBProgress (4): 2.1/2.3 MB | 1.6/1.7 MB | 81/89 kB | 82/93 kBProgress (4): 2.1/2.3 MB | 1.6/1.7 MB | 89 kB | 82/93 kB   Progress (4): 2.1/2.3 MB | 1.6/1.7 MB | 89 kB | 93 kB   Progress (4): 2.1/2.3 MB | 1.6/1.7 MB | 89 kB | 93 kBProgress (4): 2.1/2.3 MB | 1.6/1.7 MB | 89 kB | 93 kBProgress (4): 2.1/2.3 MB | 1.6/1.7 MB | 89 kB | 93 kBProgress (4): 2.1/2.3 MB | 1.6/1.7 MB | 89 kB | 93 kBProgress (4): 2.1/2.3 MB | 1.6/1.7 MB | 89 kB | 93 kBProgress (4): 2.1/2.3 MB | 1.7/1.7 MB | 89 kB | 93 kBProgress (4): 2.1/2.3 MB | 1.7/1.7 MB | 89 kB | 93 kBProgress (4): 2.1/2.3 MB | 1.7/1.7 MB | 89 kB | 93 kBProgress (4): 2.1/2.3 MB | 1.7 MB | 89 kB | 93 kB    Progress (4): 2.1/2.3 MB | 1.7 MB | 89 kB | 93 kBProgress (4): 2.2/2.3 MB | 1.7 MB | 89 kB | 93 kBProgress (4): 2.2/2.3 MB | 1.7 MB | 89 kB | 93 kB                                                 Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-web-api/10.0.0/jakarta.jakartaee-web-api-10.0.0.jar (1.7 MB at 3.9 MB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-dns/2.0.0.AM26/apacheds-protocol-dns-2.0.0.AM26.jar (93 kB at 219 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6/ApacheJMeter_core-5.6.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6/ApacheJMeter-5.6.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-dhcp/2.0.0.AM26/apacheds-protocol-dhcp-2.0.0.AM26.jar (89 kB at 209 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/bsf/bsf/2.4.0/bsf-2.4.0.jar
Progress (1): 2.2/2.3 MBProgress (1): 2.2/2.3 MBProgress (1): 2.2/2.3 MBProgress (1): 2.2/2.3 MBProgress (1): 2.3/2.3 MBProgress (1): 2.3/2.3 MBProgress (1): 2.3 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-api/10.0.0/jakarta.jakartaee-api-10.0.0.jar (2.3 MB at 5.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fifesoft/rsyntaxtextarea/3.3.3/rsyntaxtextarea-3.3.3.jar
Progress (1): 16/30 kBProgress (1): 30 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-ntp/2.0.0.AM26/apacheds-protocol-ntp-2.0.0.AM26.jar (30 kB at 67 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.8.21/kotlin-stdlib-jdk8-1.8.21.jar
Progress (1): 16/113 kBProgress (2): 16/113 kB | 14 kBProgress (2): 33/113 kB | 14 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6/ApacheJMeter-5.6.jar (14 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.8.21/kotlin-stdlib-1.8.21.jar
Progress (1): 49/113 kBProgress (1): 66/113 kBProgress (1): 82/113 kBProgress (1): 98/113 kBProgress (1): 113 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/bsf/bsf/2.4.0/bsf-2.4.0.jar (113 kB at 242 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.21/kotlin-stdlib-jdk7-1.8.21.jar
Progress (1): 968 B                   Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.8.21/kotlin-stdlib-jdk8-1.8.21.jar (968 B at 2.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.0/auto-service-annotations-1.1.0.jar
Progress (1): 0/1.7 MBProgress (1): 0/1.7 MBProgress (2): 0/1.7 MB | 963 B                              Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.21/kotlin-stdlib-jdk7-1.8.21.jar (963 B at 1.9 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-swing/1.7.1/kotlinx-coroutines-swing-1.7.1.jar
Progress (1): 0/1.7 MBProgress (2): 0/1.7 MB | 0/2.0 MBProgress (2): 0.1/1.7 MB | 0/2.0 MBProgress (2): 0.1/1.7 MB | 0/2.0 MBProgress (2): 0.1/1.7 MB | 0/2.0 MBProgress (2): 0.1/1.7 MB | 0/2.0 MBProgress (3): 0.1/1.7 MB | 0/2.0 MB | 3.2 kBProgress (3): 0.1/1.7 MB | 0/2.0 MB | 3.2 kB                                            Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.0/auto-service-annotations-1.1.0.jar (3.2 kB at 6.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.1/jackson-core-2.15.1.jar
Progress (2): 0.1/1.7 MB | 0/2.0 MBProgress (2): 0.1/1.7 MB | 0.1/2.0 MBProgress (2): 0.1/1.7 MB | 0.1/2.0 MBProgress (2): 0.1/1.7 MB | 0.1/2.0 MBProgress (2): 0.1/1.7 MB | 0.1/2.0 MBProgress (2): 0.2/1.7 MB | 0.1/2.0 MBProgress (2): 0.2/1.7 MB | 0.1/2.0 MBProgress (2): 0.2/1.7 MB | 0.1/2.0 MBProgress (2): 0.2/1.7 MB | 0.1/2.0 MBProgress (2): 0.2/1.7 MB | 0.1/2.0 MBProgress (2): 0.2/1.7 MB | 0.1/2.0 MBProgress (3): 0.2/1.7 MB | 0.1/2.0 MB | 0/1.3 MBProgress (3): 0.2/1.7 MB | 0.1/2.0 MB | 0/1.3 MBProgress (3): 0.2/1.7 MB | 0.1/2.0 MB | 0/1.3 MBProgress (3): 0.2/1.7 MB | 0.1/2.0 MB | 0/1.3 MBProgress (3): 0.2/1.7 MB | 0.1/2.0 MB | 0/1.3 MBProgress (3): 0.2/1.7 MB | 0.1/2.0 MB | 0/1.3 MBProgress (3): 0.2/1.7 MB | 0.1/2.0 MB | 0/1.3 MBProgress (3): 0.3/1.7 MB | 0.1/2.0 MB | 0/1.3 MBProgress (3): 0.3/1.7 MB | 0.1/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.1/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.3/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.4/1.7 MB | 0.2/2.0 MB | 0.1/1.3 MBProgress (3): 0.4/1.7 MB | 0.2/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.2/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.2/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.2/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.2/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.2/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.2/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.2/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.3/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.3/1.3 MBProgress (3): 0.4/1.7 MB | 0.3/2.0 MB | 0.3/1.3 MBProgress (3): 0.5/1.7 MB | 0.3/2.0 MB | 0.3/1.3 MBProgress (3): 0.5/1.7 MB | 0.3/2.0 MB | 0.3/1.3 MBProgress (3): 0.5/1.7 MB | 0.3/2.0 MB | 0.3/1.3 MBProgress (3): 0.5/1.7 MB | 0.3/2.0 MB | 0.3/1.3 MBProgress (3): 0.5/1.7 MB | 0.3/2.0 MB | 0.3/1.3 MBProgress (3): 0.5/1.7 MB | 0.3/2.0 MB | 0.3/1.3 MBProgress (3): 0.5/1.7 MB | 0.3/2.0 MB | 0.3/1.3 MBProgress (3): 0.5/1.7 MB | 0.4/2.0 MB | 0.3/1.3 MBProgress (4): 0.5/1.7 MB | 0.4/2.0 MB | 0.3/1.3 MB | 10.0 kBProgress (4): 0.5/1.7 MB | 0.4/2.0 MB | 0.3/1.3 MB | 10.0 kBProgress (4): 0.5/1.7 MB | 0.4/2.0 MB | 0.3/1.3 MB | 10.0 kB                                                            Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-swing/1.7.1/kotlinx-coroutines-swing-1.7.1.jar (10.0 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.1/jackson-databind-2.15.1.jar
Progress (3): 0.5/1.7 MB | 0.4/2.0 MB | 0.3/1.3 MBProgress (3): 0.5/1.7 MB | 0.4/2.0 MB | 0.3/1.3 MBProgress (3): 0.5/1.7 MB | 0.4/2.0 MB | 0.3/1.3 MBProgress (3): 0.5/1.7 MB | 0.4/2.0 MB | 0.3/1.3 MBProgress (4): 0.5/1.7 MB | 0.4/2.0 MB | 0.3/1.3 MB | 16/546 kBProgress (4): 0.5/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 16/546 kBProgress (4): 0.5/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 16/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 16/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 33/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 33/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 33/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 33/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 49/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 49/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 49/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 66/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 66/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 66/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 66/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 82/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 82/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 82/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 82/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 82/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 82/546 kBProgress (4): 0.6/1.7 MB | 0.4/2.0 MB | 0.4/1.3 MB | 98/546 kBProgress (4): 0.6/1.7 MB | 0.5/2.0 MB | 0.4/1.3 MB | 98/546 kBProgress (4): 0.6/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 98/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 98/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 115/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 115/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 115/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 115/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 131/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 131/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 131/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 131/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 147/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 147/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 147/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 147/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 147/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 164/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 164/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 164/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 180/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 180/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 180/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 180/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.5/1.3 MB | 197/546 kBProgress (4): 0.7/1.7 MB | 0.5/2.0 MB | 0.6/1.3 MB | 197/546 kBProgress (4): 0.7/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 197/546 kBProgress (4): 0.7/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 197/546 kBProgress (4): 0.7/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 213/546 kBProgress (4): 0.7/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 213/546 kBProgress (4): 0.7/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 213/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 213/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 229/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 229/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 229/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 229/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 246/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 246/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 246/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 246/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 262/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 262/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 262/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 279/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 279/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 279/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 279/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.6/1.3 MB | 295/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.7/1.3 MB | 295/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.7/1.3 MB | 295/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.7/1.3 MB | 295/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.7/1.3 MB | 311/546 kBProgress (4): 0.8/1.7 MB | 0.6/2.0 MB | 0.7/1.3 MB | 311/546 kBProgress (4): 0.8/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 311/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 311/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 328/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 328/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 328/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 328/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 344/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 344/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 344/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 360/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 360/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 360/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 360/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 377/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 377/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 377/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 377/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 393/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 393/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 393/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 393/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.7/1.3 MB | 410/546 kBProgress (4): 0.9/1.7 MB | 0.7/2.0 MB | 0.8/1.3 MB | 410/546 kBProgress (4): 1.0/1.7 MB | 0.7/2.0 MB | 0.8/1.3 MB | 410/546 kBProgress (4): 1.0/1.7 MB | 0.7/2.0 MB | 0.8/1.3 MB | 426/546 kBProgress (4): 1.0/1.7 MB | 0.7/2.0 MB | 0.8/1.3 MB | 426/546 kBProgress (4): 1.0/1.7 MB | 0.7/2.0 MB | 0.8/1.3 MB | 426/546 kBProgress (4): 1.0/1.7 MB | 0.7/2.0 MB | 0.8/1.3 MB | 426/546 kBProgress (4): 1.0/1.7 MB | 0.7/2.0 MB | 0.8/1.3 MB | 442/546 kBProgress (4): 1.0/1.7 MB | 0.7/2.0 MB | 0.8/1.3 MB | 442/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 442/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 442/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 459/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 459/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 459/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 459/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 475/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 475/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 475/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 475/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 492/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 492/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 492/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 492/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.8/1.3 MB | 508/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 508/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 508/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 508/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 524/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 524/546 kBProgress (4): 1.0/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 524/546 kBProgress (4): 1.1/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 524/546 kBProgress (4): 1.1/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 541/546 kBProgress (4): 1.1/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 541/546 kBProgress (4): 1.1/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 546 kB    Progress (4): 1.1/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 546 kBProgress (4): 1.1/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB | 546 kB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.1/jackson-core-2.15.1.jar (546 kB at 953 kB/s)
Progress (3): 1.1/1.7 MB | 0.8/2.0 MB | 0.9/1.3 MB                                                  Downloading from central: https://repo.maven.apache.org/maven2/com/formdev/svgSalamander/1.1.4/svgSalamander-1.1.4.jar
Progress (3): 1.1/1.7 MB | 0.9/2.0 MB | 0.9/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 0.9/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 0.9/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 0.9/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 0.9/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 0.9/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 1.0/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 1.0/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 1.0/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 1.0/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 1.0/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 1.0/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 1.0/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 1.0/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 1.0/1.3 MBProgress (3): 1.1/1.7 MB | 0.9/2.0 MB | 1.0/1.3 MBProgress (3): 1.1/1.7 MB | 1.0/2.0 MB | 1.0/1.3 MBProgress (3): 1.1/1.7 MB | 1.0/2.0 MB | 1.0/1.3 MBProgress (3): 1.2/1.7 MB | 1.0/2.0 MB | 1.0/1.3 MBProgress (3): 1.2/1.7 MB | 1.0/2.0 MB | 1.0/1.3 MBProgress (3): 1.2/1.7 MB | 1.0/2.0 MB | 1.0/1.3 MBProgress (3): 1.2/1.7 MB | 1.0/2.0 MB | 1.0/1.3 MBProgress (3): 1.2/1.7 MB | 1.0/2.0 MB | 1.0/1.3 MBProgress (3): 1.2/1.7 MB | 1.0/2.0 MB | 1.1/1.3 MBProgress (3): 1.2/1.7 MB | 1.0/2.0 MB | 1.1/1.3 MBProgress (3): 1.2/1.7 MB | 1.0/2.0 MB | 1.1/1.3 MBProgress (4): 1.2/1.7 MB | 1.0/2.0 MB | 1.1/1.3 MB | 0/1.6 MBProgress (4): 1.2/1.7 MB | 1.0/2.0 MB | 1.1/1.3 MB | 0/1.6 MBProgress (4): 1.2/1.7 MB | 1.0/2.0 MB | 1.1/1.3 MB | 0/1.6 MBProgress (4): 1.2/1.7 MB | 1.0/2.0 MB | 1.1/1.3 MB | 0/1.6 MBProgress (4): 1.2/1.7 MB | 1.0/2.0 MB | 1.1/1.3 MB | 0/1.6 MBProgress (4): 1.2/1.7 MB | 1.0/2.0 MB | 1.1/1.3 MB | 0/1.6 MBProgress (4): 1.2/1.7 MB | 1.0/2.0 MB | 1.1/1.3 MB | 0/1.6 MBProgress (4): 1.2/1.7 MB | 1.0/2.0 MB | 1.1/1.3 MB | 0/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.1/1.3 MB | 0.1/1.6 MBProgress (4): 1.2/1.7 MB | 1.1/2.0 MB | 1.2/1.3 MB | 0.1/1.6 MBProgress (4): 1.3/1.7 MB | 1.1/2.0 MB | 1.2/1.3 MB | 0.1/1.6 MBProgress (4): 1.3/1.7 MB | 1.1/2.0 MB | 1.2/1.3 MB | 0.1/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.1/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.1/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.1/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.1/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.2/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.3/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.3/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.3/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.3/2.0 MB | 1.2/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.2/1.6 MBProgress (4): 1.3/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.3/1.6 MBProgress (4): 1.3/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.3/1.6 MBProgress (4): 1.3/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.3/1.6 MBProgress (4): 1.3/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.3/1.6 MBProgress (4): 1.3/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.3/1.6 MBProgress (4): 1.4/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.3/1.6 MBProgress (4): 1.4/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.3/1.6 MBProgress (4): 1.4/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.3/1.6 MBProgress (4): 1.4/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.3/1.6 MBProgress (4): 1.4/1.7 MB | 1.3/2.0 MB | 1.3/1.3 MB | 0.3/1.6 MBProgress (4): 1.4/1.7 MB | 1.3/2.0 MB | 1.3 MB | 0.3/1.6 MB    Progress (4): 1.4/1.7 MB | 1.3/2.0 MB | 1.3 MB | 0.3/1.6 MBProgress (4): 1.4/1.7 MB | 1.3/2.0 MB | 1.3 MB | 0.3/1.6 MBProgress (4): 1.4/1.7 MB | 1.3/2.0 MB | 1.3 MB | 0.3/1.6 MBProgress (4): 1.4/1.7 MB | 1.3/2.0 MB | 1.3 MB | 0.3/1.6 MBProgress (4): 1.4/1.7 MB | 1.3/2.0 MB | 1.3 MB | 0.3/1.6 MB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/com/fifesoft/rsyntaxtextarea/3.3.3/rsyntaxtextarea-3.3.3.jar (1.3 MB at 2.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-core/2.7.3/darklaf-core-2.7.3.jar
Progress (3): 1.4/1.7 MB | 1.4/2.0 MB | 0.3/1.6 MBProgress (3): 1.4/1.7 MB | 1.4/2.0 MB | 0.3/1.6 MBProgress (3): 1.4/1.7 MB | 1.4/2.0 MB | 0.3/1.6 MBProgress (4): 1.4/1.7 MB | 1.4/2.0 MB | 0.3/1.6 MB | 16/321 kBProgress (4): 1.4/1.7 MB | 1.4/2.0 MB | 0.3/1.6 MB | 16/321 kBProgress (4): 1.4/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 16/321 kBProgress (4): 1.4/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 16/321 kBProgress (4): 1.4/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 33/321 kBProgress (4): 1.4/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 33/321 kBProgress (4): 1.4/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 33/321 kBProgress (4): 1.4/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 33/321 kBProgress (4): 1.4/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 33/321 kBProgress (4): 1.4/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 49/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 49/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 49/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 49/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 49/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 66/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 66/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 66/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 66/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 66/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 82/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 82/321 kBProgress (4): 1.5/1.7 MB | 1.4/2.0 MB | 0.4/1.6 MB | 82/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.4/1.6 MB | 82/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.4/1.6 MB | 98/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 98/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 98/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 98/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 115/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 115/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 115/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 115/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 131/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 131/321 kBProgress (4): 1.5/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 131/321 kBProgress (4): 1.6/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 131/321 kBProgress (4): 1.6/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 147/321 kBProgress (4): 1.6/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 147/321 kBProgress (4): 1.6/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 147/321 kBProgress (4): 1.6/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 147/321 kBProgress (4): 1.6/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 147/321 kBProgress (4): 1.6/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 164/321 kBProgress (4): 1.6/1.7 MB | 1.5/2.0 MB | 0.5/1.6 MB | 164/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.5/1.6 MB | 164/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.5/1.6 MB | 164/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.5/1.6 MB | 180/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.5/1.6 MB | 180/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.5/1.6 MB | 180/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.5/1.6 MB | 180/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.5/1.6 MB | 197/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 197/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 197/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 197/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 213/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 213/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 213/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 213/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 229/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 229/321 kBProgress (4): 1.6/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 229/321 kBProgress (4): 1.7/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 229/321 kBProgress (4): 1.7/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 246/321 kBProgress (4): 1.7/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 246/321 kBProgress (4): 1.7/1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 246/321 kBProgress (4): 1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 246/321 kB    Progress (4): 1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 262/321 kBProgress (4): 1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 262/321 kBProgress (4): 1.7 MB | 1.6/2.0 MB | 0.6/1.6 MB | 262/321 kB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.8.21/kotlin-stdlib-1.8.21.jar (1.7 MB at 2.7 MB/s)
Progress (3): 1.6/2.0 MB | 0.6/1.6 MB | 262/321 kB                                                  Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-utils/2.7.3/darklaf-utils-2.7.3.jar
Progress (3): 1.6/2.0 MB | 0.6/1.6 MB | 279/321 kBProgress (3): 1.7/2.0 MB | 0.6/1.6 MB | 279/321 kBProgress (3): 1.7/2.0 MB | 0.7/1.6 MB | 279/321 kBProgress (3): 1.7/2.0 MB | 0.7/1.6 MB | 295/321 kBProgress (3): 1.7/2.0 MB | 0.7/1.6 MB | 295/321 kBProgress (3): 1.7/2.0 MB | 0.7/1.6 MB | 295/321 kBProgress (3): 1.7/2.0 MB | 0.7/1.6 MB | 311/321 kBProgress (3): 1.7/2.0 MB | 0.7/1.6 MB | 311/321 kBProgress (3): 1.7/2.0 MB | 0.7/1.6 MB | 311/321 kBProgress (3): 1.7/2.0 MB | 0.7/1.6 MB | 321 kB    Progress (3): 1.7/2.0 MB | 0.7/1.6 MB | 321 kBProgress (3): 1.7/2.0 MB | 0.7/1.6 MB | 321 kB                                              Downloaded from central: https://repo.maven.apache.org/maven2/com/formdev/svgSalamander/1.1.4/svgSalamander-1.1.4.jar (321 kB at 519 kB/s)
Progress (2): 1.7/2.0 MB | 0.7/1.6 MB                                     Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-native-utils/2.7.3/darklaf-native-utils-2.7.3.jar
Progress (2): 1.7/2.0 MB | 0.7/1.6 MBProgress (2): 1.7/2.0 MB | 0.7/1.6 MBProgress (2): 1.7/2.0 MB | 0.7/1.6 MBProgress (2): 1.8/2.0 MB | 0.7/1.6 MBProgress (2): 1.8/2.0 MB | 0.8/1.6 MBProgress (2): 1.8/2.0 MB | 0.8/1.6 MBProgress (2): 1.8/2.0 MB | 0.8/1.6 MBProgress (2): 1.8/2.0 MB | 0.8/1.6 MBProgress (2): 1.8/2.0 MB | 0.8/1.6 MBProgress (2): 1.8/2.0 MB | 0.8/1.6 MBProgress (2): 1.8/2.0 MB | 0.8/1.6 MBProgress (2): 1.8/2.0 MB | 0.8/1.6 MBProgress (2): 1.8/2.0 MB | 0.8/1.6 MBProgress (2): 1.8/2.0 MB | 0.8/1.6 MBProgress (2): 1.8/2.0 MB | 0.8/1.6 MBProgress (2): 1.9/2.0 MB | 0.8/1.6 MBProgress (2): 1.9/2.0 MB | 0.9/1.6 MBProgress (2): 1.9/2.0 MB | 0.9/1.6 MBProgress (2): 1.9/2.0 MB | 0.9/1.6 MBProgress (2): 1.9/2.0 MB | 0.9/1.6 MBProgress (2): 1.9/2.0 MB | 0.9/1.6 MBProgress (2): 1.9/2.0 MB | 0.9/1.6 MBProgress (2): 1.9/2.0 MB | 0.9/1.6 MBProgress (2): 1.9/2.0 MB | 0.9/1.6 MBProgress (2): 1.9/2.0 MB | 0.9/1.6 MBProgress (2): 1.9/2.0 MB | 0.9/1.6 MBProgress (2): 1.9/2.0 MB | 0.9/1.6 MBProgress (2): 2.0/2.0 MB | 0.9/1.6 MBProgress (2): 2.0/2.0 MB | 1.0/1.6 MBProgress (2): 2.0/2.0 MB | 1.0/1.6 MBProgress (2): 2.0/2.0 MB | 1.0/1.6 MBProgress (2): 2.0/2.0 MB | 1.0/1.6 MBProgress (2): 2.0/2.0 MB | 1.0/1.6 MBProgress (2): 2.0/2.0 MB | 1.0/1.6 MBProgress (2): 2.0/2.0 MB | 1.0/1.6 MBProgress (2): 2.0 MB | 1.0/1.6 MB    Progress (2): 2.0 MB | 1.0/1.6 MB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6/ApacheJMeter_core-5.6.jar (2.0 MB at 3.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-platform-base/2.7.3/darklaf-platform-base-2.7.3.jar
Progress (1): 1.0/1.6 MBProgress (1): 1.0/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.2/1.6 MBProgress (1): 1.2/1.6 MBProgress (1): 1.2/1.6 MBProgress (1): 1.2/1.6 MBProgress (1): 1.2/1.6 MBProgress (1): 1.2/1.6 MBProgress (1): 1.3/1.6 MBProgress (1): 1.3/1.6 MBProgress (1): 1.3/1.6 MBProgress (1): 1.3/1.6 MBProgress (1): 1.3/1.6 MBProgress (1): 1.3/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.5/1.6 MBProgress (2): 1.5/1.6 MB | 16/69 kBProgress (2): 1.5/1.6 MB | 16/69 kBProgress (2): 1.5/1.6 MB | 33/69 kBProgress (2): 1.5/1.6 MB | 33/69 kBProgress (3): 1.5/1.6 MB | 33/69 kB | 8.5 kBProgress (3): 1.5/1.6 MB | 49/69 kB | 8.5 kBProgress (3): 1.5/1.6 MB | 49/69 kB | 8.5 kB                                            Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-native-utils/2.7.3/darklaf-native-utils-2.7.3.jar (8.5 kB at 13 kB/s)
Progress (2): 1.5/1.6 MB | 66/69 kB                                   Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-windows/2.7.3/darklaf-windows-2.7.3.jar
Progress (2): 1.5/1.6 MB | 69 kBProgress (2): 1.5/1.6 MB | 69 kBProgress (2): 1.5/1.6 MB | 69 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-utils/2.7.3/darklaf-utils-2.7.3.jar (69 kB at 106 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-macos/2.7.3/darklaf-macos-2.7.3.jar
Progress (1): 1.6/1.6 MBProgress (1): 1.6/1.6 MBProgress (1): 1.6/1.6 MBProgress (1): 1.6/1.6 MBProgress (1): 1.6/1.6 MBProgress (1): 1.6 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.1/jackson-databind-2.15.1.jar (1.6 MB at 2.5 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-laf-support/0.1.3/swing-extensions-laf-support-0.1.3.jar
Progress (1): 4.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-platform-base/2.7.3/darklaf-platform-base-2.7.3.jar (4.0 kB at 6.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-theme/2.7.3/darklaf-theme-2.7.3.jar
Progress (1): 0/1.5 MBProgress (1): 0/1.5 MBProgress (1): 0/1.5 MBProgress (1): 0.1/1.5 MBProgress (1): 0.1/1.5 MBProgress (1): 0.1/1.5 MBProgress (1): 0.1/1.5 MBProgress (1): 0.1/1.5 MBProgress (1): 0.1/1.5 MBProgress (1): 0.2/1.5 MBProgress (1): 0.2/1.5 MBProgress (1): 0.2/1.5 MBProgress (1): 0.2/1.5 MBProgress (2): 0.2/1.5 MB | 16/218 kBProgress (3): 0.2/1.5 MB | 16/218 kB | 16/93 kBProgress (3): 0.2/1.5 MB | 33/218 kB | 16/93 kBProgress (3): 0.2/1.5 MB | 33/218 kB | 33/93 kBProgress (3): 0.2/1.5 MB | 33/218 kB | 33/93 kBProgress (3): 0.2/1.5 MB | 49/218 kB | 33/93 kBProgress (3): 0.2/1.5 MB | 49/218 kB | 49/93 kBProgress (3): 0.2/1.5 MB | 66/218 kB | 49/93 kBProgress (3): 0.2/1.5 MB | 66/218 kB | 49/93 kBProgress (4): 0.2/1.5 MB | 66/218 kB | 49/93 kB | 16/89 kBProgress (4): 0.2/1.5 MB | 66/218 kB | 66/93 kB | 16/89 kBProgress (4): 0.2/1.5 MB | 82/218 kB | 66/93 kB | 16/89 kBProgress (4): 0.3/1.5 MB | 82/218 kB | 66/93 kB | 16/89 kBProgress (4): 0.3/1.5 MB | 82/218 kB | 66/93 kB | 33/89 kBProgress (4): 0.3/1.5 MB | 82/218 kB | 82/93 kB | 33/89 kBProgress (4): 0.3/1.5 MB | 98/218 kB | 82/93 kB | 33/89 kBProgress (4): 0.3/1.5 MB | 98/218 kB | 82/93 kB | 33/89 kBProgress (4): 0.3/1.5 MB | 98/218 kB | 82/93 kB | 49/89 kBProgress (4): 0.3/1.5 MB | 98/218 kB | 93 kB | 49/89 kB   Progress (4): 0.3/1.5 MB | 115/218 kB | 93 kB | 49/89 kBProgress (4): 0.3/1.5 MB | 115/218 kB | 93 kB | 49/89 kBProgress (4): 0.3/1.5 MB | 115/218 kB | 93 kB | 66/89 kB                                                        Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-macos/2.7.3/darklaf-macos-2.7.3.jar (93 kB at 135 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-property-loader/2.7.3/darklaf-property-loader-2.7.3.jar
Progress (3): 0.3/1.5 MB | 131/218 kB | 66/89 kBProgress (3): 0.3/1.5 MB | 131/218 kB | 66/89 kBProgress (3): 0.3/1.5 MB | 131/218 kB | 82/89 kBProgress (3): 0.3/1.5 MB | 147/218 kB | 82/89 kBProgress (3): 0.3/1.5 MB | 147/218 kB | 89 kB   Progress (3): 0.3/1.5 MB | 147/218 kB | 89 kBProgress (3): 0.3/1.5 MB | 164/218 kB | 89 kBProgress (3): 0.3/1.5 MB | 164/218 kB | 89 kBProgress (4): 0.3/1.5 MB | 164/218 kB | 89 kB | 10 kB                                                     Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-theme/2.7.3/darklaf-theme-2.7.3.jar (89 kB at 129 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-visual-padding/0.1.3/swing-extensions-visual-padding-0.1.3.jar
Progress (3): 0.3/1.5 MB | 180/218 kB | 10 kBProgress (3): 0.4/1.5 MB | 180/218 kB | 10 kBProgress (3): 0.4/1.5 MB | 197/218 kB | 10 kB                                             Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-laf-support/0.1.3/swing-extensions-laf-support-0.1.3.jar (10 kB at 15 kB/s)
Progress (2): 0.4/1.5 MB | 197/218 kB                                     Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/16.0.2/annotations-16.0.2.jar
Progress (2): 0.4/1.5 MB | 213/218 kBProgress (2): 0.4/1.5 MB | 213/218 kBProgress (2): 0.4/1.5 MB | 218 kB    Progress (2): 0.4/1.5 MB | 218 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-windows/2.7.3/darklaf-windows-2.7.3.jar (218 kB at 312 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-extensions-rsyntaxarea/0.3.4/darklaf-extensions-rsyntaxarea-0.3.4.jar
Progress (1): 0.4/1.5 MBProgress (1): 0.4/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (2): 1.1/1.5 MB | 16/98 kBProgress (2): 1.2/1.5 MB | 16/98 kBProgress (2): 1.2/1.5 MB | 16/98 kBProgress (2): 1.2/1.5 MB | 32/98 kBProgress (3): 1.2/1.5 MB | 32/98 kB | 2.5 kBProgress (3): 1.2/1.5 MB | 32/98 kB | 2.5 kBProgress (3): 1.2/1.5 MB | 49/98 kB | 2.5 kBProgress (3): 1.2/1.5 MB | 49/98 kB | 2.5 kBProgress (3): 1.2/1.5 MB | 65/98 kB | 2.5 kB                                            Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-visual-padding/0.1.3/swing-extensions-visual-padding-0.1.3.jar (2.5 kB at 3.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-swing/5.3/miglayout-swing-5.3.jar
Progress (2): 1.2/1.5 MB | 65/98 kBProgress (2): 1.2/1.5 MB | 81/98 kBProgress (2): 1.2/1.5 MB | 81/98 kBProgress (2): 1.2/1.5 MB | 98/98 kBProgress (2): 1.3/1.5 MB | 98/98 kBProgress (2): 1.3/1.5 MB | 98 kB   Progress (2): 1.3/1.5 MB | 98 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-property-loader/2.7.3/darklaf-property-loader-2.7.3.jar (98 kB at 135 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-core/5.3/miglayout-core-5.3.jar
Progress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (2): 1.3/1.5 MB | 16/21 kBProgress (2): 1.3/1.5 MB | 21 kB   Progress (2): 1.3/1.5 MB | 21 kBProgress (2): 1.3/1.5 MB | 21 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-extensions-rsyntaxarea/0.3.4/darklaf-extensions-rsyntaxarea-0.3.4.jar (21 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-batik/3.2.0/lets-plot-batik-3.2.0.jar
Progress (2): 1.3/1.5 MB | 16/19 kBProgress (2): 1.4/1.5 MB | 16/19 kBProgress (2): 1.4/1.5 MB | 19 kB   Progress (2): 1.4/1.5 MB | 19 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/16.0.2/annotations-16.0.2.jar (19 kB at 25 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-common/3.2.0/lets-plot-common-3.2.0.jar
Progress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5/1.5 MBProgress (1): 1.5 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-core/2.7.3/darklaf-core-2.7.3.jar (1.5 MB at 2.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging/2.0.5/kotlin-logging-2.0.5.jar
Progress (1): 16/199 kBProgress (1): 33/199 kBProgress (1): 49/199 kBProgress (1): 66/199 kBProgress (2): 66/199 kB | 16/107 kBProgress (2): 82/199 kB | 16/107 kBProgress (2): 98/199 kB | 16/107 kBProgress (2): 98/199 kB | 32/107 kBProgress (2): 115/199 kB | 32/107 kBProgress (2): 115/199 kB | 49/107 kBProgress (2): 131/199 kB | 49/107 kBProgress (3): 131/199 kB | 49/107 kB | 16/23 kBProgress (3): 147/199 kB | 49/107 kB | 16/23 kBProgress (3): 147/199 kB | 65/107 kB | 16/23 kBProgress (3): 147/199 kB | 65/107 kB | 23 kB   Progress (3): 164/199 kB | 65/107 kB | 23 kBProgress (4): 164/199 kB | 65/107 kB | 23 kB | 2.7 kBProgress (4): 164/199 kB | 81/107 kB | 23 kB | 2.7 kB                                                     Downloaded from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-swing/5.3/miglayout-swing-5.3.jar (23 kB at 29 kB/s)
Progress (3): 180/199 kB | 81/107 kB | 2.7 kB                                             Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.7.3/kotlinx-html-jvm-0.7.3.jar
Downloaded from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging/2.0.5/kotlin-logging-2.0.5.jar (2.7 kB at 3.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-kotlin-jvm/4.4.1/lets-plot-kotlin-jvm-4.4.1.jar
Progress (2): 180/199 kB | 98/107 kBProgress (2): 197/199 kB | 98/107 kBProgress (2): 199 kB | 98/107 kB    Progress (2): 199 kB | 107 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-batik/3.2.0/lets-plot-batik-3.2.0.jar (199 kB at 259 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/base-portable-jvm/3.2.0/base-portable-jvm-3.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-core/5.3/miglayout-core-5.3.jar (107 kB at 139 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-base-portable-jvm/3.2.0/plot-base-portable-jvm-3.2.0.jar
Progress (1): 16/792 kBProgress (1): 33/792 kBProgress (2): 33/792 kB | 0/4.9 MBProgress (2): 49/792 kB | 0/4.9 MBProgress (3): 49/792 kB | 0/4.9 MB | 16/583 kBProgress (3): 49/792 kB | 0/4.9 MB | 16/583 kBProgress (3): 66/792 kB | 0/4.9 MB | 16/583 kBProgress (3): 66/792 kB | 0/4.9 MB | 32/583 kBProgress (3): 66/792 kB | 0/4.9 MB | 32/583 kBProgress (3): 82/792 kB | 0/4.9 MB | 32/583 kBProgress (3): 82/792 kB | 0.1/4.9 MB | 32/583 kBProgress (3): 82/792 kB | 0.1/4.9 MB | 49/583 kBProgress (3): 98/792 kB | 0.1/4.9 MB | 49/583 kBProgress (3): 98/792 kB | 0.1/4.9 MB | 49/583 kBProgress (3): 115/792 kB | 0.1/4.9 MB | 49/583 kBProgress (3): 115/792 kB | 0.1/4.9 MB | 65/583 kBProgress (3): 115/792 kB | 0.1/4.9 MB | 65/583 kBProgress (3): 131/792 kB | 0.1/4.9 MB | 65/583 kBProgress (3): 131/792 kB | 0.1/4.9 MB | 81/583 kBProgress (3): 131/792 kB | 0.1/4.9 MB | 81/583 kBProgress (3): 147/792 kB | 0.1/4.9 MB | 81/583 kBProgress (3): 147/792 kB | 0.1/4.9 MB | 81/583 kBProgress (3): 164/792 kB | 0.1/4.9 MB | 81/583 kBProgress (3): 164/792 kB | 0.1/4.9 MB | 98/583 kBProgress (3): 164/792 kB | 0.1/4.9 MB | 98/583 kBProgress (3): 180/792 kB | 0.1/4.9 MB | 98/583 kBProgress (3): 180/792 kB | 0.1/4.9 MB | 114/583 kBProgress (3): 180/792 kB | 0.2/4.9 MB | 114/583 kBProgress (3): 197/792 kB | 0.2/4.9 MB | 114/583 kBProgress (3): 197/792 kB | 0.2/4.9 MB | 114/583 kBProgress (3): 213/792 kB | 0.2/4.9 MB | 114/583 kBProgress (3): 213/792 kB | 0.2/4.9 MB | 131/583 kBProgress (3): 213/792 kB | 0.2/4.9 MB | 131/583 kBProgress (3): 229/792 kB | 0.2/4.9 MB | 131/583 kBProgress (3): 229/792 kB | 0.2/4.9 MB | 147/583 kBProgress (3): 246/792 kB | 0.2/4.9 MB | 147/583 kBProgress (3): 246/792 kB | 0.2/4.9 MB | 147/583 kBProgress (3): 246/792 kB | 0.2/4.9 MB | 163/583 kBProgress (3): 262/792 kB | 0.2/4.9 MB | 163/583 kBProgress (3): 262/792 kB | 0.2/4.9 MB | 163/583 kBProgress (3): 262/792 kB | 0.2/4.9 MB | 180/583 kBProgress (3): 279/792 kB | 0.2/4.9 MB | 180/583 kBProgress (3): 279/792 kB | 0.2/4.9 MB | 180/583 kBProgress (3): 279/792 kB | 0.3/4.9 MB | 180/583 kBProgress (3): 279/792 kB | 0.3/4.9 MB | 196/583 kBProgress (3): 295/792 kB | 0.3/4.9 MB | 196/583 kBProgress (3): 295/792 kB | 0.3/4.9 MB | 212/583 kBProgress (3): 295/792 kB | 0.3/4.9 MB | 212/583 kBProgress (3): 311/792 kB | 0.3/4.9 MB | 212/583 kBProgress (3): 311/792 kB | 0.3/4.9 MB | 229/583 kBProgress (3): 311/792 kB | 0.3/4.9 MB | 229/583 kBProgress (3): 328/792 kB | 0.3/4.9 MB | 229/583 kBProgress (3): 328/792 kB | 0.3/4.9 MB | 245/583 kBProgress (3): 328/792 kB | 0.3/4.9 MB | 245/583 kBProgress (3): 344/792 kB | 0.3/4.9 MB | 245/583 kBProgress (3): 344/792 kB | 0.3/4.9 MB | 262/583 kBProgress (3): 360/792 kB | 0.3/4.9 MB | 262/583 kBProgress (3): 360/792 kB | 0.3/4.9 MB | 262/583 kBProgress (3): 360/792 kB | 0.3/4.9 MB | 278/583 kBProgress (3): 377/792 kB | 0.3/4.9 MB | 278/583 kBProgress (3): 377/792 kB | 0.3/4.9 MB | 278/583 kBProgress (3): 377/792 kB | 0.3/4.9 MB | 294/583 kBProgress (3): 393/792 kB | 0.3/4.9 MB | 294/583 kBProgress (3): 393/792 kB | 0.4/4.9 MB | 294/583 kBProgress (3): 393/792 kB | 0.4/4.9 MB | 311/583 kBProgress (3): 410/792 kB | 0.4/4.9 MB | 311/583 kBProgress (3): 410/792 kB | 0.4/4.9 MB | 311/583 kBProgress (3): 410/792 kB | 0.4/4.9 MB | 327/583 kBProgress (3): 426/792 kB | 0.4/4.9 MB | 327/583 kBProgress (3): 426/792 kB | 0.4/4.9 MB | 327/583 kBProgress (3): 426/792 kB | 0.4/4.9 MB | 343/583 kBProgress (3): 426/792 kB | 0.4/4.9 MB | 343/583 kBProgress (3): 442/792 kB | 0.4/4.9 MB | 343/583 kBProgress (4): 442/792 kB | 0.4/4.9 MB | 343/583 kB | 0/1.3 MBProgress (4): 442/792 kB | 0.4/4.9 MB | 360/583 kB | 0/1.3 MBProgress (4): 442/792 kB | 0.4/4.9 MB | 360/583 kB | 0/1.3 MBProgress (4): 459/792 kB | 0.4/4.9 MB | 360/583 kB | 0/1.3 MBProgress (4): 459/792 kB | 0.4/4.9 MB | 376/583 kB | 0/1.3 MBProgress (4): 475/792 kB | 0.4/4.9 MB | 376/583 kB | 0/1.3 MBProgress (4): 475/792 kB | 0.4/4.9 MB | 376/583 kB | 0/1.3 MBProgress (4): 475/792 kB | 0.4/4.9 MB | 376/583 kB | 0/1.3 MBProgress (4): 492/792 kB | 0.4/4.9 MB | 376/583 kB | 0/1.3 MBProgress (4): 492/792 kB | 0.4/4.9 MB | 393/583 kB | 0/1.3 MBProgress (4): 492/792 kB | 0.5/4.9 MB | 393/583 kB | 0/1.3 MBProgress (4): 492/792 kB | 0.5/4.9 MB | 402/583 kB | 0/1.3 MBProgress (4): 508/792 kB | 0.5/4.9 MB | 402/583 kB | 0/1.3 MBProgress (4): 508/792 kB | 0.5/4.9 MB | 402/583 kB | 0/1.3 MBProgress (4): 524/792 kB | 0.5/4.9 MB | 402/583 kB | 0/1.3 MBProgress (4): 524/792 kB | 0.5/4.9 MB | 402/583 kB | 0/1.3 MBProgress (4): 524/792 kB | 0.5/4.9 MB | 418/583 kB | 0/1.3 MBProgress (4): 524/792 kB | 0.5/4.9 MB | 418/583 kB | 0/1.3 MBProgress (4): 541/792 kB | 0.5/4.9 MB | 418/583 kB | 0/1.3 MBProgress (4): 541/792 kB | 0.5/4.9 MB | 435/583 kB | 0/1.3 MBProgress (4): 541/792 kB | 0.5/4.9 MB | 435/583 kB | 0/1.3 MBProgress (4): 557/792 kB | 0.5/4.9 MB | 435/583 kB | 0/1.3 MBProgress (4): 557/792 kB | 0.5/4.9 MB | 435/583 kB | 0/1.3 MBProgress (4): 557/792 kB | 0.5/4.9 MB | 451/583 kB | 0/1.3 MBProgress (4): 557/792 kB | 0.5/4.9 MB | 451/583 kB | 0.1/1.3 MBProgress (4): 573/792 kB | 0.5/4.9 MB | 451/583 kB | 0.1/1.3 MBProgress (4): 573/792 kB | 0.5/4.9 MB | 451/583 kB | 0.1/1.3 MBProgress (4): 573/792 kB | 0.5/4.9 MB | 468/583 kB | 0.1/1.3 MBProgress (4): 585/792 kB | 0.5/4.9 MB | 468/583 kB | 0.1/1.3 MBProgress (4): 585/792 kB | 0.5/4.9 MB | 468/583 kB | 0.1/1.3 MBProgress (4): 585/792 kB | 0.5/4.9 MB | 484/583 kB | 0.1/1.3 MBProgress (4): 601/792 kB | 0.5/4.9 MB | 484/583 kB | 0.1/1.3 MBProgress (4): 601/792 kB | 0.5/4.9 MB | 484/583 kB | 0.1/1.3 MBProgress (4): 601/792 kB | 0.6/4.9 MB | 484/583 kB | 0.1/1.3 MBProgress (4): 617/792 kB | 0.6/4.9 MB | 484/583 kB | 0.1/1.3 MBProgress (4): 617/792 kB | 0.6/4.9 MB | 500/583 kB | 0.1/1.3 MBProgress (4): 617/792 kB | 0.6/4.9 MB | 500/583 kB | 0.1/1.3 MBProgress (4): 617/792 kB | 0.6/4.9 MB | 500/583 kB | 0.1/1.3 MBProgress (4): 634/792 kB | 0.6/4.9 MB | 500/583 kB | 0.1/1.3 MBProgress (4): 634/792 kB | 0.6/4.9 MB | 517/583 kB | 0.1/1.3 MBProgress (4): 634/792 kB | 0.6/4.9 MB | 517/583 kB | 0.1/1.3 MBProgress (4): 650/792 kB | 0.6/4.9 MB | 517/583 kB | 0.1/1.3 MBProgress (4): 650/792 kB | 0.6/4.9 MB | 533/583 kB | 0.1/1.3 MBProgress (4): 650/792 kB | 0.6/4.9 MB | 533/583 kB | 0.1/1.3 MBProgress (4): 650/792 kB | 0.6/4.9 MB | 533/583 kB | 0.1/1.3 MBProgress (5): 650/792 kB | 0.6/4.9 MB | 533/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 667/792 kB | 0.6/4.9 MB | 533/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 667/792 kB | 0.6/4.9 MB | 549/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 667/792 kB | 0.6/4.9 MB | 549/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 667/792 kB | 0.6/4.9 MB | 549/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 683/792 kB | 0.6/4.9 MB | 549/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 683/792 kB | 0.6/4.9 MB | 549/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 683/792 kB | 0.6/4.9 MB | 566/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 683/792 kB | 0.6/4.9 MB | 566/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 683/792 kB | 0.6/4.9 MB | 566/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 699/792 kB | 0.6/4.9 MB | 566/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 699/792 kB | 0.6/4.9 MB | 582/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 699/792 kB | 0.6/4.9 MB | 582/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 716/792 kB | 0.6/4.9 MB | 582/583 kB | 0.1/1.3 MB | 0/1.2 MBProgress (5): 716/792 kB | 0.6/4.9 MB | 583 kB | 0.1/1.3 MB | 0/1.2 MB    Progress (5): 716/792 kB | 0.6/4.9 MB | 583 kB | 0.2/1.3 MB | 0/1.2 MBProgress (5): 716/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0/1.2 MBProgress (5): 732/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0/1.2 MBProgress (5): 732/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0/1.2 MBProgress (5): 732/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0/1.2 MBProgress (5): 732/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0.1/1.2 MBProgress (5): 732/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0.1/1.2 MBProgress (5): 732/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0.1/1.2 MBProgress (5): 732/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0.1/1.2 MBProgress (5): 732/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0.1/1.2 MBProgress (5): 749/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0.1/1.2 MBProgress (5): 749/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0.1/1.2 MBProgress (5): 749/792 kB | 0.7/4.9 MB | 583 kB | 0.2/1.3 MB | 0.1/1.2 MB                                                                        Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/base-portable-jvm/3.2.0/base-portable-jvm-3.2.0.jar (583 kB at 682 kB/s)
Progress (4): 765/792 kB | 0.7/4.9 MB | 0.2/1.3 MB | 0.1/1.2 MB                                                               Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/vis-svg-portable-jvm/3.2.0/vis-svg-portable-jvm-3.2.0.jar
Progress (4): 765/792 kB | 0.7/4.9 MB | 0.2/1.3 MB | 0.1/1.2 MBProgress (4): 765/792 kB | 0.7/4.9 MB | 0.2/1.3 MB | 0.1/1.2 MBProgress (4): 765/792 kB | 0.7/4.9 MB | 0.2/1.3 MB | 0.1/1.2 MBProgress (4): 781/792 kB | 0.7/4.9 MB | 0.2/1.3 MB | 0.1/1.2 MBProgress (4): 781/792 kB | 0.7/4.9 MB | 0.2/1.3 MB | 0.1/1.2 MBProgress (4): 792 kB | 0.7/4.9 MB | 0.2/1.3 MB | 0.1/1.2 MB    Progress (4): 792 kB | 0.7/4.9 MB | 0.2/1.3 MB | 0.1/1.2 MBProgress (4): 792 kB | 0.7/4.9 MB | 0.2/1.3 MB | 0.1/1.2 MBProgress (4): 792 kB | 0.7/4.9 MB | 0.3/1.3 MB | 0.1/1.2 MB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.7.3/kotlinx-html-jvm-0.7.3.jar (792 kB at 925 kB/s)
Progress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.1/1.2 MB                                                  Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-common-portable-jvm/3.2.0/plot-common-portable-jvm-3.2.0.jar
Progress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.1/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.1/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.1/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.1/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.2/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.2/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.2/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.2/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.2/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.2/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.2/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.2/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.2/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.2/1.2 MBProgress (3): 0.8/4.9 MB | 0.3/1.3 MB | 0.2/1.2 MBProgress (3): 0.8/4.9 MB | 0.4/1.3 MB | 0.2/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.2/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.2/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.2/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.2/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.2/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.2/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.4/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.5/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.5/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.5/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.5/1.3 MB | 0.3/1.2 MBProgress (3): 0.9/4.9 MB | 0.5/1.3 MB | 0.3/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.3/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.3/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.5/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.6/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.6/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.6/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.6/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.6/1.3 MB | 0.4/1.2 MBProgress (3): 1.0/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.0/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.0/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.6/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.7/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.7/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.7/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.7/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.7/1.3 MB | 0.5/1.2 MBProgress (3): 1.1/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.1/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.7/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.8/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.8/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.8/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.8/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.8/1.3 MB | 0.6/1.2 MBProgress (3): 1.2/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.2/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.2/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.2/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.2/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.8/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.7/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.3/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.4/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.4/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.4/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.4/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.4/4.9 MB | 0.9/1.3 MB | 0.8/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.8/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.8/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.8/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.8/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.4/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.5/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.5/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.5/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.5/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.5/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.5/4.9 MB | 1.0/1.3 MB | 0.9/1.2 MBProgress (3): 1.5/4.9 MB | 1.1/1.3 MB | 0.9/1.2 MBProgress (3): 1.5/4.9 MB | 1.1/1.3 MB | 0.9/1.2 MBProgress (3): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MBProgress (3): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MBProgress (3): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MBProgress (3): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MBProgress (4): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 16/183 kBProgress (4): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 16/183 kBProgress (4): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 16/183 kBProgress (4): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 16/183 kBProgress (4): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 33/183 kBProgress (4): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 33/183 kBProgress (4): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 33/183 kBProgress (5): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 33/183 kB | 16/207 kBProgress (5): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 49/183 kB | 16/207 kBProgress (5): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 49/183 kB | 16/207 kBProgress (5): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 49/183 kB | 16/207 kBProgress (5): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 49/183 kB | 16/207 kBProgress (5): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 66/183 kB | 16/207 kBProgress (5): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 66/183 kB | 16/207 kBProgress (5): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 66/183 kB | 16/207 kBProgress (5): 1.5/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 66/183 kB | 32/207 kBProgress (5): 1.6/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 66/183 kB | 32/207 kBProgress (5): 1.6/4.9 MB | 1.1/1.3 MB | 1.0/1.2 MB | 82/183 kB | 32/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.0/1.2 MB | 82/183 kB | 32/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 82/183 kB | 32/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 98/183 kB | 32/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 98/183 kB | 32/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 98/183 kB | 32/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 98/183 kB | 32/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 115/183 kB | 32/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 115/183 kB | 49/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 115/183 kB | 49/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 115/183 kB | 49/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 115/183 kB | 49/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 131/183 kB | 49/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 131/183 kB | 49/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 131/183 kB | 49/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 147/183 kB | 49/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 147/183 kB | 49/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 147/183 kB | 65/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 164/183 kB | 65/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 164/183 kB | 65/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 164/183 kB | 65/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 164/183 kB | 65/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 180/183 kB | 65/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 180/183 kB | 65/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 180/183 kB | 65/207 kBProgress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 183 kB | 65/207 kB    Progress (5): 1.6/4.9 MB | 1.2/1.3 MB | 1.1/1.2 MB | 183 kB | 65/207 kBProgress (5): 1.6/4.9 MB | 1.3 MB | 1.1/1.2 MB | 183 kB | 65/207 kB    Progress (5): 1.6/4.9 MB | 1.3 MB | 1.1/1.2 MB | 183 kB | 65/207 kBProgress (5): 1.6/4.9 MB | 1.3 MB | 1.1/1.2 MB | 183 kB | 81/207 kBProgress (5): 1.6/4.9 MB | 1.3 MB | 1.2/1.2 MB | 183 kB | 81/207 kBProgress (5): 1.7/4.9 MB | 1.3 MB | 1.2/1.2 MB | 183 kB | 81/207 kBProgress (5): 1.7/4.9 MB | 1.3 MB | 1.2 MB | 183 kB | 81/207 kB    Progress (5): 1.7/4.9 MB | 1.3 MB | 1.2 MB | 183 kB | 98/207 kBProgress (5): 1.7/4.9 MB | 1.3 MB | 1.2 MB | 183 kB | 98/207 kB                                                               Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/vis-svg-portable-jvm/3.2.0/vis-svg-portable-jvm-3.2.0.jar (183 kB at 205 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-base-portable-jvm/3.2.0/plot-base-portable-jvm-3.2.0.jar (1.2 MB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-builder-portable-jvm/3.2.0/plot-builder-portable-jvm-3.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-kotlin-jvm/4.4.1/lets-plot-kotlin-jvm-4.4.1.jar (1.3 MB at 1.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-config-portable-jvm/3.2.0/plot-config-portable-jvm-3.2.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.21/kotlin-stdlib-common-1.7.21.jar
Progress (2): 1.7/4.9 MB | 98/207 kBProgress (2): 1.7/4.9 MB | 114/207 kBProgress (2): 1.7/4.9 MB | 114/207 kBProgress (2): 1.7/4.9 MB | 114/207 kBProgress (2): 1.7/4.9 MB | 131/207 kBProgress (2): 1.7/4.9 MB | 131/207 kBProgress (2): 1.7/4.9 MB | 147/207 kBProgress (2): 1.8/4.9 MB | 147/207 kBProgress (2): 1.8/4.9 MB | 147/207 kBProgress (2): 1.8/4.9 MB | 163/207 kBProgress (2): 1.8/4.9 MB | 163/207 kBProgress (2): 1.8/4.9 MB | 163/207 kBProgress (2): 1.8/4.9 MB | 180/207 kBProgress (2): 1.8/4.9 MB | 180/207 kBProgress (2): 1.8/4.9 MB | 196/207 kBProgress (2): 1.8/4.9 MB | 196/207 kBProgress (2): 1.8/4.9 MB | 207 kB    Progress (2): 1.9/4.9 MB | 207 kBProgress (2): 1.9/4.9 MB | 207 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-common-portable-jvm/3.2.0/plot-common-portable-jvm-3.2.0.jar (207 kB at 228 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging-jvm/2.0.5/kotlin-logging-jvm-2.0.5.jar
Progress (1): 1.9/4.9 MBProgress (1): 1.9/4.9 MBProgress (1): 1.9/4.9 MBProgress (1): 1.9/4.9 MBProgress (1): 2.0/4.9 MBProgress (1): 2.0/4.9 MBProgress (1): 2.0/4.9 MBProgress (1): 2.0/4.9 MBProgress (1): 2.0/4.9 MBProgress (1): 2.0/4.9 MBProgress (1): 2.0/4.9 MBProgress (1): 2.1/4.9 MBProgress (1): 2.1/4.9 MBProgress (1): 2.1/4.9 MBProgress (1): 2.1/4.9 MBProgress (1): 2.1/4.9 MBProgress (1): 2.1/4.9 MBProgress (1): 2.2/4.9 MBProgress (1): 2.2/4.9 MBProgress (1): 2.2/4.9 MBProgress (1): 2.2/4.9 MBProgress (1): 2.2/4.9 MBProgress (1): 2.2/4.9 MBProgress (1): 2.3/4.9 MBProgress (1): 2.3/4.9 MBProgress (1): 2.3/4.9 MBProgress (1): 2.3/4.9 MBProgress (1): 2.3/4.9 MBProgress (1): 2.3/4.9 MBProgress (1): 2.4/4.9 MBProgress (1): 2.4/4.9 MBProgress (1): 2.4/4.9 MBProgress (1): 2.4/4.9 MBProgress (2): 2.4/4.9 MB | 16/212 kBProgress (2): 2.4/4.9 MB | 16/212 kBProgress (2): 2.4/4.9 MB | 33/212 kBProgress (2): 2.4/4.9 MB | 49/212 kBProgress (2): 2.4/4.9 MB | 49/212 kBProgress (2): 2.4/4.9 MB | 66/212 kBProgress (2): 2.4/4.9 MB | 66/212 kBProgress (2): 2.4/4.9 MB | 82/212 kBProgress (2): 2.5/4.9 MB | 82/212 kBProgress (2): 2.5/4.9 MB | 98/212 kBProgress (2): 2.5/4.9 MB | 98/212 kBProgress (2): 2.5/4.9 MB | 98/212 kBProgress (2): 2.5/4.9 MB | 115/212 kBProgress (2): 2.5/4.9 MB | 131/212 kBProgress (2): 2.5/4.9 MB | 131/212 kBProgress (2): 2.5/4.9 MB | 147/212 kBProgress (2): 2.5/4.9 MB | 147/212 kBProgress (2): 2.5/4.9 MB | 147/212 kBProgress (2): 2.5/4.9 MB | 164/212 kBProgress (2): 2.5/4.9 MB | 164/212 kBProgress (2): 2.5/4.9 MB | 180/212 kBProgress (2): 2.5/4.9 MB | 197/212 kBProgress (2): 2.6/4.9 MB | 197/212 kBProgress (2): 2.6/4.9 MB | 197/212 kBProgress (2): 2.6/4.9 MB | 212 kB    Progress (2): 2.6/4.9 MB | 212 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.21/kotlin-stdlib-common-1.7.21.jar (212 kB at 227 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-core/5.0.13/jodd-core-5.0.13.jar
Progress (1): 2.6/4.9 MBProgress (1): 2.6/4.9 MBProgress (1): 2.6/4.9 MBProgress (1): 2.6/4.9 MBProgress (2): 2.6/4.9 MB | 16/32 kBProgress (2): 2.6/4.9 MB | 16/32 kBProgress (2): 2.6/4.9 MB | 32 kB   Progress (2): 2.6/4.9 MB | 32 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging-jvm/2.0.5/kotlin-logging-jvm-2.0.5.jar (32 kB at 34 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-props/5.0.13/jodd-props-5.0.13.jar
Progress (1): 2.7/4.9 MBProgress (1): 2.7/4.9 MBProgress (1): 2.7/4.9 MBProgress (1): 2.7/4.9 MBProgress (1): 2.7/4.9 MBProgress (1): 2.7/4.9 MBProgress (1): 2.7/4.9 MBProgress (1): 2.8/4.9 MBProgress (1): 2.8/4.9 MBProgress (1): 2.8/4.9 MBProgress (1): 2.8/4.9 MBProgress (1): 2.8/4.9 MBProgress (1): 2.8/4.9 MBProgress (1): 2.9/4.9 MBProgress (1): 2.9/4.9 MBProgress (1): 2.9/4.9 MBProgress (1): 2.9/4.9 MBProgress (1): 2.9/4.9 MBProgress (1): 2.9/4.9 MBProgress (1): 2.9/4.9 MBProgress (2): 2.9/4.9 MB | 16/924 kBProgress (2): 2.9/4.9 MB | 16/924 kBProgress (2): 3.0/4.9 MB | 16/924 kBProgress (2): 3.0/4.9 MB | 16/924 kBProgress (2): 3.0/4.9 MB | 33/924 kBProgress (2): 3.0/4.9 MB | 33/924 kBProgress (2): 3.0/4.9 MB | 33/924 kBProgress (2): 3.0/4.9 MB | 49/924 kBProgress (2): 3.0/4.9 MB | 49/924 kBProgress (2): 3.0/4.9 MB | 49/924 kBProgress (2): 3.0/4.9 MB | 66/924 kBProgress (2): 3.0/4.9 MB | 66/924 kBProgress (2): 3.0/4.9 MB | 82/924 kBProgress (2): 3.1/4.9 MB | 82/924 kBProgress (2): 3.1/4.9 MB | 82/924 kBProgress (2): 3.1/4.9 MB | 98/924 kBProgress (2): 3.1/4.9 MB | 98/924 kBProgress (2): 3.1/4.9 MB | 115/924 kBProgress (2): 3.1/4.9 MB | 131/924 kBProgress (2): 3.1/4.9 MB | 131/924 kBProgress (2): 3.1/4.9 MB | 147/924 kBProgress (2): 3.1/4.9 MB | 147/924 kBProgress (2): 3.1/4.9 MB | 164/924 kBProgress (2): 3.1/4.9 MB | 164/924 kBProgress (2): 3.1/4.9 MB | 180/924 kBProgress (2): 3.2/4.9 MB | 180/924 kBProgress (2): 3.2/4.9 MB | 197/924 kBProgress (2): 3.2/4.9 MB | 197/924 kBProgress (2): 3.2/4.9 MB | 213/924 kBProgress (2): 3.2/4.9 MB | 229/924 kBProgress (2): 3.2/4.9 MB | 229/924 kBProgress (2): 3.2/4.9 MB | 246/924 kBProgress (3): 3.2/4.9 MB | 246/924 kB | 16/403 kBProgress (3): 3.2/4.9 MB | 262/924 kB | 16/403 kBProgress (3): 3.2/4.9 MB | 262/924 kB | 16/403 kBProgress (3): 3.2/4.9 MB | 262/924 kB | 33/403 kBProgress (3): 3.2/4.9 MB | 279/924 kB | 33/403 kBProgress (3): 3.2/4.9 MB | 279/924 kB | 49/403 kBProgress (3): 3.2/4.9 MB | 295/924 kB | 49/403 kBProgress (3): 3.2/4.9 MB | 295/924 kB | 49/403 kBProgress (3): 3.2/4.9 MB | 295/924 kB | 66/403 kBProgress (3): 3.2/4.9 MB | 311/924 kB | 66/403 kBProgress (3): 3.2/4.9 MB | 311/924 kB | 82/403 kBProgress (3): 3.2/4.9 MB | 328/924 kB | 82/403 kBProgress (3): 3.2/4.9 MB | 328/924 kB | 82/403 kBProgress (3): 3.2/4.9 MB | 328/924 kB | 98/403 kBProgress (3): 3.2/4.9 MB | 344/924 kB | 98/403 kBProgress (3): 3.3/4.9 MB | 344/924 kB | 98/403 kBProgress (3): 3.3/4.9 MB | 344/924 kB | 115/403 kBProgress (3): 3.3/4.9 MB | 360/924 kB | 115/403 kBProgress (3): 3.3/4.9 MB | 360/924 kB | 115/403 kBProgress (3): 3.3/4.9 MB | 360/924 kB | 131/403 kBProgress (3): 3.3/4.9 MB | 377/924 kB | 131/403 kBProgress (3): 3.3/4.9 MB | 377/924 kB | 131/403 kBProgress (3): 3.3/4.9 MB | 377/924 kB | 147/403 kBProgress (3): 3.3/4.9 MB | 393/924 kB | 147/403 kBProgress (3): 3.3/4.9 MB | 393/924 kB | 147/403 kBProgress (3): 3.3/4.9 MB | 393/924 kB | 164/403 kBProgress (3): 3.3/4.9 MB | 410/924 kB | 164/403 kBProgress (3): 3.3/4.9 MB | 410/924 kB | 180/403 kBProgress (3): 3.3/4.9 MB | 410/924 kB | 180/403 kBProgress (3): 3.3/4.9 MB | 426/924 kB | 180/403 kBProgress (3): 3.3/4.9 MB | 426/924 kB | 197/403 kBProgress (3): 3.3/4.9 MB | 442/924 kB | 197/403 kBProgress (3): 3.3/4.9 MB | 442/924 kB | 197/403 kBProgress (4): 3.3/4.9 MB | 442/924 kB | 197/403 kB | 0/1.1 MBProgress (4): 3.3/4.9 MB | 442/924 kB | 213/403 kB | 0/1.1 MBProgress (4): 3.3/4.9 MB | 459/924 kB | 213/403 kB | 0/1.1 MBProgress (4): 3.4/4.9 MB | 459/924 kB | 213/403 kB | 0/1.1 MBProgress (4): 3.4/4.9 MB | 459/924 kB | 229/403 kB | 0/1.1 MBProgress (4): 3.4/4.9 MB | 475/924 kB | 229/403 kB | 0/1.1 MBProgress (4): 3.4/4.9 MB | 475/924 kB | 229/403 kB | 0/1.1 MBProgress (4): 3.4/4.9 MB | 475/924 kB | 229/403 kB | 0/1.1 MBProgress (4): 3.4/4.9 MB | 475/924 kB | 246/403 kB | 0/1.1 MBProgress (4): 3.4/4.9 MB | 492/924 kB | 246/403 kB | 0/1.1 MBProgress (5): 3.4/4.9 MB | 492/924 kB | 246/403 kB | 0/1.1 MB | 16/26 kBProgress (5): 3.4/4.9 MB | 492/924 kB | 246/403 kB | 0/1.1 MB | 16/26 kBProgress (5): 3.4/4.9 MB | 492/924 kB | 256/403 kB | 0/1.1 MB | 16/26 kBProgress (5): 3.4/4.9 MB | 492/924 kB | 256/403 kB | 0/1.1 MB | 26 kB   Progress (5): 3.4/4.9 MB | 508/924 kB | 256/403 kB | 0/1.1 MB | 26 kBProgress (5): 3.4/4.9 MB | 508/924 kB | 256/403 kB | 0/1.1 MB | 26 kBProgress (5): 3.4/4.9 MB | 508/924 kB | 256/403 kB | 0/1.1 MB | 26 kBProgress (5): 3.4/4.9 MB | 508/924 kB | 272/403 kB | 0/1.1 MB | 26 kBProgress (5): 3.4/4.9 MB | 524/924 kB | 272/403 kB | 0/1.1 MB | 26 kB                                                                     Downloaded from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-props/5.0.13/jodd-props-5.0.13.jar (26 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-dateutil/3.0.17/groovy-dateutil-3.0.17.jar
Progress (4): 3.4/4.9 MB | 524/924 kB | 272/403 kB | 0.1/1.1 MBProgress (4): 3.4/4.9 MB | 524/924 kB | 272/403 kB | 0.1/1.1 MBProgress (4): 3.4/4.9 MB | 524/924 kB | 289/403 kB | 0.1/1.1 MBProgress (4): 3.4/4.9 MB | 541/924 kB | 289/403 kB | 0.1/1.1 MBProgress (4): 3.4/4.9 MB | 541/924 kB | 305/403 kB | 0.1/1.1 MBProgress (4): 3.4/4.9 MB | 541/924 kB | 305/403 kB | 0.1/1.1 MBProgress (4): 3.4/4.9 MB | 541/924 kB | 305/403 kB | 0.1/1.1 MBProgress (4): 3.4/4.9 MB | 557/924 kB | 305/403 kB | 0.1/1.1 MBProgress (4): 3.4/4.9 MB | 557/924 kB | 321/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 557/924 kB | 321/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 573/924 kB | 321/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 573/924 kB | 321/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 573/924 kB | 338/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 573/924 kB | 338/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 590/924 kB | 338/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 590/924 kB | 338/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 590/924 kB | 354/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 590/924 kB | 354/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 606/924 kB | 354/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 606/924 kB | 354/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 606/924 kB | 370/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 623/924 kB | 370/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 623/924 kB | 370/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 623/924 kB | 387/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 623/924 kB | 387/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 639/924 kB | 387/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 639/924 kB | 387/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 639/924 kB | 403/403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 639/924 kB | 403 kB | 0.1/1.1 MB    Progress (4): 3.5/4.9 MB | 639/924 kB | 403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 655/924 kB | 403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 655/924 kB | 403 kB | 0.1/1.1 MBProgress (4): 3.5/4.9 MB | 655/924 kB | 403 kB | 0.2/1.1 MBProgress (4): 3.5/4.9 MB | 672/924 kB | 403 kB | 0.2/1.1 MBProgress (4): 3.6/4.9 MB | 672/924 kB | 403 kB | 0.2/1.1 MB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-core/5.0.13/jodd-core-5.0.13.jar (403 kB at 411 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-datetime/3.0.17/groovy-datetime-3.0.17.jar
Progress (3): 3.6/4.9 MB | 672/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 688/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 688/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 688/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 705/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 705/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 705/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 721/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 721/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 721/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 737/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 737/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 737/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 754/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 754/924 kB | 0.2/1.1 MBProgress (3): 3.6/4.9 MB | 754/924 kB | 0.3/1.1 MBProgress (3): 3.6/4.9 MB | 770/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 770/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 770/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 786/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 786/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 786/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 803/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 803/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 803/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 819/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 819/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 819/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 836/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 836/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 836/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 852/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 852/924 kB | 0.3/1.1 MBProgress (3): 3.7/4.9 MB | 852/924 kB | 0.4/1.1 MBProgress (3): 3.7/4.9 MB | 868/924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 868/924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 868/924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 885/924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 885/924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 901/924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 901/924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 901/924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 914/924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 914/924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 924 kB | 0.4/1.1 MB    Progress (3): 3.8/4.9 MB | 924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 924 kB | 0.4/1.1 MBProgress (3): 3.8/4.9 MB | 924 kB | 0.4/1.1 MB                                              Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-config-portable-jvm/3.2.0/plot-config-portable-jvm-3.2.0.jar (924 kB at 930 kB/s)
Progress (2): 3.8/4.9 MB | 0.4/1.1 MB                                     Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jmx/3.0.17/groovy-jmx-3.0.17.jar
Progress (2): 3.8/4.9 MB | 0.5/1.1 MBProgress (2): 3.8/4.9 MB | 0.5/1.1 MBProgress (2): 3.8/4.9 MB | 0.5/1.1 MBProgress (2): 3.8/4.9 MB | 0.5/1.1 MBProgress (2): 3.8/4.9 MB | 0.5/1.1 MBProgress (2): 3.8/4.9 MB | 0.5/1.1 MBProgress (2): 3.8/4.9 MB | 0.5/1.1 MBProgress (2): 3.9/4.9 MB | 0.5/1.1 MBProgress (2): 3.9/4.9 MB | 0.5/1.1 MBProgress (2): 3.9/4.9 MB | 0.5/1.1 MBProgress (2): 3.9/4.9 MB | 0.5/1.1 MBProgress (2): 3.9/4.9 MB | 0.5/1.1 MBProgress (2): 3.9/4.9 MB | 0.5/1.1 MBProgress (2): 3.9/4.9 MB | 0.6/1.1 MBProgress (2): 3.9/4.9 MB | 0.6/1.1 MBProgress (2): 3.9/4.9 MB | 0.6/1.1 MBProgress (2): 3.9/4.9 MB | 0.6/1.1 MBProgress (2): 4.0/4.9 MB | 0.6/1.1 MBProgress (2): 4.0/4.9 MB | 0.6/1.1 MBProgress (2): 4.0/4.9 MB | 0.6/1.1 MBProgress (2): 4.0/4.9 MB | 0.6/1.1 MBProgress (2): 4.0/4.9 MB | 0.6/1.1 MBProgress (2): 4.0/4.9 MB | 0.6/1.1 MBProgress (2): 4.0/4.9 MB | 0.6/1.1 MBProgress (2): 4.0/4.9 MB | 0.6/1.1 MBProgress (2): 4.0/4.9 MB | 0.6/1.1 MBProgress (2): 4.0/4.9 MB | 0.7/1.1 MBProgress (2): 4.0/4.9 MB | 0.7/1.1 MBProgress (2): 4.1/4.9 MB | 0.7/1.1 MBProgress (2): 4.1/4.9 MB | 0.7/1.1 MBProgress (2): 4.1/4.9 MB | 0.7/1.1 MBProgress (2): 4.1/4.9 MB | 0.7/1.1 MBProgress (2): 4.1/4.9 MB | 0.7/1.1 MBProgress (2): 4.1/4.9 MB | 0.7/1.1 MBProgress (2): 4.1/4.9 MB | 0.7/1.1 MBProgress (2): 4.1/4.9 MB | 0.7/1.1 MBProgress (2): 4.1/4.9 MB | 0.7/1.1 MBProgress (2): 4.1/4.9 MB | 0.7/1.1 MBProgress (2): 4.1/4.9 MB | 0.7/1.1 MBProgress (2): 4.2/4.9 MB | 0.7/1.1 MBProgress (2): 4.2/4.9 MB | 0.8/1.1 MBProgress (2): 4.2/4.9 MB | 0.8/1.1 MBProgress (2): 4.2/4.9 MB | 0.8/1.1 MBProgress (2): 4.2/4.9 MB | 0.8/1.1 MBProgress (2): 4.2/4.9 MB | 0.8/1.1 MBProgress (2): 4.2/4.9 MB | 0.8/1.1 MBProgress (2): 4.2/4.9 MB | 0.8/1.1 MBProgress (2): 4.2/4.9 MB | 0.8/1.1 MBProgress (2): 4.2/4.9 MB | 0.8/1.1 MBProgress (2): 4.2/4.9 MB | 0.8/1.1 MBProgress (2): 4.3/4.9 MB | 0.8/1.1 MBProgress (2): 4.3/4.9 MB | 0.8/1.1 MBProgress (2): 4.3/4.9 MB | 0.8/1.1 MBProgress (2): 4.3/4.9 MB | 0.9/1.1 MBProgress (2): 4.3/4.9 MB | 0.9/1.1 MBProgress (2): 4.3/4.9 MB | 0.9/1.1 MBProgress (2): 4.3/4.9 MB | 0.9/1.1 MBProgress (3): 4.3/4.9 MB | 0.9/1.1 MB | 7.4 kBProgress (3): 4.3/4.9 MB | 0.9/1.1 MB | 7.4 kBProgress (3): 4.3/4.9 MB | 0.9/1.1 MB | 7.4 kB                                              Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-dateutil/3.0.17/groovy-dateutil-3.0.17.jar (7.4 kB at 7.3 kB/s)
Progress (2): 4.3/4.9 MB | 0.9/1.1 MBProgress (3): 4.3/4.9 MB | 0.9/1.1 MB | 15 kB                                             Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-sql/3.0.17/groovy-sql-3.0.17.jar
Progress (3): 4.3/4.9 MB | 0.9/1.1 MB | 15 kBProgress (3): 4.3/4.9 MB | 0.9/1.1 MB | 15 kBProgress (3): 4.3/4.9 MB | 0.9/1.1 MB | 15 kB                                             Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-datetime/3.0.17/groovy-datetime-3.0.17.jar (15 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-templates/3.0.17/groovy-templates-3.0.17.jar
Progress (2): 4.3/4.9 MB | 0.9/1.1 MBProgress (2): 4.4/4.9 MB | 0.9/1.1 MBProgress (2): 4.4/4.9 MB | 0.9/1.1 MBProgress (2): 4.4/4.9 MB | 1.0/1.1 MBProgress (2): 4.4/4.9 MB | 1.0/1.1 MBProgress (2): 4.4/4.9 MB | 1.0/1.1 MBProgress (2): 4.4/4.9 MB | 1.0/1.1 MBProgress (2): 4.4/4.9 MB | 1.0/1.1 MBProgress (2): 4.4/4.9 MB | 1.0/1.1 MBProgress (2): 4.4/4.9 MB | 1.0/1.1 MBProgress (2): 4.4/4.9 MB | 1.0/1.1 MBProgress (2): 4.4/4.9 MB | 1.0/1.1 MBProgress (2): 4.5/4.9 MB | 1.0/1.1 MBProgress (2): 4.5/4.9 MB | 1.0/1.1 MBProgress (2): 4.5/4.9 MB | 1.0/1.1 MBProgress (2): 4.5/4.9 MB | 1.0/1.1 MBProgress (2): 4.5/4.9 MB | 1.1/1.1 MBProgress (2): 4.5/4.9 MB | 1.1/1.1 MBProgress (2): 4.5/4.9 MB | 1.1/1.1 MBProgress (2): 4.5/4.9 MB | 1.1/1.1 MBProgress (2): 4.5/4.9 MB | 1.1/1.1 MBProgress (2): 4.5/4.9 MB | 1.1/1.1 MBProgress (2): 4.5/4.9 MB | 1.1/1.1 MBProgress (2): 4.5/4.9 MB | 1.1 MB    Progress (2): 4.6/4.9 MB | 1.1 MBProgress (2): 4.6/4.9 MB | 1.1 MB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-builder-portable-jvm/3.2.0/plot-builder-portable-jvm-3.2.0.jar (1.1 MB at 1.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6/ApacheJMeter_java-5.6.jar
Progress (2): 4.6/4.9 MB | 16/133 kBProgress (2): 4.6/4.9 MB | 16/133 kBProgress (2): 4.6/4.9 MB | 32/133 kBProgress (2): 4.6/4.9 MB | 32/133 kBProgress (2): 4.6/4.9 MB | 49/133 kBProgress (2): 4.6/4.9 MB | 49/133 kBProgress (2): 4.6/4.9 MB | 65/133 kBProgress (2): 4.6/4.9 MB | 65/133 kBProgress (2): 4.6/4.9 MB | 81/133 kBProgress (2): 4.7/4.9 MB | 81/133 kBProgress (2): 4.7/4.9 MB | 98/133 kBProgress (2): 4.7/4.9 MB | 98/133 kBProgress (2): 4.7/4.9 MB | 114/133 kBProgress (2): 4.7/4.9 MB | 114/133 kBProgress (2): 4.7/4.9 MB | 131/133 kBProgress (2): 4.7/4.9 MB | 131/133 kBProgress (2): 4.7/4.9 MB | 133 kB    Progress (2): 4.7/4.9 MB | 133 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jmx/3.0.17/groovy-jmx-3.0.17.jar (133 kB at 129 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6/jorphan-5.6.jar
Progress (1): 4.7/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.9/4.9 MBProgress (1): 4.9/4.9 MBProgress (1): 4.9/4.9 MBProgress (1): 4.9/4.9 MBProgress (1): 4.9/4.9 MBProgress (1): 4.9 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-common/3.2.0/lets-plot-common-3.2.0.jar (4.9 MB at 4.7 MB/s)
Progress (1): 16/79 kBProgress (1): 33/79 kBProgress (1): 49/79 kBProgress (2): 49/79 kB | 16/94 kBProgress (2): 66/79 kB | 16/94 kBProgress (2): 79 kB | 16/94 kB   Progress (2): 79 kB | 33/94 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-sql/3.0.17/groovy-sql-3.0.17.jar (79 kB at 75 kB/s)
Progress (1): 49/94 kBProgress (2): 49/94 kB | 16/53 kBProgress (2): 66/94 kB | 16/53 kBProgress (2): 66/94 kB | 33/53 kBProgress (2): 82/94 kB | 33/53 kBProgress (2): 82/94 kB | 49/53 kBProgress (2): 82/94 kB | 53 kB   Progress (2): 94 kB | 53 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6/ApacheJMeter_java-5.6.jar (53 kB at 50 kB/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-templates/3.0.17/groovy-templates-3.0.17.jar (94 kB at 89 kB/s)
Progress (1): 16/211 kBProgress (1): 33/211 kBProgress (1): 49/211 kBProgress (1): 66/211 kBProgress (1): 82/211 kBProgress (1): 98/211 kBProgress (1): 115/211 kBProgress (1): 131/211 kBProgress (1): 147/211 kBProgress (1): 164/211 kBProgress (1): 180/211 kBProgress (1): 197/211 kBProgress (1): 211 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6/jorphan-5.6.jar (211 kB at 198 kB/s)
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.451 s
[INFO] Finished at: 2023-08-10T22:19:56Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #314

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/314/display/redirect?page=changes>

Changes:

[Shawn McKinney] FC323 + assign user load tests

[Shawn McKinney] FC323 + add perm load tests


------------------------------------------
[...truncated 28.59 KB...]
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-laf-support/0.1.3/swing-extensions-laf-support-0.1.3.pom (1.6 kB at 49 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-extensions-rsyntaxarea/0.3.4/darklaf-extensions-rsyntaxarea-0.3.4.pom
Progress (1): 1.4 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-extensions-rsyntaxarea/0.3.4/darklaf-extensions-rsyntaxarea-0.3.4.pom (1.4 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-swing/5.3/miglayout-swing-5.3.pom
Progress (1): 855 B                   Downloaded from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-swing/5.3/miglayout-swing-5.3.pom (855 B at 26 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-parent/5.3/miglayout-parent-5.3.pom
Progress (1): 9.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-parent/5.3/miglayout-parent-5.3.pom (9.6 kB at 282 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-core/5.3/miglayout-core-5.3.pom
Progress (1): 633 B                   Downloaded from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-core/5.3/miglayout-core-5.3.pom (633 B at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-batik/3.2.0/lets-plot-batik-3.2.0.pom
Progress (1): 1.5 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-batik/3.2.0/lets-plot-batik-3.2.0.pom (1.5 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.pom
Progress (1): 3.1 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.pom (3.1 kB at 90 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-common/3.2.0/lets-plot-common-3.2.0.pom
Progress (1): 1.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-common/3.2.0/lets-plot-common-3.2.0.pom (1.3 kB at 18 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.7.21/kotlin-stdlib-jdk8-1.7.21.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.7.21/kotlin-stdlib-jdk8-1.7.21.pom (1.6 kB at 34 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.7.21/kotlin-stdlib-1.7.21.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.7.21/kotlin-stdlib-1.7.21.pom (1.6 kB at 50 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.21/kotlin-stdlib-common-1.7.21.pom
Progress (1): 1.2 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.21/kotlin-stdlib-common-1.7.21.pom (1.2 kB at 37 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.7.21/kotlin-stdlib-jdk7-1.7.21.pom
Progress (1): 1.4 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.7.21/kotlin-stdlib-jdk7-1.7.21.pom (1.4 kB at 41 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging/2.0.5/kotlin-logging-2.0.5.pom
Progress (1): 1.9 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging/2.0.5/kotlin-logging-2.0.5.pom (1.9 kB at 58 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.31/kotlin-stdlib-common-1.4.31.pom
Progress (1): 1.2 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.31/kotlin-stdlib-common-1.4.31.pom (1.2 kB at 37 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.7.3/kotlinx-html-jvm-0.7.3.pom
Progress (1): 2.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.7.3/kotlinx-html-jvm-0.7.3.pom (2.0 kB at 64 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.4.31/kotlin-stdlib-jdk8-1.4.31.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.4.31/kotlin-stdlib-jdk8-1.4.31.pom (1.6 kB at 41 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.4.31/kotlin-stdlib-1.4.31.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.4.31/kotlin-stdlib-1.4.31.pom (1.6 kB at 52 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.4.31/kotlin-stdlib-jdk7-1.4.31.pom
Progress (1): 1.4 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.4.31/kotlin-stdlib-jdk7-1.4.31.pom (1.4 kB at 43 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-kotlin-jvm/4.4.1/lets-plot-kotlin-jvm-4.4.1.pom
Progress (1): 3.1 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-kotlin-jvm/4.4.1/lets-plot-kotlin-jvm-4.4.1.pom (3.1 kB at 46 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/base-portable-jvm/3.2.0/base-portable-jvm-3.2.0.pom
Progress (1): 2.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/base-portable-jvm/3.2.0/base-portable-jvm-3.2.0.pom (2.0 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging-jvm/2.0.5/kotlin-logging-jvm-2.0.5.pom
Progress (1): 2.2 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging-jvm/2.0.5/kotlin-logging-jvm-2.0.5.pom (2.2 kB at 70 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-base-portable-jvm/3.2.0/plot-base-portable-jvm-3.2.0.pom
Progress (1): 2.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-base-portable-jvm/3.2.0/plot-base-portable-jvm-3.2.0.pom (2.6 kB at 32 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/vis-svg-portable-jvm/3.2.0/vis-svg-portable-jvm-3.2.0.pom
Progress (1): 2.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/vis-svg-portable-jvm/3.2.0/vis-svg-portable-jvm-3.2.0.pom (2.0 kB at 30 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-common-portable-jvm/3.2.0/plot-common-portable-jvm-3.2.0.pom
Progress (1): 2.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-common-portable-jvm/3.2.0/plot-common-portable-jvm-3.2.0.pom (2.0 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-builder-portable-jvm/3.2.0/plot-builder-portable-jvm-3.2.0.pom
Progress (1): 2.8 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-builder-portable-jvm/3.2.0/plot-builder-portable-jvm-3.2.0.pom (2.8 kB at 41 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-config-portable-jvm/3.2.0/plot-config-portable-jvm-3.2.0.pom
Progress (1): 3.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-config-portable-jvm/3.2.0/plot-config-portable-jvm-3.2.0.pom (3.0 kB at 40 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-core/5.0.13/jodd-core-5.0.13.pom
Progress (1): 1.3 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-core/5.0.13/jodd-core-5.0.13.pom (1.3 kB at 34 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-props/5.0.13/jodd-props-5.0.13.pom
Progress (1): 1.6 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-props/5.0.13/jodd-props-5.0.13.pom (1.6 kB at 51 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-dateutil/3.0.17/groovy-dateutil-3.0.17.pom
Progress (1): 16/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-dateutil/3.0.17/groovy-dateutil-3.0.17.pom (22 kB at 313 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-datetime/3.0.17/groovy-datetime-3.0.17.pom
Progress (1): 16/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-datetime/3.0.17/groovy-datetime-3.0.17.pom (22 kB at 645 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jmx/3.0.17/groovy-jmx-3.0.17.pom
Progress (1): 16/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jmx/3.0.17/groovy-jmx-3.0.17.pom (22 kB at 644 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jsr223/3.0.17/groovy-jsr223-3.0.17.pom
Progress (1): 16/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jsr223/3.0.17/groovy-jsr223-3.0.17.pom (22 kB at 285 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-sql/3.0.17/groovy-sql-3.0.17.pom
Progress (1): 16/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-sql/3.0.17/groovy-sql-3.0.17.pom (22 kB at 644 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-templates/3.0.17/groovy-templates-3.0.17.pom
Progress (1): 16/22 kBProgress (1): 22 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-templates/3.0.17/groovy-templates-3.0.17.pom (22 kB at 650 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6/ApacheJMeter_java-5.6.pom
Progress (1): 2.9 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6/ApacheJMeter_java-5.6.pom (2.9 kB at 44 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6/jorphan-5.6.pom
Progress (1): 4.1 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6/jorphan-5.6.pom (4.1 kB at 49 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr/3.5.3/antlr-3.5.3.pom
Progress (1): 2.5 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr/3.5.3/antlr-3.5.3.pom (2.5 kB at 53 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.pom
Progress (1): 4.9 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.pom (4.9 kB at 130 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.3/api-ldap-extras-codec-2.1.3.jar
Progress (1): 16/263 kBProgress (1): 33/263 kBProgress (1): 49/263 kBProgress (1): 66/263 kBProgress (1): 82/263 kBProgress (1): 98/263 kBProgress (1): 115/263 kBProgress (1): 131/263 kBProgress (1): 147/263 kBProgress (1): 164/263 kBProgress (1): 180/263 kBProgress (1): 197/263 kBProgress (1): 213/263 kBProgress (1): 229/263 kBProgress (1): 246/263 kBProgress (1): 262/263 kBProgress (1): 263 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec/2.1.3/api-ldap-extras-codec-2.1.3.jar (263 kB at 2.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.3/api-ldap-codec-core-2.1.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.3/api-ldap-extras-codec-api-2.1.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.5.2/jgrapht-core-1.5.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.14/jheaps-0.14.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apfloat/apfloat/1.10.1/apfloat-1.10.1.jar
Progress (1): 16/320 kBProgress (1): 33/320 kBProgress (1): 49/320 kBProgress (1): 66/320 kBProgress (1): 82/320 kBProgress (1): 98/320 kBProgress (1): 115/320 kBProgress (1): 131/320 kBProgress (1): 147/320 kBProgress (1): 164/320 kBProgress (1): 180/320 kBProgress (1): 197/320 kBProgress (1): 213/320 kBProgress (1): 229/320 kBProgress (1): 246/320 kBProgress (1): 262/320 kBProgress (1): 279/320 kBProgress (1): 295/320 kBProgress (2): 295/320 kB | 1.4/153 kBProgress (2): 295/320 kB | 2.7/153 kBProgress (2): 295/320 kB | 4.1/153 kBProgress (2): 295/320 kB | 5.5/153 kBProgress (2): 295/320 kB | 6.9/153 kBProgress (2): 311/320 kB | 6.9/153 kBProgress (2): 311/320 kB | 8.2/153 kBProgress (2): 311/320 kB | 9.6/153 kBProgress (2): 311/320 kB | 11/153 kB Progress (2): 320 kB | 11/153 kB    Progress (3): 320 kB | 11/153 kB | 1.4/556 kBProgress (3): 320 kB | 12/153 kB | 1.4/556 kBProgress (3): 320 kB | 12/153 kB | 2.7/556 kBProgress (3): 320 kB | 12/153 kB | 4.1/556 kBProgress (3): 320 kB | 14/153 kB | 4.1/556 kBProgress (3): 320 kB | 14/153 kB | 5.5/556 kBProgress (3): 320 kB | 14/153 kB | 6.9/556 kBProgress (3): 320 kB | 15/153 kB | 6.9/556 kBProgress (3): 320 kB | 15/153 kB | 8.2/556 kBProgress (3): 320 kB | 16/153 kB | 8.2/556 kB                                             Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-codec-core/2.1.3/api-ldap-codec-core-2.1.3.jar (320 kB at 3.1 MB/s)
Progress (2): 16/153 kB | 9.6/556 kB                                    Downloading from central: https://repo.maven.apache.org/maven2/org/openldap/accelerator-api/1.0-RC41/accelerator-api-1.0-RC41.jar
Progress (2): 16/153 kB | 11/556 kBProgress (2): 16/153 kB | 12/556 kBProgress (2): 16/153 kB | 14/556 kBProgress (2): 16/153 kB | 15/556 kBProgress (2): 16/153 kB | 16/556 kBProgress (3): 16/153 kB | 16/556 kB | 0/1.3 MBProgress (3): 32/153 kB | 16/556 kB | 0/1.3 MBProgress (3): 32/153 kB | 32/556 kB | 0/1.3 MBProgress (3): 32/153 kB | 32/556 kB | 0/1.3 MBProgress (3): 49/153 kB | 32/556 kB | 0/1.3 MBProgress (3): 49/153 kB | 49/556 kB | 0/1.3 MBProgress (3): 65/153 kB | 49/556 kB | 0/1.3 MBProgress (3): 65/153 kB | 49/556 kB | 0/1.3 MBProgress (3): 65/153 kB | 65/556 kB | 0/1.3 MBProgress (3): 81/153 kB | 65/556 kB | 0/1.3 MBProgress (4): 81/153 kB | 65/556 kB | 0/1.3 MB | 16/104 kBProgress (4): 81/153 kB | 81/556 kB | 0/1.3 MB | 16/104 kBProgress (4): 81/153 kB | 81/556 kB | 0.1/1.3 MB | 16/104 kBProgress (4): 98/153 kB | 81/556 kB | 0.1/1.3 MB | 16/104 kBProgress (4): 98/153 kB | 98/556 kB | 0.1/1.3 MB | 16/104 kBProgress (4): 98/153 kB | 98/556 kB | 0.1/1.3 MB | 16/104 kBProgress (4): 98/153 kB | 98/556 kB | 0.1/1.3 MB | 33/104 kBProgress (4): 114/153 kB | 98/556 kB | 0.1/1.3 MB | 33/104 kBProgress (4): 114/153 kB | 98/556 kB | 0.1/1.3 MB | 33/104 kBProgress (4): 114/153 kB | 114/556 kB | 0.1/1.3 MB | 33/104 kBProgress (4): 131/153 kB | 114/556 kB | 0.1/1.3 MB | 33/104 kBProgress (4): 147/153 kB | 114/556 kB | 0.1/1.3 MB | 33/104 kBProgress (4): 153 kB | 114/556 kB | 0.1/1.3 MB | 33/104 kB    Progress (4): 153 kB | 131/556 kB | 0.1/1.3 MB | 33/104 kBProgress (4): 153 kB | 131/556 kB | 0.1/1.3 MB | 33/104 kB                                                          Downloaded from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.14/jheaps-0.14.jar (153 kB at 946 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/openldap/accelerator-impl/1.0-RC41/accelerator-impl-1.0-RC41.jar
Progress (3): 131/556 kB | 0.1/1.3 MB | 49/104 kBProgress (3): 147/556 kB | 0.1/1.3 MB | 49/104 kBProgress (3): 147/556 kB | 0.1/1.3 MB | 49/104 kBProgress (3): 163/556 kB | 0.1/1.3 MB | 49/104 kBProgress (3): 163/556 kB | 0.1/1.3 MB | 66/104 kBProgress (3): 163/556 kB | 0.1/1.3 MB | 66/104 kBProgress (3): 180/556 kB | 0.1/1.3 MB | 66/104 kBProgress (3): 196/556 kB | 0.1/1.3 MB | 66/104 kBProgress (3): 196/556 kB | 0.2/1.3 MB | 66/104 kBProgress (3): 196/556 kB | 0.2/1.3 MB | 66/104 kBProgress (3): 212/556 kB | 0.2/1.3 MB | 66/104 kBProgress (3): 212/556 kB | 0.2/1.3 MB | 82/104 kBProgress (3): 229/556 kB | 0.2/1.3 MB | 82/104 kBProgress (3): 229/556 kB | 0.2/1.3 MB | 82/104 kBProgress (4): 229/556 kB | 0.2/1.3 MB | 82/104 kB | 16/26 kBProgress (4): 229/556 kB | 0.2/1.3 MB | 98/104 kB | 16/26 kBProgress (4): 229/556 kB | 0.2/1.3 MB | 98/104 kB | 26 kB                                                            Downloaded from central: https://repo.maven.apache.org/maven2/org/openldap/accelerator-api/1.0-RC41/accelerator-api-1.0-RC41.jar (26 kB at 151 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-api/10.0.0/jakarta.jakartaee-api-10.0.0.jar
Progress (3): 245/556 kB | 0.2/1.3 MB | 98/104 kBProgress (3): 262/556 kB | 0.2/1.3 MB | 98/104 kBProgress (3): 262/556 kB | 0.2/1.3 MB | 98/104 kBProgress (3): 262/556 kB | 0.2/1.3 MB | 104 kB   Progress (3): 262/556 kB | 0.2/1.3 MB | 104 kBProgress (3): 278/556 kB | 0.2/1.3 MB | 104 kB                                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-ldap-extras-codec-api/2.1.3/api-ldap-extras-codec-api-2.1.3.jar (104 kB at 563 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-web-api/10.0.0/jakarta.jakartaee-web-api-10.0.0.jar
Progress (2): 278/556 kB | 0.2/1.3 MBProgress (2): 294/556 kB | 0.2/1.3 MBProgress (2): 294/556 kB | 0.3/1.3 MBProgress (2): 311/556 kB | 0.3/1.3 MBProgress (2): 311/556 kB | 0.3/1.3 MBProgress (2): 327/556 kB | 0.3/1.3 MBProgress (2): 327/556 kB | 0.3/1.3 MBProgress (2): 343/556 kB | 0.3/1.3 MBProgress (2): 343/556 kB | 0.3/1.3 MBProgress (2): 360/556 kB | 0.3/1.3 MBProgress (2): 360/556 kB | 0.3/1.3 MBProgress (2): 376/556 kB | 0.3/1.3 MBProgress (2): 376/556 kB | 0.3/1.3 MBProgress (2): 393/556 kB | 0.3/1.3 MBProgress (2): 393/556 kB | 0.4/1.3 MBProgress (2): 402/556 kB | 0.4/1.3 MBProgress (2): 402/556 kB | 0.4/1.3 MBProgress (2): 418/556 kB | 0.4/1.3 MBProgress (2): 418/556 kB | 0.4/1.3 MBProgress (2): 435/556 kB | 0.4/1.3 MBProgress (2): 451/556 kB | 0.4/1.3 MBProgress (2): 451/556 kB | 0.4/1.3 MBProgress (2): 468/556 kB | 0.4/1.3 MBProgress (2): 468/556 kB | 0.4/1.3 MBProgress (2): 484/556 kB | 0.4/1.3 MBProgress (2): 500/556 kB | 0.4/1.3 MBProgress (2): 500/556 kB | 0.4/1.3 MBProgress (2): 517/556 kB | 0.4/1.3 MBProgress (2): 517/556 kB | 0.5/1.3 MBProgress (2): 533/556 kB | 0.5/1.3 MBProgress (2): 533/556 kB | 0.5/1.3 MBProgress (2): 533/556 kB | 0.5/1.3 MBProgress (2): 549/556 kB | 0.5/1.3 MBProgress (2): 556 kB | 0.5/1.3 MB                                     Downloaded from central: https://repo.maven.apache.org/maven2/org/apfloat/apfloat/1.10.1/apfloat-1.10.1.jar (556 kB at 2.7 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.1.0/jakarta.servlet.jsp-api-3.1.0.jar
Progress (1): 0.5/1.3 MBProgress (1): 0.5/1.3 MBProgress (1): 0.5/1.3 MBProgress (1): 0.6/1.3 MBProgress (1): 0.6/1.3 MBProgress (1): 0.6/1.3 MBProgress (1): 0.6/1.3 MBProgress (1): 0.6/1.3 MBProgress (1): 0.6/1.3 MBProgress (1): 0.7/1.3 MBProgress (1): 0.7/1.3 MBProgress (1): 0.7/1.3 MBProgress (1): 0.7/1.3 MBProgress (1): 0.7/1.3 MBProgress (1): 0.7/1.3 MBProgress (1): 0.7/1.3 MBProgress (1): 0.8/1.3 MBProgress (1): 0.8/1.3 MBProgress (1): 0.8/1.3 MBProgress (1): 0.8/1.3 MBProgress (1): 0.8/1.3 MBProgress (1): 0.8/1.3 MBProgress (1): 0.9/1.3 MBProgress (1): 0.9/1.3 MBProgress (1): 0.9/1.3 MBProgress (1): 0.9/1.3 MBProgress (1): 0.9/1.3 MBProgress (1): 0.9/1.3 MBProgress (1): 1.0/1.3 MBProgress (2): 1.0/1.3 MB | 16/129 kBProgress (2): 1.0/1.3 MB | 16/129 kBProgress (2): 1.0/1.3 MB | 16/129 kBProgress (2): 1.0/1.3 MB | 32/129 kBProgress (2): 1.0/1.3 MB | 32/129 kBProgress (2): 1.0/1.3 MB | 32/129 kBProgress (2): 1.0/1.3 MB | 49/129 kBProgress (2): 1.0/1.3 MB | 49/129 kBProgress (2): 1.0/1.3 MB | 65/129 kBProgress (2): 1.1/1.3 MB | 65/129 kBProgress (3): 1.1/1.3 MB | 65/129 kB | 16/71 kBProgress (3): 1.1/1.3 MB | 65/129 kB | 16/71 kBProgress (3): 1.1/1.3 MB | 65/129 kB | 33/71 kBProgress (3): 1.1/1.3 MB | 81/129 kB | 33/71 kBProgress (3): 1.1/1.3 MB | 81/129 kB | 33/71 kBProgress (3): 1.1/1.3 MB | 81/129 kB | 49/71 kBProgress (3): 1.1/1.3 MB | 81/129 kB | 49/71 kBProgress (3): 1.1/1.3 MB | 81/129 kB | 66/71 kBProgress (3): 1.1/1.3 MB | 98/129 kB | 66/71 kBProgress (3): 1.1/1.3 MB | 98/129 kB | 71 kB   Progress (3): 1.1/1.3 MB | 98/129 kB | 71 kB                                            Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.1.0/jakarta.servlet.jsp-api-3.1.0.jar (71 kB at 293 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/faces/jakarta.faces-api/4.0.1/jakarta.faces-api-4.0.1.jar
Progress (2): 1.1/1.3 MB | 98/129 kBProgress (2): 1.1/1.3 MB | 114/129 kBProgress (2): 1.2/1.3 MB | 114/129 kBProgress (2): 1.2/1.3 MB | 114/129 kBProgress (2): 1.2/1.3 MB | 129 kB    Progress (2): 1.2/1.3 MB | 129 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/openldap/accelerator-impl/1.0-RC41/accelerator-impl-1.0-RC41.jar (129 kB at 525 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.1.0/jakarta.json-api-2.1.0.jar
Progress (1): 1.2/1.3 MBProgress (1): 1.2/1.3 MBProgress (1): 1.2/1.3 MBProgress (1): 1.3/1.3 MBProgress (1): 1.3 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.5.2/jgrapht-core-1.5.2.jar (1.3 MB at 5.1 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/security/enterprise/jakarta.security.enterprise-api/3.0.0/jakarta.security.enterprise-api-3.0.0.jar
Progress (1): 0/2.3 MBProgress (1): 0/2.3 MBProgress (1): 0/2.3 MBProgress (1): 0.1/2.3 MBProgress (1): 0.1/2.3 MBProgress (1): 0.1/2.3 MBProgress (1): 0.1/2.3 MBProgress (1): 0.1/2.3 MBProgress (1): 0.1/2.3 MBProgress (1): 0.2/2.3 MBProgress (2): 0.2/2.3 MB | 0/1.7 MBProgress (2): 0.2/2.3 MB | 0/1.7 MBProgress (2): 0.2/2.3 MB | 0/1.7 MBProgress (2): 0.2/2.3 MB | 0/1.7 MBProgress (2): 0.2/2.3 MB | 0/1.7 MBProgress (2): 0.2/2.3 MB | 0/1.7 MBProgress (2): 0.2/2.3 MB | 0/1.7 MBProgress (2): 0.2/2.3 MB | 0/1.7 MBProgress (2): 0.3/2.3 MB | 0/1.7 MBProgress (2): 0.3/2.3 MB | 0.1/1.7 MBProgress (2): 0.3/2.3 MB | 0.1/1.7 MBProgress (2): 0.3/2.3 MB | 0.1/1.7 MBProgress (2): 0.3/2.3 MB | 0.1/1.7 MBProgress (2): 0.3/2.3 MB | 0.1/1.7 MBProgress (2): 0.3/2.3 MB | 0.1/1.7 MBProgress (2): 0.3/2.3 MB | 0.1/1.7 MBProgress (2): 0.3/2.3 MB | 0.1/1.7 MBProgress (2): 0.4/2.3 MB | 0.1/1.7 MBProgress (2): 0.4/2.3 MB | 0.1/1.7 MBProgress (3): 0.4/2.3 MB | 0.1/1.7 MB | 16/719 kBProgress (3): 0.4/2.3 MB | 0.1/1.7 MB | 16/719 kBProgress (3): 0.4/2.3 MB | 0.1/1.7 MB | 16/719 kBProgress (3): 0.4/2.3 MB | 0.1/1.7 MB | 33/719 kBProgress (3): 0.4/2.3 MB | 0.1/1.7 MB | 33/719 kBProgress (3): 0.4/2.3 MB | 0.1/1.7 MB | 33/719 kBProgress (4): 0.4/2.3 MB | 0.1/1.7 MB | 33/719 kB | 16/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 33/719 kB | 16/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 33/719 kB | 33/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 49/719 kB | 33/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 49/719 kB | 33/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 49/719 kB | 33/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 49/719 kB | 49/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 49/719 kB | 49/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 49/719 kB | 49/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 49/719 kB | 66/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 66/719 kB | 66/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 66/719 kB | 66/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 66/719 kB | 82/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 66/719 kB | 82/85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 66/719 kB | 85 kB   Progress (4): 0.5/2.3 MB | 0.1/1.7 MB | 82/719 kB | 85 kBProgress (4): 0.5/2.3 MB | 0.1/1.7 MB | 82/719 kB | 85 kB                                                         Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/security/enterprise/jakarta.security.enterprise-api/3.0.0/jakarta.security.enterprise-api-3.0.0.jar (85 kB at 298 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar
Progress (3): 0.6/2.3 MB | 0.1/1.7 MB | 82/719 kBProgress (3): 0.6/2.3 MB | 0.1/1.7 MB | 98/719 kBProgress (3): 0.6/2.3 MB | 0.1/1.7 MB | 98/719 kBProgress (3): 0.6/2.3 MB | 0.1/1.7 MB | 98/719 kBProgress (3): 0.6/2.3 MB | 0.1/1.7 MB | 115/719 kBProgress (3): 0.6/2.3 MB | 0.1/1.7 MB | 115/719 kBProgress (3): 0.6/2.3 MB | 0.1/1.7 MB | 131/719 kBProgress (3): 0.6/2.3 MB | 0.1/1.7 MB | 131/719 kBProgress (3): 0.6/2.3 MB | 0.1/1.7 MB | 147/719 kBProgress (3): 0.6/2.3 MB | 0.1/1.7 MB | 147/719 kBProgress (3): 0.6/2.3 MB | 0.1/1.7 MB | 164/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 164/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 180/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 180/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 197/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 197/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 213/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 213/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 229/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 229/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 229/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 246/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 262/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 262/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 262/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 279/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 279/719 kBProgress (3): 0.7/2.3 MB | 0.1/1.7 MB | 295/719 kBProgress (3): 0.7/2.3 MB | 0.2/1.7 MB | 295/719 kBProgress (3): 0.7/2.3 MB | 0.2/1.7 MB | 311/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 311/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 328/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 328/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 344/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 344/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 360/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 360/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 360/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 377/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 377/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 393/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 393/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 393/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 410/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 410/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 426/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 426/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 442/719 kBProgress (3): 0.8/2.3 MB | 0.2/1.7 MB | 442/719 kBProgress (3): 0.8/2.3 MB | 0.3/1.7 MB | 442/719 kBProgress (3): 0.8/2.3 MB | 0.3/1.7 MB | 459/719 kBProgress (3): 0.8/2.3 MB | 0.3/1.7 MB | 459/719 kBProgress (3): 0.8/2.3 MB | 0.3/1.7 MB | 475/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 475/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 492/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 492/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 508/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 508/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 508/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 508/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 524/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 541/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 541/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 541/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 557/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 573/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 573/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 573/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 590/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 590/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 606/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 606/719 kBProgress (3): 0.9/2.3 MB | 0.3/1.7 MB | 623/719 kBProgress (3): 1.0/2.3 MB | 0.3/1.7 MB | 623/719 kBProgress (3): 1.0/2.3 MB | 0.3/1.7 MB | 639/719 kBProgress (3): 1.0/2.3 MB | 0.3/1.7 MB | 655/719 kBProgress (3): 1.0/2.3 MB | 0.3/1.7 MB | 655/719 kBProgress (3): 1.0/2.3 MB | 0.3/1.7 MB | 672/719 kBProgress (3): 1.0/2.3 MB | 0.3/1.7 MB | 672/719 kBProgress (3): 1.0/2.3 MB | 0.3/1.7 MB | 688/719 kBProgress (3): 1.0/2.3 MB | 0.3/1.7 MB | 688/719 kBProgress (3): 1.0/2.3 MB | 0.3/1.7 MB | 705/719 kBProgress (3): 1.0/2.3 MB | 0.3/1.7 MB | 705/719 kBProgress (3): 1.0/2.3 MB | 0.3/1.7 MB | 719 kB    Progress (3): 1.0/2.3 MB | 0.3/1.7 MB | 719 kB                                              Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/faces/jakarta.faces-api/4.0.1/jakarta.faces-api-4.0.1.jar (719 kB at 2.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/batch/jakarta.batch-api/2.1.1/jakarta.batch-api-2.1.1.jar
Progress (2): 1.1/2.3 MB | 0.3/1.7 MBProgress (2): 1.1/2.3 MB | 0.3/1.7 MBProgress (2): 1.1/2.3 MB | 0.3/1.7 MBProgress (2): 1.1/2.3 MB | 0.3/1.7 MBProgress (2): 1.1/2.3 MB | 0.4/1.7 MBProgress (2): 1.1/2.3 MB | 0.4/1.7 MBProgress (2): 1.1/2.3 MB | 0.4/1.7 MBProgress (2): 1.1/2.3 MB | 0.4/1.7 MBProgress (3): 1.1/2.3 MB | 0.4/1.7 MB | 16/65 kBProgress (3): 1.1/2.3 MB | 0.4/1.7 MB | 16/65 kBProgress (3): 1.1/2.3 MB | 0.4/1.7 MB | 16/65 kBProgress (3): 1.2/2.3 MB | 0.4/1.7 MB | 16/65 kBProgress (3): 1.2/2.3 MB | 0.4/1.7 MB | 32/65 kBProgress (3): 1.2/2.3 MB | 0.4/1.7 MB | 32/65 kBProgress (3): 1.2/2.3 MB | 0.4/1.7 MB | 32/65 kBProgress (4): 1.2/2.3 MB | 0.4/1.7 MB | 32/65 kB | 16/49 kBProgress (4): 1.2/2.3 MB | 0.4/1.7 MB | 49/65 kB | 16/49 kBProgress (4): 1.2/2.3 MB | 0.4/1.7 MB | 49/65 kB | 16/49 kBProgress (4): 1.2/2.3 MB | 0.4/1.7 MB | 49/65 kB | 16/49 kBProgress (4): 1.2/2.3 MB | 0.4/1.7 MB | 49/65 kB | 32/49 kBProgress (4): 1.2/2.3 MB | 0.4/1.7 MB | 49/65 kB | 32/49 kBProgress (4): 1.2/2.3 MB | 0.4/1.7 MB | 65/65 kB | 32/49 kBProgress (4): 1.2/2.3 MB | 0.4/1.7 MB | 65 kB | 32/49 kB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar (65 kB at 202 kB/s)
Progress (3): 1.2/2.3 MB | 0.4/1.7 MB | 32/49 kB                                                Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-dhcp/2.0.0.AM26/apacheds-protocol-dhcp-2.0.0.AM26.jar
Progress (3): 1.2/2.3 MB | 0.4/1.7 MB | 49/49 kBProgress (3): 1.2/2.3 MB | 0.4/1.7 MB | 49 kB   Progress (3): 1.2/2.3 MB | 0.4/1.7 MB | 49 kBProgress (3): 1.2/2.3 MB | 0.4/1.7 MB | 49 kB                                             Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/json/jakarta.json-api/2.1.0/jakarta.json-api-2.1.0.jar (49 kB at 152 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-dns/2.0.0.AM26/apacheds-protocol-dns-2.0.0.AM26.jar
Progress (2): 1.3/2.3 MB | 0.4/1.7 MBProgress (2): 1.3/2.3 MB | 0.5/1.7 MBProgress (2): 1.3/2.3 MB | 0.5/1.7 MBProgress (2): 1.3/2.3 MB | 0.5/1.7 MBProgress (2): 1.3/2.3 MB | 0.5/1.7 MBProgress (2): 1.3/2.3 MB | 0.5/1.7 MBProgress (2): 1.3/2.3 MB | 0.5/1.7 MBProgress (2): 1.3/2.3 MB | 0.5/1.7 MBProgress (2): 1.3/2.3 MB | 0.5/1.7 MBProgress (2): 1.4/2.3 MB | 0.5/1.7 MBProgress (2): 1.4/2.3 MB | 0.5/1.7 MBProgress (2): 1.4/2.3 MB | 0.5/1.7 MBProgress (2): 1.4/2.3 MB | 0.5/1.7 MBProgress (2): 1.4/2.3 MB | 0.5/1.7 MBProgress (2): 1.4/2.3 MB | 0.5/1.7 MBProgress (2): 1.4/2.3 MB | 0.5/1.7 MBProgress (2): 1.4/2.3 MB | 0.5/1.7 MBProgress (2): 1.4/2.3 MB | 0.5/1.7 MBProgress (2): 1.5/2.3 MB | 0.5/1.7 MBProgress (2): 1.5/2.3 MB | 0.5/1.7 MBProgress (2): 1.5/2.3 MB | 0.5/1.7 MBProgress (2): 1.5/2.3 MB | 0.5/1.7 MBProgress (2): 1.5/2.3 MB | 0.5/1.7 MBProgress (2): 1.5/2.3 MB | 0.6/1.7 MBProgress (2): 1.5/2.3 MB | 0.6/1.7 MBProgress (2): 1.5/2.3 MB | 0.6/1.7 MBProgress (2): 1.5/2.3 MB | 0.6/1.7 MBProgress (2): 1.5/2.3 MB | 0.6/1.7 MBProgress (2): 1.5/2.3 MB | 0.6/1.7 MBProgress (2): 1.5/2.3 MB | 0.6/1.7 MBProgress (2): 1.6/2.3 MB | 0.6/1.7 MBProgress (2): 1.6/2.3 MB | 0.6/1.7 MBProgress (2): 1.6/2.3 MB | 0.6/1.7 MBProgress (2): 1.6/2.3 MB | 0.6/1.7 MBProgress (2): 1.6/2.3 MB | 0.6/1.7 MBProgress (2): 1.6/2.3 MB | 0.6/1.7 MBProgress (2): 1.6/2.3 MB | 0.6/1.7 MBProgress (2): 1.6/2.3 MB | 0.6/1.7 MBProgress (2): 1.6/2.3 MB | 0.7/1.7 MBProgress (2): 1.6/2.3 MB | 0.7/1.7 MBProgress (2): 1.6/2.3 MB | 0.7/1.7 MBProgress (2): 1.7/2.3 MB | 0.7/1.7 MBProgress (2): 1.7/2.3 MB | 0.7/1.7 MBProgress (2): 1.7/2.3 MB | 0.7/1.7 MBProgress (2): 1.7/2.3 MB | 0.7/1.7 MBProgress (2): 1.7/2.3 MB | 0.7/1.7 MBProgress (2): 1.7/2.3 MB | 0.7/1.7 MBProgress (2): 1.7/2.3 MB | 0.7/1.7 MBProgress (2): 1.7/2.3 MB | 0.7/1.7 MBProgress (2): 1.7/2.3 MB | 0.7/1.7 MBProgress (2): 1.7/2.3 MB | 0.7/1.7 MBProgress (2): 1.8/2.3 MB | 0.7/1.7 MBProgress (2): 1.8/2.3 MB | 0.7/1.7 MBProgress (2): 1.8/2.3 MB | 0.8/1.7 MBProgress (2): 1.8/2.3 MB | 0.8/1.7 MBProgress (2): 1.8/2.3 MB | 0.8/1.7 MBProgress (2): 1.8/2.3 MB | 0.8/1.7 MBProgress (2): 1.8/2.3 MB | 0.8/1.7 MBProgress (2): 1.8/2.3 MB | 0.8/1.7 MBProgress (2): 1.8/2.3 MB | 0.8/1.7 MBProgress (2): 1.9/2.3 MB | 0.8/1.7 MBProgress (2): 1.9/2.3 MB | 0.8/1.7 MBProgress (2): 1.9/2.3 MB | 0.8/1.7 MBProgress (2): 1.9/2.3 MB | 0.8/1.7 MBProgress (2): 1.9/2.3 MB | 0.8/1.7 MBProgress (2): 1.9/2.3 MB | 0.8/1.7 MBProgress (2): 1.9/2.3 MB | 0.8/1.7 MBProgress (2): 1.9/2.3 MB | 0.8/1.7 MBProgress (2): 1.9/2.3 MB | 0.8/1.7 MBProgress (2): 1.9/2.3 MB | 0.9/1.7 MBProgress (2): 1.9/2.3 MB | 0.9/1.7 MBProgress (2): 1.9/2.3 MB | 0.9/1.7 MBProgress (2): 1.9/2.3 MB | 0.9/1.7 MBProgress (2): 1.9/2.3 MB | 0.9/1.7 MBProgress (2): 2.0/2.3 MB | 0.9/1.7 MBProgress (2): 2.0/2.3 MB | 0.9/1.7 MBProgress (2): 2.0/2.3 MB | 0.9/1.7 MBProgress (2): 2.0/2.3 MB | 0.9/1.7 MBProgress (2): 2.0/2.3 MB | 0.9/1.7 MBProgress (2): 2.0/2.3 MB | 0.9/1.7 MBProgress (2): 2.0/2.3 MB | 0.9/1.7 MBProgress (2): 2.0/2.3 MB | 1.0/1.7 MBProgress (2): 2.0/2.3 MB | 1.0/1.7 MBProgress (2): 2.0/2.3 MB | 1.0/1.7 MBProgress (2): 2.0/2.3 MB | 1.0/1.7 MBProgress (2): 2.0/2.3 MB | 1.0/1.7 MBProgress (2): 2.1/2.3 MB | 1.0/1.7 MBProgress (2): 2.1/2.3 MB | 1.0/1.7 MBProgress (2): 2.1/2.3 MB | 1.0/1.7 MBProgress (2): 2.1/2.3 MB | 1.0/1.7 MBProgress (2): 2.1/2.3 MB | 1.0/1.7 MBProgress (2): 2.1/2.3 MB | 1.0/1.7 MBProgress (2): 2.1/2.3 MB | 1.0/1.7 MBProgress (2): 2.1/2.3 MB | 1.0/1.7 MBProgress (2): 2.1/2.3 MB | 1.0/1.7 MBProgress (2): 2.1/2.3 MB | 1.1/1.7 MBProgress (2): 2.1/2.3 MB | 1.1/1.7 MBProgress (2): 2.1/2.3 MB | 1.1/1.7 MBProgress (2): 2.2/2.3 MB | 1.1/1.7 MBProgress (2): 2.2/2.3 MB | 1.1/1.7 MBProgress (2): 2.2/2.3 MB | 1.1/1.7 MBProgress (2): 2.2/2.3 MB | 1.1/1.7 MBProgress (2): 2.2/2.3 MB | 1.1/1.7 MBProgress (2): 2.2/2.3 MB | 1.1/1.7 MBProgress (2): 2.2/2.3 MB | 1.1/1.7 MBProgress (2): 2.2/2.3 MB | 1.1/1.7 MBProgress (2): 2.2/2.3 MB | 1.1/1.7 MBProgress (2): 2.2/2.3 MB | 1.2/1.7 MBProgress (2): 2.2/2.3 MB | 1.2/1.7 MBProgress (2): 2.2/2.3 MB | 1.2/1.7 MBProgress (2): 2.3/2.3 MB | 1.2/1.7 MBProgress (2): 2.3/2.3 MB | 1.2/1.7 MBProgress (2): 2.3/2.3 MB | 1.2/1.7 MBProgress (2): 2.3/2.3 MB | 1.2/1.7 MBProgress (2): 2.3 MB | 1.2/1.7 MB    Progress (2): 2.3 MB | 1.2/1.7 MB                                 Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-api/10.0.0/jakarta.jakartaee-api-10.0.0.jar (2.3 MB at 6.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-ntp/2.0.0.AM26/apacheds-protocol-ntp-2.0.0.AM26.jar
Progress (1): 1.2/1.7 MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7 MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7 MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7 MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7 MBProgress (1): 1.7/1.7 MBProgress (1): 1.7 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/platform/jakarta.jakartaee-web-api/10.0.0/jakarta.jakartaee-web-api-10.0.0.jar (1.7 MB at 4.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6/ApacheJMeter_core-5.6.jar
Progress (1): 16/46 kBProgress (1): 32/46 kBProgress (1): 46 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/batch/jakarta.batch-api/2.1.1/jakarta.batch-api-2.1.1.jar (46 kB at 116 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6/ApacheJMeter-5.6.jar
Progress (1): 16/30 kBProgress (2): 16/30 kB | 16/89 kBProgress (2): 30 kB | 16/89 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-ntp/2.0.0.AM26/apacheds-protocol-ntp-2.0.0.AM26.jar (30 kB at 73 kB/s)
Progress (1): 32/89 kB                      Downloading from central: https://repo.maven.apache.org/maven2/bsf/bsf/2.4.0/bsf-2.4.0.jar
Progress (1): 49/89 kBProgress (1): 65/89 kBProgress (1): 81/89 kBProgress (1): 89 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-dhcp/2.0.0.AM26/apacheds-protocol-dhcp-2.0.0.AM26.jar (89 kB at 219 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fifesoft/rsyntaxtextarea/3.3.3/rsyntaxtextarea-3.3.3.jar
Progress (1): 16/93 kBProgress (1): 33/93 kBProgress (1): 49/93 kBProgress (1): 66/93 kBProgress (1): 82/93 kBProgress (1): 93 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-protocol-dns/2.0.0.AM26/apacheds-protocol-dns-2.0.0.AM26.jar (93 kB at 222 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.8.21/kotlin-stdlib-jdk8-1.8.21.jar
Progress (1): 16/113 kBProgress (1): 33/113 kBProgress (1): 49/113 kBProgress (1): 66/113 kBProgress (1): 82/113 kBProgress (1): 98/113 kBProgress (1): 113 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/bsf/bsf/2.4.0/bsf-2.4.0.jar (113 kB at 256 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.8.21/kotlin-stdlib-1.8.21.jar
Progress (1): 968 B                   Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.8.21/kotlin-stdlib-jdk8-1.8.21.jar (968 B at 2.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.21/kotlin-stdlib-jdk7-1.8.21.jar
Progress (1): 0/2.0 MBProgress (1): 0/2.0 MBProgress (1): 0/2.0 MBProgress (2): 0/2.0 MB | 14 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter/5.6/ApacheJMeter-5.6.jar (14 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.0/auto-service-annotations-1.1.0.jar
Progress (1): 0.1/2.0 MBProgress (1): 0.1/2.0 MBProgress (1): 0.1/2.0 MBProgress (1): 0.1/2.0 MBProgress (1): 0.1/2.0 MBProgress (1): 0.1/2.0 MBProgress (2): 0.1/2.0 MB | 0/1.7 MBProgress (2): 0.2/2.0 MB | 0/1.7 MBProgress (2): 0.2/2.0 MB | 0/1.7 MBProgress (2): 0.2/2.0 MB | 0/1.7 MBProgress (2): 0.2/2.0 MB | 0/1.7 MBProgress (2): 0.2/2.0 MB | 0/1.7 MBProgress (2): 0.2/2.0 MB | 0.1/1.7 MBProgress (2): 0.2/2.0 MB | 0.1/1.7 MBProgress (2): 0.2/2.0 MB | 0.1/1.7 MBProgress (2): 0.2/2.0 MB | 0.1/1.7 MBProgress (2): 0.2/2.0 MB | 0.1/1.7 MBProgress (2): 0.2/2.0 MB | 0.1/1.7 MBProgress (2): 0.3/2.0 MB | 0.1/1.7 MBProgress (2): 0.3/2.0 MB | 0.1/1.7 MBProgress (2): 0.3/2.0 MB | 0.1/1.7 MBProgress (3): 0.3/2.0 MB | 0.1/1.7 MB | 963 BProgress (4): 0.3/2.0 MB | 0.1/1.7 MB | 963 B | 0/1.3 MBProgress (4): 0.3/2.0 MB | 0.1/1.7 MB | 963 B | 0/1.3 MBProgress (4): 0.3/2.0 MB | 0.1/1.7 MB | 963 B | 0/1.3 MBProgress (4): 0.3/2.0 MB | 0.1/1.7 MB | 963 B | 0/1.3 MB                                                        Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.8.21/kotlin-stdlib-jdk7-1.8.21.jar (963 B at 2.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-swing/1.7.1/kotlinx-coroutines-swing-1.7.1.jar
Progress (3): 0.3/2.0 MB | 0.1/1.7 MB | 0/1.3 MBProgress (3): 0.3/2.0 MB | 0.1/1.7 MB | 0/1.3 MBProgress (3): 0.3/2.0 MB | 0.2/1.7 MB | 0/1.3 MBProgress (3): 0.3/2.0 MB | 0.2/1.7 MB | 0/1.3 MBProgress (3): 0.3/2.0 MB | 0.2/1.7 MB | 0/1.3 MBProgress (3): 0.3/2.0 MB | 0.2/1.7 MB | 0/1.3 MBProgress (3): 0.3/2.0 MB | 0.2/1.7 MB | 0/1.3 MBProgress (3): 0.3/2.0 MB | 0.2/1.7 MB | 0/1.3 MBProgress (3): 0.3/2.0 MB | 0.2/1.7 MB | 0.1/1.3 MBProgress (3): 0.3/2.0 MB | 0.2/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.2/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.2/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.2/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.2/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.2/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.2/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.1/1.3 MBProgress (3): 0.4/2.0 MB | 0.3/1.7 MB | 0.2/1.3 MBProgress (3): 0.5/2.0 MB | 0.3/1.7 MB | 0.2/1.3 MBProgress (3): 0.5/2.0 MB | 0.3/1.7 MB | 0.2/1.3 MBProgress (3): 0.5/2.0 MB | 0.3/1.7 MB | 0.2/1.3 MBProgress (3): 0.5/2.0 MB | 0.3/1.7 MB | 0.2/1.3 MBProgress (3): 0.5/2.0 MB | 0.3/1.7 MB | 0.2/1.3 MBProgress (3): 0.5/2.0 MB | 0.3/1.7 MB | 0.2/1.3 MBProgress (3): 0.5/2.0 MB | 0.3/1.7 MB | 0.2/1.3 MBProgress (3): 0.5/2.0 MB | 0.3/1.7 MB | 0.2/1.3 MBProgress (3): 0.5/2.0 MB | 0.3/1.7 MB | 0.2/1.3 MBProgress (3): 0.5/2.0 MB | 0.4/1.7 MB | 0.2/1.3 MBProgress (4): 0.5/2.0 MB | 0.4/1.7 MB | 0.2/1.3 MB | 3.2 kBProgress (4): 0.5/2.0 MB | 0.4/1.7 MB | 0.2/1.3 MB | 3.2 kBProgress (4): 0.5/2.0 MB | 0.4/1.7 MB | 0.2/1.3 MB | 3.2 kBProgress (4): 0.5/2.0 MB | 0.4/1.7 MB | 0.2/1.3 MB | 3.2 kBProgress (4): 0.5/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MB | 3.2 kB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/service/auto-service-annotations/1.1.0/auto-service-annotations-1.1.0.jar (3.2 kB at 6.3 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.1/jackson-core-2.15.1.jar
Progress (3): 0.5/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.5/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.5/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.5/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.5/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.5/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.5/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.6/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.6/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.6/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.6/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.6/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.6/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.6/2.0 MB | 0.4/1.7 MB | 0.3/1.3 MBProgress (3): 0.6/2.0 MB | 0.4/1.7 MB | 0.4/1.3 MBProgress (3): 0.6/2.0 MB | 0.4/1.7 MB | 0.4/1.3 MBProgress (3): 0.6/2.0 MB | 0.4/1.7 MB | 0.4/1.3 MBProgress (3): 0.6/2.0 MB | 0.4/1.7 MB | 0.4/1.3 MBProgress (3): 0.6/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.6/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.6/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.6/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.4/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.5/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.5/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.5/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.5/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.5/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.5/1.3 MBProgress (3): 0.7/2.0 MB | 0.5/1.7 MB | 0.5/1.3 MBProgress (3): 0.8/2.0 MB | 0.5/1.7 MB | 0.5/1.3 MBProgress (3): 0.8/2.0 MB | 0.5/1.7 MB | 0.5/1.3 MBProgress (3): 0.8/2.0 MB | 0.5/1.7 MB | 0.5/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.5/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.5/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.5/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.5/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.5/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.5/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.8/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.9/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.9/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (4): 0.9/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MB | 10.0 kBProgress (4): 0.9/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MB | 10.0 kBProgress (4): 0.9/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MB | 10.0 kBProgress (4): 0.9/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MB | 10.0 kBProgress (4): 0.9/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MB | 10.0 kB                                                            Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-coroutines-swing/1.7.1/kotlinx-coroutines-swing-1.7.1.jar (10.0 kB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.1/jackson-databind-2.15.1.jar
Progress (3): 0.9/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.9/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.9/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.9/2.0 MB | 0.6/1.7 MB | 0.6/1.3 MBProgress (3): 0.9/2.0 MB | 0.6/1.7 MB | 0.7/1.3 MBProgress (3): 0.9/2.0 MB | 0.6/1.7 MB | 0.7/1.3 MBProgress (3): 0.9/2.0 MB | 0.6/1.7 MB | 0.7/1.3 MBProgress (3): 0.9/2.0 MB | 0.6/1.7 MB | 0.7/1.3 MBProgress (3): 0.9/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 0.9/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 0.9/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 0.9/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.7/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.8/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.8/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.8/1.3 MBProgress (3): 1.0/2.0 MB | 0.7/1.7 MB | 0.8/1.3 MBProgress (3): 1.0/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.0/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.0/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.0/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.8/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.9/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.9/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.9/1.3 MBProgress (3): 1.1/2.0 MB | 0.8/1.7 MB | 0.9/1.3 MBProgress (3): 1.1/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.1/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.1/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.1/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 0.9/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 1.0/1.3 MBProgress (3): 1.2/2.0 MB | 0.9/1.7 MB | 1.0/1.3 MBProgress (3): 1.2/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.0/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.1/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.1/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.1/1.7 MB | 1.0/1.3 MBProgress (3): 1.3/2.0 MB | 1.1/1.7 MB | 1.0/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.0/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.0/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.0/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.0/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.1/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.1/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.1/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.1/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.1/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.1/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.1/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.1/1.3 MBProgress (3): 1.4/2.0 MB | 1.1/1.7 MB | 1.1/1.3 MBProgress (4): 1.4/2.0 MB | 1.1/1.7 MB | 1.1/1.3 MB | 16/546 kBProgress (4): 1.4/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 16/546 kBProgress (4): 1.4/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 16/546 kBProgress (4): 1.4/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 16/546 kBProgress (4): 1.4/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 16/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 16/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 16/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 16/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 16/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 32/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 32/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 32/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.1/1.3 MB | 32/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.2/1.3 MB | 32/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.2/1.3 MB | 32/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.2/1.3 MB | 32/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.2/1.3 MB | 32/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.2/1.3 MB | 49/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.2/1.3 MB | 49/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.2/1.3 MB | 49/546 kBProgress (4): 1.5/2.0 MB | 1.2/1.7 MB | 1.2/1.3 MB | 49/546 kBProgress (4): 1.5/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 49/546 kBProgress (4): 1.5/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 49/546 kBProgress (4): 1.5/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 49/546 kBProgress (4): 1.5/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 49/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 49/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 49/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 65/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 65/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 65/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 65/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 65/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 65/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 65/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 65/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 81/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.2/1.3 MB | 81/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.3/1.3 MB | 81/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.3/1.3 MB | 81/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.3/1.3 MB | 81/546 kBProgress (4): 1.6/2.0 MB | 1.3/1.7 MB | 1.3/1.3 MB | 81/546 kBProgress (4): 1.6/2.0 MB | 1.4/1.7 MB | 1.3/1.3 MB | 81/546 kBProgress (4): 1.6/2.0 MB | 1.4/1.7 MB | 1.3/1.3 MB | 81/546 kBProgress (4): 1.6/2.0 MB | 1.4/1.7 MB | 1.3/1.3 MB | 81/546 kBProgress (4): 1.6/2.0 MB | 1.4/1.7 MB | 1.3/1.3 MB | 98/546 kBProgress (4): 1.6/2.0 MB | 1.4/1.7 MB | 1.3/1.3 MB | 98/546 kBProgress (4): 1.6/2.0 MB | 1.4/1.7 MB | 1.3 MB | 98/546 kB    Progress (4): 1.7/2.0 MB | 1.4/1.7 MB | 1.3 MB | 98/546 kB                                                          Downloaded from central: https://repo.maven.apache.org/maven2/com/fifesoft/rsyntaxtextarea/3.3.3/rsyntaxtextarea-3.3.3.jar (1.3 MB at 2.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/formdev/svgSalamander/1.1.4/svgSalamander-1.1.4.jar
Progress (3): 1.7/2.0 MB | 1.4/1.7 MB | 98/546 kBProgress (3): 1.7/2.0 MB | 1.4/1.7 MB | 98/546 kBProgress (3): 1.7/2.0 MB | 1.4/1.7 MB | 114/546 kBProgress (3): 1.7/2.0 MB | 1.4/1.7 MB | 114/546 kBProgress (3): 1.7/2.0 MB | 1.4/1.7 MB | 114/546 kBProgress (3): 1.7/2.0 MB | 1.4/1.7 MB | 131/546 kBProgress (3): 1.7/2.0 MB | 1.4/1.7 MB | 131/546 kBProgress (3): 1.7/2.0 MB | 1.4/1.7 MB | 131/546 kBProgress (3): 1.7/2.0 MB | 1.4/1.7 MB | 147/546 kBProgress (3): 1.7/2.0 MB | 1.4/1.7 MB | 147/546 kBProgress (3): 1.7/2.0 MB | 1.4/1.7 MB | 147/546 kBProgress (4): 1.7/2.0 MB | 1.4/1.7 MB | 147/546 kB | 0/1.6 MBProgress (4): 1.7/2.0 MB | 1.4/1.7 MB | 163/546 kB | 0/1.6 MBProgress (4): 1.7/2.0 MB | 1.5/1.7 MB | 163/546 kB | 0/1.6 MBProgress (4): 1.7/2.0 MB | 1.5/1.7 MB | 163/546 kB | 0/1.6 MBProgress (4): 1.7/2.0 MB | 1.5/1.7 MB | 180/546 kB | 0/1.6 MBProgress (4): 1.7/2.0 MB | 1.5/1.7 MB | 180/546 kB | 0/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 180/546 kB | 0/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 180/546 kB | 0/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 196/546 kB | 0/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 196/546 kB | 0/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 196/546 kB | 0/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 196/546 kB | 0/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 212/546 kB | 0/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 212/546 kB | 0/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 212/546 kB | 0/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 212/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 229/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 229/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 229/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 245/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 245/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 245/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 245/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.5/1.7 MB | 262/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.6/1.7 MB | 262/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.6/1.7 MB | 262/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.6/1.7 MB | 278/546 kB | 0.1/1.6 MBProgress (4): 1.8/2.0 MB | 1.6/1.7 MB | 278/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 278/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 294/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 294/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 294/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 294/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 311/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 311/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 311/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 327/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 327/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 327/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 327/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 343/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 343/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 343/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 360/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 360/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 360/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 360/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 360/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.6/1.7 MB | 376/546 kB | 0.1/1.6 MBProgress (4): 1.9/2.0 MB | 1.7/1.7 MB | 376/546 kB | 0.1/1.6 MBProgress (4): 2.0/2.0 MB | 1.7/1.7 MB | 376/546 kB | 0.1/1.6 MBProgress (4): 2.0/2.0 MB | 1.7 MB | 376/546 kB | 0.1/1.6 MB    Progress (4): 2.0/2.0 MB | 1.7 MB | 376/546 kB | 0.1/1.6 MBProgress (4): 2.0/2.0 MB | 1.7 MB | 393/546 kB | 0.1/1.6 MBProgress (4): 2.0/2.0 MB | 1.7 MB | 393/546 kB | 0.1/1.6 MB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/1.8.21/kotlin-stdlib-1.8.21.jar (1.7 MB at 3.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-core/2.7.3/darklaf-core-2.7.3.jar
Progress (3): 2.0/2.0 MB | 402/546 kB | 0.1/1.6 MBProgress (3): 2.0/2.0 MB | 402/546 kB | 0.1/1.6 MBProgress (3): 2.0/2.0 MB | 402/546 kB | 0.1/1.6 MBProgress (3): 2.0/2.0 MB | 418/546 kB | 0.1/1.6 MBProgress (3): 2.0/2.0 MB | 418/546 kB | 0.2/1.6 MBProgress (3): 2.0 MB | 418/546 kB | 0.2/1.6 MB    Progress (3): 2.0 MB | 435/546 kB | 0.2/1.6 MB                                              Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_core/5.6/ApacheJMeter_core-5.6.jar (2.0 MB at 3.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-utils/2.7.3/darklaf-utils-2.7.3.jar
Progress (2): 435/546 kB | 0.2/1.6 MBProgress (2): 451/546 kB | 0.2/1.6 MBProgress (2): 451/546 kB | 0.2/1.6 MBProgress (2): 468/546 kB | 0.2/1.6 MBProgress (2): 484/546 kB | 0.2/1.6 MBProgress (2): 484/546 kB | 0.2/1.6 MBProgress (2): 500/546 kB | 0.2/1.6 MBProgress (2): 517/546 kB | 0.2/1.6 MBProgress (2): 517/546 kB | 0.2/1.6 MBProgress (2): 533/546 kB | 0.2/1.6 MBProgress (2): 546 kB | 0.2/1.6 MB    Progress (2): 546 kB | 0.2/1.6 MBProgress (2): 546 kB | 0.3/1.6 MB                                 Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.15.1/jackson-core-2.15.1.jar (546 kB at 967 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-native-utils/2.7.3/darklaf-native-utils-2.7.3.jar
Progress (1): 0.3/1.6 MBProgress (1): 0.3/1.6 MBProgress (1): 0.3/1.6 MBProgress (1): 0.3/1.6 MBProgress (1): 0.3/1.6 MBProgress (1): 0.4/1.6 MBProgress (1): 0.4/1.6 MBProgress (2): 0.4/1.6 MB | 16/321 kBProgress (2): 0.4/1.6 MB | 16/321 kBProgress (2): 0.4/1.6 MB | 33/321 kBProgress (2): 0.4/1.6 MB | 33/321 kBProgress (2): 0.4/1.6 MB | 49/321 kBProgress (2): 0.4/1.6 MB | 49/321 kBProgress (2): 0.4/1.6 MB | 66/321 kBProgress (2): 0.4/1.6 MB | 82/321 kBProgress (2): 0.4/1.6 MB | 82/321 kBProgress (2): 0.4/1.6 MB | 98/321 kBProgress (2): 0.4/1.6 MB | 115/321 kBProgress (2): 0.5/1.6 MB | 115/321 kBProgress (2): 0.5/1.6 MB | 131/321 kBProgress (2): 0.5/1.6 MB | 131/321 kBProgress (2): 0.5/1.6 MB | 147/321 kBProgress (2): 0.5/1.6 MB | 164/321 kBProgress (2): 0.5/1.6 MB | 164/321 kBProgress (2): 0.5/1.6 MB | 180/321 kBProgress (2): 0.5/1.6 MB | 197/321 kBProgress (2): 0.5/1.6 MB | 197/321 kBProgress (2): 0.5/1.6 MB | 213/321 kBProgress (2): 0.5/1.6 MB | 213/321 kBProgress (2): 0.5/1.6 MB | 229/321 kBProgress (2): 0.5/1.6 MB | 246/321 kBProgress (2): 0.5/1.6 MB | 246/321 kBProgress (2): 0.5/1.6 MB | 262/321 kBProgress (2): 0.6/1.6 MB | 262/321 kBProgress (2): 0.6/1.6 MB | 279/321 kBProgress (2): 0.6/1.6 MB | 295/321 kBProgress (2): 0.6/1.6 MB | 295/321 kBProgress (2): 0.6/1.6 MB | 311/321 kBProgress (2): 0.6/1.6 MB | 311/321 kBProgress (2): 0.6/1.6 MB | 321 kB                                     Downloaded from central: https://repo.maven.apache.org/maven2/com/formdev/svgSalamander/1.1.4/svgSalamander-1.1.4.jar (321 kB at 544 kB/s)
Progress (1): 0.6/1.6 MB                        Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-platform-base/2.7.3/darklaf-platform-base-2.7.3.jar
Progress (1): 0.6/1.6 MBProgress (1): 0.6/1.6 MBProgress (1): 0.6/1.6 MBProgress (1): 0.7/1.6 MBProgress (1): 0.7/1.6 MBProgress (1): 0.7/1.6 MBProgress (1): 0.7/1.6 MBProgress (1): 0.7/1.6 MBProgress (1): 0.7/1.6 MBProgress (1): 0.8/1.6 MBProgress (2): 0.8/1.6 MB | 8.5 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-native-utils/2.7.3/darklaf-native-utils-2.7.3.jar (8.5 kB at 14 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-windows/2.7.3/darklaf-windows-2.7.3.jar
Progress (2): 0.8/1.6 MB | 16/69 kBProgress (2): 0.8/1.6 MB | 32/69 kBProgress (2): 0.8/1.6 MB | 49/69 kBProgress (2): 0.8/1.6 MB | 65/69 kBProgress (2): 0.8/1.6 MB | 69 kB                                   Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-utils/2.7.3/darklaf-utils-2.7.3.jar (69 kB at 115 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-macos/2.7.3/darklaf-macos-2.7.3.jar
Progress (1): 0.8/1.6 MBProgress (1): 0.8/1.6 MBProgress (1): 0.8/1.6 MBProgress (1): 0.8/1.6 MBProgress (1): 0.8/1.6 MBProgress (1): 0.9/1.6 MBProgress (1): 0.9/1.6 MBProgress (1): 0.9/1.6 MBProgress (1): 0.9/1.6 MBProgress (1): 0.9/1.6 MBProgress (1): 0.9/1.6 MBProgress (1): 1.0/1.6 MBProgress (1): 1.0/1.6 MBProgress (1): 1.0/1.6 MBProgress (1): 1.0/1.6 MBProgress (1): 1.0/1.6 MBProgress (1): 1.0/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.1/1.6 MBProgress (1): 1.2/1.6 MBProgress (1): 1.2/1.6 MBProgress (1): 1.2/1.6 MBProgress (1): 1.2/1.6 MBProgress (2): 1.2/1.6 MB | 4.0 kBProgress (2): 1.2/1.6 MB | 4.0 kBProgress (2): 1.2/1.6 MB | 4.0 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-platform-base/2.7.3/darklaf-platform-base-2.7.3.jar (4.0 kB at 6.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-laf-support/0.1.3/swing-extensions-laf-support-0.1.3.jar
Progress (1): 1.3/1.6 MBProgress (1): 1.3/1.6 MBProgress (1): 1.3/1.6 MBProgress (1): 1.3/1.6 MBProgress (1): 1.3/1.6 MBProgress (1): 1.3/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.4/1.6 MBProgress (1): 1.5/1.6 MBProgress (2): 1.5/1.6 MB | 16/218 kBProgress (2): 1.5/1.6 MB | 16/218 kBProgress (2): 1.5/1.6 MB | 16/218 kBProgress (2): 1.5/1.6 MB | 33/218 kBProgress (2): 1.5/1.6 MB | 33/218 kBProgress (2): 1.5/1.6 MB | 33/218 kBProgress (2): 1.5/1.6 MB | 49/218 kBProgress (2): 1.5/1.6 MB | 49/218 kBProgress (2): 1.6/1.6 MB | 49/218 kBProgress (2): 1.6/1.6 MB | 66/218 kBProgress (2): 1.6/1.6 MB | 66/218 kBProgress (3): 1.6/1.6 MB | 66/218 kB | 0/1.5 MBProgress (3): 1.6/1.6 MB | 66/218 kB | 0/1.5 MBProgress (4): 1.6/1.6 MB | 66/218 kB | 0/1.5 MB | 16/93 kBProgress (4): 1.6/1.6 MB | 82/218 kB | 0/1.5 MB | 16/93 kBProgress (4): 1.6/1.6 MB | 82/218 kB | 0/1.5 MB | 16/93 kBProgress (4): 1.6/1.6 MB | 82/218 kB | 0/1.5 MB | 32/93 kBProgress (4): 1.6/1.6 MB | 98/218 kB | 0/1.5 MB | 32/93 kBProgress (4): 1.6/1.6 MB | 98/218 kB | 0/1.5 MB | 32/93 kBProgress (4): 1.6 MB | 98/218 kB | 0/1.5 MB | 32/93 kB    Progress (4): 1.6 MB | 98/218 kB | 0/1.5 MB | 49/93 kBProgress (4): 1.6 MB | 115/218 kB | 0/1.5 MB | 49/93 kBProgress (4): 1.6 MB | 115/218 kB | 0/1.5 MB | 49/93 kB                                                       Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.15.1/jackson-databind-2.15.1.jar (1.6 MB at 2.6 MB/s)
Progress (3): 115/218 kB | 0/1.5 MB | 65/93 kB                                              Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-theme/2.7.3/darklaf-theme-2.7.3.jar
Progress (3): 131/218 kB | 0/1.5 MB | 65/93 kBProgress (3): 131/218 kB | 0/1.5 MB | 81/93 kBProgress (3): 147/218 kB | 0/1.5 MB | 81/93 kBProgress (3): 147/218 kB | 0/1.5 MB | 93 kB   Progress (3): 164/218 kB | 0/1.5 MB | 93 kBProgress (3): 164/218 kB | 0/1.5 MB | 93 kB                                           Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-macos/2.7.3/darklaf-macos-2.7.3.jar (93 kB at 147 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-property-loader/2.7.3/darklaf-property-loader-2.7.3.jar
Progress (2): 180/218 kB | 0/1.5 MBProgress (2): 197/218 kB | 0/1.5 MBProgress (2): 197/218 kB | 0.1/1.5 MBProgress (2): 213/218 kB | 0.1/1.5 MBProgress (2): 218 kB | 0.1/1.5 MB    Progress (2): 218 kB | 0.1/1.5 MB                                 Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-windows/2.7.3/darklaf-windows-2.7.3.jar (218 kB at 342 kB/s)
Progress (1): 0.1/1.5 MB                        Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-visual-padding/0.1.3/swing-extensions-visual-padding-0.1.3.jar
Progress (1): 0.1/1.5 MBProgress (1): 0.1/1.5 MBProgress (1): 0.1/1.5 MBProgress (1): 0.2/1.5 MBProgress (1): 0.2/1.5 MBProgress (1): 0.2/1.5 MBProgress (1): 0.2/1.5 MBProgress (1): 0.2/1.5 MBProgress (1): 0.2/1.5 MBProgress (1): 0.3/1.5 MBProgress (1): 0.3/1.5 MBProgress (1): 0.3/1.5 MBProgress (1): 0.3/1.5 MBProgress (1): 0.3/1.5 MBProgress (1): 0.3/1.5 MBProgress (1): 0.4/1.5 MBProgress (1): 0.4/1.5 MBProgress (1): 0.4/1.5 MBProgress (1): 0.4/1.5 MBProgress (1): 0.4/1.5 MBProgress (1): 0.4/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.5/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.6/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.7/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.8/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 0.9/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.0/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.1/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.2/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.3/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (1): 1.4/1.5 MBProgress (2): 1.4/1.5 MB | 16/89 kBProgress (2): 1.4/1.5 MB | 16/89 kBProgress (2): 1.5/1.5 MB | 16/89 kBProgress (2): 1.5/1.5 MB | 16/89 kBProgress (2): 1.5/1.5 MB | 33/89 kBProgress (3): 1.5/1.5 MB | 33/89 kB | 2.5 kBProgress (3): 1.5/1.5 MB | 33/89 kB | 2.5 kBProgress (3): 1.5/1.5 MB | 33/89 kB | 2.5 kBProgress (3): 1.5/1.5 MB | 49/89 kB | 2.5 kBProgress (3): 1.5/1.5 MB | 49/89 kB | 2.5 kB                                            Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-visual-padding/0.1.3/swing-extensions-visual-padding-0.1.3.jar (2.5 kB at 3.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/16.0.2/annotations-16.0.2.jar
Progress (2): 1.5/1.5 MB | 49/89 kBProgress (2): 1.5/1.5 MB | 66/89 kBProgress (2): 1.5/1.5 MB | 66/89 kBProgress (2): 1.5 MB | 66/89 kB                                   Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-core/2.7.3/darklaf-core-2.7.3.jar (1.5 MB at 2.3 MB/s)
Progress (1): 82/89 kB                      Downloading from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-extensions-rsyntaxarea/0.3.4/darklaf-extensions-rsyntaxarea-0.3.4.jar
Progress (1): 89 kBProgress (2): 89 kB | 16/98 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-theme/2.7.3/darklaf-theme-2.7.3.jar (89 kB at 134 kB/s)
Progress (2): 16/98 kB | 10 kB                              Downloading from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-swing/5.3/miglayout-swing-5.3.jar
Progress (2): 32/98 kB | 10 kB                              Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/swing-extensions-laf-support/0.1.3/swing-extensions-laf-support-0.1.3.jar (10 kB at 15 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-core/5.3/miglayout-core-5.3.jar
Progress (1): 49/98 kBProgress (1): 65/98 kBProgress (1): 81/98 kBProgress (1): 98/98 kBProgress (1): 98 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-property-loader/2.7.3/darklaf-property-loader-2.7.3.jar (98 kB at 145 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-batik/3.2.0/lets-plot-batik-3.2.0.jar
Progress (1): 16/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/annotations/16.0.2/annotations-16.0.2.jar (19 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.jar
Progress (1): 16/21 kBProgress (1): 21 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/com/github/weisj/darklaf-extensions-rsyntaxarea/0.3.4/darklaf-extensions-rsyntaxarea-0.3.4.jar (21 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-common/3.2.0/lets-plot-common-3.2.0.jar
Progress (1): 16/107 kBProgress (1): 33/107 kBProgress (2): 33/107 kB | 16/23 kBProgress (2): 49/107 kB | 16/23 kBProgress (2): 49/107 kB | 23 kB                                  Downloaded from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-swing/5.3/miglayout-swing-5.3.jar (23 kB at 32 kB/s)
Progress (1): 66/107 kB                       Downloading from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging/2.0.5/kotlin-logging-2.0.5.jar
Progress (1): 82/107 kBProgress (1): 98/107 kBProgress (1): 107 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/com/miglayout/miglayout-core/5.3/miglayout-core-5.3.jar (107 kB at 150 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.7.3/kotlinx-html-jvm-0.7.3.jar
Progress (1): 16/112 kBProgress (1): 32/112 kBProgress (1): 49/112 kBProgress (1): 65/112 kBProgress (1): 81/112 kBProgress (1): 98/112 kBProgress (1): 112 kB                       Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.jar (112 kB at 153 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-kotlin-jvm/4.4.1/lets-plot-kotlin-jvm-4.4.1.jar
Progress (1): 2.7 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging/2.0.5/kotlin-logging-2.0.5.jar (2.7 kB at 3.6 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/base-portable-jvm/3.2.0/base-portable-jvm-3.2.0.jar
Progress (1): 16/792 kBProgress (1): 32/792 kBProgress (1): 49/792 kBProgress (1): 65/792 kBProgress (1): 81/792 kBProgress (1): 98/792 kBProgress (1): 114/792 kBProgress (1): 131/792 kBProgress (2): 131/792 kB | 16/199 kBProgress (2): 147/792 kB | 16/199 kBProgress (2): 163/792 kB | 16/199 kBProgress (2): 163/792 kB | 32/199 kBProgress (2): 180/792 kB | 32/199 kBProgress (2): 196/792 kB | 32/199 kBProgress (2): 196/792 kB | 49/199 kBProgress (2): 212/792 kB | 49/199 kBProgress (2): 229/792 kB | 49/199 kBProgress (2): 229/792 kB | 65/199 kBProgress (2): 245/792 kB | 65/199 kBProgress (2): 262/792 kB | 65/199 kBProgress (2): 262/792 kB | 81/199 kBProgress (2): 278/792 kB | 81/199 kBProgress (2): 294/792 kB | 81/199 kBProgress (2): 311/792 kB | 81/199 kBProgress (2): 311/792 kB | 98/199 kBProgress (2): 327/792 kB | 98/199 kBProgress (2): 343/792 kB | 98/199 kBProgress (2): 343/792 kB | 114/199 kBProgress (2): 360/792 kB | 114/199 kBProgress (2): 376/792 kB | 114/199 kBProgress (2): 376/792 kB | 131/199 kBProgress (2): 393/792 kB | 131/199 kBProgress (2): 402/792 kB | 131/199 kBProgress (2): 402/792 kB | 147/199 kBProgress (2): 418/792 kB | 147/199 kBProgress (2): 435/792 kB | 147/199 kBProgress (2): 451/792 kB | 147/199 kBProgress (2): 451/792 kB | 163/199 kBProgress (2): 468/792 kB | 163/199 kBProgress (2): 484/792 kB | 163/199 kBProgress (2): 484/792 kB | 180/199 kBProgress (2): 500/792 kB | 180/199 kBProgress (2): 517/792 kB | 180/199 kBProgress (2): 533/792 kB | 180/199 kBProgress (2): 533/792 kB | 196/199 kBProgress (2): 533/792 kB | 199 kB    Progress (2): 549/792 kB | 199 kBProgress (2): 566/792 kB | 199 kBProgress (2): 582/792 kB | 199 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-batik/3.2.0/lets-plot-batik-3.2.0.jar (199 kB at 262 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-base-portable-jvm/3.2.0/plot-base-portable-jvm-3.2.0.jar
Progress (1): 599/792 kBProgress (1): 615/792 kBProgress (1): 631/792 kBProgress (1): 648/792 kBProgress (1): 664/792 kBProgress (1): 681/792 kBProgress (1): 697/792 kBProgress (1): 713/792 kBProgress (1): 730/792 kBProgress (1): 746/792 kBProgress (1): 762/792 kBProgress (1): 779/792 kBProgress (1): 792 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlinx/kotlinx-html-jvm/0.7.3/kotlinx-html-jvm-0.7.3.jar (792 kB at 1.0 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/vis-svg-portable-jvm/3.2.0/vis-svg-portable-jvm-3.2.0.jar
Progress (1): 0/4.9 MBProgress (1): 0/4.9 MBProgress (1): 0/4.9 MBProgress (1): 0.1/4.9 MBProgress (1): 0.1/4.9 MBProgress (1): 0.1/4.9 MBProgress (1): 0.1/4.9 MBProgress (1): 0.1/4.9 MBProgress (1): 0.1/4.9 MBProgress (1): 0.2/4.9 MBProgress (1): 0.2/4.9 MBProgress (1): 0.2/4.9 MBProgress (1): 0.2/4.9 MBProgress (1): 0.2/4.9 MBProgress (1): 0.2/4.9 MBProgress (1): 0.3/4.9 MBProgress (1): 0.3/4.9 MBProgress (1): 0.3/4.9 MBProgress (1): 0.3/4.9 MBProgress (1): 0.3/4.9 MBProgress (1): 0.3/4.9 MBProgress (1): 0.4/4.9 MBProgress (1): 0.4/4.9 MBProgress (1): 0.4/4.9 MBProgress (1): 0.4/4.9 MBProgress (1): 0.4/4.9 MBProgress (1): 0.4/4.9 MBProgress (1): 0.5/4.9 MBProgress (2): 0.5/4.9 MB | 0/1.3 MBProgress (2): 0.5/4.9 MB | 0/1.3 MBProgress (2): 0.5/4.9 MB | 0/1.3 MBProgress (2): 0.5/4.9 MB | 0/1.3 MBProgress (2): 0.5/4.9 MB | 0/1.3 MBProgress (2): 0.5/4.9 MB | 0/1.3 MBProgress (2): 0.5/4.9 MB | 0/1.3 MBProgress (2): 0.6/4.9 MB | 0/1.3 MBProgress (2): 0.6/4.9 MB | 0/1.3 MBProgress (2): 0.6/4.9 MB | 0/1.3 MBProgress (2): 0.6/4.9 MB | 0/1.3 MBProgress (2): 0.6/4.9 MB | 0/1.3 MBProgress (2): 0.6/4.9 MB | 0/1.3 MBProgress (2): 0.6/4.9 MB | 0.1/1.3 MBProgress (2): 0.6/4.9 MB | 0.1/1.3 MBProgress (2): 0.7/4.9 MB | 0.1/1.3 MBProgress (2): 0.7/4.9 MB | 0.1/1.3 MBProgress (2): 0.7/4.9 MB | 0.1/1.3 MBProgress (2): 0.7/4.9 MB | 0.1/1.3 MBProgress (2): 0.7/4.9 MB | 0.1/1.3 MBProgress (2): 0.7/4.9 MB | 0.1/1.3 MBProgress (2): 0.7/4.9 MB | 0.1/1.3 MBProgress (2): 0.7/4.9 MB | 0.1/1.3 MBProgress (2): 0.7/4.9 MB | 0.1/1.3 MBProgress (2): 0.7/4.9 MB | 0.1/1.3 MBProgress (2): 0.8/4.9 MB | 0.1/1.3 MBProgress (2): 0.8/4.9 MB | 0.1/1.3 MBProgress (2): 0.8/4.9 MB | 0.1/1.3 MBProgress (2): 0.8/4.9 MB | 0.1/1.3 MBProgress (2): 0.8/4.9 MB | 0.1/1.3 MBProgress (2): 0.8/4.9 MB | 0.1/1.3 MBProgress (2): 0.8/4.9 MB | 0.1/1.3 MBProgress (2): 0.8/4.9 MB | 0.1/1.3 MBProgress (2): 0.8/4.9 MB | 0.2/1.3 MBProgress (2): 0.9/4.9 MB | 0.2/1.3 MBProgress (2): 0.9/4.9 MB | 0.2/1.3 MBProgress (2): 0.9/4.9 MB | 0.2/1.3 MBProgress (2): 0.9/4.9 MB | 0.2/1.3 MBProgress (2): 0.9/4.9 MB | 0.2/1.3 MBProgress (2): 0.9/4.9 MB | 0.2/1.3 MBProgress (2): 0.9/4.9 MB | 0.2/1.3 MBProgress (2): 0.9/4.9 MB | 0.2/1.3 MBProgress (2): 0.9/4.9 MB | 0.2/1.3 MBProgress (2): 0.9/4.9 MB | 0.2/1.3 MBProgress (2): 0.9/4.9 MB | 0.2/1.3 MBProgress (2): 1.0/4.9 MB | 0.2/1.3 MBProgress (2): 1.0/4.9 MB | 0.3/1.3 MBProgress (2): 1.0/4.9 MB | 0.3/1.3 MBProgress (2): 1.0/4.9 MB | 0.3/1.3 MBProgress (2): 1.0/4.9 MB | 0.3/1.3 MBProgress (2): 1.0/4.9 MB | 0.3/1.3 MBProgress (2): 1.0/4.9 MB | 0.3/1.3 MBProgress (2): 1.0/4.9 MB | 0.3/1.3 MBProgress (2): 1.0/4.9 MB | 0.3/1.3 MBProgress (2): 1.0/4.9 MB | 0.3/1.3 MBProgress (2): 1.0/4.9 MB | 0.3/1.3 MBProgress (2): 1.0/4.9 MB | 0.3/1.3 MBProgress (2): 1.0/4.9 MB | 0.4/1.3 MBProgress (2): 1.1/4.9 MB | 0.4/1.3 MBProgress (3): 1.1/4.9 MB | 0.4/1.3 MB | 16/583 kBProgress (3): 1.1/4.9 MB | 0.4/1.3 MB | 16/583 kBProgress (3): 1.1/4.9 MB | 0.4/1.3 MB | 16/583 kBProgress (3): 1.1/4.9 MB | 0.4/1.3 MB | 16/583 kBProgress (3): 1.1/4.9 MB | 0.4/1.3 MB | 16/583 kBProgress (3): 1.1/4.9 MB | 0.4/1.3 MB | 16/583 kBProgress (3): 1.1/4.9 MB | 0.4/1.3 MB | 16/583 kBProgress (3): 1.1/4.9 MB | 0.4/1.3 MB | 33/583 kBProgress (3): 1.1/4.9 MB | 0.4/1.3 MB | 33/583 kBProgress (3): 1.1/4.9 MB | 0.4/1.3 MB | 33/583 kBProgress (3): 1.1/4.9 MB | 0.4/1.3 MB | 33/583 kBProgress (3): 1.1/4.9 MB | 0.5/1.3 MB | 33/583 kBProgress (3): 1.1/4.9 MB | 0.5/1.3 MB | 49/583 kBProgress (3): 1.1/4.9 MB | 0.5/1.3 MB | 49/583 kBProgress (3): 1.1/4.9 MB | 0.5/1.3 MB | 49/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 49/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 49/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 49/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 49/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 66/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 66/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 66/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 66/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 66/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 82/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 82/583 kBProgress (3): 1.2/4.9 MB | 0.5/1.3 MB | 82/583 kBProgress (3): 1.2/4.9 MB | 0.6/1.3 MB | 82/583 kBProgress (3): 1.2/4.9 MB | 0.6/1.3 MB | 82/583 kBProgress (3): 1.2/4.9 MB | 0.6/1.3 MB | 82/583 kBProgress (3): 1.2/4.9 MB | 0.6/1.3 MB | 82/583 kBProgress (3): 1.2/4.9 MB | 0.6/1.3 MB | 98/583 kBProgress (3): 1.2/4.9 MB | 0.6/1.3 MB | 98/583 kBProgress (3): 1.3/4.9 MB | 0.6/1.3 MB | 98/583 kBProgress (3): 1.3/4.9 MB | 0.6/1.3 MB | 98/583 kBProgress (3): 1.3/4.9 MB | 0.6/1.3 MB | 98/583 kBProgress (3): 1.3/4.9 MB | 0.6/1.3 MB | 115/583 kBProgress (3): 1.3/4.9 MB | 0.6/1.3 MB | 115/583 kBProgress (3): 1.3/4.9 MB | 0.6/1.3 MB | 115/583 kBProgress (3): 1.3/4.9 MB | 0.6/1.3 MB | 115/583 kBProgress (3): 1.3/4.9 MB | 0.6/1.3 MB | 115/583 kBProgress (3): 1.3/4.9 MB | 0.7/1.3 MB | 115/583 kBProgress (3): 1.3/4.9 MB | 0.7/1.3 MB | 115/583 kBProgress (3): 1.3/4.9 MB | 0.7/1.3 MB | 131/583 kBProgress (3): 1.3/4.9 MB | 0.7/1.3 MB | 131/583 kBProgress (3): 1.3/4.9 MB | 0.7/1.3 MB | 131/583 kBProgress (3): 1.3/4.9 MB | 0.7/1.3 MB | 131/583 kBProgress (3): 1.4/4.9 MB | 0.7/1.3 MB | 131/583 kBProgress (3): 1.4/4.9 MB | 0.7/1.3 MB | 131/583 kBProgress (3): 1.4/4.9 MB | 0.7/1.3 MB | 147/583 kBProgress (3): 1.4/4.9 MB | 0.7/1.3 MB | 147/583 kBProgress (3): 1.4/4.9 MB | 0.7/1.3 MB | 147/583 kBProgress (3): 1.4/4.9 MB | 0.7/1.3 MB | 147/583 kBProgress (3): 1.4/4.9 MB | 0.7/1.3 MB | 147/583 kBProgress (3): 1.4/4.9 MB | 0.7/1.3 MB | 164/583 kBProgress (3): 1.4/4.9 MB | 0.7/1.3 MB | 164/583 kBProgress (3): 1.4/4.9 MB | 0.8/1.3 MB | 164/583 kBProgress (3): 1.4/4.9 MB | 0.8/1.3 MB | 164/583 kBProgress (3): 1.4/4.9 MB | 0.8/1.3 MB | 164/583 kBProgress (3): 1.4/4.9 MB | 0.8/1.3 MB | 164/583 kBProgress (3): 1.4/4.9 MB | 0.8/1.3 MB | 164/583 kBProgress (3): 1.4/4.9 MB | 0.8/1.3 MB | 180/583 kBProgress (3): 1.5/4.9 MB | 0.8/1.3 MB | 180/583 kBProgress (3): 1.5/4.9 MB | 0.8/1.3 MB | 180/583 kBProgress (3): 1.5/4.9 MB | 0.8/1.3 MB | 180/583 kBProgress (3): 1.5/4.9 MB | 0.8/1.3 MB | 180/583 kBProgress (3): 1.5/4.9 MB | 0.8/1.3 MB | 180/583 kBProgress (3): 1.5/4.9 MB | 0.8/1.3 MB | 197/583 kBProgress (3): 1.5/4.9 MB | 0.8/1.3 MB | 197/583 kBProgress (3): 1.5/4.9 MB | 0.8/1.3 MB | 197/583 kBProgress (3): 1.5/4.9 MB | 0.9/1.3 MB | 197/583 kBProgress (3): 1.5/4.9 MB | 0.9/1.3 MB | 197/583 kBProgress (3): 1.5/4.9 MB | 0.9/1.3 MB | 197/583 kBProgress (3): 1.5/4.9 MB | 0.9/1.3 MB | 197/583 kBProgress (3): 1.5/4.9 MB | 0.9/1.3 MB | 213/583 kBProgress (3): 1.5/4.9 MB | 0.9/1.3 MB | 213/583 kBProgress (3): 1.5/4.9 MB | 0.9/1.3 MB | 213/583 kBProgress (3): 1.5/4.9 MB | 0.9/1.3 MB | 213/583 kBProgress (3): 1.6/4.9 MB | 0.9/1.3 MB | 213/583 kBProgress (3): 1.6/4.9 MB | 0.9/1.3 MB | 229/583 kBProgress (3): 1.6/4.9 MB | 0.9/1.3 MB | 229/583 kBProgress (3): 1.6/4.9 MB | 0.9/1.3 MB | 229/583 kBProgress (3): 1.6/4.9 MB | 0.9/1.3 MB | 246/583 kBProgress (4): 1.6/4.9 MB | 0.9/1.3 MB | 246/583 kB | 16/183 kBProgress (4): 1.6/4.9 MB | 0.9/1.3 MB | 246/583 kB | 16/183 kBProgress (4): 1.6/4.9 MB | 0.9/1.3 MB | 246/583 kB | 16/183 kBProgress (4): 1.6/4.9 MB | 0.9/1.3 MB | 262/583 kB | 16/183 kBProgress (4): 1.6/4.9 MB | 0.9/1.3 MB | 262/583 kB | 16/183 kBProgress (4): 1.6/4.9 MB | 0.9/1.3 MB | 262/583 kB | 16/183 kBProgress (4): 1.6/4.9 MB | 0.9/1.3 MB | 279/583 kB | 16/183 kBProgress (4): 1.6/4.9 MB | 1.0/1.3 MB | 279/583 kB | 16/183 kBProgress (4): 1.6/4.9 MB | 1.0/1.3 MB | 279/583 kB | 33/183 kBProgress (4): 1.6/4.9 MB | 1.0/1.3 MB | 279/583 kB | 33/183 kBProgress (4): 1.6/4.9 MB | 1.0/1.3 MB | 295/583 kB | 33/183 kBProgress (4): 1.6/4.9 MB | 1.0/1.3 MB | 295/583 kB | 33/183 kBProgress (4): 1.6/4.9 MB | 1.0/1.3 MB | 295/583 kB | 33/183 kBProgress (4): 1.6/4.9 MB | 1.0/1.3 MB | 311/583 kB | 33/183 kBProgress (4): 1.6/4.9 MB | 1.0/1.3 MB | 311/583 kB | 33/183 kBProgress (4): 1.6/4.9 MB | 1.0/1.3 MB | 311/583 kB | 49/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 311/583 kB | 49/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 328/583 kB | 49/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 328/583 kB | 49/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 328/583 kB | 49/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 344/583 kB | 49/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 344/583 kB | 49/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 344/583 kB | 66/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 344/583 kB | 66/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 360/583 kB | 66/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 360/583 kB | 66/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 360/583 kB | 66/183 kBProgress (4): 1.7/4.9 MB | 1.0/1.3 MB | 377/583 kB | 66/183 kBProgress (4): 1.7/4.9 MB | 1.1/1.3 MB | 377/583 kB | 66/183 kBProgress (4): 1.7/4.9 MB | 1.1/1.3 MB | 377/583 kB | 82/183 kBProgress (4): 1.7/4.9 MB | 1.1/1.3 MB | 393/583 kB | 82/183 kBProgress (4): 1.7/4.9 MB | 1.1/1.3 MB | 393/583 kB | 82/183 kBProgress (4): 1.7/4.9 MB | 1.1/1.3 MB | 393/583 kB | 82/183 kBProgress (4): 1.7/4.9 MB | 1.1/1.3 MB | 410/583 kB | 82/183 kBProgress (4): 1.7/4.9 MB | 1.1/1.3 MB | 410/583 kB | 82/183 kBProgress (4): 1.7/4.9 MB | 1.1/1.3 MB | 410/583 kB | 82/183 kBProgress (4): 1.7/4.9 MB | 1.1/1.3 MB | 410/583 kB | 98/183 kBProgress (4): 1.7/4.9 MB | 1.1/1.3 MB | 426/583 kB | 98/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 426/583 kB | 98/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 426/583 kB | 98/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 426/583 kB | 115/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 442/583 kB | 115/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 442/583 kB | 115/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 442/583 kB | 115/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 459/583 kB | 115/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 459/583 kB | 115/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 459/583 kB | 115/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 459/583 kB | 131/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 475/583 kB | 131/183 kBProgress (4): 1.8/4.9 MB | 1.1/1.3 MB | 475/583 kB | 131/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 475/583 kB | 131/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 475/583 kB | 147/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 475/583 kB | 147/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 492/583 kB | 147/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 492/583 kB | 147/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 492/583 kB | 147/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 508/583 kB | 147/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 508/583 kB | 164/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 508/583 kB | 164/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 508/583 kB | 164/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 524/583 kB | 164/183 kBProgress (4): 1.8/4.9 MB | 1.2/1.3 MB | 524/583 kB | 180/183 kBProgress (4): 1.9/4.9 MB | 1.2/1.3 MB | 524/583 kB | 180/183 kBProgress (4): 1.9/4.9 MB | 1.2/1.3 MB | 524/583 kB | 183 kB    Progress (4): 1.9/4.9 MB | 1.2/1.3 MB | 524/583 kB | 183 kBProgress (4): 1.9/4.9 MB | 1.2/1.3 MB | 541/583 kB | 183 kBProgress (4): 1.9/4.9 MB | 1.2/1.3 MB | 541/583 kB | 183 kB                                                           Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/vis-svg-portable-jvm/3.2.0/vis-svg-portable-jvm-3.2.0.jar (183 kB at 219 kB/s)
Progress (3): 1.9/4.9 MB | 1.2/1.3 MB | 541/583 kB                                                  Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-common-portable-jvm/3.2.0/plot-common-portable-jvm-3.2.0.jar
Progress (3): 1.9/4.9 MB | 1.2/1.3 MB | 557/583 kBProgress (3): 1.9/4.9 MB | 1.2/1.3 MB | 557/583 kBProgress (3): 1.9/4.9 MB | 1.3/1.3 MB | 557/583 kBProgress (3): 1.9/4.9 MB | 1.3/1.3 MB | 573/583 kBProgress (3): 1.9/4.9 MB | 1.3/1.3 MB | 573/583 kBProgress (3): 1.9/4.9 MB | 1.3 MB | 573/583 kB    Progress (3): 1.9/4.9 MB | 1.3 MB | 583 kB                                              Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-kotlin-jvm/4.4.1/lets-plot-kotlin-jvm-4.4.1.jar (1.3 MB at 1.5 MB/s)
Progress (2): 1.9/4.9 MB | 583 kB                                 Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-builder-portable-jvm/3.2.0/plot-builder-portable-jvm-3.2.0.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/base-portable-jvm/3.2.0/base-portable-jvm-3.2.0.jar (583 kB at 694 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-config-portable-jvm/3.2.0/plot-config-portable-jvm-3.2.0.jar
Progress (1): 1.9/4.9 MBProgress (1): 2.0/4.9 MBProgress (1): 2.0/4.9 MBProgress (1): 2.0/4.9 MBProgress (2): 2.0/4.9 MB | 0/1.2 MBProgress (2): 2.0/4.9 MB | 0/1.2 MBProgress (2): 2.0/4.9 MB | 0/1.2 MBProgress (2): 2.0/4.9 MB | 0/1.2 MBProgress (2): 2.0/4.9 MB | 0/1.2 MBProgress (2): 2.1/4.9 MB | 0/1.2 MBProgress (2): 2.1/4.9 MB | 0/1.2 MBProgress (2): 2.1/4.9 MB | 0/1.2 MBProgress (2): 2.1/4.9 MB | 0/1.2 MBProgress (2): 2.1/4.9 MB | 0/1.2 MBProgress (2): 2.1/4.9 MB | 0/1.2 MBProgress (2): 2.1/4.9 MB | 0/1.2 MBProgress (2): 2.1/4.9 MB | 0.1/1.2 MBProgress (2): 2.1/4.9 MB | 0.1/1.2 MBProgress (2): 2.2/4.9 MB | 0.1/1.2 MBProgress (2): 2.2/4.9 MB | 0.1/1.2 MBProgress (2): 2.2/4.9 MB | 0.1/1.2 MBProgress (2): 2.2/4.9 MB | 0.1/1.2 MBProgress (2): 2.2/4.9 MB | 0.1/1.2 MBProgress (2): 2.2/4.9 MB | 0.1/1.2 MBProgress (2): 2.2/4.9 MB | 0.1/1.2 MBProgress (2): 2.2/4.9 MB | 0.1/1.2 MBProgress (2): 2.2/4.9 MB | 0.1/1.2 MBProgress (2): 2.3/4.9 MB | 0.1/1.2 MBProgress (2): 2.3/4.9 MB | 0.1/1.2 MBProgress (2): 2.3/4.9 MB | 0.1/1.2 MBProgress (2): 2.3/4.9 MB | 0.1/1.2 MBProgress (2): 2.3/4.9 MB | 0.1/1.2 MBProgress (2): 2.3/4.9 MB | 0.1/1.2 MBProgress (2): 2.3/4.9 MB | 0.1/1.2 MBProgress (2): 2.3/4.9 MB | 0.1/1.2 MBProgress (2): 2.3/4.9 MB | 0.1/1.2 MBProgress (2): 2.3/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.2/1.2 MBProgress (2): 2.4/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.3/1.2 MBProgress (2): 2.5/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.4/1.2 MBProgress (2): 2.6/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.5/1.2 MBProgress (2): 2.7/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.6/1.2 MBProgress (2): 2.8/4.9 MB | 0.7/1.2 MBProgress (2): 2.8/4.9 MB | 0.7/1.2 MBProgress (2): 2.8/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.7/1.2 MBProgress (2): 2.9/4.9 MB | 0.8/1.2 MBProgress (2): 3.0/4.9 MB | 0.8/1.2 MBProgress (2): 3.0/4.9 MB | 0.8/1.2 MBProgress (2): 3.0/4.9 MB | 0.8/1.2 MBProgress (2): 3.0/4.9 MB | 0.8/1.2 MBProgress (2): 3.0/4.9 MB | 0.8/1.2 MBProgress (2): 3.0/4.9 MB | 0.8/1.2 MBProgress (2): 3.0/4.9 MB | 0.8/1.2 MBProgress (2): 3.0/4.9 MB | 0.8/1.2 MBProgress (2): 3.0/4.9 MB | 0.8/1.2 MBProgress (2): 3.0/4.9 MB | 0.8/1.2 MBProgress (2): 3.0/4.9 MB | 0.9/1.2 MBProgress (2): 3.0/4.9 MB | 0.9/1.2 MBProgress (2): 3.0/4.9 MB | 0.9/1.2 MBProgress (2): 3.1/4.9 MB | 0.9/1.2 MBProgress (2): 3.1/4.9 MB | 0.9/1.2 MBProgress (2): 3.1/4.9 MB | 0.9/1.2 MBProgress (2): 3.1/4.9 MB | 0.9/1.2 MBProgress (2): 3.1/4.9 MB | 0.9/1.2 MBProgress (2): 3.1/4.9 MB | 0.9/1.2 MBProgress (2): 3.1/4.9 MB | 0.9/1.2 MBProgress (2): 3.1/4.9 MB | 0.9/1.2 MBProgress (2): 3.1/4.9 MB | 0.9/1.2 MBProgress (2): 3.1/4.9 MB | 1.0/1.2 MBProgress (2): 3.1/4.9 MB | 1.0/1.2 MBProgress (2): 3.1/4.9 MB | 1.0/1.2 MBProgress (2): 3.2/4.9 MB | 1.0/1.2 MBProgress (2): 3.2/4.9 MB | 1.0/1.2 MBProgress (2): 3.2/4.9 MB | 1.0/1.2 MBProgress (2): 3.2/4.9 MB | 1.0/1.2 MBProgress (2): 3.2/4.9 MB | 1.0/1.2 MBProgress (2): 3.2/4.9 MB | 1.0/1.2 MBProgress (2): 3.2/4.9 MB | 1.0/1.2 MBProgress (2): 3.2/4.9 MB | 1.0/1.2 MBProgress (2): 3.2/4.9 MB | 1.1/1.2 MBProgress (2): 3.2/4.9 MB | 1.1/1.2 MBProgress (2): 3.2/4.9 MB | 1.1/1.2 MBProgress (2): 3.2/4.9 MB | 1.1/1.2 MBProgress (2): 3.2/4.9 MB | 1.1/1.2 MBProgress (2): 3.3/4.9 MB | 1.1/1.2 MBProgress (2): 3.3/4.9 MB | 1.1/1.2 MBProgress (2): 3.3/4.9 MB | 1.1/1.2 MBProgress (2): 3.3/4.9 MB | 1.1/1.2 MBProgress (2): 3.3/4.9 MB | 1.1/1.2 MBProgress (2): 3.3/4.9 MB | 1.1/1.2 MBProgress (2): 3.3/4.9 MB | 1.1/1.2 MBProgress (2): 3.3/4.9 MB | 1.1/1.2 MBProgress (2): 3.3/4.9 MB | 1.2/1.2 MBProgress (2): 3.3/4.9 MB | 1.2/1.2 MBProgress (2): 3.3/4.9 MB | 1.2/1.2 MBProgress (2): 3.3/4.9 MB | 1.2 MB    Progress (2): 3.3/4.9 MB | 1.2 MB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-base-portable-jvm/3.2.0/plot-base-portable-jvm-3.2.0.jar (1.2 MB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.21/kotlin-stdlib-common-1.7.21.jar
Progress (1): 3.4/4.9 MBProgress (1): 3.4/4.9 MBProgress (1): 3.4/4.9 MBProgress (1): 3.4/4.9 MBProgress (1): 3.4/4.9 MBProgress (1): 3.4/4.9 MBProgress (1): 3.5/4.9 MBProgress (1): 3.5/4.9 MBProgress (1): 3.5/4.9 MBProgress (1): 3.5/4.9 MBProgress (1): 3.5/4.9 MBProgress (1): 3.5/4.9 MBProgress (1): 3.5/4.9 MBProgress (1): 3.6/4.9 MBProgress (1): 3.6/4.9 MBProgress (1): 3.6/4.9 MBProgress (1): 3.6/4.9 MBProgress (1): 3.6/4.9 MBProgress (1): 3.6/4.9 MBProgress (1): 3.7/4.9 MBProgress (1): 3.7/4.9 MBProgress (1): 3.7/4.9 MBProgress (1): 3.7/4.9 MBProgress (1): 3.7/4.9 MBProgress (1): 3.7/4.9 MBProgress (1): 3.8/4.9 MBProgress (1): 3.8/4.9 MBProgress (1): 3.8/4.9 MBProgress (1): 3.8/4.9 MBProgress (1): 3.8/4.9 MBProgress (1): 3.8/4.9 MBProgress (1): 3.8/4.9 MBProgress (1): 3.9/4.9 MBProgress (1): 3.9/4.9 MBProgress (1): 3.9/4.9 MBProgress (1): 3.9/4.9 MBProgress (1): 3.9/4.9 MBProgress (1): 3.9/4.9 MBProgress (1): 4.0/4.9 MBProgress (1): 4.0/4.9 MBProgress (1): 4.0/4.9 MBProgress (1): 4.0/4.9 MBProgress (1): 4.0/4.9 MBProgress (1): 4.0/4.9 MBProgress (1): 4.1/4.9 MBProgress (1): 4.1/4.9 MBProgress (1): 4.1/4.9 MBProgress (1): 4.1/4.9 MBProgress (1): 4.1/4.9 MBProgress (1): 4.1/4.9 MBProgress (1): 4.2/4.9 MBProgress (1): 4.2/4.9 MBProgress (1): 4.2/4.9 MBProgress (1): 4.2/4.9 MBProgress (1): 4.2/4.9 MBProgress (1): 4.2/4.9 MBProgress (1): 4.3/4.9 MBProgress (1): 4.3/4.9 MBProgress (1): 4.3/4.9 MBProgress (1): 4.3/4.9 MBProgress (1): 4.3/4.9 MBProgress (1): 4.3/4.9 MBProgress (1): 4.3/4.9 MBProgress (1): 4.4/4.9 MBProgress (1): 4.4/4.9 MBProgress (1): 4.4/4.9 MBProgress (1): 4.4/4.9 MBProgress (1): 4.4/4.9 MBProgress (1): 4.4/4.9 MBProgress (1): 4.5/4.9 MBProgress (1): 4.5/4.9 MBProgress (1): 4.5/4.9 MBProgress (1): 4.5/4.9 MBProgress (1): 4.5/4.9 MBProgress (1): 4.5/4.9 MBProgress (1): 4.6/4.9 MBProgress (1): 4.6/4.9 MBProgress (1): 4.6/4.9 MBProgress (1): 4.6/4.9 MBProgress (1): 4.6/4.9 MBProgress (1): 4.6/4.9 MBProgress (1): 4.6/4.9 MBProgress (1): 4.7/4.9 MBProgress (1): 4.7/4.9 MBProgress (1): 4.7/4.9 MBProgress (1): 4.7/4.9 MBProgress (1): 4.7/4.9 MBProgress (1): 4.7/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.8/4.9 MBProgress (1): 4.9/4.9 MBProgress (1): 4.9/4.9 MBProgress (1): 4.9/4.9 MBProgress (1): 4.9/4.9 MBProgress (1): 4.9 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/lets-plot-common/3.2.0/lets-plot-common-3.2.0.jar (4.9 MB at 5.4 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging-jvm/2.0.5/kotlin-logging-jvm-2.0.5.jar
Progress (1): 16/212 kBProgress (1): 33/212 kBProgress (1): 49/212 kBProgress (2): 49/212 kB | 16/924 kBProgress (2): 65/212 kB | 16/924 kBProgress (2): 65/212 kB | 33/924 kBProgress (2): 81/212 kB | 33/924 kBProgress (2): 81/212 kB | 49/924 kBProgress (2): 97/212 kB | 49/924 kBProgress (2): 97/212 kB | 66/924 kBProgress (2): 114/212 kB | 66/924 kBProgress (2): 114/212 kB | 82/924 kBProgress (2): 130/212 kB | 82/924 kBProgress (2): 130/212 kB | 98/924 kBProgress (3): 130/212 kB | 98/924 kB | 0/1.1 MBProgress (3): 147/212 kB | 98/924 kB | 0/1.1 MBProgress (3): 147/212 kB | 115/924 kB | 0/1.1 MBProgress (3): 163/212 kB | 115/924 kB | 0/1.1 MBProgress (3): 163/212 kB | 131/924 kB | 0/1.1 MBProgress (3): 163/212 kB | 131/924 kB | 0/1.1 MBProgress (3): 179/212 kB | 131/924 kB | 0/1.1 MBProgress (3): 179/212 kB | 147/924 kB | 0/1.1 MBProgress (4): 179/212 kB | 147/924 kB | 0/1.1 MB | 16/207 kBProgress (4): 196/212 kB | 147/924 kB | 0/1.1 MB | 16/207 kBProgress (4): 196/212 kB | 147/924 kB | 0/1.1 MB | 16/207 kBProgress (4): 196/212 kB | 164/924 kB | 0/1.1 MB | 16/207 kBProgress (4): 212/212 kB | 164/924 kB | 0/1.1 MB | 16/207 kBProgress (4): 212 kB | 164/924 kB | 0/1.1 MB | 16/207 kB    Progress (4): 212 kB | 180/924 kB | 0/1.1 MB | 16/207 kBProgress (4): 212 kB | 180/924 kB | 0/1.1 MB | 32/207 kBProgress (4): 212 kB | 180/924 kB | 0.1/1.1 MB | 32/207 kB                                                          Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-stdlib-common/1.7.21/kotlin-stdlib-common-1.7.21.jar (212 kB at 232 kB/s)
Progress (3): 197/924 kB | 0.1/1.1 MB | 32/207 kB                                                 Downloading from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-core/5.0.13/jodd-core-5.0.13.jar
Progress (3): 197/924 kB | 0.1/1.1 MB | 49/207 kBProgress (3): 213/924 kB | 0.1/1.1 MB | 49/207 kBProgress (3): 213/924 kB | 0.1/1.1 MB | 49/207 kBProgress (3): 229/924 kB | 0.1/1.1 MB | 49/207 kBProgress (3): 229/924 kB | 0.1/1.1 MB | 65/207 kBProgress (3): 229/924 kB | 0.1/1.1 MB | 65/207 kBProgress (3): 246/924 kB | 0.1/1.1 MB | 65/207 kBProgress (3): 246/924 kB | 0.1/1.1 MB | 81/207 kBProgress (3): 246/924 kB | 0.1/1.1 MB | 81/207 kBProgress (3): 246/924 kB | 0.1/1.1 MB | 98/207 kBProgress (3): 262/924 kB | 0.1/1.1 MB | 98/207 kBProgress (3): 262/924 kB | 0.1/1.1 MB | 98/207 kBProgress (3): 262/924 kB | 0.1/1.1 MB | 114/207 kBProgress (3): 262/924 kB | 0.1/1.1 MB | 114/207 kBProgress (3): 279/924 kB | 0.1/1.1 MB | 114/207 kBProgress (3): 295/924 kB | 0.1/1.1 MB | 114/207 kBProgress (3): 295/924 kB | 0.1/1.1 MB | 131/207 kBProgress (3): 295/924 kB | 0.2/1.1 MB | 131/207 kBProgress (3): 311/924 kB | 0.2/1.1 MB | 131/207 kBProgress (3): 328/924 kB | 0.2/1.1 MB | 131/207 kBProgress (3): 328/924 kB | 0.2/1.1 MB | 147/207 kBProgress (3): 328/924 kB | 0.2/1.1 MB | 147/207 kBProgress (3): 344/924 kB | 0.2/1.1 MB | 147/207 kBProgress (3): 344/924 kB | 0.2/1.1 MB | 147/207 kBProgress (3): 344/924 kB | 0.2/1.1 MB | 163/207 kBProgress (3): 360/924 kB | 0.2/1.1 MB | 163/207 kBProgress (3): 377/924 kB | 0.2/1.1 MB | 163/207 kBProgress (3): 377/924 kB | 0.2/1.1 MB | 163/207 kBProgress (3): 377/924 kB | 0.2/1.1 MB | 180/207 kBProgress (3): 393/924 kB | 0.2/1.1 MB | 180/207 kBProgress (3): 393/924 kB | 0.2/1.1 MB | 180/207 kBProgress (3): 410/924 kB | 0.2/1.1 MB | 180/207 kBProgress (3): 410/924 kB | 0.2/1.1 MB | 196/207 kBProgress (3): 426/924 kB | 0.2/1.1 MB | 196/207 kBProgress (3): 426/924 kB | 0.2/1.1 MB | 196/207 kBProgress (3): 426/924 kB | 0.2/1.1 MB | 207 kB    Progress (3): 442/924 kB | 0.2/1.1 MB | 207 kBProgress (3): 459/924 kB | 0.2/1.1 MB | 207 kBProgress (3): 459/924 kB | 0.3/1.1 MB | 207 kB                                              Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-common-portable-jvm/3.2.0/plot-common-portable-jvm-3.2.0.jar (207 kB at 224 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-props/5.0.13/jodd-props-5.0.13.jar
Progress (2): 475/924 kB | 0.3/1.1 MBProgress (2): 492/924 kB | 0.3/1.1 MBProgress (2): 492/924 kB | 0.3/1.1 MBProgress (2): 508/924 kB | 0.3/1.1 MBProgress (2): 508/924 kB | 0.3/1.1 MBProgress (2): 524/924 kB | 0.3/1.1 MBProgress (2): 541/924 kB | 0.3/1.1 MBProgress (2): 541/924 kB | 0.3/1.1 MBProgress (2): 557/924 kB | 0.3/1.1 MBProgress (2): 573/924 kB | 0.3/1.1 MBProgress (2): 573/924 kB | 0.3/1.1 MBProgress (2): 590/924 kB | 0.3/1.1 MBProgress (2): 590/924 kB | 0.3/1.1 MBProgress (2): 606/924 kB | 0.3/1.1 MBProgress (2): 623/924 kB | 0.3/1.1 MBProgress (2): 623/924 kB | 0.4/1.1 MBProgress (2): 639/924 kB | 0.4/1.1 MBProgress (2): 655/924 kB | 0.4/1.1 MBProgress (2): 655/924 kB | 0.4/1.1 MBProgress (2): 672/924 kB | 0.4/1.1 MBProgress (2): 672/924 kB | 0.4/1.1 MBProgress (2): 688/924 kB | 0.4/1.1 MBProgress (2): 688/924 kB | 0.4/1.1 MBProgress (2): 705/924 kB | 0.4/1.1 MBProgress (2): 705/924 kB | 0.4/1.1 MBProgress (2): 721/924 kB | 0.4/1.1 MBProgress (2): 721/924 kB | 0.4/1.1 MBProgress (2): 737/924 kB | 0.4/1.1 MBProgress (2): 737/924 kB | 0.5/1.1 MBProgress (2): 754/924 kB | 0.5/1.1 MBProgress (2): 754/924 kB | 0.5/1.1 MBProgress (2): 770/924 kB | 0.5/1.1 MBProgress (2): 770/924 kB | 0.5/1.1 MBProgress (2): 786/924 kB | 0.5/1.1 MBProgress (2): 786/924 kB | 0.5/1.1 MBProgress (2): 803/924 kB | 0.5/1.1 MBProgress (2): 803/924 kB | 0.5/1.1 MBProgress (2): 819/924 kB | 0.5/1.1 MBProgress (2): 819/924 kB | 0.5/1.1 MBProgress (2): 836/924 kB | 0.5/1.1 MBProgress (2): 841/924 kB | 0.5/1.1 MBProgress (2): 841/924 kB | 0.6/1.1 MBProgress (2): 857/924 kB | 0.6/1.1 MBProgress (2): 857/924 kB | 0.6/1.1 MBProgress (2): 873/924 kB | 0.6/1.1 MBProgress (2): 873/924 kB | 0.6/1.1 MBProgress (2): 890/924 kB | 0.6/1.1 MBProgress (2): 890/924 kB | 0.6/1.1 MBProgress (2): 906/924 kB | 0.6/1.1 MBProgress (2): 906/924 kB | 0.6/1.1 MBProgress (2): 922/924 kB | 0.6/1.1 MBProgress (2): 924 kB | 0.6/1.1 MB    Progress (2): 924 kB | 0.6/1.1 MBProgress (2): 924 kB | 0.7/1.1 MB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-config-portable-jvm/3.2.0/plot-config-portable-jvm-3.2.0.jar (924 kB at 991 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-dateutil/3.0.17/groovy-dateutil-3.0.17.jar
Progress (1): 0.7/1.1 MBProgress (1): 0.7/1.1 MBProgress (1): 0.7/1.1 MBProgress (2): 0.7/1.1 MB | 16/32 kBProgress (2): 0.7/1.1 MB | 16/32 kBProgress (2): 0.7/1.1 MB | 32 kB   Progress (2): 0.7/1.1 MB | 32 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/io/github/microutils/kotlin-logging-jvm/2.0.5/kotlin-logging-jvm-2.0.5.jar (32 kB at 34 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-datetime/3.0.17/groovy-datetime-3.0.17.jar
Progress (1): 0.8/1.1 MBProgress (1): 0.8/1.1 MBProgress (1): 0.8/1.1 MBProgress (1): 0.8/1.1 MBProgress (1): 0.8/1.1 MBProgress (1): 0.8/1.1 MBProgress (1): 0.9/1.1 MBProgress (1): 0.9/1.1 MBProgress (1): 0.9/1.1 MBProgress (1): 0.9/1.1 MBProgress (1): 0.9/1.1 MBProgress (1): 0.9/1.1 MBProgress (1): 0.9/1.1 MBProgress (1): 1.0/1.1 MBProgress (1): 1.0/1.1 MBProgress (1): 1.0/1.1 MBProgress (1): 1.0/1.1 MBProgress (1): 1.0/1.1 MBProgress (1): 1.0/1.1 MBProgress (1): 1.1/1.1 MBProgress (1): 1.1/1.1 MBProgress (1): 1.1/1.1 MBProgress (1): 1.1 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/lets-plot/plot-builder-portable-jvm/3.2.0/plot-builder-portable-jvm-3.2.0.jar (1.1 MB at 1.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jmx/3.0.17/groovy-jmx-3.0.17.jar
Progress (1): 16/403 kBProgress (1): 32/403 kBProgress (1): 49/403 kBProgress (1): 65/403 kBProgress (1): 81/403 kBProgress (1): 98/403 kBProgress (1): 114/403 kBProgress (1): 131/403 kBProgress (1): 147/403 kBProgress (1): 163/403 kBProgress (1): 180/403 kBProgress (1): 196/403 kBProgress (1): 212/403 kBProgress (1): 229/403 kBProgress (1): 245/403 kBProgress (1): 262/403 kBProgress (1): 278/403 kBProgress (1): 294/403 kBProgress (1): 311/403 kBProgress (1): 327/403 kBProgress (1): 343/403 kBProgress (1): 360/403 kBProgress (1): 376/403 kBProgress (1): 393/403 kBProgress (1): 403 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-core/5.0.13/jodd-core-5.0.13.jar (403 kB at 419 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jsr223/3.0.17/groovy-jsr223-3.0.17.jar
Progress (1): 15 kB                   Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-datetime/3.0.17/groovy-datetime-3.0.17.jar (15 kB at 16 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-sql/3.0.17/groovy-sql-3.0.17.jar
Progress (1): 16/26 kBProgress (1): 26 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/jodd/jodd-props/5.0.13/jodd-props-5.0.13.jar (26 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-templates/3.0.17/groovy-templates-3.0.17.jar
Progress (1): 16/133 kBProgress (1): 32/133 kBProgress (1): 49/133 kBProgress (1): 65/133 kBProgress (1): 81/133 kBProgress (1): 98/133 kBProgress (1): 114/133 kBProgress (1): 131/133 kBProgress (1): 133 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jmx/3.0.17/groovy-jmx-3.0.17.jar (133 kB at 136 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6/ApacheJMeter_java-5.6.jar
Progress (1): 16/17 kBProgress (1): 17 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-jsr223/3.0.17/groovy-jsr223-3.0.17.jar (17 kB at 17 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6/jorphan-5.6.jar
Progress (1): 16/79 kBProgress (1): 32/79 kBProgress (1): 49/79 kBProgress (1): 65/79 kBProgress (1): 79 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-sql/3.0.17/groovy-sql-3.0.17.jar (79 kB at 79 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr/3.5.3/antlr-3.5.3.jar
Progress (1): 16/94 kBProgress (1): 33/94 kBProgress (2): 33/94 kB | 7.4 kBProgress (2): 49/94 kB | 7.4 kB                               Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-dateutil/3.0.17/groovy-dateutil-3.0.17.jar (7.4 kB at 7.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.jar
Progress (1): 66/94 kBProgress (1): 82/94 kBProgress (1): 94 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/groovy/groovy-templates/3.0.17/groovy-templates-3.0.17.jar (94 kB at 93 kB/s)
Progress (1): 16/251 kBProgress (1): 33/251 kBProgress (2): 33/251 kB | 0/1.2 MBProgress (2): 49/251 kB | 0/1.2 MBProgress (2): 66/251 kB | 0/1.2 MBProgress (2): 66/251 kB | 0/1.2 MBProgress (2): 82/251 kB | 0/1.2 MBProgress (2): 82/251 kB | 0/1.2 MBProgress (2): 98/251 kB | 0/1.2 MBProgress (2): 98/251 kB | 0.1/1.2 MBProgress (2): 115/251 kB | 0.1/1.2 MBProgress (2): 115/251 kB | 0.1/1.2 MBProgress (2): 131/251 kB | 0.1/1.2 MBProgress (2): 131/251 kB | 0.1/1.2 MBProgress (2): 147/251 kB | 0.1/1.2 MBProgress (2): 147/251 kB | 0.1/1.2 MBProgress (2): 164/251 kB | 0.1/1.2 MBProgress (2): 164/251 kB | 0.1/1.2 MBProgress (2): 180/251 kB | 0.1/1.2 MBProgress (2): 180/251 kB | 0.1/1.2 MBProgress (2): 197/251 kB | 0.1/1.2 MBProgress (2): 197/251 kB | 0.2/1.2 MBProgress (2): 213/251 kB | 0.2/1.2 MBProgress (2): 213/251 kB | 0.2/1.2 MBProgress (2): 229/251 kB | 0.2/1.2 MBProgress (2): 229/251 kB | 0.2/1.2 MBProgress (2): 246/251 kB | 0.2/1.2 MBProgress (2): 251 kB | 0.2/1.2 MB    Progress (2): 251 kB | 0.2/1.2 MB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/ST4/4.3.1/ST4-4.3.1.jar (251 kB at 240 kB/s)
Progress (1): 0.2/1.2 MBProgress (1): 0.2/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.3/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.4/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (1): 0.5/1.2 MBProgress (2): 0.5/1.2 MB | 16/53 kBProgress (2): 0.5/1.2 MB | 16/53 kBProgress (2): 0.6/1.2 MB | 16/53 kBProgress (2): 0.6/1.2 MB | 32/53 kBProgress (2): 0.6/1.2 MB | 32/53 kBProgress (2): 0.6/1.2 MB | 32/53 kBProgress (2): 0.6/1.2 MB | 32/53 kBProgress (2): 0.6/1.2 MB | 49/53 kBProgress (2): 0.6/1.2 MB | 49/53 kBProgress (2): 0.6/1.2 MB | 53 kB   Progress (2): 0.6/1.2 MB | 53 kBProgress (2): 0.7/1.2 MB | 53 kB                                Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/ApacheJMeter_java/5.6/ApacheJMeter_java-5.6.jar (53 kB at 50 kB/s)
Progress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.7/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.8/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 0.9/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.0/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.1/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2/1.2 MBProgress (1): 1.2 MB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr/3.5.3/antlr-3.5.3.jar (1.2 MB at 1.1 MB/s)
Progress (1): 16/211 kBProgress (1): 33/211 kBProgress (1): 49/211 kBProgress (1): 66/211 kBProgress (1): 82/211 kBProgress (1): 98/211 kBProgress (1): 115/211 kBProgress (1): 131/211 kBProgress (1): 147/211 kBProgress (1): 164/211 kBProgress (1): 180/211 kBProgress (1): 197/211 kBProgress (1): 211 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jmeter/jorphan/5.6/jorphan-5.6.jar (211 kB at 194 kB/s)
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.364 s
[INFO] Finished at: 2023-08-09T22:19:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #313

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/313/display/redirect?page=changes>

Changes:

[Shawn McKinney] FC323 + add role load tests


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision b009f28b815a32a3cbd158f95eeb4ea41a199c86 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b009f28b815a32a3cbd158f95eeb4ea41a199c86 # timeout=10
Commit message: "FC323 + add role load tests"
 > git rev-list --no-walk fac8024b12c8060d0daccee5afedc1001c8ac042 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins5709552178229936319.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Image is up to date for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=a645c9dcb8431bc4da95d9b7c34be8115ed7177bef9a8898f5c470b6aa470f48
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} a645c9dcb8431bc4da95d9b7c34be8115ed7177bef9a8898f5c470b6aa470f48
+ CONTAINER_PORT=38274
+ echo 38274
38274
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=38274/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.0-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.815 s
[INFO] Finished at: 2023-08-06T22:19:26Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #312

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/312/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision fac8024b12c8060d0daccee5afedc1001c8ac042 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fac8024b12c8060d0daccee5afedc1001c8ac042 # timeout=10
Commit message: "to latest jmeter plugin"
 > git rev-list --no-walk fac8024b12c8060d0daccee5afedc1001c8ac042 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins11519847018196049119.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
a4f632852d54: Waiting
b6207c3d295d: Waiting
a19932ada9c6: Waiting
50a174dd8578: Waiting
4e4231e30efc: Waiting
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
a4f632852d54: Download complete
b6207c3d295d: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=1aa6eaff06cbf1051f42abb9a112426a0a23fa7a81c399e6deaa37a1d9ae82c0
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 1aa6eaff06cbf1051f42abb9a112426a0a23fa7a81c399e6deaa37a1d9ae82c0
+ CONTAINER_PORT=38273
+ echo 38273
38273
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=38273/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.0-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.353 s
[INFO] Finished at: 2023-08-05T22:19:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #311

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/311/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision fac8024b12c8060d0daccee5afedc1001c8ac042 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fac8024b12c8060d0daccee5afedc1001c8ac042 # timeout=10
Commit message: "to latest jmeter plugin"
 > git rev-list --no-walk fac8024b12c8060d0daccee5afedc1001c8ac042 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins2654963725583578776.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
50a174dd8578: Waiting
a19932ada9c6: Waiting
a4f632852d54: Waiting
b6207c3d295d: Waiting
4e4231e30efc: Waiting
202a34e7968e: Verifying Checksum
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Verifying Checksum
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
a4f632852d54: Download complete
a19932ada9c6: Download complete
b6207c3d295d: Verifying Checksum
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=2b4bcbc138fddbe55aa15dc1a642e512ab8ba444af65458b386965bd724377a1
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 2b4bcbc138fddbe55aa15dc1a642e512ab8ba444af65458b386965bd724377a1
+ CONTAINER_PORT=37976
+ echo 37976
37976
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=37976/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.0-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.050 s
[INFO] Finished at: 2023-07-29T22:19:45Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Directory » dir-fortress-core-docker-apacheds-test #310

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/310/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds42 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/directory-fortress-core.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/directory-fortress-core.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://gitbox.apache.org/repos/asf/directory-fortress-core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision fac8024b12c8060d0daccee5afedc1001c8ac042 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fac8024b12c8060d0daccee5afedc1001c8ac042 # timeout=10
Commit message: "to latest jmeter plugin"
 > git rev-list --no-walk fac8024b12c8060d0daccee5afedc1001c8ac042 # timeout=10
[dir-fortress-core-docker-apacheds-test] $ /bin/sh -xe /tmp/jenkins6524510551367168243.sh
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/home/jenkins/tools/maven/latest/bin
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ mvn -v
Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f)
Maven home: /home/jenkins/tools/maven/latest
Java version: 1.8.0_362, vendor: Temurin, runtime: /usr/local/asfpackages/java/adoptium-jdk-8u362-b09/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-212-generic", arch: "amd64", family: "unix"
+ src/docker/apacheds-for-apache-fortress-tests/run-tests.sh
+ docker pull apachedirectory/apacheds-for-apache-fortress-tests
Using default tag: latest
latest: Pulling from apachedirectory/apacheds-for-apache-fortress-tests
a2abf6c4d29d: Pulling fs layer
2bbde5250315: Pulling fs layer
202a34e7968e: Pulling fs layer
4e4231e30efc: Pulling fs layer
50a174dd8578: Pulling fs layer
a19932ada9c6: Pulling fs layer
a4f632852d54: Pulling fs layer
b6207c3d295d: Pulling fs layer
a19932ada9c6: Waiting
b6207c3d295d: Waiting
a4f632852d54: Waiting
4e4231e30efc: Waiting
50a174dd8578: Waiting
202a34e7968e: Verifying Checksum
202a34e7968e: Download complete
2bbde5250315: Verifying Checksum
2bbde5250315: Download complete
a2abf6c4d29d: Download complete
50a174dd8578: Verifying Checksum
50a174dd8578: Download complete
4e4231e30efc: Verifying Checksum
4e4231e30efc: Download complete
a4f632852d54: Verifying Checksum
a4f632852d54: Download complete
a19932ada9c6: Verifying Checksum
a19932ada9c6: Download complete
b6207c3d295d: Verifying Checksum
b6207c3d295d: Download complete
a2abf6c4d29d: Pull complete
2bbde5250315: Pull complete
202a34e7968e: Pull complete
4e4231e30efc: Pull complete
50a174dd8578: Pull complete
a19932ada9c6: Pull complete
a4f632852d54: Pull complete
b6207c3d295d: Pull complete
Digest: sha256:bb4d4381b620f64d67b722039402b21453cbdd8c95f926d2c832f682c940fc6c
Status: Downloaded newer image for apachedirectory/apacheds-for-apache-fortress-tests:latest
docker.io/apachedirectory/apacheds-for-apache-fortress-tests:latest
+ docker run -d -P apachedirectory/apacheds-for-apache-fortress-tests
+ CONTAINER_ID=75c8de5ae72e20b192f034f5ff29614025e369cc2783ed2238b96ba68df39c5c
+ docker inspect --format={{(index (index .NetworkSettings.Ports "10389/tcp") 0).HostPort}} 75c8de5ae72e20b192f034f5ff29614025e369cc2783ed2238b96ba68df39c5c
+ CONTAINER_PORT=37659
+ echo 37659
37659
+ cp build.properties.example build.properties
+ sed -i s/^ldap\.server\.type=.*/ldap.server.type=apacheds/ build.properties
+ sed -i s/^ldap\.host=.*/ldap.host=localhost/ build.properties
+ sed -i s/^ldap\.port=.*/ldap.port=37659/ build.properties
+ sed -i s/^suffix\.name=.*/suffix.name=example/ build.properties
+ sed -i s/^suffix\.dc=.*/suffix.dc=com/ build.properties
+ sed -i s/^root\.dn=.*/root.dn=uid=admin,ou=system/ build.properties
+ sed -i s/^root\.pw=.*/root.pw={SSHA}pSOV2TpCxj2NMACijkcMko4fGrFopctU/ build.properties
+ sed -i s/^cfg\.root\.pw=.*/cfg.root.pw=secret/ build.properties
+ mvn clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.directory.fortress:fortress-core:jar:3.0.0-SNAPSHOT
[WARNING] Reporting configuration should be done in <reporting> section, not in maven-site-plugin <configuration> as reportPlugins parameter.
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ------------< org.apache.directory.fortress:fortress-core >-------------
[INFO] Building Apache Fortress Core 3.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:compile (default-compile)'
[WARNING] Parameter 'showDeprecations' is unknown for plugin 'maven-compiler-plugin:3.8.1:testCompile (default-testCompile)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ fortress-core ---
[INFO] Deleting <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target>
[INFO] 
[INFO] --- resources:3.1.0:copy-resources (copy-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- remote-resources:1.5:process (default) @ fortress-core ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ fortress-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ fortress-core ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-apacheds-test/ws/target/classes>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.076 s
[INFO] Finished at: 2023-07-22T22:19:42Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project fortress-core: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure