-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thread sanitizer tests failing in GitHub actions #121946
Comments
Can we make the two TSan jobs as non-mandatory until the problem is solved? Right now, it's no longer possible to merge any change. cc @ambv |
I'm looking at this now |
Ok, it looks like the
|
Looks like this is related: llvm/llvm-project#99502 |
The Ubuntu package for llvm-18 is broken
The Ubuntu package for llvm-18 is broken
I believe this is affecting JIT builds as well ( |
…thon#121975)" This reverts commit 12c1afa. The LLVM 18 Ubuntu package is working now.
…thonGH-121975)" (pythonGH-122032) This reverts commit 12c1afa. The LLVM 18 Ubuntu package is working now. (cherry picked from commit ad935a9) Co-authored-by: Sam Gross <colesbury@gmail.com>
This looks like it's resolved now. |
I'm seeing the same failures again: |
Ugh... I guess we try the llvm-17 package again |
The Ubuntu package for llvm-18 is broken
The Ubuntu package for llvm-18 is broken
…onGH-122466) The Ubuntu package for llvm-18 is broken (cherry picked from commit 8fb88b2) Co-authored-by: Sam Gross <colesbury@gmail.com>
I'm still seeing this even after the merge of #122466: |
…onGH-122466) The Ubuntu package for llvm-18 is broken
EDIT: The cause was due to a change in LLVM's Ubuntu package.
I think this is due to a
change in GitHub actions, not any particular commit. Commits that previously succeeded are now failing. I cannot reproduce the issue locally.The only difference I see is in the reported
clang
build:CC.version: Ubuntu clang version 18.1.8 (++20240717045746+3b5b5c1ec4a3-1~exp1~20240717165903.140)
(bad)CC.version: Ubuntu clang version 18.1.8 (++20240714071213+3b5b5c1ec4a3-1~exp1~20240714191314.138)
(good)However, the runner
IMAGE_VERSION
doesn't look like it's changed:IMAGE_VERSION: 20240714.1.0
Nearly every test is failing:
https://github.com/python/cpython/actions/runs/9982293102/job/27587742397
TSan logs are useless:
Linked PRs
The text was updated successfully, but these errors were encountered: