Skip to content

Strange warning and failure of JIT workflow on aarch64-unknown-linux-gnu/gcc (Debug) #125521

@sobolevn

Description

@sobolevn

Bug report

Link: https://github.com/python/cpython/actions/runs/11333284963/job/31517441366#step:8:9113

Report:

 Python/generated_cases.c.h: In function ‘_PyEval_EvalFrameDefault’:
Python/generated_cases.c.h:4738:46: warning: this statement may fall through [-Wimplicit-fallthrough=]
 4738 |         TARGET(INSTRUMENTED_LOAD_SUPER_ATTR) {
      |                                              ^
In file included from Python/ceval.c:679:
Python/ceval_macros.h:77:22: note: here
   77 | #  define TARGET(op) case op: TARGET_##op:
      |                      ^~~~
Python/generated_cases.c.h:4752:9: note: in expansion of macro ‘TARGET’
 4752 |         TARGET(INSTRUMENTED_POP_JUMP_IF_FALSE) {
      |         ^~~~~~
Python/generated_cases.c.h:5049:34: warning: this statement may fall through [-Wimplicit-fallthrough=]
 5049 |         TARGET(INTERPRETER_EXIT) {
      |                                  ^
Python/ceval_macros.h:77:22: note: here
   77 | #  define TARGET(op) case op: TARGET_##op:
      |                      ^~~~
Python/generated_cases.c.h:5066:9: note: in expansion of macro ‘TARGET’
 5066 |         TARGET(IS_OP) {
      |         ^~~~~~
Python/generated_cases.c.h:6817:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
 6817 |         TARGET(RAISE_VARARGS) {
      |                               ^
Python/ceval_macros.h:77:22: note: here
   77 | #  define TARGET(op) case op: TARGET_##op:
      |                      ^~~~
Python/generated_cases.c.h:6842:9: note: in expansion of macro ‘TARGET’
 6842 |         TARGET(RERAISE) {
      |         ^~~~~~

Note that other builds do not have this warning.

Then this job gets canceled due to timeout:
Снимок экрана 2024-10-15 в 16 10 58

There are several other similar failures due to timeout: https://github.com/python/cpython/actions/runs/11333284963/job/31517441919

Снимок экрана 2024-10-15 в 16 12 49

Linked PRs

Metadata

Metadata

Assignees

Labels

topic-JITtype-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions