gh-144278: Enable overriding TAG (sys.implementation.cache_tag) when building sysmodule.c #182290
build.yml
on: pull_request
Change detection
/
Create context from changed files
13s
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
Docs
/
Docs
1m 43s
Docs
/
Doctest
1m 37s
Docs
/
Check EPUB
2m 36s
Check if Autoconf files are up to date
32s
Check if generated files are up to date
1m 52s
C API Docs
/
Check if all C APIs are documented
13s
iOS
1m 29s
WASI
/
build and test
1m 3s
Hypothesis tests on Ubuntu
1m 59s
Cross build Linux
1m 52s
Matrix: build-android
All required checks pass
4s
Annotations
79 errors and 30 warnings
|
CIFuzz / cpython3 (memory)
Response status code does not indicate success: 429 (Too Many Requests).
|
|
Windows / Build and test (x64)
Process completed with exit code 1.
|
|
Windows / Build and test (x64):
Python/sysmodule.c#L3580
syntax error: missing ';' before 'string' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
Windows / Build and test (x64):
Python/sysmodule.c#L3580
initializer is not a constant [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
Windows / Build and test (x64):
Python/sysmodule.c#L3580
'NAME': undeclared identifier [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
Windows / Build and test (Win32)
Process completed with exit code 1.
|
|
Windows (free-threading) / Build and test (x64)
Process completed with exit code 1.
|
|
Windows (free-threading) / Build and test (x64):
Python/sysmodule.c#L3580
syntax error: missing ';' before 'string' [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
Windows (free-threading) / Build and test (x64):
Python/sysmodule.c#L3580
initializer is not a constant [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
Windows (free-threading) / Build and test (x64):
Python/sysmodule.c#L3580
'NAME': undeclared identifier [D:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
WASI / build and test
Process completed with exit code 1.
|
|
Android (x86_64)
Process completed with exit code 1.
|
|
Windows / Build and test (arm64)
Process completed with exit code 1.
|
|
Windows / Build and test (arm64):
Python/sysmodule.c#L3580
syntax error: missing ';' before 'string' [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
Windows / Build and test (arm64):
Python/sysmodule.c#L3580
initializer is not a constant [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
Windows / Build and test (arm64):
Python/sysmodule.c#L3580
'NAME': undeclared identifier [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
iOS
Process completed with exit code 1.
|
|
Android (aarch64)
Process completed with exit code 1.
|
|
Docs / Doctest
Process completed with exit code 2.
|
|
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 1.1.1w)
Process completed with exit code 2.
|
|
Docs / Docs
Process completed with exit code 2.
|
|
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.5.4)
Process completed with exit code 2.
|
|
Windows (free-threading) / Build and test (arm64)
Process completed with exit code 1.
|
|
Windows (free-threading) / Build and test (arm64):
Python/sysmodule.c#L3580
syntax error: missing ';' before 'string' [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
Windows (free-threading) / Build and test (arm64):
Python/sysmodule.c#L3580
initializer is not a constant [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
Windows (free-threading) / Build and test (arm64):
Python/sysmodule.c#L3580
'NAME': undeclared identifier [C:\a\cpython\cpython\PCbuild\_freeze_module.vcxproj]
|
|
macOS (free-threading) / build and test (macos-14)
Process completed with exit code 2.
|
|
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.6.0)
Process completed with exit code 2.
|
|
Cross build Linux
Process completed with exit code 2.
|
|
Cross build Linux:
Python/sysmodule.c#L3578
expected ‘,’ or ‘;’ before string constant
|
|
Cross build Linux:
Python/sysmodule.c#L3578
‘NAME’ undeclared here (not in a function)
|
|
Check if generated files are up to date
Process completed with exit code 2.
|
|
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.0.18)
Process completed with exit code 2.
|
|
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.4.3)
Process completed with exit code 2.
|
|
Hypothesis tests on Ubuntu
Process completed with exit code 2.
|
|
Hypothesis tests on Ubuntu:
Python/sysmodule.c#L3578
expected ‘,’ or ‘;’ before string constant
|
|
Hypothesis tests on Ubuntu:
Python/sysmodule.c#L3578
‘NAME’ undeclared here (not in a function)
|
|
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.3.5)
Process completed with exit code 2.
|
|
macOS / build and test (macos-14)
Process completed with exit code 2.
|
|
Ubuntu / build and test (ubuntu-24.04)
Process completed with exit code 2.
|
|
Ubuntu / build and test (ubuntu-24.04):
Python/sysmodule.c#L3578
expected ‘,’ or ‘;’ before string constant
|
|
Ubuntu / build and test (ubuntu-24.04):
Python/sysmodule.c#L3578
‘NAME’ undeclared here (not in a function)
|
|
Ubuntu (free-threading) / build and test (ubuntu-24.04)
Process completed with exit code 2.
|
|
Ubuntu (free-threading) / build and test (ubuntu-24.04):
Python/sysmodule.c#L3578
expected ‘,’ or ‘;’ before string constant
|
|
Ubuntu (free-threading) / build and test (ubuntu-24.04):
Python/sysmodule.c#L3578
‘NAME’ undeclared here (not in a function)
|
|
Ubuntu SSL tests with AWS-LC (ubuntu-24.04, 1.55.0)
Process completed with exit code 2.
|
|
Ubuntu / build and test (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
Ubuntu / build and test (ubuntu-24.04-arm):
Python/sysmodule.c#L3578
expected ‘,’ or ‘;’ before string constant
|
|
Ubuntu / build and test (ubuntu-24.04-arm):
Python/sysmodule.c#L3578
‘NAME’ undeclared here (not in a function)
|
|
Docs / Check EPUB
Process completed with exit code 1.
|
|
Address sanitizer (ubuntu-24.04)
Process completed with exit code 2.
|
|
Address sanitizer (ubuntu-24.04):
Python/sysmodule.c#L3578
expected ‘,’ or ‘;’ before string constant
|
|
Address sanitizer (ubuntu-24.04):
Python/sysmodule.c#L3578
‘NAME’ undeclared here (not in a function)
|
|
Ubuntu (bolt) / build and test (ubuntu-24.04)
Process completed with exit code 2.
|
|
Ubuntu (bolt) / build and test (ubuntu-24.04):
Python/sysmodule.c#L3578
expected ‘,’ or ‘;’ before string constant
|
|
Ubuntu (bolt) / build and test (ubuntu-24.04):
Python/sysmodule.c#L3578
‘NAME’ undeclared here (not in a function)
|
|
Ubuntu (free-threading) / build and test (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
Ubuntu (free-threading) / build and test (ubuntu-24.04-arm):
Python/sysmodule.c#L3578
expected ‘,’ or ‘;’ before string constant
|
|
Ubuntu (free-threading) / build and test (ubuntu-24.04-arm):
Python/sysmodule.c#L3578
‘NAME’ undeclared here (not in a function)
|
|
Sanitizers / UBSan
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
Sanitizers / UBSan
Process completed with exit code 2.
|
|
CIFuzz / python3-libraries (address)
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
CIFuzz / python3-libraries (address)
The operation was canceled.
|
|
CIFuzz / cpython3 (undefined)
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
CIFuzz / cpython3 (undefined)
The operation was canceled.
|
|
Sanitizers / TSan
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
Sanitizers / TSan
The operation was canceled.
|
|
Sanitizers / TSan (free-threading)
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
Sanitizers / TSan (free-threading)
The operation was canceled.
|
|
macOS / build and test (macos-15-intel)
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
macOS / build and test (macos-15-intel)
The operation was canceled.
|
|
All required checks pass
Process completed with exit code 1.
|
|
Tests
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
Tests
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
Tests
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
Tests
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
Tests
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
Tests
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
Tests
Canceling since a higher priority waiting request for Tests-zooba-gh-144278 exists
|
|
CIFuzz / cpython3 (memory)
Back off 13.945 seconds before retry.
|
|
CIFuzz / cpython3 (memory)
Failed to download action 'https://api.github.com/repos/github/codeql-action/tarball/45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2'. Error: Response status code does not indicate success: 429 (Too Many Requests). 2C00:2A6D1F:2762DFD:A89F07D:698A37D2
|
|
CIFuzz / cpython3 (memory)
Back off 29.565 seconds before retry.
|
|
CIFuzz / cpython3 (memory)
Failed to download action 'https://api.github.com/repos/github/codeql-action/tarball/45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2'. Error: Response status code does not indicate success: 429 (Too Many Requests). 2C01:29701C:1DEDA6:7E900C:698A37B4
|
|
Windows (free-threading) / Build and test (arm64)
Back off 15.04 seconds before retry.
|
|
Windows (free-threading) / Build and test (arm64)
Failed to download action 'https://api.github.com/repos/actions/checkout/zipball/de0fac2e4500dabe0009e67214ff5f5447ce83dd'. Error: Response status code does not indicate success: 429 (Too Many Requests). 3C00:2D1297:17227DF:62F33B6:698A37B3
|
|
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.2 is already installed and up-to-date.
To reinstall 5.8.2, 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
|
|
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.
|
|
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.3.5)
Back off 14.073 seconds before retry.
|
|
Ubuntu SSL tests with OpenSSL (ubuntu-24.04, 3.3.5)
Failed to download action 'https://api.github.com/repos/actions/cache/tarball/cdf6c1fa76f9f475f3d7449005a359c84ca0f306'. Error: Response status code does not indicate success: 429 (Too Many Requests). D800:38A9EB:173548E:6371E4E:698A37B3
|
|
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.2 is already installed and up-to-date.
To reinstall 5.8.2, 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
|
|
Docs / Check EPUB
Back off 11.386 seconds before retry.
|
|
Docs / Check EPUB
Failed to download action 'https://api.github.com/repos/actions/setup-python/tarball/a309ff8b426b58ec0e2a45f0f869d46889d02405'. Error: Response status code does not indicate success: 429 (Too Many Requests). 0838:188D1E:BAA472:31938E3:698A37C8
|
|
Docs / Check EPUB
Back off 20.547 seconds before retry.
|
|
Docs / Check EPUB
Failed to download action 'https://api.github.com/repos/actions/setup-python/tarball/a309ff8b426b58ec0e2a45f0f869d46889d02405'. Error: Response status code does not indicate success: 429 (Too Many Requests). 0838:188D1E:BA03DD:31686E8:698A37B3
|
|
Ubuntu (free-threading) / build and test (ubuntu-24.04-arm)
Back off 29.704 seconds before retry.
|
|
Ubuntu (free-threading) / build and test (ubuntu-24.04-arm)
Failed to download action 'https://api.github.com/repos/actions/cache/tarball/cdf6c1fa76f9f475f3d7449005a359c84ca0f306'. Error: Response status code does not indicate success: 429 (Too Many Requests). 8808:232E1D:2850D10:AD19334:698A37B6
|
|
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.2 is already installed and up-to-date.
To reinstall 5.8.2, 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
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
UBSan-logs-default
|
390 Bytes |
sha256:96a9ad8f2174cf0cceed2dbfaaf61fc53fb51965ffed20ab36d335ca8ba7e064
|
|