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/08/12 22:19:35 UTC

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

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

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