Skip to content

gh-126703: add freelist for ints with small number of digits #196045

gh-126703: add freelist for ints with small number of digits

gh-126703: add freelist for ints with small number of digits #196045

Triggered via pull request June 10, 2026 21:07
Status Failure
Total duration 28m 25s
Artifacts 2

build.yml

on: pull_request
Change detection  /  Create context from changed files
37s
Change detection / Create context from changed files
Matrix: Address sanitizer
Matrix: build-macos
Matrix: build-san
Matrix: Ubuntu SSL tests
Matrix: build-ubuntu
Matrix: build-windows-msi
Waiting for pending jobs
Matrix: build-windows
Matrix: cifuzz
Docs  /  Doctest
7m 29s
Docs / Doctest
Docs  /  Check EPUB
2m 40s
Docs / Check EPUB
Check if Autoconf files are up to date
24s
Check if Autoconf files are up to date
Check if generated files are up to date
4m 14s
Check if generated files are up to date
C API Docs  /  Check if all C APIs are documented
11s
C API Docs / Check if all C APIs are documented
iOS
16m 30s
iOS
Emscripten  /  build and test
4m 20s
Emscripten / build and test
WASI  /  build and test
1m 52s
WASI / build and test
Hypothesis tests on Ubuntu
10m 3s
Hypothesis tests on Ubuntu
Cross build Linux
4m 8s
Cross build Linux
Matrix: build-android
Docs  /  ...  /  Check for removed HTML IDs
2m 32s
Docs / Check for removed HTML IDs / Check for removed HTML IDs
All required checks pass
2s
All required checks pass
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 69 warnings
WASI / build and test
Process completed with exit code 1.
Ubuntu / build and test (ubuntu-24.04-arm)
Process completed with exit code 1.
Ubuntu / build and test (ubuntu-24.04)
Process completed with exit code 1.
Docs / Check EPUB
Process completed with exit code 1.
Docs / Docs
Process completed with exit code 2.
Emscripten / build and test
Process completed with exit code 1.
macOS / build and test (macos-26-intel)
Process completed with exit code 1.
Ubuntu (bolt) / build and test (ubuntu-24.04)
Process completed with exit code 1.
All required checks pass
Process completed with exit code 1.
Ubuntu / build and test (ubuntu-24.04-arm): Include/internal/pycore_freelist.h#L43
passing argument 1 of ‘_PyFreeList_Pop’ from incompatible pointer type [-Wincompatible-pointer-types]
Ubuntu / build and test (ubuntu-24.04-arm): Objects/object.c#L957
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
Ubuntu / build and test (ubuntu-24.04): Include/internal/pycore_freelist.h#L43
passing argument 1 of ‘_PyFreeList_Pop’ from incompatible pointer type [-Wincompatible-pointer-types]
Ubuntu / build and test (ubuntu-24.04): Objects/object.c#L957
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
Cross build Linux: Objects/object.c#L957
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
Cross build Linux: Include/internal/pycore_freelist.h#L43
passing argument 1 of ‘_PyFreeList_Pop’ from incompatible pointer type [-Wincompatible-pointer-types]
macOS / build and test (macos-26-intel)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated dependents or dependents with broken linkage!
macOS / build and test (macos-26-intel)
The following taps are not trusted: aws/tap azure/bicep Homebrew will ignore formulae, casks and commands from these taps when `HOMEBREW_REQUIRE_TAP_TRUST` is set. This will become the default in Homebrew 6.0.0 or 5.2.0, whichever comes first. Enable trust checks now with: export HOMEBREW_REQUIRE_TAP_TRUST=1 Trust specific formulae, casks or commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> or trust installed formulae from these taps with: brew trust --formula azure/bicep/bicep You can trust all formulae, casks and commands from these taps with: brew trust aws/tap azure/bicep Prefer trusting only the specific formulae, casks or commands you need. Untap them with: brew untap aws/tap azure/bicep To keep allowing them by default during the transition: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release.
Ubuntu (bolt) / build and test (ubuntu-24.04): Include/internal/pycore_freelist.h#L43
passing argument 1 of ‘_PyFreeList_Pop’ from incompatible pointer type [-Wincompatible-pointer-types]
Ubuntu (bolt) / build and test (ubuntu-24.04): Objects/object.c#L957
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
Hypothesis tests on Ubuntu
No files were found with the provided path: /home/runner/work/cpython/cpython-builddir/.hypothesis/examples/. No artifacts will be uploaded.
Hypothesis tests on Ubuntu: Objects/object.c#L957
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
Hypothesis tests on Ubuntu: Include/internal/pycore_freelist.h#L43
passing argument 1 of ‘_PyFreeList_Pop’ from incompatible pointer type [-Wincompatible-pointer-types]
Ubuntu (free-threading) / build and test (ubuntu-24.04-arm): Objects/object.c#L957
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
Ubuntu (free-threading) / build and test (ubuntu-24.04-arm): Include/internal/pycore_freelist.h#L43
passing argument 1 of ‘_PyFreeList_Pop’ from incompatible pointer type [-Wincompatible-pointer-types]
Windows / Build and test (x64, tail-call): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64, tail-call): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64, tail-call): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64, tail-call): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64, tail-call): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (x64, tail-call): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (x64, tail-call): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (x64, tail-call): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (x64, tail-call): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (x64, tail-call): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (x64, tail-call): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (x64, tail-call): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (x64, tail-call): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (x64, tail-call): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (x64, tail-call): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (x64, tail-call): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
macOS / build and test (macos-26)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated dependents or dependents with broken linkage!
Address sanitizer (ubuntu-24.04): Objects/object.c#L957
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
Address sanitizer (ubuntu-24.04): Include/internal/pycore_freelist.h#L43
passing argument 1 of ‘_PyFreeList_Pop’ from incompatible pointer type [-Wincompatible-pointer-types]
Ubuntu (free-threading) / build and test (ubuntu-24.04): Objects/object.c#L957
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
macOS (free-threading) / build and test (macos-26)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated dependents or dependents with broken linkage!
Ubuntu (free-threading) / build and test (ubuntu-24.04): Include/internal/pycore_freelist.h#L43
passing argument 1 of ‘_PyFreeList_Pop’ from incompatible pointer type [-Wincompatible-pointer-types]
Windows / Build and test (arm64, switch-case): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (arm64, switch-case): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (arm64, switch-case): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (arm64, switch-case): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (arm64, switch-case): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (arm64, switch-case): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (arm64, switch-case): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (arm64, switch-case): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (x64, switch-case): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64, switch-case): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64, switch-case): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64, switch-case): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64, switch-case): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (x64, switch-case): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (x64, switch-case): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (x64, switch-case): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (arm64, switch-case): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (arm64, switch-case): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (arm64, switch-case): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (arm64, switch-case): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (arm64, switch-case): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (arm64, switch-case): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (arm64, switch-case): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (arm64, switch-case): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (x64, switch-case): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (x64, switch-case): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (x64, switch-case): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (x64, switch-case): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (x64, switch-case): Objects/object.c#L957
'clear_freelist': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (x64, switch-case): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (x64, switch-case): Objects/longobject.c#L352
'_PyFreeList_Pop': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows (free-threading) / Build and test (x64, switch-case): Objects/longobject.c#L352
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]

Artifacts

Produced during runtime
Name Size Digest
UBSan-logs-default
1.54 KB
sha256:8d3b9aa83c18fc5524c8fba0e79f6c31ad6ac94d6f11f2aa414271ce7d4f6231
html-ids-head.json.gz
120 KB
sha256:06e07d7e92cbf0dbd6606db3ed2a2858948c152131645f68676972a9672853fd