On 3/2/20 9:46 AM, Brian Burch wrote: > Hmm, perhaps +1...? > > Sorry to raise a problem, but "mvn clean install" gets three test > failures for me when running under:- > > OpenJDK 64-Bit Server VM (build 11.0.5+10-post-Ubuntu-0ubuntu1.1, mixed > mode, sharing > > Do you think this is a local environment error, or something more > general which ought to be fixed before general release? > > KeyDerivationServiceIT.testAddDerivedKeys:273->checkKeyNumber:186 Unkown > JVM/keysize: 'Private Build' / 5 > [ERROR] > KeyDerivationServiceIT.testModifyDerivedKeys:350->checkKeyNumber:186 > Unkown JVM/keysize: 'Private Build' / 5 > [ERROR] > KeyDerivationServiceIT.testModifyDerivedKeysWithoutPrincipalName:489->checkKeyNumber:186 > Unkown JVM/keysize: 'Private Build' / 5 > [INFO]
Can you post the output of `mvn -v` please? Those three failures are caused by "unknown" JVM, see code [1]. Not sure why the vendor is "Private Build"? Do you use a custom Java build? I also tested with Java 11 where it works, for reference that's my output: ``` JAVA_HOME=/usr/lib/jvm/java-11-openjdk mvn -v Apache Maven 3.6.3 (NON-CANONICAL_2019-11-27T20:26:29Z_root) Maven home: /opt/maven Java version: 11.0.5, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-11-openjdk Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.4.6-arch1-1", arch: "amd64", family: "unix" ``` Kind Regards, Stefan [1] https://github.com/apache/directory-server/blob/faa1249f49dea0c3af39e7312c18583ce2b1012b/server-integ/src/test/java/org/apache/directory/server/kerberos/KeyDerivationServiceIT.java#L186 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org For additional commands, e-mail: dev-h...@directory.apache.org