Skip to content

Conversation

@wangpc-pp
Copy link
Contributor

Use descriptive names and add more cases.

Use descriptive names and add more cases.
@wangpc-pp wangpc-pp requested review from preames and topperc December 18, 2024 06:26
@wangpc-pp
Copy link
Contributor Author

Ping.

Copy link
Collaborator

@topperc topperc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wangpc-pp wangpc-pp merged commit 59bba39 into llvm:main Jan 13, 2025
6 of 9 checks passed
@wangpc-pp wangpc-pp deleted the main-riscv-memcpy-test branch January 13, 2025 03:30
wangpc-pp added a commit that referenced this pull request Jan 13, 2025
@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder clang-x86_64-debian-fast running on gribozavr4 while building llvm at step 6 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /b/1/clang-x86_64-debian-fast/llvm.obj/bin/llc < /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /b/1/clang-x86_64-debian-fast/llvm.obj/bin/FileCheck /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /b/1/clang-x86_64-debian-fast/llvm.obj/bin/FileCheck /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /b/1/clang-x86_64-debian-fast/llvm.obj/bin/llc -mtriple=riscv32
/b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /b/1/clang-x86_64-debian-fast/llvm.src/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder llvm-x86_64-debian-dylib running on gribozavr4 while building llvm at step 7 "test-build-unified-tree-check-llvm".

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

Here is the relevant piece of the build log for the reference
Step 7 (test-build-unified-tree-check-llvm) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /b/1/llvm-x86_64-debian-dylib/build/bin/llc < /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /b/1/llvm-x86_64-debian-dylib/build/bin/llc -mtriple=riscv32
+ /b/1/llvm-x86_64-debian-dylib/build/bin/FileCheck /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /b/1/llvm-x86_64-debian-dylib/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

wangpc-pp added a commit that referenced this pull request Jan 13, 2025
Reverts #120364

