-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Strange warning and failure of JIT workflow on aarch64-unknown-linux-gnu/gcc (Debug)
#125521
Comments
Something seems really off here. None of these can actually fall through... |
Theory: I think this has nothing to do with the JIT, the JIT CI is just the only place where we do AArch64 Linux builds in CI. These look like two separate issues: One is that the compiler is giving us spurious warnings, likely because:
Separately, I'm guessing the test failure is due to emulation in CI. We already need to skip test in |
@sobolevn, did you want to fix these? |
@brandtbucher no, sorry, I don't have time to dive into it right now :( |
Bug report
Link: https://github.com/python/cpython/actions/runs/11333284963/job/31517441366#step:8:9113
Report:
Note that other builds do not have this warning.
Then this job gets canceled due to timeout:
There are several other similar failures due to timeout: https://github.com/python/cpython/actions/runs/11333284963/job/31517441919
Linked PRs
if (true)
from generated output to reduce C compiler warnings #125700The text was updated successfully, but these errors were encountered: