INFO:2025-09-13T07:01:50Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 0c3cf200f5b9..c642e2aa61c4 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at c642e2aa61c4 [clang-repl] Add support for running custom code in Remote JIT executor (#157358) INFO:2025-09-13T07:01:53Z:root:syncing... Deleted branch merge (was 0c3cf200f5b9). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge cf3d37d18e3d] [gn build] Port c642e2aa61c4 1 file changed, 1 insertion(+) [gn build] Port c642e2aa61c4 -- https://github.com/llvm/llvm-project/commit/c642e2aa61c4 INFO:2025-09-13T07:01:55Z:root:building ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/18] CXX obj/clang/unittests/Interpreter/ClangReplInterpreterTests.IncrementalCompilerBuilderTest.o [2/18] CXX obj/clang/lib/Interpreter/Interpreter.Value.o [3/18] CXX obj/clang/lib/Interpreter/Interpreter.IncrementalAction.o [4/18] CXX obj/clang/lib/Interpreter/Interpreter.IncrementalExecutor.o [5/18] CXX obj/clang/lib/Interpreter/Interpreter.CodeCompletion.o [6/18] CXX obj/clang/unittests/Interpreter/ExceptionTests/ClangReplInterpreterExceptionTests.InterpreterExceptionTest.o [7/18] CXX obj/clang/lib/Interpreter/Interpreter.InterpreterValuePrinter.o [8/18] CXX obj/clang/unittests/Interpreter/ClangReplInterpreterTests.OutOfProcessInterpreterTests.o [9/18] CXX obj/clang/tools/clang-repl/clang-repl.ClangRepl.o [10/18] CXX obj/clang/unittests/Interpreter/ClangReplInterpreterTests.InterpreterExtensionsTest.o [11/18] CXX obj/clang/unittests/Interpreter/ClangReplInterpreterTests.CodeCompletionTest.o [12/18] CXX obj/clang/unittests/Interpreter/ClangReplInterpreterTests.InterpreterTest.o [13/18] CXX obj/clang/unittests/Interpreter/ClangReplInterpreterTests.IncrementalProcessingTest.o [14/18] CXX obj/clang/lib/Interpreter/Interpreter.Interpreter.o [15/18] AR lib/libclangInterpreter.a [16/18] LINK obj/clang/unittests/Interpreter/ExceptionTests/ClangReplInterpreterExceptionTests [17/18] LINK obj/clang/unittests/Interpreter/ClangReplInterpreterTests [18/18] LINK ./bin/clang-repl INFO:2025-09-13T07:02:16Z:root:analyze skipping analyze because previous build was not green INFO:2025-09-13T07:02:16Z:root:testing INFO:2025-09-13T07:02:16Z:root:test check-clang ninja: Entering directory `out/gn' [0/1] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/subst.py:126: note: Did not find cir-opt in /usr/local/google/home/thakis/src/llvm-project/out/gn/bin:/usr/local/google/home/thakis/src/llvm-project/out/gn/bin llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 23604 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 173.73s Total Discovered Tests: 48026 Skipped : 5 (0.01%) Unsupported : 531 (1.11%) Passed : 47461 (98.82%) Expectedly Failed: 29 (0.06%) INFO:2025-09-13T07:05:16Z:root:test check-clang-tools ninja: Entering directory `out/gn' [0/1] ACTION //clang-tools-extra/test:check-clang-tools(//llvm/utils/gn/build/toolchain:unix) -- Testing: 1266 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 9.81s Total Discovered Tests: 1509 Unsupported : 2 (0.13%) Passed : 1506 (99.80%) Expectedly Failed: 1 (0.07%) INFO:2025-09-13T07:05:27Z:root:test check-clangd ninja: Entering directory `out/gn' [0/1] ACTION //clang-tools-extra/clangd/test:check-clangd(//llvm/utils/gn/build/toolchain:unix) -- Testing: 175 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 4.13s Total Discovered Tests: 1420 Unsupported: 6 (0.42%) Passed : 1414 (99.58%) INFO:2025-09-13T07:05:32Z:root:test check-hwasan ninja: Entering directory `out/gn' [0/1] ACTION //compiler-rt/test/hwasan:check-hwasan(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/lib/x86_64-unknown-linux-gnu". This path was found by running ['/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang', '--target=x86_64-unknown-linux-gnu', '-print-runtime-dir']. -- Testing: 111 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 1 warning(s) in tests Testing Time: 9.38s Total Discovered Tests: 111 Unsupported : 38 (34.23%) Passed : 64 (57.66%) Expectedly Failed: 9 (8.11%) INFO:2025-09-13T07:05:42Z:root:test check-lld ninja: Entering directory `out/gn' [0/1] ACTION //lld/test:check-lld(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3139 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 15.01s Total Discovered Tests: 3139 Unsupported : 21 (0.67%) Passed : 3117 (99.30%) Expectedly Failed: 1 (0.03%) INFO:2025-09-13T07:05:58Z:root:test check-llvm ninja: Entering directory `out/gn' [0/1] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:530: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 61334 tests, 64 workers -- Testing: FAIL: LLVM :: MC/RISCV/insn_c.s (2 of 61334) ******************** TEST 'LLVM :: MC/RISCV/insn_c.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s -triple=riscv32 -mattr=+f,+c -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-ASM /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s -triple=riscv32 -mattr=+f,+c -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-ASM /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s -triple riscv64 -mattr=+f,+c -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-ASM /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s -triple riscv64 -mattr=+f,+c -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-ASM /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s # RUN: at line 5 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+f,+c < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+f,+c -M no-aliases -d -r - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+f,+c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+f,+c -M no-aliases -d -r - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+f,+c -M no-aliases -d -r - # | #0 0x0000562db6b88098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000562db6b85845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000562db6b88791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007efc19449df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007efc1949e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007efc19449cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007efc194324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007efc19432420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000562db71f094b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x0000562db71f04a9 llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x29044a9) # | #10 0x0000562db71f2383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x0000562db67f0532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000562db67fe169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000562db67f3b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x0000562db67ed9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000562db680ecf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007efc19433ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007efc19433d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007efc19433d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x0000562db675b5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s:46:14: error: CHECK-OBJ: expected string not found in input # | # CHECK-OBJ: c.addi4spn a0, sp, 0xc8 # | ^ # | :12:24: note: scanning from here # | a: 0835 c.addi a6, 0xd # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/insn_c.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 7: 0: 952e c.add a0, a1 # | 8: 2: 952e c.add a0, a1 # | 9: 4: 0535 c.addi a0, 0xd # | 10: 6: 0535 c.addi a0, 0xd # | 11: 8: 0835 c.addi a6, 0xd # | 12: a: 0835 c.addi a6, 0xd # | check:46 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/compress-rv32d.s (3 of 61334) ******************** TEST 'LLVM :: MC/RISCV/compress-rv32d.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+d -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32d.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32d.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+d -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32d.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+d -show-encoding -M no-aliases < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32d.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32d.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+d -show-encoding -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32d.s # RUN: at line 5 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+d -filetype=obj < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32d.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --triple=riscv32 --mattr=+c,+d -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32d.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+d -filetype=obj # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --triple=riscv32 --mattr=+c,+d -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --triple=riscv32 --mattr=+c,+d -d - # | #0 0x00005641aebdd098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x00005641aebda845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x00005641aebdd791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f3436f59df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f3436fae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f3436f59cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f3436f424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f3436f42420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x00005641af24594b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x00005641af24527f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x00005641af247383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x00005641ae845532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x00005641ae853169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x00005641ae848b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x00005641ae8429b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x00005641ae863cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f3436f43ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f3436f43d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f3436f43d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005641ae7b05a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32d.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32d.s:46:16: error: CHECK-BYTES: expected string not found in input # | # CHECK-BYTES: 2006 # | ^ # | :1:1: note: scanning from here # | # | ^ # | :6:1: note: possible intended match here # | 00000000 <.text>: # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32d.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:46'0 X error: no match found # | 2: : file format elf32-littleriscv # | check:46'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: # | check:46'0 ~ # | 4: Disassembly of section .text: # | check:46'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:46'0 ~ # | 6: 00000000 <.text>: # | check:46'0 ~~~~~~~~~~~~~~~~~~ # | check:46'1 ? possible intended match # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: tools/llvm-exegesis/RISCV/rvv/eligible-inst.test (4 of 61334) ******************** TEST 'LLVM :: tools/llvm-exegesis/RISCV/rvv/eligible-inst.test' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVCOMPRESS_VM_M2_E8,PseudoVCPOP_M_B32 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/eligible-inst.test --allow-empty --check-prefix=LATENCY # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVCOMPRESS_VM_M2_E8,PseudoVCPOP_M_B32 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/eligible-inst.test --allow-empty --check-prefix=LATENCY # RUN: at line 4 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=inverse_throughput --opcode-name=PseudoVCOMPRESS_VM_M2_E8,PseudoVCPOP_M_B32 --min-instructions=100 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/eligible-inst.test --check-prefix=RTHROUGHPUT1 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=inverse_throughput --opcode-name=PseudoVCOMPRESS_VM_M2_E8,PseudoVCPOP_M_B32 --min-instructions=100 # .---command stderr------------ # | llvm-exegesis: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=inverse_throughput --opcode-name=PseudoVCOMPRESS_VM_M2_E8,PseudoVCPOP_M_B32 --min-instructions=100 # | #0 0x000055fa897658f8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x2df28f8) # | #1 0x000055fa897630a5 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x2df00a5) # | #2 0x000055fa89765ff1 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f1ba9f59df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f1ba9fae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f1ba9f59cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f1ba9f424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f1ba9f42420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055fa8a3b026b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3d26b) # | #9 0x000055fa8a3afb9f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3cb9f) # | #10 0x000055fa8a3b1ca3 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3eca3) # | #11 0x000055fa88f65442 llvm::exegesis::BenchmarkRunner::getRunnableConfiguration(llvm::exegesis::BenchmarkCode const&, unsigned int, unsigned int, llvm::exegesis::SnippetRepetitor const&) const (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25f2442) # | #12 0x000055fa88f46fe4 llvm::exegesis::benchmarkMain() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d3fe4) # | #13 0x000055fa88f48dbc main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d5dbc) # | #14 0x00007f1ba9f43ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #15 0x00007f1ba9f43d65 call_init ./csu/../csu/libc-start.c:128:20 # | #16 0x00007f1ba9f43d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #17 0x000055fa88f45481 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d2481) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/eligible-inst.test --check-prefix=RTHROUGHPUT1 # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/eligible-inst.test:49:17: error: RTHROUGHPUT1: expected string not found in input # | # RTHROUGHPUT1: PseudoVCPOP_M_B32 # | ^ # | :5:29: note: scanning from here # | - 'PseudoVCOMPRESS_VM_M2_E8 V12M2 V12M2 V16M2 V25 i_0xffffffffffffffff i_0x3' # | ^ # | :6:5: note: possible intended match here # | - 'PseudoVCOMPRESS_VM_M2_E8 V10M2 V10M2 V22M2 V5 i_0xffffffffffffffff i_0x3' # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/eligible-inst.test # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: --- # | 2: mode: inverse_throughput # | 3: key: # | 4: instructions: # | 5: - 'PseudoVCOMPRESS_VM_M2_E8 V12M2 V12M2 V16M2 V25 i_0xffffffffffffffff i_0x3' # | check:49'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found # | 6: - 'PseudoVCOMPRESS_VM_M2_E8 V10M2 V10M2 V22M2 V5 i_0xffffffffffffffff i_0x3' # | check:49'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:49'1 ? possible intended match # | 7: - 'PseudoVCOMPRESS_VM_M2_E8 V26M2 V26M2 V30M2 V29 i_0xffffffffffffffff i_0x3' # | check:49'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 8: - 'PseudoVCOMPRESS_VM_M2_E8 V20M2 V20M2 V16M2 V7 i_0xffffffffffffffff i_0x3' # | check:49'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: - 'PseudoVCOMPRESS_VM_M2_E8 V14M2 V14M2 V18M2 V24 i_0xffffffffffffffff i_0x3' # | check:49'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 10: - 'PseudoVCOMPRESS_VM_M2_E8 V8M2 V8M2 V6M2 V7 i_0xffffffffffffffff i_0x3' # | check:49'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 11: - 'PseudoVCOMPRESS_VM_M2_E8 V0M2 V0M2 V16M2 V7 i_0xffffffffffffffff i_0x3' # | check:49'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: tools/llvm-exegesis/RISCV/rvv/valid-sew.test (5 of 61334) ******************** TEST 'LLVM :: tools/llvm-exegesis/RISCV/rvv/valid-sew.test' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVMUL_VV_MF4_MASK --max-configs-per-opcode=1000 --min-instructions=100 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/valid-sew.test --check-prefix=FRAC-LMUL # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVMUL_VV_MF4_MASK --max-configs-per-opcode=1000 --min-instructions=100 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/valid-sew.test --check-prefix=FRAC-LMUL # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVFADD_VFPR16_M1_E16,PseudoVFADD_VV_M2_E16,PseudoVFCLASS_V_MF2 --max-configs-per-opcode=1000 --min-instructions=100 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/valid-sew.test --check-prefix=FP # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVFADD_VFPR16_M1_E16,PseudoVFADD_VV_M2_E16,PseudoVFCLASS_V_MF2 --max-configs-per-opcode=1000 --min-instructions=100 # .---command stderr------------ # | llvm-exegesis: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVFADD_VFPR16_M1_E16,PseudoVFADD_VV_M2_E16,PseudoVFCLASS_V_MF2 --max-configs-per-opcode=1000 --min-instructions=100 # | #0 0x000055999151e8f8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x2df28f8) # | #1 0x000055999151c0a5 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x2df00a5) # | #2 0x000055999151eff1 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f7895d59df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f7895dae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f7895d59cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f7895d424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f7895d42420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055999216926b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3d26b) # | #9 0x0000559992168b9f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3cb9f) # | #10 0x000055999216aca3 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3eca3) # | #11 0x0000559990d1e442 llvm::exegesis::BenchmarkRunner::getRunnableConfiguration(llvm::exegesis::BenchmarkCode const&, unsigned int, unsigned int, llvm::exegesis::SnippetRepetitor const&) const (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25f2442) # | #12 0x0000559990cfffe4 llvm::exegesis::benchmarkMain() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d3fe4) # | #13 0x0000559990d01dbc main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d5dbc) # | #14 0x00007f7895d43ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #15 0x00007f7895d43d65 call_init ./csu/../csu/libc-start.c:128:20 # | #16 0x00007f7895d43d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #17 0x0000559990cfe481 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d2481) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/valid-sew.test --check-prefix=FP # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/valid-sew.test --check-prefix=FP # `----------------------------- # error: command failed with exit status: 2 -- ******************** Testing: FAIL: LLVM :: MC/AVR/inst-lat.s (6 of 61334) ******************** TEST 'LLVM :: MC/AVR/inst-lat.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=rmw -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lat.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lat.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=rmw -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lat.s # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=rmw < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lat.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lat.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=rmw # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - # | #0 0x0000557234a92098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000557234a8f845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000557234a92791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fb565359df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fb5653ae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fb565359cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fb5653424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fb565342420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055723504b864 llvm::AVRInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2855864) # | #9 0x000055723504b44c llvm::AVRInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x285544c) # | #10 0x000055723504c103 llvm::AVRInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2856103) # | #11 0x00005572346f8bb7 (anonymous namespace)::PrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000557234708169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x00005572346fdb26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x00005572346f79b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000557234718cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fb565343ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fb565343d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fb565343d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005572346655a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lat.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lat.s:15:15: error: CHECK-INST: expected string not found in input # | ; CHECK-INST: lat Z, r13 # | ^ # | :1:1: note: scanning from here # | # | ^ # | :2:18: note: possible intended match here # | : file format elf32-avr # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lat.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:15'0 X error: no match found # | 2: : file format elf32-avr # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:15'1 ? possible intended match # | 3: # | check:15'0 ~ # | 4: Disassembly of section .text: # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:15'0 ~ # | 6: 00000000 : # | check:15'0 ~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: tools/llvm-exegesis/RISCV/rvv/skip-rm.test (7 of 61334) ******************** TEST 'LLVM :: tools/llvm-exegesis/RISCV/rvv/skip-rm.test' FAILED ******************** Exit Code: -6 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVAADDU_VV_M1 --riscv-enumerate-rounding-modes=false --max-configs-per-opcode=1000 --min-instructions=100 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/skip-rm.test --check-prefix=VX # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVAADDU_VV_M1 --riscv-enumerate-rounding-modes=false --max-configs-per-opcode=1000 --min-instructions=100 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/skip-rm.test --check-prefix=VX # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVFADD_VFPR16_M1_E16 --riscv-enumerate-rounding-modes=false --max-configs-per-opcode=1000 --min-instructions=100 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/skip-rm.test --check-prefix=FP # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVFADD_VFPR16_M1_E16 --riscv-enumerate-rounding-modes=false --max-configs-per-opcode=1000 --min-instructions=100 # .---command stderr------------ # | llvm-exegesis: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=latency --opcode-name=PseudoVFADD_VFPR16_M1_E16 --riscv-enumerate-rounding-modes=false --max-configs-per-opcode=1000 --min-instructions=100 # | #0 0x00005642413be8f8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x2df28f8) # | #1 0x00005642413bc0a5 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x2df00a5) # | #2 0x00005642413beff1 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fa1b2159df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fa1b21ae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fa1b2159cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fa1b21424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fa1b2142420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000056424200926b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3d26b) # | #9 0x0000564242008b9f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3cb9f) # | #10 0x000056424200aca3 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3eca3) # | #11 0x0000564240bbe442 llvm::exegesis::BenchmarkRunner::getRunnableConfiguration(llvm::exegesis::BenchmarkCode const&, unsigned int, unsigned int, llvm::exegesis::SnippetRepetitor const&) const (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25f2442) # | #12 0x0000564240b9ffe4 llvm::exegesis::benchmarkMain() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d3fe4) # | #13 0x0000564240ba1dbc main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d5dbc) # | #14 0x00007fa1b2143ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #15 0x00007fa1b2143d65 call_init ./csu/../csu/libc-start.c:128:20 # | #16 0x00007fa1b2143d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #17 0x0000564240b9e481 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d2481) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/skip-rm.test --check-prefix=FP -- ******************** Testing: FAIL: LLVM :: MC/RISCV/compress-rv32f.s (8 of 61334) ******************** TEST 'LLVM :: MC/RISCV/compress-rv32f.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+f -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32f.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32f.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+f -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32f.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+f -show-encoding -M no-aliases < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32f.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32f.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+f -show-encoding -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32f.s # RUN: at line 5 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+f -filetype=obj < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32f.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c,+f --no-print-imm-hex -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32f.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c,+f -filetype=obj # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c,+f --no-print-imm-hex -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c,+f --no-print-imm-hex -d - # | #0 0x00005638c8598098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x00005638c8595845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x00005638c8598791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f3060359df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f30603ae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f3060359cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f30603424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f3060342420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x00005638c8c0094b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x00005638c8c0027f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x00005638c8c02383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x00005638c8200532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x00005638c820e169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x00005638c8203b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x00005638c81fd9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x00005638c821ecf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f3060343ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f3060343d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f3060343d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005638c816b5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32f.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32f.s:24:16: error: CHECK-BYTES: expected string not found in input # | # CHECK-BYTES: 7076 # | ^ # | :1:1: note: scanning from here # | # | ^ # | :6:1: note: possible intended match here # | 00000000 <.text>: # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32f.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:24'0 X error: no match found # | 2: : file format elf32-littleriscv # | check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: # | check:24'0 ~ # | 4: Disassembly of section .text: # | check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:24'0 ~ # | 6: 00000000 <.text>: # | check:24'0 ~~~~~~~~~~~~~~~~~~ # | check:24'1 ? possible intended match # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: tools/llvm-objdump/ELF/RISCV/source-interleave.ll (9 of 61334) ******************** TEST 'LLVM :: tools/llvm-objdump/ELF/RISCV/source-interleave.ll' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 rm -rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/source-interleave.ll.tmp && split-file /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/source-interleave.ll /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/source-interleave.ll.tmp && cd /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/source-interleave.ll.tmp # executed command: rm -rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/source-interleave.ll.tmp # executed command: split-file /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/source-interleave.ll /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/source-interleave.ll.tmp # executed command: cd /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/source-interleave.ll.tmp # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llc -filetype=obj a.ll -o a.o # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llc -filetype=obj a.ll -o a.o # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-readelf -r a.o 2>err | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/source-interleave.ll --check-prefix=RELOC # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-readelf -r a.o # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/source-interleave.ll --check-prefix=RELOC # RUN: at line 4 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -Sl --no-show-raw-insn a.o 2>err | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/source-interleave.ll # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -Sl --no-show-raw-insn a.o # .---redirected output from 'err' # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -Sl --no-show-raw-insn a.o # | #0 0x0000558132090098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055813208d845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000558132090791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f752901cdf0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f752907195c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f75290 # | ... # `---data was truncated-------- # note: command had no output on stdout or stderr # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/source-interleave.ll # .---redirected output from 'err' # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -Sl --no-show-raw-insn a.o # | #0 0x0000558132090098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055813208d845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000558132090791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f752901cdf0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f752907195c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f75290 # | ... # `---data was truncated-------- # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/source-interleave.ll:17:15: error: CHECK-NEXT: expected string not found in input # | ; CHECK-NEXT: 2: sd ra, 0x8(sp) # | ^ # | :10:23: note: scanning from here # | 0: addi sp, sp, -0x10 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/source-interleave.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 5: # | 6: 0000000000000000 : # | 7: ; foo(): # | 8: ; ./a.c:2 # | 9: ; int foo(int x) { # | 10: 0: addi sp, sp, -0x10 # | next:17 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rvc-valid.s (10 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rvc-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-valid.s -triple=riscv32 -mattr=+c -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-valid.s -triple=riscv32 -mattr=+c -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+c < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c --no-print-imm-hex -M no-aliases -d -r - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefixes=CHECK-OBJ,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c --no-print-imm-hex -M no-aliases -d -r - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c --no-print-imm-hex -M no-aliases -d -r - # | #0 0x000055ddeec81098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055ddeec7e845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055ddeec81791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fa770449df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fa77049e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fa770449cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fa7704324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fa770432420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055ddef2e994b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x000055ddef2e927f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x000055ddef2eb383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x000055ddee8e9532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x000055ddee8f7169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055ddee8ecb26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055ddee8e69b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055ddee907cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fa770433ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fa770433d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fa770433d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055ddee8545a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefixes=CHECK-OBJ,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-valid.s:28:22: error: CHECK-ASM-AND-OBJ: expected string not found in input # | # CHECK-ASM-AND-OBJ: c.lwsp ra, 0(sp) # | ^ # | :1:1: note: scanning from here # | # | ^ # | :2:10: note: possible intended match here # | : file format elf32-littleriscv # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:28'0 X error: no match found # | 2: : file format elf32-littleriscv # | check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:28'1 ? possible intended match # | 3: # | check:28'0 ~ # | 4: Disassembly of section .text: # | check:28'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:28'0 ~ # | 6: 00000000 <.text>: # | check:28'0 ~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: CodeGen/Hexagon/compound.ll (11 of 61334) ******************** TEST 'LLVM :: CodeGen/Hexagon/compound.ll' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llc -mtriple=hexagon -filetype=obj -ifcvt-limit=0 -o - /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llc -mtriple=hexagon -filetype=obj -ifcvt-limit=0 -o - /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -d - # | #0 0x000055cde5ba4098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055cde5ba1845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055cde5ba4791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fd874849df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fd87489e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fd874849cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fd8748324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fd874832420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055cde6178366 llvm::HexagonMCChecker::init(llvm::MCInst const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2870366) # | #9 0x000055cde61775eb llvm::HexagonMCChecker::init() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x286f5eb) # | #10 0x000055cde62fa347 (anonymous namespace)::HexagonDisassembler::makeBundle(llvm::ArrayRef, unsigned long, unsigned long&, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #11 0x000055cde62f99a6 (anonymous namespace)::HexagonDisassembler::getInstruction(llvm::MCInst&, unsigned long&, llvm::ArrayRef, unsigned long, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #12 0x000055cde5819f79 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055cde580fb26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055cde58099b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055cde582acf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fd874833ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fd874833d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fd874833d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055cde57775a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll:3:10: error: CHECK: expected string not found in input # | ; CHECK: p0 = cmp.gt(r0,#-1); if (!p0.new) jump:nt # | ^ # | :1:1: note: scanning from here # | # | ^ # | :4:13: note: possible intended match here # | Disassembly of section .text: # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/Hexagon/compound.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:3'0 X error: no match found # | 2: : file format elf32-hexagon # | check:3'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: # | check:3'0 ~ # | 4: Disassembly of section .text: # | check:3'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:3'1 ? possible intended match # | 5: # | check:3'0 ~ # | 6: 00000000 : # | check:3'0 ~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/AVR/inst-elpm.s (12 of 61334) ******************** TEST 'LLVM :: MC/AVR/inst-elpm.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=elpm,elpmx -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-elpm.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-elpm.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=elpm,elpmx -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-elpm.s # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=elpm,elpmx < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-elpm.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=elpm,elpmx - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-elpm.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=elpm,elpmx # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=elpm,elpmx - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=elpm,elpmx - # | #0 0x0000560676381098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000056067637e845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000560676381791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fb8a1649df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fb8a169e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fb8a1649cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fb8a16324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fb8a1632420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000056067693a864 llvm::AVRInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2855864) # | #9 0x000056067693a553 llvm::AVRInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2855553) # | #10 0x000056067693b103 llvm::AVRInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2856103) # | #11 0x0000560675fe7bb7 (anonymous namespace)::PrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000560675ff7169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000560675fecb26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x0000560675fe69b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000560676007cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fb8a1633ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fb8a1633d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fb8a1633d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x0000560675f545a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-elpm.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-elpm.s:23:15: error: CHECK-INST: expected string not found in input # | ; CHECK-INST: elpm r3, Z # | ^ # | :7:15: note: scanning from here # | 0: d8 95 elpm # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-elpm.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-avr # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 : # | 7: 0: d8 95 elpm # | check:23 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: tools/llvm-exegesis/RISCV/latency-by-extension-C.s (13 of 61334) ******************** TEST 'LLVM :: tools/llvm-exegesis/RISCV/latency-by-extension-C.s' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mode=latency -mtriple=riscv64-unknown-linux-gnu --mcpu=generic --benchmark-phase=assemble-measured-code -opcode-name=C_ADDI -mattr=+c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=C_ADDI /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/latency-by-extension-C.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mode=latency -mtriple=riscv64-unknown-linux-gnu --mcpu=generic --benchmark-phase=assemble-measured-code -opcode-name=C_ADDI -mattr=+c # .---command stderr------------ # | llvm-exegesis: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mode=latency -mtriple=riscv64-unknown-linux-gnu --mcpu=generic --benchmark-phase=assemble-measured-code -opcode-name=C_ADDI -mattr=+c # | #0 0x00005587a60d38f8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x2df28f8) # | #1 0x00005587a60d10a5 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x2df00a5) # | #2 0x00005587a60d3ff1 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f29d5649df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f29d569e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f29d5649cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f29d56324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f29d5632420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x00005587a6d1e26b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3d26b) # | #9 0x00005587a6d1db9f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3cb9f) # | #10 0x00005587a6d1fca3 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3eca3) # | #11 0x00005587a58d3442 llvm::exegesis::BenchmarkRunner::getRunnableConfiguration(llvm::exegesis::BenchmarkCode const&, unsigned int, unsigned int, llvm::exegesis::SnippetRepetitor const&) const (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25f2442) # | #12 0x00005587a58b4fe4 llvm::exegesis::benchmarkMain() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d3fe4) # | #13 0x00005587a58b6dbc main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d5dbc) # | #14 0x00007f29d5633ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #15 0x00007f29d5633d65 call_init ./csu/../csu/libc-start.c:128:20 # | #16 0x00007f29d5633d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #17 0x00005587a58b3481 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d2481) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=C_ADDI /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/latency-by-extension-C.s # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=C_ADDI /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/latency-by-extension-C.s # `----------------------------- # error: command failed with exit status: 2 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rv64c-valid.s (14 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rv64c-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-valid.s -triple=riscv64 -mattr=+c -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-valid.s -triple=riscv64 -mattr=+c -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv64 -mattr=+c < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c --no-print-imm-hex -M no-aliases -d -r - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv64 -mattr=+c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c --no-print-imm-hex -M no-aliases -d -r - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c --no-print-imm-hex -M no-aliases -d -r - # | #0 0x00005634b2a0a098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x00005634b2a07845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x00005634b2a0a791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fcfbd959df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fcfbd9ae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fcfbd959cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fcfbd9424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fcfbd942420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x00005634b307294b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x00005634b307227f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x00005634b3074383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x00005634b2672532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x00005634b2680169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x00005634b2675b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x00005634b266f9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x00005634b2690cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fcfbd943ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fcfbd943d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fcfbd943d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005634b25dd5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-valid.s:22:22: error: CHECK-ASM-AND-OBJ: expected string not found in input # | # CHECK-ASM-AND-OBJ: c.ldsp s0, 0(sp) # | ^ # | :1:1: note: scanning from here # | # | ^ # | :2:26: note: possible intended match here # | : file format elf64-littleriscv # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:22'0 X error: no match found # | 2: : file format elf64-littleriscv # | check:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:22'1 ? possible intended match # | 3: # | check:22'0 ~ # | 4: Disassembly of section .text: # | check:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:22'0 ~ # | 6: 0000000000000000 <.text>: # | check:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rv64c-aliases-valid.s (15 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rv64c-aliases-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=riscv64 -mattr=+c -M no-aliases < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-aliases-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-aliases-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=riscv64 -mattr=+c -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-aliases-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv64 -mattr=+c < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-aliases-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -d -M no-aliases - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-aliases-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv64 -mattr=+c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -d -M no-aliases - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -d -M no-aliases - # | #0 0x000055d457934098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055d457931845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055d457934791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f5517559df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f55175ae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f5517559cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f55175424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f5517542420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055d457f9c94b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x000055d457f9c27f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x000055d457f9e383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x000055d45759c532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x000055d4575aa169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055d45759fb26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055d4575999b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055d4575bacf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f5517543ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f5517543d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f5517543d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055d4575075a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-aliases-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-aliases-valid.s:107:17: error: CHECK-EXPAND: expected string not found in input # | # CHECK-EXPAND: c.ldsp s0, 0(sp) # | ^ # | :63:25: note: scanning from here # | 90: e080 c.sd s0, 0(s1) # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64c-aliases-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 58: 82: 5e7e8e93 addi t4, t4, 1511 # | 59: 86: 0eb6 c.slli t4, 13 # | 60: 88: ef0e8e93 addi t4, t4, -272 # | 61: 8c: 5f7d c.li t5, -1 # | 62: 8e: 6080 c.ld s0, 0(s1) # | 63: 90: e080 c.sd s0, 0(s1) # | check:107 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rvc-aliases-valid.s (16 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rvc-aliases-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s -triple=riscv32 -mattr=+c -M no-aliases | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s -triple=riscv32 -mattr=+c -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s -triple=riscv64 -mattr=+c -M no-aliases | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s -triple=riscv64 -mattr=+c -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s # RUN: at line 5 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+c < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -M no-aliases -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -M no-aliases -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -M no-aliases -d - # | #0 0x0000561ad38a5098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000561ad38a2845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000561ad38a5791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f9794e49df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f9794e9e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f9794e49cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f9794e324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f9794e32420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000561ad3f0d94b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x0000561ad3f0d27f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x0000561ad3f0f383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x0000561ad350d532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000561ad351b169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000561ad3510b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x0000561ad350a9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000561ad352bcf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f9794e33ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f9794e33d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f9794e33d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x0000561ad34785a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s:16:17: error: CHECK-EXPAND: expected string not found in input # | # CHECK-EXPAND: c.lwsp s0, 0(sp) # | ^ # | :8:24: note: scanning from here # | 2: c080 c.sw s0, 0(s1) # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvc-aliases-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-littleriscv # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 <.text>: # | 7: 0: 4080 c.lw s0, 0(s1) # | 8: 2: c080 c.sw s0, 0(s1) # | check:16 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rv32dc-valid.s (17 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rv32dc-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32dc-valid.s -triple=riscv32 -mattr=+c,+d -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32dc-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32dc-valid.s -triple=riscv32 -mattr=+c,+d -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32dc-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+c,+d < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32dc-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --mattr=+c,+d -M no-aliases -d -r - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32dc-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+c,+d # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --mattr=+c,+d -M no-aliases -d -r - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --mattr=+c,+d -M no-aliases -d -r - # | #0 0x0000562ef397d098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000562ef397a845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000562ef397d791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fb61d649df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fb61d69e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fb61d649cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fb61d6324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fb61d632420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000562ef3fe594b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x0000562ef3fe527f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x0000562ef3fe7383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x0000562ef35e5532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000562ef35f3169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000562ef35e8b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x0000562ef35e29b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000562ef3603cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fb61d633ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fb61d633d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fb61d633d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x0000562ef35505a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32dc-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32dc-valid.s:18:22: error: CHECK-ASM-AND-OBJ: expected string not found in input # | # CHECK-ASM-AND-OBJ: c.fldsp fs0, 504(sp) # | ^ # | :1:1: note: scanning from here # | # | ^ # | :2:2: note: possible intended match here # | : file format elf32-littleriscv # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32dc-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:18'0 X error: no match found # | 2: : file format elf32-littleriscv # | check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:18'1 ? possible intended match # | 3: # | check:18'0 ~ # | 4: Disassembly of section .text: # | check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:18'0 ~ # | 6: 00000000 <.text>: # | check:18'0 ~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/xqcilo-valid.s (18 of 61334) ******************** TEST 'LLVM :: MC/RISCV/xqcilo-valid.s' FAILED ******************** Exit Code: -6 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilo-valid.s -triple=riscv32 -mattr=+experimental-xqcilo -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ENC,CHECK-INST,CHECK-NOALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilo-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilo-valid.s -triple=riscv32 -mattr=+experimental-xqcilo -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ENC,CHECK-INST,CHECK-NOALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilo-valid.s # RUN: at line 4 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+experimental-xqcilo < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilo-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+experimental-xqcilo -M no-aliases --no-print-imm-hex -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilo-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+experimental-xqcilo # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+experimental-xqcilo -M no-aliases --no-print-imm-hex -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+experimental-xqcilo -M no-aliases --no-print-imm-hex -d - # | #0 0x0000555d91982098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000555d9197f845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000555d91982791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f9d49a49df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f9d49a9e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f9d49a49cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f9d49a324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f9d49a32420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000555d91fea94b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x0000555d91fea27f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x0000555d91fec383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x0000555d915ea532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000555d915f8169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000555d915edb26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x0000555d915e79b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000555d91608cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f9d49a33ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f9d49a33d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f9d49a33d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x0000555d915555a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilo-valid.s -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rv32c-only-valid.s (19 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rv32c-only-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32c-only-valid.s -triple=riscv32 -mattr=+c -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32c-only-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32c-only-valid.s -triple=riscv32 -mattr=+c -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32c-only-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+c < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32c-only-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c --no-print-imm-hex -M no-aliases -d -r - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32c-only-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c --no-print-imm-hex -M no-aliases -d -r - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c --no-print-imm-hex -M no-aliases -d -r - # | #0 0x000055efa57e8098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055efa57e5845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055efa57e8791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f6f74f59df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f6f74fae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f6f74f59cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f6f74f424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f6f74f42420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055efa5e5094b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x000055efa5e50042 llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2904042) # | #10 0x000055efa5e52383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x000055efa5450532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x000055efa545e169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055efa5453b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055efa544d9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055efa546ecf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f6f74f43ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f6f74f43d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f6f74f43d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055efa53bb5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32c-only-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32c-only-valid.s:30:14: error: CHECK-OBJ: expected string not found in input # | # CHECK-OBJ: c.addi16sp sp, -352 # | ^ # | :8:23: note: scanning from here # | 2: 15fd c.addi a1, -1 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32c-only-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-littleriscv # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 <.text>: # | 7: 0: 2ffd c.jal 0x7fe <.text+0x7fe> # | 8: 2: 15fd c.addi a1, -1 # | check:30 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rv32fc-valid.s (20 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rv32fc-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-valid.s -triple=riscv32 -mattr=+c,+f -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-valid.s -triple=riscv32 -mattr=+c,+f -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+c,+f < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c,+f --no-print-imm-hex -M no-aliases -d -r - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+c,+f # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c,+f --no-print-imm-hex -M no-aliases -d -r - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c,+f --no-print-imm-hex -M no-aliases -d -r - # | #0 0x00005600c535c098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x00005600c5359845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x00005600c535c791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f6f98a49df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f6f98a9e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f6f98a49cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f6f98a324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f6f98a32420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x00005600c59c494b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x00005600c59c427f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x00005600c59c6383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x00005600c4fc4532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x00005600c4fd2169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x00005600c4fc7b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x00005600c4fc19b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x00005600c4fe2cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f6f98a33ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f6f98a33d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f6f98a33d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005600c4f2f5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-valid.s:24:22: error: CHECK-ASM-AND-OBJ: expected string not found in input # | # CHECK-ASM-AND-OBJ: c.flwsp fs0, 252(sp) # | ^ # | :1:1: note: scanning from here # | # | ^ # | :2:2: note: possible intended match here # | : file format elf32-littleriscv # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:24'0 X error: no match found # | 2: : file format elf32-littleriscv # | check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:24'1 ? possible intended match # | 3: # | check:24'0 ~ # | 4: Disassembly of section .text: # | check:24'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:24'0 ~ # | 6: 00000000 <.text>: # | check:24'0 ~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rv32zclsd-valid.s (21 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rv32zclsd-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-valid.s -triple=riscv32 -mattr=+zclsd -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-valid.s -triple=riscv32 -mattr=+zclsd -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+zclsd< /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+zclsd --no-print-imm-hex -M no-aliases -d -r - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+zclsd # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+zclsd --no-print-imm-hex -M no-aliases -d -r - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+zclsd --no-print-imm-hex -M no-aliases -d -r - # | #0 0x000056541fa1a098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000056541fa17845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000056541fa1a791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fa88da1cdf0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fa88da7195c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fa88da1ccc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fa88da054ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fa88da05420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000056542008294b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x000056542008227f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x0000565420084383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x000056541f682532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x000056541f690169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000056541f685b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000056541f67f9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000056541f6a0cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fa88da06ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fa88da06d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fa88da06d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000056541f5ed5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-valid.s:7:22: error: CHECK-ASM-AND-OBJ: expected string not found in input # | # CHECK-ASM-AND-OBJ: c.ldsp t1, 176(sp) # | ^ # | :1:1: note: scanning from here # | # | ^ # | :2:26: note: possible intended match here # | : file format elf32-littleriscv # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:7'0 X error: no match found # | 2: : file format elf32-littleriscv # | check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:7'1 ? possible intended match # | 3: # | check:7'0 ~ # | 4: Disassembly of section .text: # | check:7'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:7'0 ~ # | 6: 00000000 <.text>: # | check:7'0 ~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: tools/llvm-exegesis/RISCV/rvv/filter.test (22 of 61334, 3 of 3 attempts) ******************** TEST 'LLVM :: tools/llvm-exegesis/RISCV/rvv/filter.test' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=inverse_throughput --opcode-name=PseudoVNCLIPU_WX_M1_MASK --riscv-filter-config='vtype = {VXRM: rod, AVL: VLMAX, SEW: e(8|16), Policy: ta/mu}' --max-configs-per-opcode=1000 --min-instructions=10 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/filter.test # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=inverse_throughput --opcode-name=PseudoVNCLIPU_WX_M1_MASK '--riscv-filter-config=vtype = {VXRM: rod, AVL: VLMAX, SEW: e(8|16), Policy: ta/mu}' --max-configs-per-opcode=1000 --min-instructions=10 # .---command stderr------------ # | llvm-exegesis: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis -mtriple=riscv64 -mcpu=sifive-x280 -benchmark-phase=assemble-measured-code --mode=inverse_throughput --opcode-name=PseudoVNCLIPU_WX_M1_MASK "--riscv-filter-config=vtype = {VXRM: rod, AVL: VLMAX, SEW: e(8|16), Policy: ta/mu}" --max-configs-per-opcode=1000 --min-instructions=10 # | #0 0x00005620978ee8f8 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x2df28f8) # | #1 0x00005620978ec0a5 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x2df00a5) # | #2 0x00005620978eeff1 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f51d872cdf0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f51d878195c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f51d872ccc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f51d87154ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f51d8715420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000056209853926b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3d26b) # | #9 0x0000562098538962 llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3c962) # | #10 0x000056209853aca3 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x3a3eca3) # | #11 0x00005620970ee442 llvm::exegesis::BenchmarkRunner::getRunnableConfiguration(llvm::exegesis::BenchmarkCode const&, unsigned int, unsigned int, llvm::exegesis::SnippetRepetitor const&) const (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25f2442) # | #12 0x00005620970cffe4 llvm::exegesis::benchmarkMain() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d3fe4) # | #13 0x00005620970d1dbc main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d5dbc) # | #14 0x00007f51d8716ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #15 0x00007f51d8716d65 call_init ./csu/../csu/libc-start.c:128:20 # | #16 0x00007f51d8716d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #17 0x00005620970ce481 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-exegesis+0x25d2481) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/filter.test # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-exegesis/RISCV/rvv/filter.test # `----------------------------- # error: command failed with exit status: 2 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/option-arch.s (23 of 61334) ******************** TEST 'LLVM :: MC/RISCV/option-arch.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+experimental -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-arch.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-arch.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+experimental -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-arch.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+experimental -filetype=obj < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-arch.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c,+m,+a,+f,+zba,+experimental-zicfiss -d -M no-aliases - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-arch.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+experimental -filetype=obj # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c,+m,+a,+f,+zba,+experimental-zicfiss -d -M no-aliases - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c,+m,+a,+f,+zba,+experimental-zicfiss -d -M no-aliases - # | #0 0x00005651dc496098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x00005651dc493845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x00005651dc496791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fea7312cdf0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fea7318195c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fea7312ccc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fea731154ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fea73115420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x00005651dcafe94b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x00005651dcafe4a9 llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x29044a9) # | #10 0x00005651dcb00383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x00005651dc0fe532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x00005651dc10c169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x00005651dc101b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x00005651dc0fb9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x00005651dc11ccf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fea73116ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fea73116d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fea73116d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005651dc0695a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-arch.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-arch.s:24:15: error: CHECK-INST: expected string not found in input # | # CHECK-INST: c.addi4spn s0, sp, 0x3fc # | ^ # | :9:21: note: scanning from here # | 8: 852e c.mv a0, a1 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-arch.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-littleriscv # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 <.text>: # | 7: 0: 00058513 addi a0, a1, 0x0 # | 8: 4: 3fc10413 addi s0, sp, 0x3fc # | 9: 8: 852e c.mv a0, a1 # | check:24 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/AVR/inst-lac.s (24 of 61334) ******************** TEST 'LLVM :: MC/AVR/inst-lac.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=rmw -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lac.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lac.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=rmw -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lac.s # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=rmw < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lac.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lac.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=rmw # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - # | #0 0x000055a4fec40098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055a4fec3d845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055a4fec40791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fb554249df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fb55429e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fb554249cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fb5542324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fb554232420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055a4ff1f9864 llvm::AVRInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2855864) # | #9 0x000055a4ff1f944c llvm::AVRInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x285544c) # | #10 0x000055a4ff1fa103 llvm::AVRInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2856103) # | #11 0x000055a4fe8a6bb7 (anonymous namespace)::PrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x000055a4fe8b6169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055a4fe8abb26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055a4fe8a59b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055a4fe8c6cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fb554233ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fb554233d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fb554233d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055a4fe8135a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lac.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lac.s:15:15: error: CHECK-INST: expected string not found in input # | ; CHECK-INST: lac Z, r13 # | ^ # | :1:1: note: scanning from here # | # | ^ # | :2:18: note: possible intended match here # | : file format elf32-avr # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lac.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:15'0 X error: no match found # | 2: : file format elf32-avr # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:15'1 ? possible intended match # | 3: # | check:15'0 ~ # | 4: Disassembly of section .text: # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:15'0 ~ # | 6: 00000000 : # | check:15'0 ~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/Hexagon/system-inst.s (25 of 61334) ******************** TEST 'LLVM :: MC/Hexagon/system-inst.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=hexagon --mcpu=hexagonv65 -filetype=obj /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/system-inst.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mcpu=hexagonv65 -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/system-inst.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=hexagon --mcpu=hexagonv65 -filetype=obj /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/system-inst.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mcpu=hexagonv65 -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mcpu=hexagonv65 -d - # | #0 0x000055d5bfdb8098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055d5bfdb5845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055d5bfdb8791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f3150449df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f315049e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f3150449cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f31504324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f3150432420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055d5c038c366 llvm::HexagonMCChecker::init(llvm::MCInst const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2870366) # | #9 0x000055d5c038b5eb llvm::HexagonMCChecker::init() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x286f5eb) # | #10 0x000055d5c050e347 (anonymous namespace)::HexagonDisassembler::makeBundle(llvm::ArrayRef, unsigned long, unsigned long&, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #11 0x000055d5c050d9a6 (anonymous namespace)::HexagonDisassembler::getInstruction(llvm::MCInst&, unsigned long&, llvm::ArrayRef, unsigned long, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #12 0x000055d5bfa2df79 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055d5bfa23b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055d5bfa1d9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055d5bfa3ecf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f3150433ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f3150433d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f3150433d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055d5bf98b5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/system-inst.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/system-inst.s:92:9: error: CHECK: expected string not found in input # | #CHECK: 6d8ec000 { crswap(r15:14,s1:0) } # | ^ # | :35:47: note: scanning from here # | 70: 00 c0 2d 65 652dc000 { crswap(r13,sgp1) } # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/system-inst.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 30: 5c: 20 c0 68 64 6468c020 { start(r8) } # | 31: 60: 40 c0 69 64 6469c040 { nmi(r9) } # | 32: 64: 60 c0 8a 64 648ac060 { siad(r10) } # | 33: 68: 00 c3 8b 64 648bc300 { setimask(p3,r11) } # | 34: 6c: 00 c0 0c 65 650cc000 { crswap(r12,sgp0) } # | 35: 70: 00 c0 2d 65 652dc000 { crswap(r13,sgp1) } # | check:92 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/AVR/inst-las.s (26 of 61334) ******************** TEST 'LLVM :: MC/AVR/inst-las.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=rmw -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-las.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-las.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=rmw -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-las.s # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=rmw < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-las.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-las.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=rmw # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - # | #0 0x00005612c875d098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x00005612c875a845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x00005612c875d791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fa5ae959df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fa5ae9ae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fa5ae959cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fa5ae9424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fa5ae942420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x00005612c8d16864 llvm::AVRInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2855864) # | #9 0x00005612c8d1644c llvm::AVRInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x285544c) # | #10 0x00005612c8d17103 llvm::AVRInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2856103) # | #11 0x00005612c83c3bb7 (anonymous namespace)::PrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x00005612c83d3169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x00005612c83c8b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x00005612c83c29b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x00005612c83e3cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fa5ae943ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fa5ae943d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fa5ae943d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005612c83305a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-las.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-las.s:15:15: error: CHECK-INST: expected string not found in input # | ; CHECK-INST: las Z, r13 # | ^ # | :1:1: note: scanning from here # | # | ^ # | :2:18: note: possible intended match here # | : file format elf32-avr # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-las.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:15'0 X error: no match found # | 2: : file format elf32-avr # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:15'1 ? possible intended match # | 3: # | check:15'0 ~ # | 4: Disassembly of section .text: # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:15'0 ~ # | 6: 00000000 : # | check:15'0 ~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/xqcilia-valid.s (27 of 61334) ******************** TEST 'LLVM :: MC/RISCV/xqcilia-valid.s' FAILED ******************** Exit Code: -6 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilia-valid.s -triple=riscv32 -mattr=+experimental-xqcilia -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ENC,CHECK-INST,CHECK-NOALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilia-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilia-valid.s -triple=riscv32 -mattr=+experimental-xqcilia -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ENC,CHECK-INST,CHECK-NOALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilia-valid.s # RUN: at line 4 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+experimental-xqcilia < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilia-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+experimental-xqcilia -M no-aliases --no-print-imm-hex -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilia-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+experimental-xqcilia # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+experimental-xqcilia -M no-aliases --no-print-imm-hex -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+experimental-xqcilia -M no-aliases --no-print-imm-hex -d - # | #0 0x0000562011c9e098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000562011c9b845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000562011c9e791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f33b5449df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f33b549e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f33b5449cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f33b54324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f33b5432420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000056201230694b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x0000562012306042 llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2904042) # | #10 0x0000562012308383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x0000562011906532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000562011914169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000562011909b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x00005620119039b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000562011924cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f33b5433ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f33b5433d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f33b5433d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005620118715a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xqcilia-valid.s -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rv32zclsd-alias-valid.c (28 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rv32zclsd-alias-valid.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=riscv32 -mattr=+zclsd -M no-aliases < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-alias-valid.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-alias-valid.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=riscv32 -mattr=+zclsd -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-alias-valid.c # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+zclsd < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-alias-valid.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --mattr=+zclsd -d -M no-aliases - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-alias-valid.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+zclsd # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --mattr=+zclsd -d -M no-aliases - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --mattr=+zclsd -d -M no-aliases - # | #0 0x000055fa54cd8098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055fa54cd5845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055fa54cd8791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f7dd5159df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f7dd51ae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f7dd5159cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f7dd51424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f7dd5142420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055fa5534094b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x000055fa5534027f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x000055fa55342383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x000055fa54940532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x000055fa5494e169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055fa54943b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055fa5493d9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055fa5495ecf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f7dd5143ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f7dd5143d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f7dd5143d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055fa548ab5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-alias-valid.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-alias-valid.c:11:17: error: CHECK-EXPAND: expected string not found in input # | # CHECK-EXPAND: c.ldsp s0, 0(sp) # | ^ # | :8:24: note: scanning from here # | 2: e080 c.sd s0, 0(s1) # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32zclsd-alias-valid.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-littleriscv # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 <.text>: # | 7: 0: 6080 c.ld s0, 0(s1) # | 8: 2: e080 c.sd s0, 0(s1) # | check:11 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/xwchc-compress.s (29 of 61334) ******************** TEST 'LLVM :: MC/RISCV/xwchc-compress.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+xwchc -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-compress.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-compress.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+xwchc -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-compress.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+xwchc -show-encoding -M no-aliases < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-compress.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-compress.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+xwchc -show-encoding -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-compress.s # RUN: at line 5 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+xwchc -filetype=obj < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-compress.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+xwchc --no-print-imm-hex -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-compress.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+xwchc -filetype=obj # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+xwchc --no-print-imm-hex -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+xwchc --no-print-imm-hex -d - # | #0 0x0000557502437098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000557502434845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000557502437791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fe64d649df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fe64d69e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fe64d649cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fe64d6324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fe64d632420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000557502a9f94b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x0000557502a9f27f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x0000557502aa1383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x000055750209f532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x00005575020ad169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x00005575020a2b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055750209c9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x00005575020bdcf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fe64d633ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fe64d633d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fe64d633d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055750200a5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-compress.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-compress.s:107:16: error: CHECK-ALIAS: expected string not found in input # | # CHECK-ALIAS: lbu a2, 7(sp) # | ^ # | :24:28: note: scanning from here # | 34: 04841023 sh s0, 64(s0) # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-compress.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 19: 24: 04045403 lhu s0, 64(s0) # | 20: 28: a4a2 sh s0, 10(s1) # | 21: 2a: bd62 sh s0, 62(a0) # | 22: 2c: 00891023 sh s0, 0(s2) # | 23: 30: 008410a3 sh s0, 1(s0) # | 24: 34: 04841023 sh s0, 64(s0) # | check:107 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rv32fc-aliases-valid.s (30 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rv32fc-aliases-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-aliases-valid.s -triple=riscv32 -mattr=+c,+f -M no-aliases | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-aliases-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-aliases-valid.s -triple=riscv32 -mattr=+c,+f -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-aliases-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+c,+f < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-aliases-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c,+f --no-print-imm-hex -M no-aliases -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-aliases-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+c,+f # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c,+f --no-print-imm-hex -M no-aliases -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c,+f --no-print-imm-hex -M no-aliases -d - # | #0 0x0000559ce0acc098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000559ce0ac9845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000559ce0acc791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f5bbd01cdf0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f5bbd07195c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f5bbd01ccc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f5bbd0054ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f5bbd005420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000559ce113494b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x0000559ce113427f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x0000559ce1136383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x0000559ce0734532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000559ce0742169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000559ce0737b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x0000559ce07319b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000559ce0752cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f5bbd006ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f5bbd006d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f5bbd006d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x0000559ce069f5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-aliases-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-aliases-valid.s:11:17: error: CHECK-EXPAND: expected string not found in input # | # CHECK-EXPAND: c.flwsp fs0, 0(sp) # | ^ # | :8:26: note: scanning from here # | 2: e080 c.fsw fs0, 0(s1) # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv32fc-aliases-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-littleriscv # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 <.text>: # | 7: 0: 6080 c.flw fs0, 0(s1) # | 8: 2: e080 c.fsw fs0, 0(s1) # | check:11 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/xwchc-valid.s (31 of 61334) ******************** TEST 'LLVM :: MC/RISCV/xwchc-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-valid.s -triple=riscv32 -mattr=+xwchc -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-valid.s -triple=riscv32 -mattr=+xwchc -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+xwchc < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+xwchc --no-print-imm-hex -M no-aliases -d -r - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv32 -mattr=+xwchc # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+xwchc --no-print-imm-hex -M no-aliases -d -r - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+xwchc --no-print-imm-hex -M no-aliases -d -r - # | #0 0x000056269dac3098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000056269dac0845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000056269dac3791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fbc65449df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fbc6549e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fbc65449cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fbc654324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fbc65432420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000056269e12b94b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x000056269e12b27f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x000056269e12d383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x000056269d72b532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x000056269d739169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000056269d72eb26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000056269d7289b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000056269d749cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fbc65433ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fbc65433d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fbc65433d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000056269d6965a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-valid.s:83:22: error: CHECK-ASM-AND-OBJ: expected string not found in input # | # CHECK-ASM-AND-OBJ: qk.c.lbusp s0, 0(sp) # | ^ # | :30:29: note: scanning from here # | 2e: b002 qk.c.sh s0, 32(s0) # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/xwchc-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 25: 24: a002 qk.c.sh s0, 0(s0) # | 26: 26: a022 qk.c.sh s0, 2(s0) # | 27: 28: a042 qk.c.sh s0, 4(s0) # | 28: 2a: a402 qk.c.sh s0, 8(s0) # | 29: 2c: a802 qk.c.sh s0, 16(s0) # | 30: 2e: b002 qk.c.sh s0, 32(s0) # | check:83 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/option-pushpop.s (32 of 61334) ******************** TEST 'LLVM :: MC/RISCV/option-pushpop.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=-relax -M no-aliases < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-pushpop.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-pushpop.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=-relax -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-pushpop.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-pushpop.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-readobj -r - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-RELOC /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-pushpop.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-readobj -r - # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-RELOC /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-pushpop.s # RUN: at line 5 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -filetype=obj < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-pushpop.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --triple=riscv32 --mattr=+c -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-pushpop.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -filetype=obj # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --triple=riscv32 --mattr=+c -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --triple=riscv32 --mattr=+c -d - # | #0 0x000055751a149098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055751a146845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055751a149791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f2ced959df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f2ced9ae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f2ced959cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f2ced9424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f2ced942420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055751a7b194b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x000055751a7b14a9 llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x29044a9) # | #10 0x000055751a7b3383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x0000557519db1532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000557519dbf169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000557519db4b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x0000557519dae9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000557519dcfcf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f2ced943ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f2ced943d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f2ced943d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x0000557519d1c5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-pushpop.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-pushpop.s:48:16: error: CHECK-BYTES: expected string not found in input # | # CHECK-BYTES: 1fe0 # | ^ # | :9:31: note: scanning from here # | 8: 3fc10413 addi s0, sp, 1020 # | ^ # | :10:2: note: possible intended match here # | c: 00000097 auipc ra, 0 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-pushpop.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-littleriscv # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 <.text>: # | 7: 0: 00000097 auipc ra, 0 # | 8: 4: 000080e7 jalr ra <.text> # | 9: 8: 3fc10413 addi s0, sp, 1020 # | check:48'0 X error: no match found # | 10: c: 00000097 auipc ra, 0 # | check:48'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:48'1 ? possible intended match # | 11: 10: 000080e7 jalr ra <.text+0xc> # | check:48'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: tools/llvm-objdump/ELF/RISCV/extensions.test (33 of 61334) ******************** TEST 'LLVM :: tools/llvm-objdump/ELF/RISCV/extensions.test' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 7 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/yaml2obj /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/extensions.test -D BITS=32 -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/extensions.test.tmp.32.o # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/yaml2obj /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/extensions.test -D BITS=32 -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/extensions.test.tmp.32.o # RUN: at line 8 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -d --no-show-raw-insn /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/extensions.test.tmp.32.o | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/extensions.test --check-prefixes=DISASM # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -d --no-show-raw-insn /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/extensions.test.tmp.32.o # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -d --no-show-raw-insn /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/extensions.test.tmp.32.o # | #0 0x0000562f86b69098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000562f86b66845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000562f86b69791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f12de01cdf0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f12de07195c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f12de01ccc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f12de0054ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f12de005420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000562f871d194b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x0000562f871d127f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x0000562f871d3383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x0000562f867d1532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000562f867df169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000562f867d4b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x0000562f867ce9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000562f867efcf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f12de006ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f12de006d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f12de006d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x0000562f8673c5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/extensions.test --check-prefixes=DISASM # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/extensions.test:11:17: error: DISASM-LABEL: expected string not found in input # | # DISASM-LABEL: # | ^ # | :1:1: note: scanning from here # | # | ^ # | :2:70: note: possible intended match here # | /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/extensions.test.tmp.32.o: file format elf32-littleriscv # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/extensions.test # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | label:11'0 X error: no match found # | 2: /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/tools/llvm-objdump/ELF/RISCV/Output/extensions.test.tmp.32.o: file format elf32-littleriscv # | label:11'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | label:11'1 ? possible intended match # | 3: # | label:11'0 ~ # | 4: Disassembly of section .plt: # | label:11'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | label:11'0 ~ # | 6: 00000350 <.plt>: # | label:11'0 ~~~~~~~~~~~~~~~~~ # | 7: 350: auipc t2, 0x2 # | label:11'0 ~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/compress-rv64i.s (34 of 61334) ******************** TEST 'LLVM :: MC/RISCV/compress-rv64i.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv64 -mattr=+c -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv64i.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv64i.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv64 -mattr=+c -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv64i.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv64 -mattr=+c -show-encoding -M no-aliases < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv64i.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv64i.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv64 -mattr=+c -show-encoding -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv64i.s # RUN: at line 5 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv64 -mattr=+c -filetype=obj < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv64i.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv64 --mattr=+c --no-print-imm-hex -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv64i.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv64 -mattr=+c -filetype=obj # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv64 --mattr=+c --no-print-imm-hex -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv64 --mattr=+c --no-print-imm-hex -d - # | #0 0x000055cc02ca0098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055cc02c9d845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055cc02ca0791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fd6f3959df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fd6f39ae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fd6f3959cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fd6f39424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fd6f3942420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055cc0330894b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x000055cc0330827f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x000055cc0330a383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x000055cc02908532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x000055cc02916169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055cc0290bb26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055cc029059b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055cc02926cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fd6f3943ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fd6f3943d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fd6f3943d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055cc028735a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv64i.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv64i.s:50:16: error: CHECK-BYTES: expected string not found in input # | # CHECK-BYTES: 70ee # | ^ # | :12:25: note: scanning from here # | a: 9c3d addw s0, s0, a5 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv64i.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 7: 0: 7fe0 ld s0, 248(a5) # | 8: 2: e3a0 sd s0, 64(a5) # | 9: 4: 227d addiw tp, tp, 31 # | 10: 6: 9c1d subw s0, s0, a5 # | 11: 8: 9c3d addw s0, s0, a5 # | 12: a: 9c3d addw s0, s0, a5 # | check:50 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/Hexagon/dis-duplex-p0.s (35 of 61334) ******************** TEST 'LLVM :: MC/Hexagon/dis-duplex-p0.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=hexagon -filetype=obj -o - /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/dis-duplex-p0.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/dis-duplex-p0.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=hexagon -filetype=obj -o - /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/dis-duplex-p0.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex -d - # | #0 0x00005630267b6098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x00005630267b3845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x00005630267b6791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fecb1c49df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fecb1c9e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fecb1c49cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fecb1c324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fecb1c32420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000563026d8a366 llvm::HexagonMCChecker::init(llvm::MCInst const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2870366) # | #9 0x0000563026d89634 llvm::HexagonMCChecker::init() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x286f634) # | #10 0x0000563026f0c347 (anonymous namespace)::HexagonDisassembler::makeBundle(llvm::ArrayRef, unsigned long, unsigned long&, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #11 0x0000563026f0b9a6 (anonymous namespace)::HexagonDisassembler::getInstruction(llvm::MCInst&, unsigned long&, llvm::ArrayRef, unsigned long, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #12 0x000056302642bf79 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000563026421b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000056302641b9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000056302643ccf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fecb1c33ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fecb1c33d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fecb1c33d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005630263895a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/dis-duplex-p0.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/dis-duplex-p0.s:5:11: error: CHECK: expected string not found in input # | // CHECK: { r7 = #-1; r6 = #-1 } # | ^ # | :1:1: note: scanning from here # | # | ^ # | :2:5: note: possible intended match here # | : file format elf32-hexagon # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/dis-duplex-p0.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:5'0 X error: no match found # | 2: : file format elf32-hexagon # | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:5'1 ? possible intended match # | 3: # | check:5'0 ~ # | 4: Disassembly of section .text: # | check:5'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:5'0 ~ # | 6: 00000000 <.text>: # | check:5'0 ~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/Disassembler/AArch64/armv8.4a-trace.txt (36 of 61334) ******************** TEST 'LLVM :: MC/Disassembler/AArch64/armv8.4a-trace.txt' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.4a --disassemble < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/AArch64/armv8.4a-trace.txt | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/AArch64/armv8.4a-trace.txt # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.4a --disassemble # .---command stderr------------ # | llvm-mc: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.4a --disassemble # | #0 0x00005574049ef758 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x26fc758) # | #1 0x00005574049ecf05 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x26f9f05) # | #2 0x00005574049efe51 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fb41f21cdf0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fb41f27195c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fb41f21ccc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fb41f2054ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fb41f205420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000557404a96943 llvm::AArch64InstPrinter::printBarrierOption(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x27a3943) # | #9 0x0000557404a9eda5 llvm::AArch64InstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x27abda5) # | #10 0x00005574048e7a75 llvm::MCTargetStreamer::prettyPrintAsm(llvm::MCInstPrinter&, unsigned long, llvm::MCInst const&, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x25f4a75) # | #11 0x000055740490c921 (anonymous namespace)::MCAsmStreamer::emitInstruction(llvm::MCInst const&, llvm::MCSubtargetInfo const&) MCAsmStreamer.cpp:0:0 # | #12 0x00005574048840a1 llvm::Disassembler::disassemble(llvm::Target const&, llvm::MCSubtargetInfo&, llvm::MCStreamer&, llvm::MemoryBuffer&, llvm::SourceMgr&, llvm::MCContext&, llvm::MCTargetOptions const&, bool, unsigned int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x25910a1) # | #13 0x0000557404886249 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2593249) # | #14 0x00007fb41f206ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #15 0x00007fb41f206d65 call_init ./csu/../csu/libc-start.c:128:20 # | #16 0x00007fb41f206d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #17 0x0000557404883751 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2590751) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/AArch64/armv8.4a-trace.txt # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/AArch64/armv8.4a-trace.txt # `----------------------------- # error: command failed with exit status: 2 -- ******************** Testing: FAIL: LLVM :: MC/Disassembler/Hexagon/nv_j.txt (37 of 61334) ******************** TEST 'LLVM :: MC/Disassembler/Hexagon/nv_j.txt' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=hexagon -disassemble < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/Hexagon/nv_j.txt | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/Hexagon/nv_j.txt # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=hexagon -disassemble # .---command stderr------------ # | llvm-mc: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=hexagon -disassemble # | #0 0x000055d5279ac758 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x26fc758) # | #1 0x000055d5279a9f05 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x26f9f05) # | #2 0x000055d5279ace51 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f2a86959df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f2a869ae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f2a86959cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f2a869424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f2a86942420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055d527f3ece6 llvm::HexagonMCChecker::init(llvm::MCInst const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2c8ece6) # | #9 0x000055d527f3df6b llvm::HexagonMCChecker::init() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2c8df6b) # | #10 0x000055d527f6b457 (anonymous namespace)::HexagonDisassembler::makeBundle(llvm::ArrayRef, unsigned long, unsigned long&, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #11 0x000055d527f6ab87 (anonymous namespace)::HexagonDisassembler::getInstructionBundle(llvm::MCInst&, unsigned long&, llvm::ArrayRef, unsigned long, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #12 0x000055d527840f8b llvm::Disassembler::disassemble(llvm::Target const&, llvm::MCSubtargetInfo&, llvm::MCStreamer&, llvm::MemoryBuffer&, llvm::SourceMgr&, llvm::MCContext&, llvm::MCTargetOptions const&, bool, unsigned int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2590f8b) # | #13 0x000055d527843249 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2593249) # | #14 0x00007f2a86943ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #15 0x00007f2a86943d65 call_init ./csu/../csu/libc-start.c:128:20 # | #16 0x00007f2a86943d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #17 0x000055d527840751 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2590751) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/Hexagon/nv_j.txt # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/Hexagon/nv_j.txt # `----------------------------- # error: command failed with exit status: 2 -- ******************** Testing: FAIL: LLVM :: MC/Hexagon/instructions/nv_j.s (38 of 61334) ******************** TEST 'LLVM :: MC/Hexagon/instructions/nv_j.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=hexagon -filetype=obj -o - /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/nv_j.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/nv_j.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple=hexagon -filetype=obj -o - /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/nv_j.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -d - # | #0 0x000055bfa971d098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055bfa971a845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055bfa971d791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fc536849df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fc53689e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fc536849cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fc5368324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fc536832420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055bfa9cf1366 llvm::HexagonMCChecker::init(llvm::MCInst const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2870366) # | #9 0x000055bfa9cf05eb llvm::HexagonMCChecker::init() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x286f5eb) # | #10 0x000055bfa9e73347 (anonymous namespace)::HexagonDisassembler::makeBundle(llvm::ArrayRef, unsigned long, unsigned long&, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #11 0x000055bfa9e729a6 (anonymous namespace)::HexagonDisassembler::getInstruction(llvm::MCInst&, unsigned long&, llvm::ArrayRef, unsigned long, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #12 0x000055bfa9392f79 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055bfa9388b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055bfa93829b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055bfa93a3cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fc536833ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fc536833d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fc536833d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055bfa92f05a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/nv_j.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/nv_j.s:149:10: error: CHECK: expected string not found in input # | # CHECK: 11 40 71 70 # | ^ # | :78:18: note: scanning from here # | 11c: 00 e0 c2 25 25c2e000 if (!tstbit(r17.new,#0)) jump:t 0x118 <.text+0x118> } # | ^ # | :78:22: note: possible intended match here # | 11c: 00 e0 c2 25 25c2e000 if (!tstbit(r17.new,#0)) jump:t 0x118 <.text+0x118> } # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/nv_j.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 73: 108: 11 40 71 70 70714011 { r17 = r17 # | 74: 10c: 00 e0 82 25 2582e000 if (tstbit(r17.new,#0)) jump:t 0x108 <.text+0x108> } # | 75: 110: 11 40 71 70 70714011 { r17 = r17 # | 76: 114: 00 c0 c2 25 25c2c000 if (!tstbit(r17.new,#0)) jump:nt 0x110 <.text+0x110> } # | 77: 118: 11 40 71 70 70714011 { r17 = r17 # | 78: 11c: 00 e0 c2 25 25c2e000 if (!tstbit(r17.new,#0)) jump:t 0x118 <.text+0x118> } # | check:149'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found # | check:149'1 ? possible intended match # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/AVR/inst-lpm.s (40 of 61334) ******************** TEST 'LLVM :: MC/AVR/inst-lpm.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=lpm,lpmx -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lpm.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lpm.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=lpm,lpmx -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lpm.s # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=lpm,lpmx < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lpm.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=lpm,lpmx - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lpm.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=lpm,lpmx # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=lpm,lpmx - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=lpm,lpmx - # | #0 0x00005640f4d8d098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x00005640f4d8a845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x00005640f4d8d791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f0d34a49df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f0d34a9e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f0d34a49cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f0d34a324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f0d34a32420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x00005640f5346864 llvm::AVRInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2855864) # | #9 0x00005640f5346553 llvm::AVRInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2855553) # | #10 0x00005640f5347103 llvm::AVRInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2856103) # | #11 0x00005640f49f3bb7 (anonymous namespace)::PrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x00005640f4a03169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x00005640f49f8b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x00005640f49f29b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x00005640f4a13cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f0d34a33ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f0d34a33d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f0d34a33d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005640f49605a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lpm.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lpm.s:25:15: error: CHECK-INST: expected string not found in input # | ; CHECK-INST: lpm r3, Z # | ^ # | :7:14: note: scanning from here # | 0: c8 95 lpm # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-lpm.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-avr # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 : # | 7: 0: c8 95 lpm # | check:25 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/Disassembler/Hexagon/j.txt (47 of 61334) ******************** TEST 'LLVM :: MC/Disassembler/Hexagon/j.txt' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple hexagon -disassemble < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/Hexagon/j.txt | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/Hexagon/j.txt # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple hexagon -disassemble # .---command stderr------------ # | llvm-mc: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple hexagon -disassemble # | #0 0x000056069ed1e758 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x26fc758) # | #1 0x000056069ed1bf05 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x26f9f05) # | #2 0x000056069ed1ee51 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fbb32d59df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fbb32dae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fbb32d59cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fbb32d424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fbb32d42420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000056069f2b0ce6 llvm::HexagonMCChecker::init(llvm::MCInst const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2c8ece6) # | #9 0x000056069f2aff6b llvm::HexagonMCChecker::init() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2c8df6b) # | #10 0x000056069f2dd457 (anonymous namespace)::HexagonDisassembler::makeBundle(llvm::ArrayRef, unsigned long, unsigned long&, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #11 0x000056069f2dcb87 (anonymous namespace)::HexagonDisassembler::getInstructionBundle(llvm::MCInst&, unsigned long&, llvm::ArrayRef, unsigned long, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #12 0x000056069ebb2f8b llvm::Disassembler::disassemble(llvm::Target const&, llvm::MCSubtargetInfo&, llvm::MCStreamer&, llvm::MemoryBuffer&, llvm::SourceMgr&, llvm::MCContext&, llvm::MCTargetOptions const&, bool, unsigned int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2590f8b) # | #13 0x000056069ebb5249 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2593249) # | #14 0x00007fbb32d43ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #15 0x00007fbb32d43d65 call_init ./csu/../csu/libc-start.c:128:20 # | #16 0x00007fbb32d43d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #17 0x000056069ebb2751 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc+0x2590751) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/Hexagon/j.txt # .---command stderr------------ # | FileCheck error: '' is empty. # | FileCheck command line: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Disassembler/Hexagon/j.txt # `----------------------------- # error: command failed with exit status: 2 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rvdc-aliases-valid.s (48 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rvdc-aliases-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s -triple=riscv32 -mattr=+c,+d -M no-aliases | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s -triple=riscv32 -mattr=+c,+d -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s -triple=riscv64 -mattr=+c,+d -M no-aliases | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s -triple=riscv64 -mattr=+c,+d -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s # RUN: at line 5 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+c,+d < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c,+d --no-print-imm-hex -M no-aliases -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple riscv32 -mattr=+c,+d # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c,+d --no-print-imm-hex -M no-aliases -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --mattr=+c,+d --no-print-imm-hex -M no-aliases -d - # | #0 0x000055c9ae52d098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055c9ae52a845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055c9ae52d791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fb061449df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fb06149e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fb061449cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fb0614324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fb061432420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055c9aeb9594b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x000055c9aeb9527f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x000055c9aeb97383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x000055c9ae195532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x000055c9ae1a3169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055c9ae198b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055c9ae1929b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055c9ae1b3cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fb061433ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fb061433d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fb061433d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055c9ae1005a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-EXPAND /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s:15:17: error: CHECK-EXPAND: expected string not found in input # | # CHECK-EXPAND: c.fldsp fs0, 0(sp) # | ^ # | :8:26: note: scanning from here # | 2: a080 c.fsd fs0, 0(s1) # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rvdc-aliases-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-littleriscv # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 <.text>: # | 7: 0: 2080 c.fld fs0, 0(s1) # | 8: 2: a080 c.fsd fs0, 0(s1) # | check:15 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/AVR/inst-xch.s (49 of 61334) ******************** TEST 'LLVM :: MC/AVR/inst-xch.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=rmw -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-xch.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-xch.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=rmw -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-xch.s # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=rmw < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-xch.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-xch.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=rmw # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=rmw - # | #0 0x0000562d4a468098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000562d4a465845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000562d4a468791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f945392cdf0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f945398195c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f945392ccc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f94539154ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f9453915420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000562d4aa21864 llvm::AVRInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2855864) # | #9 0x0000562d4aa2144c llvm::AVRInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x285544c) # | #10 0x0000562d4aa22103 llvm::AVRInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2856103) # | #11 0x0000562d4a0cebb7 (anonymous namespace)::PrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000562d4a0de169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000562d4a0d3b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x0000562d4a0cd9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000562d4a0eecf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f9453916ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f9453916d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f9453916d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x0000562d4a03b5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-xch.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-xch.s:15:15: error: CHECK-INST: expected string not found in input # | ; CHECK-INST: xch Z, r13 # | ^ # | :1:1: note: scanning from here # | # | ^ # | :4:9: note: possible intended match here # | Disassembly of section .text: # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-xch.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:15'0 X error: no match found # | 2: : file format elf32-avr # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: # | check:15'0 ~ # | 4: Disassembly of section .text: # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:15'1 ? possible intended match # | 5: # | check:15'0 ~ # | 6: 00000000 : # | check:15'0 ~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/rv64dc-valid.s (50 of 61334) ******************** TEST 'LLVM :: MC/RISCV/rv64dc-valid.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64dc-valid.s -triple=riscv64 -mattr=+c,+d -M no-aliases -show-encoding | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64dc-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64dc-valid.s -triple=riscv64 -mattr=+c,+d -M no-aliases -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-ASM,CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64dc-valid.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv64 -mattr=+c,+d < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64dc-valid.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --mattr=+c,+d -M no-aliases -d -r - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64dc-valid.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple=riscv64 -mattr=+c,+d # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --mattr=+c,+d -M no-aliases -d -r - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --no-print-imm-hex --mattr=+c,+d -M no-aliases -d -r - # | #0 0x0000557efe0d1098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000557efe0ce845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000557efe0d1791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f83f9b2cdf0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f83f9b8195c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f83f9b2ccc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f83f9b154ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f83f9b15420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000557efe73994b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x0000557efe73927f llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290427f) # | #10 0x0000557efe73b383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x0000557efdd39532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x0000557efdd47169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x0000557efdd3cb26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x0000557efdd369b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x0000557efdd57cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f83f9b16ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f83f9b16d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f83f9b16d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x0000557efdca45a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --check-prefix=CHECK-ASM-AND-OBJ /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64dc-valid.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64dc-valid.s:18:22: error: CHECK-ASM-AND-OBJ: expected string not found in input # | # CHECK-ASM-AND-OBJ: c.fldsp fs0, 504(sp) # | ^ # | :1:1: note: scanning from here # | # | ^ # | :2:2: note: possible intended match here # | : file format elf64-littleriscv # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/rv64dc-valid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | check:18'0 X error: no match found # | 2: : file format elf64-littleriscv # | check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:18'1 ? possible intended match # | 3: # | check:18'0 ~ # | 4: Disassembly of section .text: # | check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | check:18'0 ~ # | 6: 0000000000000000 <.text>: # | check:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/AVR/inst-spm.s (51 of 61334) ******************** TEST 'LLVM :: MC/AVR/inst-spm.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=spm,spmx -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-spm.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-spm.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple avr -mattr=spm,spmx -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-spm.s # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=spm,spmx < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-spm.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=spm,spmx - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-spm.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -filetype=obj -triple avr -mattr=spm,spmx # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=spm,spmx - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -dr --mattr=spm,spmx - # | #0 0x00005613c3a5b098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x00005613c3a58845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x00005613c3a5b791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007fb711d59df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007fb711dae95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007fb711d59cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007fb711d424ac abort ./stdlib/abort.c:81:3 # | #7 0x00007fb711d42420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x00005613c4014864 llvm::AVRInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2855864) # | #9 0x00005613c401444c llvm::AVRInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x285544c) # | #10 0x00005613c4015103 llvm::AVRInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2856103) # | #11 0x00005613c36c1bb7 (anonymous namespace)::PrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x00005613c36d1169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x00005613c36c6b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x00005613c36c09b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x00005613c36e1cf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007fb711d43ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007fb711d43d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007fb711d43d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005613c362e5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefix=CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-spm.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-spm.s:12:15: error: CHECK-INST: expected string not found in input # | ; CHECK-INST: spm Z+ # | ^ # | :7:14: note: scanning from here # | 0: e8 95 spm # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/AVR/inst-spm.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-avr # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 : # | 7: 0: e8 95 spm # | check:12 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/option-rvc.s (52 of 61334) ******************** TEST 'LLVM :: MC/RISCV/option-rvc.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-rvc.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-rvc.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-rvc.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -show-encoding -M no-aliases < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-rvc.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-rvc.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -show-encoding -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-INST /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-rvc.s # RUN: at line 5 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -filetype=obj < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-rvc.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c --no-print-imm-hex -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-rvc.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -filetype=obj # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c --no-print-imm-hex -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c --no-print-imm-hex -d - # | #0 0x000055a412709098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055a412706845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055a412709791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f483e049df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f483e09e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f483e049cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f483e0324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f483e032420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055a412d7194b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x000055a412d714a9 llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x29044a9) # | #10 0x000055a412d73383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x000055a412371532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x000055a41237f169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055a412374b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055a41236e9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055a41238fcf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f483e033ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f483e033d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f483e033d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055a4122dc5a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-rvc.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-rvc.s:44:16: error: CHECK-BYTES: expected string not found in input # | # CHECK-BYTES: 1fe0 # | ^ # | :9:19: note: scanning from here # | 8: 852e mv a0, a1 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/option-rvc.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-littleriscv # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 <.text>: # | 7: 0: 00058513 mv a0, a1 # | 8: 4: 3fc10413 addi s0, sp, 1020 # | 9: 8: 852e mv a0, a1 # | check:44 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/Hexagon/instructions/j.s (53 of 61334) ******************** TEST 'LLVM :: MC/Hexagon/instructions/j.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple hexagon -filetype=obj -o - /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/j.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/j.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple hexagon -filetype=obj -o - /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/j.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump -d - # | #0 0x0000563458ba4098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x0000563458ba1845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x0000563458ba4791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f4a94d2cdf0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f4a94d8195c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f4a94d2ccc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f4a94d154ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f4a94d15420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x0000563459178366 llvm::HexagonMCChecker::init(llvm::MCInst const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2870366) # | #9 0x00005634591775eb llvm::HexagonMCChecker::init() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x286f5eb) # | #10 0x00005634592fa347 (anonymous namespace)::HexagonDisassembler::makeBundle(llvm::ArrayRef, unsigned long, unsigned long&, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #11 0x00005634592f99a6 (anonymous namespace)::HexagonDisassembler::getInstruction(llvm::MCInst&, unsigned long&, llvm::ArrayRef, unsigned long, llvm::raw_ostream&) const HexagonDisassembler.cpp:0:0 # | #12 0x0000563458819f79 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000056345880fb26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x00005634588099b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000056345882acf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f4a94d16ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f4a94d16d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f4a94d16d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x00005634587775a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/j.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/j.s:13:10: error: CHECK: expected string not found in input # | # CHECK: 00 c0 89 11 # | ^ # | :9:16: note: scanning from here # | 8: 00 c3 20 5d 5d20c300 { if (!p3) call 0x8 <.text+0x8> } # | ^ # | :9:22: note: possible intended match here # | 8: 00 c3 20 5d 5d20c300 { if (!p3) call 0x8 <.text+0x8> } # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/Hexagon/instructions/j.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-hexagon # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 <.text>: # | 7: 0: 00 c0 00 5a 5a00c000 { call 0x0 <.text> } # | 8: 4: 00 c3 00 5d 5d00c300 { if (p3) call 0x4 <.text+0x4> } # | 9: 8: 00 c3 20 5d 5d20c300 { if (!p3) call 0x8 <.text+0x8> } # | check:13'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found # | check:13'1 ? possible intended match # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: LLVM :: MC/RISCV/compress-rv32i.s (54 of 61334) ******************** TEST 'LLVM :: MC/RISCV/compress-rv32i.s' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c -show-encoding < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32i.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-ALIAS,CHECK-ALIASASM /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32i.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c -show-encoding # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-ALIAS,CHECK-ALIASASM /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32i.s # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c -show-encoding -M no-aliases < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32i.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-INST,CHECK-INSTASM /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32i.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c -show-encoding -M no-aliases # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK,CHECK-INST,CHECK-INSTASM /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32i.s # RUN: at line 5 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c -filetype=obj < /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32i.s | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c --no-print-imm-hex -d - | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS,CHECK-ALIASOBJ32 /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32i.s # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-mc -triple riscv32 -mattr=+c -filetype=obj # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c --no-print-imm-hex -d - # .---command stderr------------ # | llvm-objdump: ../../llvm/include/llvm/ADT/SmallVector.h:296: const_reference llvm::SmallVectorTemplateCommon::operator[](size_type) const [T = llvm::MCOperand]: Assertion `idx < size()' failed. # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. # | Stack dump: # | 0. Program arguments: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump --triple=riscv32 --mattr=+c --no-print-imm-hex -d - # | #0 0x000055a1362d6098 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x229c098) # | #1 0x000055a1362d3845 llvm::sys::RunSignalHandlers() (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2299845) # | #2 0x000055a1362d6791 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0 # | #3 0x00007f5eec449df0 (/lib/x86_64-linux-gnu/libc.so.6+0x3fdf0) # | #4 0x00007f5eec49e95c __pthread_kill_implementation ./nptl/pthread_kill.c:44:76 # | #5 0x00007f5eec449cc2 raise ./signal/../sysdeps/posix/raise.c:27:6 # | #6 0x00007f5eec4324ac abort ./stdlib/abort.c:81:3 # | #7 0x00007f5eec432420 __assert_perror_fail ./assert/assert-perr.c:31:1 # | #8 0x000055a13693e94b llvm::RISCVInstPrinter::printOperand(llvm::MCInst const*, unsigned int, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x290494b) # | #9 0x000055a13693e4a9 llvm::RISCVInstPrinter::printInstruction(llvm::MCInst const*, unsigned long, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x29044a9) # | #10 0x000055a136940383 llvm::RISCVInstPrinter::printInst(llvm::MCInst const*, unsigned long, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::raw_ostream&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x2906383) # | #11 0x000055a135f3e532 (anonymous namespace)::RISCVPrettyPrinter::printInst(llvm::MCInstPrinter&, llvm::MCInst const*, llvm::ArrayRef, llvm::object::SectionedAddress, llvm::formatted_raw_ostream&, llvm::StringRef, llvm::MCSubtargetInfo const&, llvm::objdump::SourcePrinter*, llvm::StringRef, std::vector>*, llvm::objdump::LiveElementPrinter&) llvm-objdump.cpp:0:0 # | #12 0x000055a135f4c169 disassembleObject(llvm::object::ObjectFile&, llvm::object::ObjectFile const&, (anonymous namespace)::DisassemblerTarget&, std::optional<(anonymous namespace)::DisassemblerTarget>&, llvm::objdump::SourcePrinter&, bool, llvm::raw_ostream&) llvm-objdump.cpp:0:0 # | #13 0x000055a135f41b26 dumpObject(llvm::object::ObjectFile*, llvm::object::Archive const*, llvm::object::Archive::Child const*) llvm-objdump.cpp:0:0 # | #14 0x000055a135f3b9b5 llvm_objdump_main(int, char**, llvm::ToolContext const&) (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f019b5) # | #15 0x000055a135f5ccf7 main (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1f22cf7) # | #16 0x00007f5eec433ca8 __libc_start_call_main ./csu/../sysdeps/nptl/libc_start_call_main.h:74:3 # | #17 0x00007f5eec433d65 call_init ./csu/../csu/libc-start.c:128:20 # | #18 0x00007f5eec433d65 __libc_start_main ./csu/../csu/libc-start.c:347:5 # | #19 0x000055a135ea95a1 _start (/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-objdump+0x1e6f5a1) # `----------------------------- # error: command failed with exit status: -6 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -check-prefixes=CHECK-BYTES,CHECK-ALIAS,CHECK-ALIASOBJ32 /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32i.s # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32i.s:29:16: error: CHECK-BYTES: expected string not found in input # | # CHECK-BYTES: 1fe0 # | ^ # | :7:19: note: scanning from here # | 0: 852e mv a0, a1 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/MC/RISCV/compress-rv32i.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: # | 2: : file format elf32-littleriscv # | 3: # | 4: Disassembly of section .text: # | 5: # | 6: 00000000 <.text>: # | 7: 0: 852e mv a0, a1 # | check:29 X error: no match found # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: 0.. 10.. 20 FAIL: LLVM :: ThinLTO/X86/cache.ll (539 of 61334) ******************** TEST 'LLVM :: ThinLTO/X86/cache.ll' FAILED ******************** Exit Code: 2 Command Output (stdout): -- # RUN: at line 8 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -module-summary /usr/local/google/home/thakis/src/llvm-project/llvm/test/ThinLTO/X86/cache.ll -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -module-summary /usr/local/google/home/thakis/src/llvm-project/llvm/test/ThinLTO/X86/cache.ll -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc # RUN: at line 9 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -module-summary /usr/local/google/home/thakis/src/llvm-project/llvm/test/ThinLTO/X86/Inputs/cache.ll -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -module-summary /usr/local/google/home/thakis/src/llvm-project/llvm/test/ThinLTO/X86/Inputs/cache.ll -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc # RUN: at line 12 rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex && mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 13 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 14 ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # executed command: ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # .---command stdout------------ # | /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # `----------------------------- # RUN: at line 15 ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/count 1 # executed command: ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/count 1 # RUN: at line 18 rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 19 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto2 run -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_main,plx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_globalfunc,lx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc,_globalfunc,plx # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto2 run -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_main,plx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_globalfunc,lx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc,_globalfunc,plx # RUN: at line 23 not ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: not ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # .---command stderr------------ # | ls: cannot access '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex': No such file or directory # `----------------------------- # RUN: at line 28 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -module-hash -module-summary /usr/local/google/home/thakis/src/llvm-project/llvm/test/ThinLTO/X86/cache.ll -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -module-hash -module-summary /usr/local/google/home/thakis/src/llvm-project/llvm/test/ThinLTO/X86/cache.ll -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc # RUN: at line 29 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -module-hash -module-summary /usr/local/google/home/thakis/src/llvm-project/llvm/test/ThinLTO/X86/Inputs/cache.ll -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -module-hash -module-summary /usr/local/google/home/thakis/src/llvm-project/llvm/test/ThinLTO/X86/Inputs/cache.ll -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc # RUN: at line 33 rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex && mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 34 touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/foo # executed command: touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/foo # RUN: at line 35 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 36 ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/count 4 # executed command: ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/count 4 # RUN: at line 37 ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # executed command: ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # .---command stdout------------ # | /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # `----------------------------- # RUN: at line 38 ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/foo # executed command: ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/foo # .---command stdout------------ # | /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/foo # `----------------------------- # RUN: at line 39 not ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # executed command: not ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # .---command stderr------------ # | ls: cannot access '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo': No such file or directory # `----------------------------- # RUN: at line 40 ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-* | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/count 2 # executed command: ls '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-*' # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/count 2 # RUN: at line 43 rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 44 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto2 run -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_main,plx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_globalfunc,lx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc,_globalfunc,plx # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto2 run -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_main,plx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_globalfunc,lx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc,_globalfunc,plx # RUN: at line 48 ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/count 2 # executed command: ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/count 2 # RUN: at line 49 ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-* | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/count 2 # executed command: ls '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-*' # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/count 2 # RUN: at line 53 rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex && mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 54 touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # executed command: touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # RUN: at line 55 touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # executed command: touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # RUN: at line 56 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 57 not ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # executed command: not ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # .---command stderr------------ # | ls: cannot access '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo': No such file or directory # `----------------------------- # RUN: at line 61 rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex && mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 62 touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # executed command: touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # RUN: at line 63 touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # executed command: touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # RUN: at line 64 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex --thinlto-cache-pruning-interval -1 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex --thinlto-cache-pruning-interval -1 # RUN: at line 65 ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # executed command: ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # .---command stdout------------ # | /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # `----------------------------- # RUN: at line 71 rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex && mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 72 touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # executed command: touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # RUN: at line 73 touch /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # executed command: touch /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # RUN: at line 74 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 75 ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # executed command: ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # .---command stdout------------ # | /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # `----------------------------- # RUN: at line 82 rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex && mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 83 touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # executed command: touch -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # RUN: at line 84 touch /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # executed command: touch /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache.timestamp # RUN: at line 85 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex --thinlto-cache-pruning-interval 0 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex --thinlto-cache-pruning-interval 0 # RUN: at line 86 not ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # executed command: not ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo # .---command stderr------------ # | ls: cannot access '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo': No such file or directory # `----------------------------- # RUN: at line 90 rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex && mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 91 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 92 touch -a -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-* # executed command: touch -a -t 197001011200 '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-*' # RUN: at line 93 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex --thinlto-cache-pruning-interval -1 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex --thinlto-cache-pruning-interval -1 # RUN: at line 94 ls -ltu /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/* | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/not grep 1970-01-01 # executed command: ls -ltu '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/*' # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/not grep 1970-01-01 # RUN: at line 97 rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 98 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto2 run -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_main,plx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_globalfunc,lx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc,_globalfunc,plx # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto2 run -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_main,plx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_globalfunc,lx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc,_globalfunc,plx # RUN: at line 102 touch -a -t 197001011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-* # executed command: touch -a -t 197001011200 '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-*' # RUN: at line 103 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto2 run -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_main,plx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_globalfunc,lx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc,_globalfunc,plx # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto2 run -o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.o /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_main,plx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc,_globalfunc,lx -r=/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc,_globalfunc,plx # RUN: at line 107 ls -ltu /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/* | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/not grep 1970-01-01 # executed command: ls -ltu '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/*' # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/not grep 1970-01-01 # RUN: at line 111 rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex && mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: rm -Rf /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # executed command: mkdir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex # RUN: at line 114 "/usr/bin/python3" -c "with open(r'/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-100k', 'w') as file: file.truncate(102400)" # executed command: /usr/bin/python3 -c 'with open(r'"'"'/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-100k'"'"', '"'"'w'"'"') as file: file.truncate(102400)' # RUN: at line 115 touch -t 198002011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-100k # executed command: touch -t 198002011200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-100k # RUN: at line 116 "/usr/bin/python3" -c "with open(r'/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-16', 'w') as file: file.truncate(16)" # executed command: /usr/bin/python3 -c 'with open(r'"'"'/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-16'"'"', '"'"'w'"'"') as file: file.truncate(16)' # RUN: at line 117 touch -t 198002021200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-16 # executed command: touch -t 198002021200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-16 # RUN: at line 118 "/usr/bin/python3" -c "with open(r'/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-77k', 'w') as file: file.truncate(78848)" # executed command: /usr/bin/python3 -c 'with open(r'"'"'/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-77k'"'"', '"'"'w'"'"') as file: file.truncate(78848)' # RUN: at line 119 touch -t 198002031200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-77k # executed command: touch -t 198002031200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-77k # RUN: at line 120 "/usr/bin/python3" -c "with open(r'/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-8', 'w') as file: file.truncate(8)" # executed command: /usr/bin/python3 -c 'with open(r'"'"'/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-8'"'"', '"'"'w'"'"') as file: file.truncate(8)' # RUN: at line 121 touch -t 198002041200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-8 # executed command: touch -t 198002041200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-8 # RUN: at line 122 "/usr/bin/python3" -c "with open(r'/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-76', 'w') as file: file.truncate(76)" # executed command: /usr/bin/python3 -c 'with open(r'"'"'/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-76'"'"', '"'"'w'"'"') as file: file.truncate(76)' # RUN: at line 123 touch -t 198002051200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-76 # executed command: touch -t 198002051200 /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-76 # RUN: at line 124 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex --thinlto-cache-max-size-bytes 78847 --thinlto-cache-entry-expiration 4294967295 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llvm-lto -thinlto-action=run -exported-symbol=globalfunc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp2.bc /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.bc -thinlto-cache-dir /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex --thinlto-cache-max-size-bytes 78847 --thinlto-cache-entry-expiration 4294967295 # RUN: at line 125 ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-8 # executed command: ls /usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-8 # .---command stderr------------ # | ls: cannot access '/usr/local/google/home/thakis/src/llvm-project/out/gn/obj/llvm/test/ThinLTO/X86/Output/cache.ll.tmp.cache.noindex/llvmcache-foo-8': No such file or directory # `----------------------------- # error: command failed with exit status: 2 -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (47): LLVM :: CodeGen/Hexagon/compound.ll LLVM :: MC/AVR/inst-elpm.s LLVM :: MC/AVR/inst-lac.s LLVM :: MC/AVR/inst-las.s LLVM :: MC/AVR/inst-lat.s LLVM :: MC/AVR/inst-lpm.s LLVM :: MC/AVR/inst-spm.s LLVM :: MC/AVR/inst-xch.s LLVM :: MC/Disassembler/AArch64/armv8.4a-trace.txt LLVM :: MC/Disassembler/Hexagon/j.txt LLVM :: MC/Disassembler/Hexagon/nv_j.txt LLVM :: MC/Hexagon/dis-duplex-p0.s LLVM :: MC/Hexagon/instructions/j.s LLVM :: MC/Hexagon/instructions/nv_j.s LLVM :: MC/Hexagon/system-inst.s LLVM :: MC/RISCV/compress-rv32d.s LLVM :: MC/RISCV/compress-rv32f.s LLVM :: MC/RISCV/compress-rv32i.s LLVM :: MC/RISCV/compress-rv64i.s LLVM :: MC/RISCV/insn_c.s LLVM :: MC/RISCV/option-arch.s LLVM :: MC/RISCV/option-pushpop.s LLVM :: MC/RISCV/option-rvc.s LLVM :: MC/RISCV/rv32c-only-valid.s LLVM :: MC/RISCV/rv32dc-valid.s LLVM :: MC/RISCV/rv32fc-aliases-valid.s LLVM :: MC/RISCV/rv32fc-valid.s LLVM :: MC/RISCV/rv32zclsd-alias-valid.c LLVM :: MC/RISCV/rv32zclsd-valid.s LLVM :: MC/RISCV/rv64c-aliases-valid.s LLVM :: MC/RISCV/rv64c-valid.s LLVM :: MC/RISCV/rv64dc-valid.s LLVM :: MC/RISCV/rvc-aliases-valid.s LLVM :: MC/RISCV/rvc-valid.s LLVM :: MC/RISCV/rvdc-aliases-valid.s LLVM :: MC/RISCV/xqcilia-valid.s LLVM :: MC/RISCV/xqcilo-valid.s LLVM :: MC/RISCV/xwchc-compress.s LLVM :: MC/RISCV/xwchc-valid.s LLVM :: ThinLTO/X86/cache.ll LLVM :: tools/llvm-exegesis/RISCV/latency-by-extension-C.s LLVM :: tools/llvm-exegesis/RISCV/rvv/eligible-inst.test LLVM :: tools/llvm-exegesis/RISCV/rvv/filter.test LLVM :: tools/llvm-exegesis/RISCV/rvv/skip-rm.test LLVM :: tools/llvm-exegesis/RISCV/rvv/valid-sew.test LLVM :: tools/llvm-objdump/ELF/RISCV/extensions.test LLVM :: tools/llvm-objdump/ELF/RISCV/source-interleave.ll Testing Time: 186.99s Total Discovered Tests: 68993 Skipped : 16 (0.02%) Unsupported : 2403 (3.48%) Passed : 66357 (96.18%) Expectedly Failed: 170 (0.25%) Failed : 47 (0.07%) FAILED: gen/llvm/test/run-lit python3 bin/llvm-lit -sv ../../llvm/test ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn', 'check-llvm']' returned non-zero exit status 1.