iwasakims opened a new pull request, #1240: URL: https://github.com/apache/bigtop/pull/1240
https://issues.apache.org/jira/browse/BIGTOP-4067 The error is emitted on running tests. Since --enable-optimizations makes the tests mandatory, we can skip tests by removing [the configure option](https://github.com/apache/bigtop/blob/db4ddc1bfeeaa048658d7805e7f9dfbec09b0fec/bigtop_toolchain/manifests/packages.pp#L413). ``` 0:08:41 load avg: 0.67 [256/399] test_poplib Exception in thread Thread-332: Traceback (most recent call last): File "/usr/src/Python-2.7.14/Lib/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/src/Python-2.7.14/Lib/test/test_poplib.py", line 132, in run asyncore.loop(timeout=0.1, count=1) ...(snip) File "/usr/src/Python-2.7.14/Lib/ssl.py", line 554, in __init__ self._context.load_cert_chain(certfile, keyfile) SSLError: [SSL: EE_KEY_TOO_SMALL] ee key too small (_ssl.c:2693) ``` Since --enable-optimizations makes the tests mandatory, we can skip tests by removing [the configure option](https://github.com/apache/bigtop/blob/db4ddc1bfeeaa048658d7805e7f9dfbec09b0fec/bigtop_toolchain/manifests/packages.pp#L413). Since migrating to Python 3 is the right fix, just removing `--enable-optimizations` on Rocky Linux 9 should be enough as a short-term fix. -- 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]
