The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks NoGIL 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1368/builds/1185
Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-macos-arm64-aws Build Reason: <unknown> Blamelist: AN Long <a...@users.noreply.github.com>, Barney Gale <barney.g...@gmail.com>, Bénédikt Tran <10796600+picn...@users.noreply.github.com>, Carl Meyer <c...@oddbird.net>, Clinton <pyg...@users.noreply.github.com>, E. M. Bray <erik.b...@lri.fr>, Enrico Tröger <enrico.troe...@uvena.de>, Eric Snow <ericsnowcurren...@gmail.com>, Eugene Triguba <eugenetrig...@gmail.com>, Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Jelle Zijlstra <jelle.zijls...@gmail.com>, Ken Jin <ken...@python.org>, Kirill Podoprigora <kirill.ba...@mail.ru>, Lysandros Nikolaou <lisandros...@gmail.com>, Matt Wozniski <mwozni...@bloomberg.net>, Michał Górny <mgo...@gentoo.org>, Nikita Sobolev <m...@sobolevn.me>, Owain Davies <116417456+othe...@users.noreply.github.com>, Pablo Galindo Salgado <pablog...@gmail.com>, Pieter Eendebak <pieter.eende...@gmail.com>, Robert Collins <robert.coll...@cognite.com>, Saul Shanabrook <s.shanabr...@gmail.com>, Serhiy Storchaka <storch...@gmail.com>, Victor St inner <vstin...@python.org>, Xie Yanbo <xieya...@gmail.com>, blhsing <blhs...@gmail.com>, ixgbe00 <yangw...@iscas.ac.cn>, naglis <827324+nag...@users.noreply.github.com>, 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 "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/datetimetester.py", line 1309, in test_overflow dt = self.theclass.min + delta ~~~~~~~~~~~~~~~~~~^~~~~~~ OverflowError: date value out of range Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/datetimetester.py", line 2576, in test_timestamp_limits max_dt = self.theclass.max.replace(tzinfo=timezone.utc, microsecond=0) TypeError: replace() takes at least 2 positional arguments (0 given) Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/datetimetester.py", line 2592, in test_fromtimestamp_limits min_dt = self.theclass.min + timedelta(days=1) ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ OverflowError: date value out of range Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py", line 131, in test_free_reference self.assertIsNone(wr()) ~~~~~~~~~~~~~~~~~^^^^^^ AssertionError: <test.test_concurrent_futures.executor.MyObject object at 0x200040b0090> is not None Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py", line 131, in test_free_reference self.assertIsNone(wr()) ~~~~~~~~~~~~~~~~~^^^^^^ AssertionError: <test.test_concurrent_futures.executor.MyObject object at 0x20004060100> is not None Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/datetimetester.py", line 4955, in test_utctimetuple self.assertRaises(OverflowError, tiny.utctimetuple) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: OverflowError not raised by utctimetuple Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/datetimetester.py", line 4735, in test_tz_aware_arithmetic self.assertEqual(maxdiff, self.theclass.max - self.theclass.min + ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ TypeError: unsupported operand type(s) for -: 'str' and 'datetime.datetime' Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/datetimetester.py", line 2572, in test_timestamp_limits self.assertEqual(min_ts, -62135596800) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 253402300800.0 != -62135596800 Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/datetimetester.py", line 1563, in test_resolution_info self.assertIsInstance(self.theclass.max, expected_class) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: 'encode' is not an instance of <class 'datetime.datetime'> Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/datetimetester.py", line 2633, in test_utcfromtimestamp_limits max_dt = self.theclass.max.replace(microsecond=0, tzinfo=timezone.utc) TypeError: replace() takes at least 2 positional arguments (0 given) Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_free_threading/test_monitoring.py", line 73, in test_instrumentation self.during_threads() ~~~~~~~~~~~~~~~~~~~^^ TypeError: InstrumentationMultiThreadedMixin.work() missing 2 required positional arguments: 'n' and 'funcs' Test report =========== Failed tests: - test_free_threading - test_datetime - test.test_concurrent_futures.test_thread_pool Failed subtests: - test_instrumentation - test.test_free_threading.test_monitoring.SetPreTraceMultiThreaded.test_instrumentation - test_timestamp_limits - test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_limits - test_fromtimestamp_limits - test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_limits - test_tz_aware_arithmetic - test.datetimetester.TestDateTimeTZ_Fast.test_tz_aware_arithmetic - test_free_reference - test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_free_reference - test_resolution_info - test.datetimetester.TestDateTimeTZ_Fast.test_resolution_info - test_utcfromtimestamp_limits - test.datetimetester.TestDateTimeTZ_Fast.test_utcfromtimestamp_limits - test_overflow - test.datetimetester.TestDateTimeTZ_Fast.test_overflow - test_utctimetuple - test.datetimetester.TestDateTimeTZ_Fast.test_utctimetuple 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