== CPython 3.7.0a0 (heads/master-dirty:f58e6e2, Sep 4 2017, 20:50:55) [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] == Darwin-16.7.0-x86_64-i386-64bit little-endian == cwd: /Users/nas/src/cpython-startup/build-debug/build/test_python_67696 == CPU count: 8 == encodings: locale=UTF-8, FS=utf-8 Run tests sequentially 0:00:00 load avg: 1.80 [1/1] test_datetime test_folds (test.datetimetester.IranTest_Pure) ... ERROR test_gaps (test.datetimetester.IranTest_Pure) ... ERROR [...] test_tricky (test.datetimetester.TestTimezoneConversions_Fast) ... ok test_folds (test.datetimetester.ZoneInfoTest_Fast) ... ERROR test_gaps (test.datetimetester.ZoneInfoTest_Fast) ... ERROR test_system_transitions (test.datetimetester.ZoneInfoTest_Fast) ... test test_datetime failed ERROR ====================================================================== ERROR: test_folds (test.datetimetester.IranTest_Pure) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4787, in test_folds ldt = tz.fromutc(udt.replace(tzinfo=tz)) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ====================================================================== ERROR: test_gaps (test.datetimetester.IranTest_Pure) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4810, in test_gaps ldt = tz.fromutc(udt) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ====================================================================== ERROR: test_system_transitions (test.datetimetester.IranTest_Pure) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4853, in test_system_transitions tzdt = datetime.fromtimestamp(s, tz).replace(tzinfo=None) File "/Users/nas/src/cpython-startup/Lib/datetime.py", line 1468, in fromtimestamp return cls._fromtimestamp(t, tz is not None, tz) File "/Users/nas/src/cpython-startup/Lib/datetime.py", line 1457, in _fromtimestamp result = tz.fromutc(result) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ====================================================================== ERROR: test_folds (test.datetimetester.ZoneInfoTest_Pure) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4787, in test_folds ldt = tz.fromutc(udt.replace(tzinfo=tz)) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ====================================================================== ERROR: test_gaps (test.datetimetester.ZoneInfoTest_Pure) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4810, in test_gaps ldt = tz.fromutc(udt) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ====================================================================== ERROR: test_system_transitions (test.datetimetester.ZoneInfoTest_Pure) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4853, in test_system_transitions tzdt = datetime.fromtimestamp(s, tz).replace(tzinfo=None) File "/Users/nas/src/cpython-startup/Lib/datetime.py", line 1468, in fromtimestamp return cls._fromtimestamp(t, tz is not None, tz) File "/Users/nas/src/cpython-startup/Lib/datetime.py", line 1457, in _fromtimestamp result = tz.fromutc(result) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ====================================================================== ERROR: test_folds (test.datetimetester.IranTest_Fast) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4787, in test_folds ldt = tz.fromutc(udt.replace(tzinfo=tz)) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ====================================================================== ERROR: test_gaps (test.datetimetester.IranTest_Fast) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4810, in test_gaps ldt = tz.fromutc(udt) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ====================================================================== ERROR: test_system_transitions (test.datetimetester.IranTest_Fast) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4853, in test_system_transitions tzdt = datetime.fromtimestamp(s, tz).replace(tzinfo=None) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ====================================================================== ERROR: test_folds (test.datetimetester.ZoneInfoTest_Fast) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4787, in test_folds ldt = tz.fromutc(udt.replace(tzinfo=tz)) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ====================================================================== ERROR: test_gaps (test.datetimetester.ZoneInfoTest_Fast) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4810, in test_gaps ldt = tz.fromutc(udt) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ====================================================================== ERROR: test_system_transitions (test.datetimetester.ZoneInfoTest_Fast) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4853, in test_system_transitions tzdt = datetime.fromtimestamp(s, tz).replace(tzinfo=None) File "/Users/nas/src/cpython-startup/Lib/test/datetimetester.py", line 4626, in fromutc idx = bisect.bisect_right(self.ut, timestamp) AttributeError: module 'bisect' has no attribute 'bisect_right' ---------------------------------------------------------------------- Ran 712 tests in 4.917s FAILED (errors=12, skipped=8) test_datetime failed 1 test failed: test_datetime Total duration: 5 sec Tests result: FAILURE