The test should be updated due to some recent changes.
@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder ml-opt-rel-x86-64 running on ml-opt-rel-x86-64-b1 while building llvm at step 6 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /b/ml-opt-rel-x86-64-b1/build/bin/llc < /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /b/ml-opt-rel-x86-64-b1/build/bin/FileCheck /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /b/ml-opt-rel-x86-64-b1/build/bin/llc -mtriple=riscv32
/b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /b/ml-opt-rel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder ml-opt-devrel-x86-64 running on ml-opt-devrel-x86-64-b1 while building llvm at step 6 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /b/ml-opt-devrel-x86-64-b1/build/bin/llc < /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /b/ml-opt-devrel-x86-64-b1/build/bin/FileCheck /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /b/ml-opt-devrel-x86-64-b1/build/bin/FileCheck /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /b/ml-opt-devrel-x86-64-b1/build/bin/llc -mtriple=riscv32
/b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /b/ml-opt-devrel-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder llvm-clang-x86_64-gcc-ubuntu running on sie-linux-worker3 while building llvm at step 6 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc < /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/llc -mtriple=riscv32
�[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: �[0m�[0;1;31merror: �[0m�[1mRV32-NEXT: expected string not found in input
�[0m; RV32-NEXT: lbu a2, 14(a1)
�[0;1;32m             ^
�[0m�[1m<stdin>:122:18: �[0m�[0;1;30mnote: �[0m�[1mscanning from here
�[0m# %bb.0: # %entry
�[0;1;32m                 ^
�[0m�[1m<stdin>:123:2: �[0m�[0;1;30mnote: �[0m�[1mpossible intended match here
�[0m li a2, 15
�[0;1;32m ^
�[0m�[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: �[0m�[0;1;31merror: �[0m�[1mRV32-NEXT: expected string not found in input
�[0m; RV32-NEXT: lbu a2, 15(a1)
�[0;1;32m             ^
�[0m�[1m<stdin>:132:18: �[0m�[0;1;30mnote: �[0m�[1mscanning from here
�[0m# %bb.0: # %entry
�[0;1;32m                 ^
�[0m�[1m<stdin>:133:2: �[0m�[0;1;30mnote: �[0m�[1mpossible intended match here
�[0m li a2, 16
�[0;1;32m ^
�[0m�[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: �[0m�[0;1;31merror: �[0m�[1mRV32-NEXT: expected string not found in input
�[0m; RV32-NEXT: lbu a2, 30(a1)
�[0;1;32m             ^
�[0m�[1m<stdin>:142:18: �[0m�[0;1;30mnote: �[0m�[1mscanning from here
�[0m# %bb.0: # %entry
�[0;1;32m                 ^
�[0m�[1m<stdin>:143:2: �[0m�[0;1;30mnote: �[0m�[1mpossible intended match here
�[0m li a2, 31
�[0;1;32m ^
�[0m�[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: �[0m�[0;1;31merror: �[0m�[1mRV32-NEXT: expected string not found in input
�[0m; RV32-NEXT: lbu a2, 30(a1)
�[0;1;32m             ^
�[0m�[1m<stdin>:271:18: �[0m�[0;1;30mnote: �[0m�[1mscanning from here
�[0m# %bb.0: # %entry
�[0;1;32m                 ^
�[0m�[1m<stdin>:272:2: �[0m�[0;1;30mnote: �[0m�[1mpossible intended match here
�[0m li a2, 31
�[0;1;32m ^
�[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder clang-aarch64-sve2-vla running on linaro-g4-01 while building llvm at step 7 "ninja check 1".

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

Here is the relevant piece of the build log for the reference
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/bin/llc < /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/bin/llc -mtriple=riscv32
/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

github-actions bot pushed a commit to arm/arm-toolchain that referenced this pull request Jan 13, 2025
Reverts llvm/llvm-project#120364

The test should be updated due to some recent changes.
@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder clang-ppc64le-linux-test-suite running on ppc64le-clang-test-suite while building llvm at step 6 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/llc < /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/llc -mtriple=riscv32
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/build/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-test-suite/clang-ppc64le-test-suite/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder ppc64le-lld-multistage-test running on ppc64le-lld-multistage-test while building llvm at step 7 "test-build-stage1-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
Step 7 (test-build-stage1-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage1/bin/llc < /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage1/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage1/bin/llc -mtriple=riscv32
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage1/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...
Step 13 (test-build-stage2-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage2/bin/llc < /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage2/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage2/bin/llc -mtriple=riscv32
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/build/stage2/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /home/buildbots/llvm-external-buildbots/workers/ppc64le-lld-multistage-test/ppc64le-lld-multistage-test/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder ml-opt-dev-x86-64 running on ml-opt-dev-x86-64-b1 while building llvm at step 6 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /b/ml-opt-dev-x86-64-b1/build/bin/llc < /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /b/ml-opt-dev-x86-64-b1/build/bin/llc -mtriple=riscv32
+ /b/ml-opt-dev-x86-64-b1/build/bin/FileCheck /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /b/ml-opt-dev-x86-64-b1/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder premerge-monolithic-windows running on premerge-windows-1 while building llvm at step 8 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
Step 8 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
c:\ws\buildbot\premerge-monolithic-windows\build\bin\llc.exe < C:\ws\buildbot\premerge-monolithic-windows\llvm-project\llvm\test\CodeGen\RISCV\memcpy.ll -mtriple=riscv32    | c:\ws\buildbot\premerge-monolithic-windows\build\bin\filecheck.exe C:\ws\buildbot\premerge-monolithic-windows\llvm-project\llvm\test\CodeGen\RISCV\memcpy.ll --check-prefixes=RV32-BOTH,RV32
# executed command: 'c:\ws\buildbot\premerge-monolithic-windows\build\bin\llc.exe' -mtriple=riscv32
# executed command: 'c:\ws\buildbot\premerge-monolithic-windows\build\bin\filecheck.exe' 'C:\ws\buildbot\premerge-monolithic-windows\llvm-project\llvm\test\CodeGen\RISCV\memcpy.ll' --check-prefixes=RV32-BOTH,RV32
# .---command stderr------------
# | C:\ws\buildbot\premerge-monolithic-windows\llvm-project\llvm\test\CodeGen\RISCV\memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
# | ; RV32-NEXT: lbu a2, 14(a1)
# |              ^
# | <stdin>:122:18: note: scanning from here
# | # %bb.0: # %entry
# |                  ^
# | <stdin>:123:2: note: possible intended match here
# |  li a2, 15
# |  ^
# | C:\ws\buildbot\premerge-monolithic-windows\llvm-project\llvm\test\CodeGen\RISCV\memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
# | ; RV32-NEXT: lbu a2, 15(a1)
# |              ^
# | <stdin>:132:18: note: scanning from here
# | # %bb.0: # %entry
# |                  ^
# | <stdin>:133:2: note: possible intended match here
# |  li a2, 16
# |  ^
# | C:\ws\buildbot\premerge-monolithic-windows\llvm-project\llvm\test\CodeGen\RISCV\memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
# | ; RV32-NEXT: lbu a2, 30(a1)
# |              ^
# | <stdin>:142:18: note: scanning from here
# | # %bb.0: # %entry
# |                  ^
# | <stdin>:143:2: note: possible intended match here
# |  li a2, 31
# |  ^
# | C:\ws\buildbot\premerge-monolithic-windows\llvm-project\llvm\test\CodeGen\RISCV\memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
# | ; RV32-NEXT: lbu a2, 30(a1)
# |              ^
# | <stdin>:271:18: note: scanning from here
# | # %bb.0: # %entry
# |                  ^
# | <stdin>:272:2: note: possible intended match here
# |  li a2, 31
# |  ^
# | 
# | Input file: <stdin>
# | Check file: C:\ws\buildbot\premerge-monolithic-windows\llvm-project\llvm\test\CodeGen\RISCV\memcpy.ll
# | 
...

wangpc-pp added a commit that referenced this pull request Jan 13, 2025
Use descriptive names and add more cases.

This recommits 59bba39 which was reverted in 4637c77.
@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder sanitizer-aarch64-linux-bootstrap-ubsan running on sanitizer-buildbot10 while building llvm at step 2 "annotate".

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

Here is the relevant piece of the build log for the reference
Step 2 (annotate) failure: 'python ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_selector.py' (failure)
...
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/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: 85846 tests, 72 workers --
Testing:  0.. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (40598 of 85846)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/llc < /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/llc -mtriple=riscv32
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
Step 11 (stage2/ubsan check) failure: stage2/ubsan check (failure)
...
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/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: 85846 tests, 72 workers --
Testing:  0.. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (40598 of 85846)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/llc < /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/llc -mtriple=riscv32
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
Step 13 (stage3/ubsan check) failure: stage3/ubsan check (failure)
...
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/ld.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/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: 82994 tests, 72 workers --
Testing:  0.. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (40602 of 82994)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/llc < /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/llc -mtriple=riscv32
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder lld-x86_64-ubuntu-fast running on as-builder-4 while building llvm at step 6 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llc < /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/llc -mtriple=riscv32
+ /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/build/bin/FileCheck /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /home/buildbot/worker/as-builder-4/ramdisk/lld-x86_64/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder sanitizer-aarch64-linux-bootstrap-hwasan running on sanitizer-buildbot11 while building llvm at step 2 "annotate".

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

Here is the relevant piece of the build log for the reference
Step 2 (annotate) failure: 'python ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_selector.py' (failure)
...
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/ld.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/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: 85845 tests, 72 workers --
Testing:  0.. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (40600 of 85845)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/llc < /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/llc -mtriple=riscv32
+ /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
Step 11 (stage2/hwasan check) failure: stage2/hwasan check (failure)
...
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/ld.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/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: 85845 tests, 72 workers --
Testing:  0.. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (40600 of 85845)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/llc < /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/llc -mtriple=riscv32
+ /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build_hwasan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
Step 13 (stage3/hwasan check) failure: stage3/hwasan check (failure)
...
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/bin/ld.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/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: 82994 tests, 72 workers --
Testing:  0.. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (40595 of 82994)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/bin/llc < /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/bin/llc -mtriple=riscv32
+ /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm_build2_hwasan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-hwasan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder clang-ppc64le-linux-multistage running on ppc64le-clang-multistage-test while building llvm at step 5 "ninja check 1".

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

Here is the relevant piece of the build log for the reference
Step 5 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/stage1/bin/llc < /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/stage1/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/stage1/bin/llc -mtriple=riscv32
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/stage1/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...
Step 11 (ninja check 2) failure: stage 2 checked (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/stage2/bin/llc < /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/stage2/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/stage2/bin/llc -mtriple=riscv32
+ /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/stage2/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-multistage-test/clang-ppc64le-multistage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder clang-aarch64-sve2-vla-2stage running on linaro-g4-02 while building llvm at step 12 "ninja check 2".

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

Here is the relevant piece of the build log for the reference
Step 12 (ninja check 2) failure: stage 2 checked (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/stage2/bin/llc < /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/stage2/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/stage2/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/stage2/bin/llc -mtriple=riscv32
/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder sanitizer-aarch64-linux-bootstrap-msan running on sanitizer-buildbot9 while building llvm at step 2 "annotate".

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

Here is the relevant piece of the build log for the reference
Step 2 (annotate) failure: 'python ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_selector.py' (failure)
...
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/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: 85844 tests, 72 workers --
Testing:  0.. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (40595 of 85844)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/llc < /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/llc -mtriple=riscv32
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
Step 11 (stage2/msan check) failure: stage2/msan check (failure)
...
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/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: 85844 tests, 72 workers --
Testing:  0.. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (40595 of 85844)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/llc < /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build_msan/bin/llc -mtriple=riscv32
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
Step 13 (stage3/msan check) failure: stage3/msan check (failure)
...
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build2_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build2_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build2_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build2_msan/bin/ld.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build2_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build2_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build2_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-aarch64-linux-bootstrap-msan/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: 82994 tests, 72 workers --
Testing:  0.. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (40598 of 82994)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build2_msan/bin/llc < /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build2_msan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build2_msan/bin/FileCheck /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm_build2_msan/bin/llc -mtriple=riscv32
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-aarch64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder clang-aarch64-sve-vls running on linaro-g3-04 while building llvm at step 7 "ninja check 1".

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

Here is the relevant piece of the build log for the reference
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/stage1/bin/llc < /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/stage1/bin/llc -mtriple=riscv32
/home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /home/tcwg-buildbot/worker/clang-aarch64-sve-vls/llvm/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder sanitizer-x86_64-linux-bootstrap-msan running on sanitizer-buildbot6 while building llvm at step 2 "annotate".

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

Here is the relevant piece of the build log for the reference
Step 2 (annotate) failure: 'python ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_selector.py' (failure)
...
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/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: 88245 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (42241 of 88245)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/llc < /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/llc -mtriple=riscv32
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
Step 11 (stage2/msan check) failure: stage2/msan check (failure)
...
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/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: 88245 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (42241 of 88245)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/llc < /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build_msan/bin/llc -mtriple=riscv32
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
Step 13 (stage3/msan check) failure: stage3/msan check (failure)
...
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build2_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build2_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build2_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build2_msan/bin/ld.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build2_msan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build2_msan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build2_msan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-msan/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: 85312 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (42265 of 85312)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build2_msan/bin/llc < /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build2_msan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build2_msan/bin/llc -mtriple=riscv32
+ /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm_build2_msan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder clang-aarch64-sve-vla-2stage running on linaro-g3-03 while building llvm at step 12 "ninja check 2".

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

Here is the relevant piece of the build log for the reference
Step 12 (ninja check 2) failure: stage 2 checked (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/stage2/bin/llc < /home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/stage2/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/stage2/bin/llc -mtriple=riscv32
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/stage2/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /home/tcwg-buildbot/worker/clang-aarch64-sve-vla-2stage/llvm/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder sanitizer-x86_64-linux-bootstrap-ubsan running on sanitizer-buildbot4 while building llvm at step 2 "annotate".

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

Here is the relevant piece of the build log for the reference
Step 2 (annotate) failure: 'python ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_selector.py' (failure)
...
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/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: 88247 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (42255 of 88247)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/llc < /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/llc -mtriple=riscv32
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
Step 11 (stage2/ubsan check) failure: stage2/ubsan check (failure)
...
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/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: 88247 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40.
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (42255 of 88247)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/llc < /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build_ubsan/bin/llc -mtriple=riscv32
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
Step 13 (stage3/ubsan check) failure: stage3/ubsan check (failure)
...
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld.lld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/ld.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using lld-link: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/lld-link
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using ld64.lld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/ld64.lld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/utils/lit/lit/llvm/config.py:506: note: using wasm-ld: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/wasm-ld
llvm-lit: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/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: 85312 tests, 88 workers --
Testing:  0.. 10.. 20.. 30.. 40..
FAIL: LLVM :: CodeGen/RISCV/memcpy.ll (42256 of 85312)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/llc < /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/llc -mtriple=riscv32
+ /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm_build2_ubsan/bin/FileCheck /home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/home/b/sanitizer-x86_64-linux-bootstrap-ubsan/build/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^

@llvm-ci
Copy link
Collaborator

llvm-ci commented Jan 13, 2025

LLVM Buildbot has detected a new failure on builder premerge-monolithic-linux running on premerge-linux-1 while building llvm at step 7 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: CodeGen/RISCV/memcpy.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 2: /build/buildbot/premerge-monolithic-linux/build/bin/llc < /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll -mtriple=riscv32    | /build/buildbot/premerge-monolithic-linux/build/bin/FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /build/buildbot/premerge-monolithic-linux/build/bin/FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll --check-prefixes=RV32-BOTH,RV32
+ /build/buildbot/premerge-monolithic-linux/build/bin/llc -mtriple=riscv32
/build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:278:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 14(a1)
             ^
<stdin>:122:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:123:2: note: possible intended match here
 li a2, 15
 ^
/build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:371:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 15(a1)
             ^
<stdin>:132:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:133:2: note: possible intended match here
 li a2, 16
 ^
/build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:468:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:142:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:143:2: note: possible intended match here
 li a2, 31
 ^
/build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll:861:14: error: RV32-NEXT: expected string not found in input
; RV32-NEXT: lbu a2, 30(a1)
             ^
<stdin>:271:18: note: scanning from here
# %bb.0: # %entry
                 ^
<stdin>:272:2: note: possible intended match here
 li a2, 31
 ^

Input file: <stdin>
Check file: /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/CodeGen/RISCV/memcpy.ll

-dump-input=help explains the following input dump.

...

kazutakahirata pushed a commit to kazutakahirata/llvm-project that referenced this pull request Jan 13, 2025
Use descriptive names and add more cases.
kazutakahirata pushed a commit to kazutakahirata/llvm-project that referenced this pull request Jan 13, 2025
Reverts llvm#120364

The test should be updated due to some recent changes.
kazutakahirata pushed a commit to kazutakahirata/llvm-project that referenced this pull request Jan 13, 2025
Use descriptive names and add more cases.

This recommits 59bba39 which was reverted in 4637c77.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants