Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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\n0:00:00 [1/1] test_regrtest_huntrleaks\nbeginning 6 repetitions\n123456\n......\ntest_regrtest_huntrleaks leaked [9, 1, 1] references, sum=11\ntest_regrtest_huntrleaks leaked [1, 1, 1] memory blocks, sum=3\ntest_regrtest_huntrleaks failed (reference leak)\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_huntrleaks\n\nTotal duration: 292 ms\nTotal tests: run=1\nTotal test files: run=1/1 failed=1\nResult: FAILURE\n'
build:https://github.com/python/cpython/actions/runs/6274556366/job/17041487300?pr=109727