adamreeve commented on PR #44990: URL: https://github.com/apache/arrow/pull/44990#issuecomment-2533540867
The test failures look like they might be caused by https://github.com/openssl/openssl/issues/21955 The failing ASAN test run is using OpenSSL 3.02, but builds with other versions are passing. Eg. the Ubuntu 20.04 build uses OpenSSL 1.1.1f and the Conda build has OpenSSL 3.3.2. The fix for this was backported to the 3.0 branch and released in 3.0.13 (https://github.com/openssl/openssl/pull/23102), but Ubuntu 22.04 still uses 3.0.2. If there's not an easy way around this, maybe we need a slower code path for 3.0.2 that creates a new context each time? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
