[clang] [llvm] [mlir] Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.coro.end #153404" (PR #155339)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 16 20:58:35 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `ml-opt-devrel-x86-64` running on `ml-opt-devrel-x86-64-b1` while building `clang,llvm,mlir` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/175/builds/25507
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: Transforms/Inline/ML/state-tracking-coro.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 3
/b/ml-opt-devrel-x86-64-b1/build/bin/opt -passes='default<O1>,print<inline-advisor>' -training-log=/dev/null -S -enable-ml-inliner=development -enable-scc-inline-advisor-printing < /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/Transforms/Inline/ML/state-tracking-coro.ll 2>&1 | /b/ml-opt-devrel-x86-64-b1/build/bin/FileCheck /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/Transforms/Inline/ML/state-tracking-coro.ll
# executed command: /b/ml-opt-devrel-x86-64-b1/build/bin/opt '-passes=default<O1>,print<inline-advisor>' -training-log=/dev/null -S -enable-ml-inliner=development -enable-scc-inline-advisor-printing
# note: command had no output on stdout or stderr
# error: command failed with exit status: -6
# executed command: /b/ml-opt-devrel-x86-64-b1/build/bin/FileCheck /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/Transforms/Inline/ML/state-tracking-coro.ll
# .---command stderr------------
# | /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/Transforms/Inline/ML/state-tracking-coro.ll:7:10: error: CHECK: expected string not found in input
# | ; CHECK: [MLInlineAdvisor] Nodes: 1 Edges: 0
# | ^
# | <stdin>:1:1: note: scanning from here
# | opt: /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/lib/IR/Value.cpp:520: void llvm::Value::doRAUW(Value *, ReplaceMetadataUses): Assertion `New->getType() == getType() && "replaceAllUses of value with new value of different type!"' failed.
# | ^
# | <stdin>:4:87: note: possible intended match here
# | 0. Program arguments: /b/ml-opt-devrel-x86-64-b1/build/bin/opt -passes=default<O1>,print<inline-advisor> -training-log=/dev/null -S -enable-ml-inliner=development -enable-scc-inline-advisor-printing
# | ^
# |
# | Input file: <stdin>
# | Check file: /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/Transforms/Inline/ML/state-tracking-coro.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: opt: /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/lib/IR/Value.cpp:520: void llvm::Value::doRAUW(Value *, ReplaceMetadataUses): Assertion `New->getType() == getType() && "replaceAllUses of value with new value of different type!"' failed.
# | check:7'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 2: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 3: Stack dump:
# | check:7'0 ~~~~~~~~~~~~
# | 4: 0. Program arguments: /b/ml-opt-devrel-x86-64-b1/build/bin/opt -passes=default<O1>,print<inline-advisor> -training-log=/dev/null -S -enable-ml-inliner=development -enable-scc-inline-advisor-printing
# | check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:7'1 ? possible intended match
# | 5: #0 0x0000561d441f9878 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/b/ml-opt-devrel-x86-64-b1/build/bin/opt+0x4ca9878)
# | check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 6: #1 0x0000561d441f6e85 llvm::sys::RunSignalHandlers() (/b/ml-opt-devrel-x86-64-b1/build/bin/opt+0x4ca6e85)
# | check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 7: #2 0x0000561d441fa8e1 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0
# | check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 8: #3 0x00007ff025e5a050 (/lib/x86_64-linux-gnu/libc.so.6+0x3c050)
# | check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 9: #4 0x00007ff025ea8eec (/lib/x86_64-linux-gnu/libc.so.6+0x8aeec)
# | check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
...
```
</details>
https://github.com/llvm/llvm-project/pull/155339
More information about the cfe-commits
mailing list