Closed
Description
Failure on GHA Windows x86 CI:
FAIL: test_huntrleaks (test.test_regrtest.ArgsTestCase.test_huntrleaks)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\a\cpython\cpython\Lib\test\test_regrtest.py", line 1068, in test_huntrleaks
self.check_huntrleaks(run_workers=False)
File "D:\a\cpython\cpython\Lib\test\test_regrtest.py", line 1065, in check_huntrleaks
self.check_leak(code, 'references', run_workers=run_workers)
File "D:\a\cpython\cpython\Lib\test\support\__init__.py", line 2564, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "D:\a\cpython\cpython\Lib\test\test_regrtest.py", line 1047, in check_leak
self.assertIn(line2, output)
AssertionError:
'test_regrtest_huntrleaks leaked [1, 1, 1] references, sum=3\n'
not found in
'0:00:00 Run 1 test sequentially\n
0:00:00 [1/1] test_regrtest_huntrleaks\n
beginning 6 repetitions\n
123456\n
......\n
test_regrtest_huntrleaks leaked [9, 1, 1] references, sum=11\n
test_regrtest_huntrleaks leaked [1, 1, 1] memory blocks, sum=3\n
test_regrtest_huntrleaks failed (reference leak)\n
\n
== Tests result: FAILURE ==\n
\n
1 test failed:\n
test_regrtest_huntrleaks\n
\n
Total duration: 292 ms\n
Total tests: run=1\n
Total test files: run=1/1 failed=1\n
Result: FAILURE\n'
build: https://github.com/python/cpython/actions/runs/6274556366/job/17041487300?pr=109727