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/09/09 22:19:56 UTC

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

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

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