[llvm] CodeGen/test: improve a test, regen with UTC (PR #113338)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 04:25:57 PST 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `sanitizer-x86_64-linux-fast` running on `sanitizer-buildbot3` while building `llvm` at step 2 "annotate".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/169/builds/4948

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 2 (annotate) failure: 'python ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_selector.py' (failure)
...
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/ld.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 86849 of 86850 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: CodeGen/NVPTX/load-store.ll (19477 of 86849)
******************** TEST 'LLVM :: CodeGen/NVPTX/load-store.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/llc < /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll -march=nvptx64 -mcpu=sm_20 | /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/FileCheck -check-prefixes=CHECK,SM60 /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll
+ /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/llc -march=nvptx64 -mcpu=sm_20
+ /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/FileCheck -check-prefixes=CHECK,SM60 /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:170:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:133:21: note: scanning from here
 ld.u32 %r1, [%rd1];
                    ^
<stdin>:147:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:514:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:424:30: note: scanning from here
 ld.volatile.u32 %r1, [%rd1];
                             ^
<stdin>:438:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:1419:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:1095:28: note: scanning from here
 ld.global.u32 %r1, [%rd1];
                           ^
<stdin>:1109:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:1744:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
Step 10 (stage2/asan_ubsan check) failure: stage2/asan_ubsan check (failure)
...
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/ld.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 86849 of 86850 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: LLVM :: CodeGen/NVPTX/load-store.ll (19477 of 86849)
******************** TEST 'LLVM :: CodeGen/NVPTX/load-store.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/llc < /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll -march=nvptx64 -mcpu=sm_20 | /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/FileCheck -check-prefixes=CHECK,SM60 /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll
+ /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/llc -march=nvptx64 -mcpu=sm_20
+ /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_asan_ubsan/bin/FileCheck -check-prefixes=CHECK,SM60 /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:170:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:133:21: note: scanning from here
 ld.u32 %r1, [%rd1];
                    ^
<stdin>:147:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:514:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:424:30: note: scanning from here
 ld.volatile.u32 %r1, [%rd1];
                             ^
<stdin>:438:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:1419:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:1095:28: note: scanning from here
 ld.global.u32 %r1, [%rd1];
                           ^
<stdin>:1109:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:1744:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
Step 13 (stage2/msan check) failure: stage2/msan check (failure)
...
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/ld.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/utils/lit/lit/main.py:72: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 900 seconds was requested on the command line. Forcing timeout to be 900 seconds.
-- Testing: 86848 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60
FAIL: LLVM :: CodeGen/NVPTX/load-store.ll (6047 of 86848)
******************** TEST 'LLVM :: CodeGen/NVPTX/load-store.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/llc < /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll -march=nvptx64 -mcpu=sm_20 | /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/FileCheck -check-prefixes=CHECK,SM60 /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll
+ /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/FileCheck -check-prefixes=CHECK,SM60 /home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll
+ /home/b/sanitizer-x86_64-linux-fast/build/llvm_build_msan/bin/llc -march=nvptx64 -mcpu=sm_20
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:170:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:133:21: note: scanning from here
 ld.u32 %r1, [%rd1];
                    ^
<stdin>:147:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:514:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:424:30: note: scanning from here
 ld.volatile.u32 %r1, [%rd1];
                             ^
<stdin>:438:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:1419:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^
<stdin>:1095:28: note: scanning from here
 ld.global.u32 %r1, [%rd1];
                           ^
<stdin>:1109:2: note: possible intended match here
 bfe.u32 %r9, %r1, 0, 8;
 ^
/home/b/sanitizer-x86_64-linux-fast/build/llvm-project/llvm/test/CodeGen/NVPTX/load-store.ll:1744:15: error: CHECK-NEXT: expected string not found in input
; CHECK-NEXT: bfe.u32 %r2, %r1, 0, 8;
              ^

```

</details>

https://github.com/llvm/llvm-project/pull/113338


More information about the llvm-commits mailing list