On 10/08/2021 14:56, Konstantin Kolinko wrote:
вт, 10 авг. 2021 г. в 15:02, jean-frederic clere <[email protected]>:Hi, I have the following failure with ant test: [concat] TEST-org.apache.tomcat.util.net.TestSSLHostConfigCompat.APR.txt [concat] TEST-org.apache.tomcat.util.net.TestSSLHostConfigCompat.NIO.txt [concat] TEST-org.apache.tomcat.util.net.TestSSLHostConfigCompat.NIO2.txt [concat] TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt [concat] TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.NIO.txt [concat] TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.NIO2.txt [concat] TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.APR.txt [concat] TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.NIO.txt [concat] TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.NIO2.txt The ciphers ones are not new for me on fedora, the TestSSLHostConfigCompat ones look new, is anyone seeing those? I was trying with openssl/"master".Looking at Apache Gump, - tomcat/10.1.x (main) fails to compile Apparently Gunp tries to build it with Java 8 instead of Java 11
Well according to http://vmgump.apache.org/ the VM is for java-8-openjdk, not sure how to get a Java11 VM.
- tomcat//10.0.x with APR: http://vmgump.apache.org/tomcat-10.0.x/tomcat-10.0.x-test-apr/index.html Two failing tests: [concat] Testsuites with failed tests: [concat] TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt [concat] TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.APR.txt Content of those log files: The first one: http://vmgump.apache.org/tomcat-10.0.x/tomcat-10.0.x-test-apr/gump_file/TEST-org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt.html [[[ Testsuite: org.apache.tomcat.util.net.openssl.ciphers.TestCipher Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec ------------- Standard Error ----------------- /srv/gump/public/workspace/openssl-master/dest-20210810/bin/openssl: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory /srv/gump/public/workspace/openssl-master/dest-20210810/bin/openssl: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory /srv/gump/public/workspace/openssl-master/dest-20210810/bin/openssl: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory ------------- ---------------- --------------- [...] Testcase: testOpenSSLCipherAvailability took 0.001 sec FAILED Unavailable cipher suites: [...SKIPPED a list of 160 cipher names...] expected:<0> but was:<160> at org.apache.tomcat.util.net.openssl.ciphers.TestCipher.testOpenSSLCipherAvailability(TestCipher.java:97) ]]] The second one: http://vmgump.apache.org/tomcat-10.0.x/tomcat-10.0.x-test-apr/gump_file/TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.APR.txt.html Clicking on "Complete File" to see the content, it is the same error throughout the file: /srv/gump/public/workspace/openssl-master/dest-20210810/bin/openssl: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
Not sure what is wrong there... it seems we depend on openssl and it looks like we have the right version (building master it seems).
Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
-- Cheers Jean-Frederic --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
