Skip to content

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

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

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

Triggered via pull request June 10, 2026 22:04
Status Failure
Total duration 30m 20s
Artifacts 2

build.yml

on: pull_request
Change detection  /  Create context from changed files
39s
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 24s
Docs / Doctest
Docs  /  Check EPUB
2m 36s
Docs / Check EPUB
Check if Autoconf files are up to date
26s
Check if Autoconf files are up to date
Check if generated files are up to date
4m 17s
Check if generated files are up to date
C API Docs  /  Check if all C APIs are documented
10s
C API Docs / Check if all C APIs are documented
iOS
19m 0s
iOS
Emscripten  /  build and test
5m 17s
Emscripten / build and test
WASI  /  build and test
1m 51s
WASI / build and test
Hypothesis tests on Ubuntu
9m 7s
Hypothesis tests on Ubuntu
Cross build Linux
4m 17s
Cross build Linux
Matrix: build-android
Docs  /  ...  /  Check for removed HTML IDs
2m 27s
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 37 warnings
WASI / build and test
Process completed with exit code 1.
Ubuntu / build and test (ubuntu-24.04)
Process completed with exit code 1.
Ubuntu / build and test (ubuntu-24.04-arm)
Process completed with exit code 1.
Docs / Check EPUB
Process completed with exit code 1.
Docs / Docs
Process completed with exit code 2.
macOS / build and test (macos-26-intel)
Process completed with exit code 1.
Emscripten / build and test
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): Objects/object.c#L957
passing argument 1 of ‘clear_freelist’ 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]
Cross build Linux: Objects/object.c#L957
passing argument 1 of ‘clear_freelist’ 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.
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]
macOS / build and test (macos-26)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated dependents or dependents with broken linkage!
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]
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]
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 (*)[6]' [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 (*)[6]' [D:\a\cpython\cpython\PCbuild\_freeze_module.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\pythoncore.vcxproj]
Windows / Build and test (x64, tail-call): Objects/object.c#L957
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[6]' [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 (*)[6]' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Address sanitizer (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): Objects/object.c#L957
passing argument 1 of ‘clear_freelist’ 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 (*)[6]' [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 (*)[6]' [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 (*)[6]' [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 (*)[6]' [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 (*)[6]' [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 (*)[6]' [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 (*)[6]' [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 (*)[6]' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]

Artifacts

Produced during runtime
Name Size Digest
UBSan-logs-default
1.54 KB
sha256:a640ed9a30403b8c4801d55403a01a40b2359c71a61a96aea8e466d34e8b03c6
html-ids-head.json.gz
120 KB
sha256:e51d61a6848cf1c6f8f171e11340903a44898866fc1b4fc4f1a43a20cac06329