Created attachment 617052 [details] build.log 3.6.10 ====================================================================== FAIL: test_poll (__main__.SelectEINTRTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.6.10/work/Python-3.6.10/Lib/test/eintrdata/eintr_tester.py", line 454, in test_poll self.assertGreaterEqual(dt, self.sleep_time) AssertionError: 0.19999999995343387 not greater than or equal to 0.2 ====================================================================== FAIL: test_select (__main__.SelectEINTRTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.6.10/work/Python-3.6.10/Lib/test/eintrdata/eintr_tester.py", line 442, in test_select self.assertGreaterEqual(dt, self.sleep_time) AssertionError: 0.19999999995343387 not greater than or equal to 0.2
Created attachment 617054 [details] build.log 3.7.6
Created attachment 617056 [details] emerge --info
As with bug 716062, I suspect this is a kernel/hardware issue.
*** Bug 716062 has been marked as a duplicate of this bug. ***
Just for the record: another subtest is also affected: ====================================================================== FAIL: test_sleep (__main__.TimeEINTRTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/tmp/portage/dev-lang/python-3.7.7-r2/work/Python-3.7.7/Lib/test/eintrdata/eintr_tester.py", line 379, in test_sleep self.assertGreaterEqual(dt, self.sleep_time) AssertionError: 0.19999999995343387 not greater than or equal to 0.2