[issue28874] test_logging fails and freezes

2021-05-05 Thread Nak
Nak added the comment: And the day came... Thank you very much wim.glenn I had this issue when building python 3.6.4 -- nosy: +NaKroTeK ___ Python tracker ___

[issue28874] test_logging fails and freezes

2021-04-27 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28874] test_logging fails and freezes

2021-04-24 Thread wim glenn
wim glenn added the comment: I was seeing this problem when building 3.6.4. Fixed it by replacing the test cert with a newer one from 3.6.13: curl https://raw.githubusercontent.com/python/cpython/v3.6.13/Lib/test/keycert.pem > ./Lib/test/keycert.pem Hope this helps someone else one

[issue28874] test_logging fails and freezes

2020-10-08 Thread STINNER Victor
STINNER Victor added the comment: Python 3.5 is no longer supported (no bugfix, no security fix). This issue is closed. -- ___ Python tracker ___

[issue28874] test_logging fails and freezes

2020-10-08 Thread Leo kirotawa silva
Leo kirotawa silva added the comment: I'm facing similar issue with test_logging in python3.5.2-2ubuntu0~16.04.12. Test just get hangs and so, our builders kill the build process without a successful ending. [1/1] test_locale 1 test OK. [1/1] test_logging E: Build killed with signal TERM

[issue28874] test_logging fails and freezes

2019-05-17 Thread Yury
Yury added the comment: And same happens to me when building version 3.7.3. I'm building with gcc (GCC) 4.8.5. -- ___ Python tracker ___

[issue28874] test_logging fails and freezes

2019-05-17 Thread Yury
Yury added the comment: I am observing this issue while building 3.6.8 version on CentOS 7.6. Shall we reopen the bug? Thanks, Yury. -- nosy: +scrutari ___ Python tracker

[issue28874] test_logging fails and freezes

2018-07-02 Thread STINNER Victor
STINNER Victor added the comment: Extract of cpython-testlogging.log: 0:08:58 [198/404] test_logging --- Logging error --- Traceback (most recent call last): File "/mnt/d/Share/source/cpython-master/Lib/logging/handlers.py", line 634, in emit self.send(s) File

[issue28874] test_logging fails and freezes

2016-12-12 Thread Whitequill Riclo
Whitequill Riclo added the comment: my OS is Ubuntu on Windows 10 . The new Linux subsystem for Windows 10 Linux version 3.4.0-Microsoft (micros...@microsoft.com) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Wed Dec 31 14:42:53 PST 2014

[issue28874] test_logging fails and freezes

2016-12-08 Thread STINNER Victor
STINNER Victor added the comment: What is your OS? A Linux on bare metal? Or a container? What are versions of Linux kernel, libc and C compiler? Or more generally the name and verison of your Linux distro? There are many errors: * test_fcntl failed * test_import failed * test_epoll failed

[issue28874] test_logging fails and freezes

2016-12-04 Thread Martin Panter
Changes by Martin Panter : -- title: test_logging fails -> test_logging fails and freezes type: -> behavior ___ Python tracker ___