[issue37544] Test hang causes --enable-optimizations build to hang

2019-08-08 Thread Jarek Zgoda
Jarek Zgoda added the comment: Not really. I tried with limited test list and I keep getting the exact same failure in test_logging, moreover build passes all tests on all other machines we have. I guess this is some weird isolated issue not related to Python at all so I'm closing

[issue37544] Test hang causes --enable-optimizations build to hang

2019-07-30 Thread Jarek Zgoda
Change by Jarek Zgoda : Added file: https://bugs.python.org/file48519/test.pythoninfo.libressl-2.9.2.txt ___ Python tracker <https://bugs.python.org/issue37544> ___ ___

[issue37544] Test hang causes --enable-optimizations build to hang

2019-07-23 Thread Jarek Zgoda
Jarek Zgoda added the comment: Thank you for the information. The build system is standard Ubuntu 18.04.2 and openssl is system provided. I will try to build Python against other openssl versions, as well against libressl. -- ___ Python tracker

[issue37544] Multiple test failures during build

2019-07-11 Thread Jarek Zgoda
Jarek Zgoda added the comment: make test output from unoptimized build with --disable-shared --prefix=/opt/python-3.7.4 -- Added file: https://bugs.python.org/file48468/3.7.4-test_output.txt ___ Python tracker <https://bugs.python.org/issue37

[issue37544] Multiple test failures during build

2019-07-11 Thread Jarek Zgoda
Jarek Zgoda added the comment: test.pythoninfo output -- Added file: https://bugs.python.org/file48467/test.pythoninfo.txt ___ Python tracker <https://bugs.python.org/issue37

[issue37544] Multiple test failures during build

2019-07-10 Thread Jarek Zgoda
New submission from Jarek Zgoda : I'm trying to build Python-3.7.4 from release tarball. Configure line: ./configure --prefix=/opt/python-3.7.4 --disable-shared --enable-optimizations System: Ubuntu 18.04.2 amd64, 4.15.0-54-generic #58-Ubuntu SMP Build fails. -- components: