Skip to content

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

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

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

Triggered via pull request December 20, 2025 22:12
Status Failure
Total duration 27m 51s
Artifacts 1

build.yml

on: pull_request
Change detection  /  Create context from changed files
28s
Change detection / Create context from changed files
Matrix: build-android
Matrix: Address sanitizer
Matrix: build-macos
Matrix: build-san
Matrix: Ubuntu SSL tests with AWS-LC
Matrix: Ubuntu SSL tests with OpenSSL
Matrix: build-ubuntu
Matrix: build-windows-msi
Waiting for pending jobs
Matrix: build-windows
Matrix: CIFuzz
All required checks pass
5s
All required checks pass
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 64 warnings
Docs / Check EPUB
Process completed with exit code 1.
Docs / Docs
Process completed with exit code 2.
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.
macOS / build and test (macos-15-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#L952
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#L952
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
macOS / build and test (macos-15-intel)
Already linked: /usr/local/Cellar/tcl-tk/9.0.3
macOS / build and test (macos-15-intel)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated dependents or dependents with broken linkage!
macOS / build and test (macos-15-intel)
gdbm 1.26 is already installed and up-to-date. To reinstall 1.26, run: brew reinstall gdbm
macOS / build and test (macos-15-intel)
xz 5.8.1 is already installed and up-to-date. To reinstall 5.8.1, run: brew reinstall xz
macOS / build and test (macos-15-intel)
pkgconf 2.5.1 is already installed and up-to-date. To reinstall 2.5.1, run: brew reinstall pkgconf
Cross build Linux: Objects/object.c#L952
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]
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#L952
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]
macOS / build and test (macos-14)
Already linked: /opt/homebrew/Cellar/tcl-tk/9.0.3
macOS / build and test (macos-14)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated dependents or dependents with broken linkage!
macOS / build and test (macos-14)
gdbm 1.26 is already installed and up-to-date. To reinstall 1.26, run: brew reinstall gdbm
macOS / build and test (macos-14)
xz 5.8.1 is already installed and up-to-date. To reinstall 5.8.1, run: brew reinstall xz
macOS / build and test (macos-14)
pkgconf 2.5.1 is already installed and up-to-date. To reinstall 2.5.1, run: brew reinstall pkgconf
macOS (free-threading) / build and test (macos-14)
Already linked: /opt/homebrew/Cellar/tcl-tk/9.0.3
macOS (free-threading) / build and test (macos-14)
`$HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` is set: not checking for outdated dependents or dependents with broken linkage!
macOS (free-threading) / build and test (macos-14)
gdbm 1.26 is already installed and up-to-date. To reinstall 1.26, run: brew reinstall gdbm
macOS (free-threading) / build and test (macos-14)
xz 5.8.1 is already installed and up-to-date. To reinstall 5.8.1, run: brew reinstall xz
macOS (free-threading) / build and test (macos-14)
pkgconf 2.5.1 is already installed and up-to-date. To reinstall 2.5.1, run: brew reinstall pkgconf
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]
Ubuntu (free-threading) / build and test (ubuntu-24.04-arm): Objects/object.c#L952
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
Address sanitizer (ubuntu-24.04): Objects/object.c#L952
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 (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#L952
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
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]
Ubuntu (free-threading) / build and test (ubuntu-24.04): Objects/object.c#L952
passing argument 1 of ‘clear_freelist’ from incompatible pointer type [-Wincompatible-pointer-types]
Windows / Build and test (arm64): Objects/object.c#L952
'clear_freelist': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (arm64): Objects/object.c#L952
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (arm64): Objects/longobject.c#L347
'_PyFreeList_Pop': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (arm64): Objects/longobject.c#L347
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (arm64): Objects/object.c#L952
'clear_freelist': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (arm64): Objects/object.c#L952
'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): Objects/longobject.c#L347
'_PyFreeList_Pop': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (arm64): Objects/longobject.c#L347
'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): Objects/object.c#L952
'clear_freelist': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64): Objects/object.c#L952
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64): Objects/longobject.c#L347
'_PyFreeList_Pop': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64): Objects/longobject.c#L347
'function': '_Py_freelist *' differs in levels of indirection from '_Py_freelist (*)[8]' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows / Build and test (x64): Objects/object.c#L952
'clear_freelist': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (x64): Objects/object.c#L952
'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): Objects/longobject.c#L347
'_PyFreeList_Pop': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
Windows / Build and test (x64): Objects/longobject.c#L347
'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): Objects/object.c#L952
'clear_freelist': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (arm64): Objects/object.c#L952
'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): Objects/longobject.c#L347
'_PyFreeList_Pop': different types for formal and actual parameter 1 [C:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (arm64): Objects/longobject.c#L347
'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): Objects/object.c#L952
'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): Objects/object.c#L952
'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): Objects/longobject.c#L347
'_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): Objects/longobject.c#L347
'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): Objects/object.c#L952
'clear_freelist': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (x64): Objects/object.c#L952
'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): Objects/longobject.c#L347
'_PyFreeList_Pop': different types for formal and actual parameter 1 [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / Build and test (x64): Objects/longobject.c#L347
'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): Objects/object.c#L952
'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): Objects/object.c#L952
'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): Objects/longobject.c#L347
'_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): Objects/longobject.c#L347
'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
17.2 KB
sha256:81b18d7e7088332e2c6c4cdda45da1c5c787e505dd7b429f790967fff682dbf9