[1/2] Preparing lit tests [1/2] Running all regression tests llvm-lit: /build/llvm11/src/llvm-11.1.0.src/build/utils/lit/tests/lit.cfg:79: warning: Setting a timeout per test not supported. Requires the Python psutil module but it could not be found. Try installing it via pip or via your operating system's package manager. Some tests will be skipped and the --timeout command line argument will not work. -- Testing: 38452 tests, 48 workers -- Testing: 0.. 10.. 20.. 30.. 40. FAIL: LLVM :: CodeGen/WebAssembly/immediates.ll (18348 of 38452) ******************** TEST 'LLVM :: CodeGen/WebAssembly/immediates.ll' FAILED ******************** Script: -- : 'RUN: at line 1'; /build/llvm11/src/llvm-11.1.0.src/build/bin/llc < /build/llvm11/src/llvm-11.1.0.src/test/CodeGen/WebAssembly/immediates.ll -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-keep-registers | /build/llvm11/src/llvm-11.1.0.src/build/bin/FileCheck /build/llvm11/src/llvm-11.1.0.src/test/CodeGen/WebAssembly/immediates.ll -- Exit Code: 1 Command Output (stderr): -- /build/llvm11/src/llvm-11.1.0.src/test/CodeGen/WebAssembly/immediates.ll:119:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: f32.const $push[[NUM:[0-9]+]]=, -nan{{$}} ^ :151:2: note: scanning from here f32.const $push0=, nan ^ /build/llvm11/src/llvm-11.1.0.src/test/CodeGen/WebAssembly/immediates.ll:143:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: f32.const $push[[NUM:[0-9]+]]=, -nan:0x6bcdef{{$}} ^ :184:2: note: scanning from here f32.const $push0=, nan ^ /build/llvm11/src/llvm-11.1.0.src/test/CodeGen/WebAssembly/immediates.ll:154:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: f32.const $push[[NUM:[0-9]+]]=, -nan:0x6bcdef{{$}} ^ :195:2: note: scanning from here f32.const $push0=, nan ^ Input file: Check file: /build/llvm11/src/llvm-11.1.0.src/test/CodeGen/WebAssembly/immediates.ll -dump-input=help explains the following input dump. Input was: <<<<<< . . . 146: .section .text.negnan_f32,"",@ 147: .globl negnan_f32 148: .type negnan_f32,@function 149: negnan_f32: 150: .functype negnan_f32 () -> (f32) 151: f32.const $push0=, nan next:119 X~~~~~~~~~~~~~~~~~~~~~ error: no match found 152: return $pop0 next:119 ~~~~~~~~~~~~~ 153: end_function next:119 ~~~~~~~~~~~~~ 154: .Lfunc_end13: next:119 ~~~~~~~~~~~~~ 155: .size negnan_f32, .Lfunc_end13-negnan_f32 next:119 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 156: next:119 ~ . . . 179: .section .text.custom_nan_f32,"",@ 180: .globl custom_nan_f32 181: .type custom_nan_f32,@function 182: custom_nan_f32: 183: .functype custom_nan_f32 () -> (f32) 184: f32.const $push0=, nan next:143 X~~~~~~~~~~~~~~~~~~~~~ error: no match found 185: return $pop0 next:143 ~~~~~~~~~~~~~ 186: end_function next:143 ~~~~~~~~~~~~~ 187: .Lfunc_end16: next:143 ~~~~~~~~~~~~~ 188: .size custom_nan_f32, .Lfunc_end16-custom_nan_f32 next:143 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 189: next:143 ~ 190: .section .text.custom_nans_f32,"",@ next:143 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 191: .globl custom_nans_f32 next:143 ~~~~~~~~~~~~~~~~~~~~~~~ 192: .type custom_nans_f32,@function next:143 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 193: custom_nans_f32: next:143 ~~~~~~~~~~~~~~~~ 194: .functype custom_nans_f32 () -> (f32) 195: f32.const $push0=, nan next:154 X~~~~~~~~~~~~~~~~~~~~~ error: no match found 196: return $pop0 next:154 ~~~~~~~~~~~~~ 197: end_function next:154 ~~~~~~~~~~~~~ 198: .Lfunc_end17: next:154 ~~~~~~~~~~~~~ 199: .size custom_nans_f32, .Lfunc_end17-custom_nans_f32 next:154 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 200: next:154 ~ . . . >>>>>> -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. FAIL: LLVM :: DebugInfo/X86/convert-loclist.ll (23100 of 38452) ******************** TEST 'LLVM :: DebugInfo/X86/convert-loclist.ll' FAILED ******************** Script: -- : 'RUN: at line 1'; /build/llvm11/src/llvm-11.1.0.src/build/bin/llc -filetype=obj < /build/llvm11/src/llvm-11.1.0.src/test/DebugInfo/X86/convert-loclist.ll | /build/llvm11/src/llvm-11.1.0.src/build/bin/llvm-dwarfdump -debug-info -debug-loclists - | /build/llvm11/src/llvm-11.1.0.src/build/bin/FileCheck /build/llvm11/src/llvm-11.1.0.src/test/DebugInfo/X86/convert-loclist.ll : 'RUN: at line 3'; /build/llvm11/src/llvm-11.1.0.src/build/bin/llc -mtriple x86_64-pc-linux -split-dwarf-file=foo.dwo -filetype=obj < /build/llvm11/src/llvm-11.1.0.src/test/DebugInfo/X86/convert-loclist.ll | /build/llvm11/src/llvm-11.1.0.src/build/bin/llvm-dwarfdump -debug-info -debug-loclists - | /build/llvm11/src/llvm-11.1.0.src/build/bin/FileCheck --check-prefix=SPLIT --check-prefix=CHECK /build/llvm11/src/llvm-11.1.0.src/test/DebugInfo/X86/convert-loclist.ll : 'RUN: at line 5'; /build/llvm11/src/llvm-11.1.0.src/build/bin/llc -mtriple x86_64-pc-linux -split-dwarf-file=foo.dwo -filetype=asm < /build/llvm11/src/llvm-11.1.0.src/test/DebugInfo/X86/convert-loclist.ll | /build/llvm11/src/llvm-11.1.0.src/build/bin/FileCheck --check-prefix=ASM /build/llvm11/src/llvm-11.1.0.src/test/DebugInfo/X86/convert-loclist.ll -- Exit Code: 2 Command Output (stderr): -- 'x86-64' is not a recognized processor for this target (ignoring processor) '+cx8' is not a recognized feature for this target (ignoring feature) '+fxsr' is not a recognized feature for this target (ignoring feature) '+mmx' is not a recognized feature for this target (ignoring feature) '+sse' is not a recognized feature for this target (ignoring feature) '+sse2' is not a recognized feature for this target (ignoring feature) '+x87' is not a recognized feature for this target (ignoring feature) 'x86-64' is not a recognized processor for this target (ignoring processor) 'x86-64' is not a recognized processor for this target (ignoring processor) '+cx8' is not a recognized feature for this target (ignoring feature) '+fxsr' is not a recognized feature for this target (ignoring feature) '+mmx' is not a recognized feature for this target (ignoring feature) '+sse' is not a recognized feature for this target (ignoring feature) '+sse2' is not a recognized feature for this target (ignoring feature) '+x87' is not a recognized feature for this target (ignoring feature) 'x86-64' is not a recognized processor for this target (ignoring processor) LLVM ERROR: Cannot select: 0x40001036e8: ch,glue = RISCVISD::TAIL 0x4000103680, TargetGlobalAddress:i64 0 [TF=1], loc.cpp:6:3 0x4000103548: i64 = TargetGlobalAddress 0 [TF=1], loc.cpp:4:3 In function: _Z2f2v PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. Stack dump: 0. Program arguments: /build/llvm11/src/llvm-11.1.0.src/build/bin/llc -filetype=obj 1. Running pass 'Function Pass Manager' on module ''. 2. Running pass 'RISCV DAG->DAG Pattern Instruction Selection' on function '@_Z2f2v' #0 0x0000004002237b10 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/build/llvm11/src/llvm-11.1.0.src/build/bin/../lib/libLLVM-11.so+0xa02b10) error: -: The file was not recognized as a valid object file FileCheck error: '' is empty. FileCheck command line: /build/llvm11/src/llvm-11.1.0.src/build/bin/FileCheck /build/llvm11/src/llvm-11.1.0.src/test/DebugInfo/X86/convert-loclist.ll -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. FAIL: LLVM :: ExecutionEngine/test-interp-vec-arithm_float.ll (23809 of 38452) ******************** TEST 'LLVM :: ExecutionEngine/test-interp-vec-arithm_float.ll' FAILED ******************** Script: -- : 'RUN: at line 1'; /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-arithm_float.ll > /dev/null -- Exit Code: 134 Command Output (stderr): -- WARNING: This target JIT is not designed for the host you are running. If bad things happen, please choose a different -march switch. LLVM ERROR: Relocation type not implemented yet! PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. Stack dump: 0. Program arguments: /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-arithm_float.ll #0 0x0000004002255b10 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/build/llvm11/src/llvm-11.1.0.src/build/bin/../lib/libLLVM-11.so+0xa02b10) /build/llvm11/src/llvm-11.1.0.src/build/test/ExecutionEngine/Output/test-interp-vec-arithm_float.ll.script: line 1: 314570 Aborted (core dumped) /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-arithm_float.ll > /dev/null -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. FAIL: LLVM :: ExecutionEngine/mov64zext32.ll (23818 of 38452) ******************** TEST 'LLVM :: ExecutionEngine/mov64zext32.ll' FAILED ******************** Script: -- : 'RUN: at line 1'; /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/mov64zext32.ll > /dev/null -- Exit Code: 134 Command Output (stderr): -- WARNING: This target JIT is not designed for the host you are running. If bad things happen, please choose a different -march switch. LLVM ERROR: Relocation type not implemented yet! PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. Stack dump: 0. Program arguments: /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/mov64zext32.ll #0 0x0000004002255b10 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/build/llvm11/src/llvm-11.1.0.src/build/bin/../lib/libLLVM-11.so+0xa02b10) /build/llvm11/src/llvm-11.1.0.src/build/test/ExecutionEngine/Output/mov64zext32.ll.script: line 1: 314565 Aborted (core dumped) /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/mov64zext32.ll > /dev/null -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. FAIL: LLVM :: ExecutionEngine/test-interp-vec-arithm_int.ll (23819 of 38452) ******************** TEST 'LLVM :: ExecutionEngine/test-interp-vec-arithm_int.ll' FAILED ******************** Script: -- : 'RUN: at line 1'; /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-arithm_int.ll > /dev/null -- Exit Code: 134 Command Output (stderr): -- WARNING: This target JIT is not designed for the host you are running. If bad things happen, please choose a different -march switch. LLVM ERROR: Relocation type not implemented yet! PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. Stack dump: 0. Program arguments: /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-arithm_int.ll #0 0x0000004002255b10 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/build/llvm11/src/llvm-11.1.0.src/build/bin/../lib/libLLVM-11.so+0xa02b10) /build/llvm11/src/llvm-11.1.0.src/build/test/ExecutionEngine/Output/test-interp-vec-arithm_int.ll.script: line 1: 314588 Aborted (core dumped) /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-arithm_int.ll > /dev/null -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. FAIL: LLVM :: ExecutionEngine/frem.ll (23820 of 38452) ******************** TEST 'LLVM :: ExecutionEngine/frem.ll' FAILED ******************** Script: -- : 'RUN: at line 5'; /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/frem.ll | /build/llvm11/src/llvm-11.1.0.src/build/bin/FileCheck /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/frem.ll -- Exit Code: 2 Command Output (stderr): -- WARNING: This target JIT is not designed for the host you are running. If bad things happen, please choose a different -march switch. LLVM ERROR: Relocation type not implemented yet! PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. Stack dump: 0. Program arguments: /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/frem.ll #0 0x0000004002255b10 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/build/llvm11/src/llvm-11.1.0.src/build/bin/../lib/libLLVM-11.so+0xa02b10) FileCheck error: '' is empty. FileCheck command line: /build/llvm11/src/llvm-11.1.0.src/build/bin/FileCheck /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/frem.ll -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. FAIL: LLVM :: ExecutionEngine/test-interp-vec-setcond-fp.ll (23833 of 38452) ******************** TEST 'LLVM :: ExecutionEngine/test-interp-vec-setcond-fp.ll' FAILED ******************** Script: -- : 'RUN: at line 1'; /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-setcond-fp.ll > /dev/null -- Exit Code: 134 Command Output (stderr): -- WARNING: This target JIT is not designed for the host you are running. If bad things happen, please choose a different -march switch. LLVM ERROR: Relocation type not implemented yet! PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. Stack dump: 0. Program arguments: /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-setcond-fp.ll #0 0x0000004002255b10 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/build/llvm11/src/llvm-11.1.0.src/build/bin/../lib/libLLVM-11.so+0xa02b10) /build/llvm11/src/llvm-11.1.0.src/build/test/ExecutionEngine/Output/test-interp-vec-setcond-fp.ll.script: line 1: 314705 Aborted (core dumped) /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-setcond-fp.ll > /dev/null -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. FAIL: LLVM :: ExecutionEngine/test-interp-vec-logical.ll (23834 of 38452) ******************** TEST 'LLVM :: ExecutionEngine/test-interp-vec-logical.ll' FAILED ******************** Script: -- : 'RUN: at line 1'; /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-logical.ll > /dev/null -- Exit Code: 134 Command Output (stderr): -- WARNING: This target JIT is not designed for the host you are running. If bad things happen, please choose a different -march switch. LLVM ERROR: Relocation type not implemented yet! PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. Stack dump: 0. Program arguments: /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-logical.ll #0 0x0000004002255b10 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/build/llvm11/src/llvm-11.1.0.src/build/bin/../lib/libLLVM-11.so+0xa02b10) /build/llvm11/src/llvm-11.1.0.src/build/test/ExecutionEngine/Output/test-interp-vec-logical.ll.script: line 1: 314709 Aborted (core dumped) /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-logical.ll > /dev/null -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. FAIL: LLVM :: ExecutionEngine/test-interp-vec-setcond-int.ll (23837 of 38452) ******************** TEST 'LLVM :: ExecutionEngine/test-interp-vec-setcond-int.ll' FAILED ******************** Script: -- : 'RUN: at line 1'; /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-setcond-int.ll > /dev/null -- Exit Code: 134 Command Output (stderr): -- WARNING: This target JIT is not designed for the host you are running. If bad things happen, please choose a different -march switch. LLVM ERROR: Relocation type not implemented yet! PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. Stack dump: 0. Program arguments: /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-setcond-int.ll #0 0x0000004002255b10 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/build/llvm11/src/llvm-11.1.0.src/build/bin/../lib/libLLVM-11.so+0xa02b10) /build/llvm11/src/llvm-11.1.0.src/build/test/ExecutionEngine/Output/test-interp-vec-setcond-int.ll.script: line 1: 314738 Aborted (core dumped) /build/llvm11/src/llvm-11.1.0.src/build/bin/lli /build/llvm11/src/llvm-11.1.0.src/test/ExecutionEngine/test-interp-vec-setcond-int.ll > /dev/null -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. FAIL: LLVM :: MC/AsmParser/include.ll (26784 of 38452) ******************** TEST 'LLVM :: MC/AsmParser/include.ll' FAILED ******************** Script: -- : 'RUN: at line 1'; /build/llvm11/src/llvm-11.1.0.src/build/bin/llc -I /build/llvm11/src/llvm-11.1.0.src/test/MC/AsmParser/Inputs -filetype asm -o - /build/llvm11/src/llvm-11.1.0.src/test/MC/AsmParser/include.ll | /build/llvm11/src/llvm-11.1.0.src/build/bin/FileCheck /build/llvm11/src/llvm-11.1.0.src/test/MC/AsmParser/include.ll -- Exit Code: 2 Command Output (stderr): -- LLVM ERROR: Unsupported calling convention PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. Stack dump: 0. Program arguments: /build/llvm11/src/llvm-11.1.0.src/build/bin/llc -I /build/llvm11/src/llvm-11.1.0.src/test/MC/AsmParser/Inputs -filetype asm -o - /build/llvm11/src/llvm-11.1.0.src/test/MC/AsmParser/include.ll 1. Running pass 'Function Pass Manager' on module '/build/llvm11/src/llvm-11.1.0.src/test/MC/AsmParser/include.ll'. 2. Running pass 'RISCV DAG->DAG Pattern Instruction Selection' on function '@f' #0 0x0000004002237b10 llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/build/llvm11/src/llvm-11.1.0.src/build/bin/../lib/libLLVM-11.so+0xa02b10) FileCheck error: '' is empty. FileCheck command line: /build/llvm11/src/llvm-11.1.0.src/build/bin/FileCheck /build/llvm11/src/llvm-11.1.0.src/test/MC/AsmParser/include.ll -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 1 warning(s) in tests ******************** Failed Tests (10): LLVM :: CodeGen/WebAssembly/immediates.ll LLVM :: DebugInfo/X86/convert-loclist.ll LLVM :: ExecutionEngine/frem.ll LLVM :: ExecutionEngine/mov64zext32.ll LLVM :: ExecutionEngine/test-interp-vec-arithm_float.ll LLVM :: ExecutionEngine/test-interp-vec-arithm_int.ll LLVM :: ExecutionEngine/test-interp-vec-logical.ll LLVM :: ExecutionEngine/test-interp-vec-setcond-fp.ll LLVM :: ExecutionEngine/test-interp-vec-setcond-int.ll LLVM :: MC/AsmParser/include.ll Testing Time: 1715.38s Unsupported : 1293 Passed : 37003 Expectedly Failed: 146 Failed : 10 FAILED: CMakeFiles/check-all /build/llvm11/src/llvm-11.1.0.src/build/CMakeFiles/check-all cd /build/llvm11/src/llvm-11.1.0.src/build && /usr/bin/python3.9 /build/llvm11/src/llvm-11.1.0.src/build/./bin/llvm-lit -sv /build/llvm11/src/llvm-11.1.0.src/build/utils/lit /build/llvm11/src/llvm-11.1.0.src/build/test ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in check().  Aborting...