Skip to content

gh-115999: Implement thread-local bytecode and enable specialization for BINARY_OP #125069

gh-115999: Implement thread-local bytecode and enable specialization for BINARY_OP

gh-115999: Implement thread-local bytecode and enable specialization for BINARY_OP #125069

Triggered via pull request September 11, 2024 23:13
Status Success
Total duration 25m 39s
Artifacts 1

build.yml

on: pull_request
Change detection  /  Compute changed files
15s
Change detection / Compute changed files
Matrix: build_macos
Matrix: build_ubuntu
Matrix: Ubuntu SSL tests with OpenSSL
Matrix: build_windows
Matrix: build_windows_msi
Waiting for pending jobs
Matrix: CIFuzz
Check if generated files are up to date
5m 14s
Check if generated files are up to date
WASI  /  build and test
7m 2s
WASI / build and test
Hypothesis tests on Ubuntu
5m 25s
Hypothesis tests on Ubuntu
Address sanitizer
9m 15s
Address sanitizer
Thread sanitizer  /  Thread sanitizer
4m 22s
Thread sanitizer / Thread sanitizer
Thread sanitizer (free-threading)  /  Thread sanitizer
7m 15s
Thread sanitizer (free-threading) / Thread sanitizer
Docs  /  Docs
Docs / Docs
Docs  /  Docs (Oldest Sphinx)
Docs / Docs (Oldest Sphinx)
Docs  /  Doctest
Docs / Doctest
All required checks pass
4s
All required checks pass
Fit to window
Zoom out
Zoom in

Annotations

29 warnings
Windows (free-threading) / build (arm64): Objects/codeobject.c#L2733
'return': conversion from 'Py_ssize_t' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build (arm64): Objects/codeobject.c#L2759
'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build (arm64): Python/ceval.c#L816
'initializing': conversion from '__int64' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build (arm64): Python/generated_cases.c.h#L4491
'initializing': conversion from '__int64' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build (arm64): Python/generated_cases.c.h#L6437
'initializing': conversion from '__int64' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build (arm64): Python/generated_cases.c.h#L6503
'initializing': conversion from '__int64' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build (arm64): Include/cpython/code.h#L80
nonstandard extension used: zero-sized array in struct/union [D:\a\cpython\cpython\PCbuild\_wmi.vcxproj]
Windows (free-threading) / build (arm64): Include/cpython/code.h#L80
nonstandard extension used: zero-sized array in struct/union [D:\a\cpython\cpython\PCbuild\python_uwp.vcxproj]
Windows (free-threading) / build (arm64): Include/cpython/code.h#L80
nonstandard extension used: zero-sized array in struct/union [D:\a\cpython\cpython\PCbuild\pythonw_uwp.vcxproj]
macOS / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
macOS / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
xz 5.6.2 is already installed and up-to-date. To reinstall 5.6.2, run: brew reinstall xz
macOS / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
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.
macOS (free-threading) / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
macOS (free-threading) / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
xz 5.6.2 is already installed and up-to-date. To reinstall 5.6.2, run: brew reinstall xz
macOS (free-threading) / build and test (ghcr.io/cirruslabs/macos-runner:sonoma)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
macOS / build and test (macos-13)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
macOS / build and test (macos-13)
xz 5.6.2 is already installed and up-to-date. To reinstall 5.6.2, run: brew reinstall xz
macOS / build and test (macos-13)
gdbm 1.24 is already installed and up-to-date. To reinstall 1.24, run: brew reinstall gdbm
macOS / build and test (macos-13)
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
Windows (free-threading) / build and test (x64): Objects/codeobject.c#L2733
'return': conversion from 'Py_ssize_t' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build and test (x64): Objects/codeobject.c#L2759
'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build and test (x64): Python/ceval.c#L816
'initializing': conversion from '__int64' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build and test (x64): Python/generated_cases.c.h#L4491
'initializing': conversion from '__int64' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build and test (x64): Python/generated_cases.c.h#L6437
'initializing': conversion from '__int64' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build and test (x64): Python/generated_cases.c.h#L6503
'initializing': conversion from '__int64' to 'int', possible loss of data [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
Windows (free-threading) / build and test (x64): Include/cpython/code.h#L80
nonstandard extension used: zero-sized array in struct/union [D:\a\cpython\cpython\PCbuild\_wmi.vcxproj]
Windows (free-threading) / build and test (x64): Include/cpython/code.h#L80
nonstandard extension used: zero-sized array in struct/union [D:\a\cpython\cpython\PCbuild\python_uwp.vcxproj]
Windows (free-threading) / build and test (x64): Include/cpython/code.h#L80
nonstandard extension used: zero-sized array in struct/union [D:\a\cpython\cpython\PCbuild\pythonw_uwp.vcxproj]

Artifacts

Produced during runtime
Name Size
tsan-logs-free-threading
1.67 KB