Issue 23772: pymonotonic() gone backward on "AMD64 Debian root 3.x" buildbot (original) (raw)
I would be interested to know the Linux version of this buildbot slave.
Maybe the slave is running in a VM and it's a virtualization issue? If it's the case, should Python fix the bug? Or should we just remove the assertion?
http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.x/builds/1943/steps/test/logs/stdio
python: Python/pytime.c:221: pymonotonic: Assertion `last.tv_usec == -1 || tp->tv_sec > last.tv_sec || (tp->tv_sec == last.tv_sec && tp->tv_usec >= last.tv_usec)' failed. Fatal Python error: Aborted
Thread 0x00002b9135bc4700 (most recent call first): File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_gc.py", line 364 in sleeper_gen File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_gc.py", line 390 in make_nested File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_gc.py", line 395 in run_thread File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/threading.py", line 871 in run File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/threading.py", line 923 in _bootstrap_inner File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/threading.py", line 891 in _bootstrap
Current thread 0x00002b91355c1700 (most recent call first): File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_gc.py", line 364 in sleeper_gen File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_gc.py", line 390 in make_nested File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_gc.py", line 395 in run_thread File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/threading.py", line 871 in run File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/threading.py", line 923 in _bootstrap_inner File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/threading.py", line 891 in _bootstrap