The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL Refleaks 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1431/builds/152
Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): =================================================== == Captured traceback ================== Traceback (most recent call last): File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 291, in test_str self.assertEqual(str(tz), tz.tzname(None)) ^^^^^^^^^ AttributeError: 'float' object has no attribute 'tzname' Traceback (most recent call last): File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 6303, in test_folds for x in [0 * shift, 0.5 * shift, shift - timedelta.resolution]: ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ TypeError: unsupported operand type(s) for -: 'datetime.timedelta' and 'str' Traceback (most recent call last): File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 6325, in test_gaps for x in [0 * shift, 0.5 * shift, shift - timedelta.resolution]: ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ TypeError: unsupported operand type(s) for -: 'datetime.timedelta' and 'str' Traceback (most recent call last): File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 889, in test_microsecond_rounding eq(td(microseconds=0.5)//td.resolution, 0.5*td.resolution//td.resolution) ~~~~~~~~~~~~~~~~~~~~^^~~~~~~~~~~~~~ TypeError: unsupported operand type(s) for //: 'datetime.timedelta' and 'str' Traceback (most recent call last): File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 304, in test_class_members self.assertEqual(timezone.min.utcoffset(None), -limit) ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'float' object has no attribute 'utcoffset' Traceback (most recent call last): File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 833, in test_overflow td = timedelta.min + tiny ~~~~~~~~~~~~~~^~~~~~ TypeError: unsupported operand type(s) for +: 'datetime.timedelta' and 'str' Traceback (most recent call last): File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 410, in test_aware_datetime self.assertEqual(tz.tzname(t), ^^^^^^^^^ AttributeError: 'float' object has no attribute 'tzname' Traceback (most recent call last): File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 824, in test_resolution_info self.assertIsInstance(timedelta.resolution, timedelta) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'dst' is not an instance of <class 'datetime.timedelta'> Test report =========== Failed tests: - test_free_threading Failed subtests: - test_gaps - test.datetimetester.ZoneInfoTest_Fast.test_gaps - test_folds - test.datetimetester.ZoneInfoTest_Fast.test_folds - test_microsecond_rounding - test.datetimetester.TestTimeDelta_Fast.test_microsecond_rounding - test_overflow - test.datetimetester.TestTimeDelta_Fast.test_overflow - test_class_members - test.datetimetester.TestTimeZone_Fast.test_class_members - test_resolution_info - test.datetimetester.TestTimeDelta_Fast.test_resolution_info - test_aware_datetime - test.datetimetester.TestTimeZone_Fast.test_aware_datetime - test_str - test.datetimetester.TestTimeZone_Fast.test_str Sincerely, -The Buildbot _______________________________________________ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com