[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
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/116 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: 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 823, in test_resolution_info self.assertEqual(timedelta.resolution, timedelta(0, 0, 1)) ^^ AssertionError: datetime.timedelta(days=-9) != datetime.timedelta(microseconds=1) Traceback (most recent call last): File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 6299, in test_folds udt = dt + x ~~~^~~ OverflowError: date value out of range Traceback (most recent call last): File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 6321, in test_gaps udt = dt + x ~~~^~~ OverflowError: date value out of range Traceback (most recent call last): File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 828, in test_overflow td = timedelta.min + tiny ~~^~ OverflowError: days=-18; must have magnitude <= 9 Test report === Failed tests: - test_free_threading Failed subtests: - test_folds - test.datetimetester.ZoneInfoTest_Fast.test_folds - test_gaps - test.datetimetester.ZoneInfoTest_Fast.test_gaps - test_overflow - test.datetimetester.TestTimeDelta_Fast.test_overflow - test_resolution_info - test.datetimetester.TestTimeDelta_Fast.test_resolution_info Test leaking resources: - test_free_threading: memory blocks 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
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL Refleaks 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1226/builds/2007 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: Blamelist: Barney Gale , Bénédikt Tran <10796600+picn...@users.noreply.github.com>, Erlend E. Aasland , Ken Jin , Kirill Podoprigora , Pablo Galindo Salgado , Ruben Vorderman , Stefano Rivera , Victor Stinner , Xie Yanbo , neonene <53406459+neon...@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.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 285, 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.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 391, 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.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/datetimetester.py", line 272, in test_str self.assertEqual(str(tz), tz.tzname(None)) ^ AttributeError: 'float' object has no attribute 'tzname' Test report === Failed tests: - test_free_threading Failed subtests: - test_aware_datetime - test.datetimetester.TestTimeZone_Fast.test_aware_datetime - test_str - test.datetimetester.TestTimeZone_Fast.test_str - test_class_members - test.datetimetester.TestTimeZone_Fast.test_class_members 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
[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (timed out) (d4174fa7cab8883e7db3f4b810533e0d203c3c76)
The Buildbot has detected a new failure on builder aarch64 Fedora Rawhide NoGIL refleaks 3.13 while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/1557/builds/22 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-rawhide-aarch64 Build Reason: Blamelist: BUILD FAILED: failed test (failure) (timed out) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-aarch64.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/buildbot/buildarea/3.13.cstratak-fedora-rawhide-aarch64.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/buildbot/buildarea/3.13.cstratak-fedora-rawhide-aarch64.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' Test report === Failed tests: - test_datetime - test_threading Failed subtests: - test_aware_datetime - test.datetimetester.TestTimeZone_Fast.test_aware_datetime - test_str - test.datetimetester.TestTimeZone_Fast.test_str - test_class_members - test.datetimetester.TestTimeZone_Fast.test_class_members 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