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 <[email protected]>, Barney Gale
<[email protected]>, Bénédikt Tran
<[email protected]>, Carl Meyer <[email protected]>,
Clinton <[email protected]>, E. M. Bray <[email protected]>,
Enrico Tröger <[email protected]>, Eric Snow
<[email protected]>, Eugene Triguba <[email protected]>, Irit
Katriel <[email protected]>, Jelle Zijlstra
<[email protected]>, Ken Jin <[email protected]>, Kirill Podoprigora
<[email protected]>, Lysandros Nikolaou <[email protected]>, Matt
Wozniski <[email protected]>, Michał Górny <[email protected]>, Nikita
Sobolev <[email protected]>, Owain Davies
<[email protected]>, Pablo Galindo Salgado
<[email protected]>, Pieter Eendebak <[email protected]>, Robert
Collins <[email protected]>, Saul Shanabrook <[email protected]>,
Serhiy Storchaka <[email protected]>, Victor St
inner <[email protected]>, Xie Yanbo <[email protected]>, blhsing
<[email protected]>, ixgbe00 <[email protected]>, naglis
<[email protected]>, neonene
<[email protected]>
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 -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: [email protected]