See <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-test/322/display/redirect?page=changes>
Changes: [Shawn McKinney] FC-323 - Refine the JMeter tests + new tests bindUser and CheckAccess [Shawn McKinney] remove extraneous debug [Shawn McKinney] FC-323 - Refine the JMeter tests [Shawn McKinney] FC-323 + bindUser [Shawn McKinney] FC-323 cleanup [Shawn McKinney] FC-323 refine asserts add CheckRole test [Shawn McKinney] FC-323 more cleanup [Shawn McKinney] FC-323 more cleanup [Shawn McKinney] FC-323 document and cleanup role and perms [Shawn McKinney] FC-323 refine error handling [Shawn McKinney] FC-323 + password operand [Shawn McKinney] FC-323 - verify from CheckUser [Shawn McKinney] some fmting [Shawn McKinney] FC-323 - role added as system property [Shawn McKinney] FC-323 fmt and refine [Shawn McKinney] FC-323 + tables / additional info [Shawn McKinney] FC-323 + fmt ------------------------------------------ Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds25 (ubuntu) in workspace <https://ci-builds.apache.org/job/Directory/job/dir-fortress-core-docker-openldap-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-openldap-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 27dd7e02b1f875d5e162fe6efe4df8abd07340f9 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 27dd7e02b1f875d5e162fe6efe4df8abd07340f9 # timeout=10 Commit message: "FC-323 + fmt" > git rev-list --no-walk a5f6a9d6762b6ec63815908276178d7ea7f1aff5 # timeout=10 [dir-fortress-core-docker-openldap-test] $ /bin/sh -xe /tmp/jenkins14693167750058638621.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/openldap-for-apache-fortress-tests/run-tests.sh + docker pull apachedirectory/openldap-for-apache-fortress-tests Using default tag: latest latest: Pulling from apachedirectory/openldap-for-apache-fortress-tests Digest: sha256:ccd2ea3dfcb970ec424789c5c3cdf98fb0b9db50c2d1d1c124b39cc0dbcab2c3 Status: Image is up to date for apachedirectory/openldap-for-apache-fortress-tests:latest docker.io/apachedirectory/openldap-for-apache-fortress-tests:latest + docker run -d -P apachedirectory/openldap-for-apache-fortress-tests + CONTAINER_ID=5e6a6f70c1cbc8e46f9b1b21ab5217a4df71b1df2579db818f4654a03266ce04 + docker inspect --format={{(index (index .NetworkSettings.Ports "389/tcp") 0).HostPort}} 5e6a6f70c1cbc8e46f9b1b21ab5217a4df71b1df2579db818f4654a03266ce04 + CONTAINER_PORT=35715 + echo 35715 35715 + cp build.properties.example build.properties + cp slapd.properties.example slapd.properties + sed -i s/^ldap\.host=.*/ldap.host=localhost/ slapd.properties + sed -i s/^ldap\.port=.*/ldap.port=35715/ slapd.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-openldap-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-openldap-test/ws/target/classes> [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.855 s [INFO] Finished at: 2023-07-05T15:20: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
