github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Linux--> # :penguin: Linux x64 Test Results
* 169873 tests passed * 3071 tests skipped * 25 tests failed ## Failed Tests (click on a test name to see its output) ### LLVM <details> <summary>LLVM.CodeGen/WebAssembly/target-features-tls.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/target-features-tls.ll -mcpu=mvp -mattr=-bulk-memory,atomics | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/target-features-tls.ll --check-prefixes NO-BULK-MEM # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -mattr=-bulk-memory,atomics # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/target-features-tls.ll --check-prefixes NO-BULK-MEM # note: command had no output on stdout or stderr # RUN: at line 2 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/target-features-tls.ll -mcpu=mvp -mattr=+bulk-memory,atomics | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/target-features-tls.ll --check-prefixes BULK-MEM # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -mattr=+bulk-memory,atomics # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/target-features-tls.ll --check-prefixes BULK-MEM # note: command had no output on stdout or stderr # RUN: at line 3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/target-features-tls.ll -mcpu=mvp -mattr=+component-model-thread-context,-bulk-memory,atomics | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/target-features-tls.ll --check-prefixes NO-BULK-MEM-CMTC # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -mattr=+component-model-thread-context,-bulk-memory,atomics # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/target-features-tls.ll --check-prefixes NO-BULK-MEM-CMTC # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/target-features-tls.ll:46:26: error: NO-BULK-MEM-CMTC-NEXT: expected string not found in input # | ; NO-BULK-MEM-CMTC-NEXT: .int8 2 # | ^ # | <stdin>:9:47: note: scanning from here # | .section .custom_section.target_features,"",@ # | ^ # | <stdin>:10:2: note: possible intended match here # | .int8 3 # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/target-features-tls.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: .file "<stdin>" # | 2: .type foo,@object # @foo # | 3: .section .bss.foo,"",@ # | 4: .p2align 2, 0x0 # | 5: foo: # | 6: .int32 0 # 0x0 # | 7: .size foo, 4 # | 8: # | 9: .section .custom_section.target_features,"",@ # | next:46'0 X error: no match found # | 10: .int8 3 # | next:46'0 ~~~~~~~~~ # | next:46'1 ? possible intended match # | 11: .int8 43 # | next:46'0 ~~~~~~~~~~ # | 12: .int8 7 # | next:46'0 ~~~~~~~~~ # | 13: .ascii "atomics" # | next:46'0 ~~~~~~~~~~~~~~~~~~ # | 14: .int8 43 # | next:46'0 ~~~~~~~~~~ # | 15: .int8 30 # | next:46'0 ~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.CodeGen/WebAssembly/tls-general-dynamic.ll</summary> ``` Exit Code: 2 Command Output (stdout): -- # RUN: at line 2 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc < /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/tls-general-dynamic.ll -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -mattr=+bulk-memory,atomics | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/tls-general-dynamic.ll --check-prefixes=CHECK,TLS # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -mattr=+bulk-memory,atomics # .---command stderr------------ # | llc: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1121: EVT llvm::SDNode::getValueType(unsigned int) const: Assertion `ResNo < NumValues && "Illegal result number!"' 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: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -asm-verbose=false -disable-wasm-fallthrough-return-opt -wasm-disable-explicit-locals -mattr=+bulk-memory,atomics # | 1. Running pass 'Function Pass Manager' on module '<stdin>'. # | 2. Running pass 'WebAssembly Instruction Selection' on function '@tls_base_write' # | #0 0x000000000846a788 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:880:13 # | #1 0x00000000084676f5 llvm::sys::RunSignalHandlers() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18 # | #2 0x000000000846b5e1 SignalHandler(int, siginfo_t*, void*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:448:38 # | #3 0x00007f89c47a3330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330) # | #4 0x00007f89c47fcb2c pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x9eb2c) # | #5 0x00007f89c47a327e raise (/lib/x86_64-linux-gnu/libc.so.6+0x4527e) # | #6 0x00007f89c47868ff abort (/lib/x86_64-linux-gnu/libc.so.6+0x288ff) # | #7 0x00007f89c478681b (/lib/x86_64-linux-gnu/libc.so.6+0x2881b) # | #8 0x00007f89c4799517 (/lib/x86_64-linux-gnu/libc.so.6+0x3b517) # | #9 0x00000000081c8d03 set_size /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:91:5 # | #10 0x00000000081c8d03 pop_back /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:570:27 # | #11 0x00000000081c8d03 pop_back_val /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:678:11 # | #12 0x00000000081c8d03 updateDivergence /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:12807:18 # | #13 0x00000000081c8d03 llvm::SelectionDAG::ReplaceAllUsesWith(llvm::SDNode*, llvm::SDNode*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:12606:9 # | #14 0x0000000006507aba ReplaceNode /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/CodeGen/SelectionDAGISel.h:402:5 # | #15 0x0000000006507aba (anonymous namespace)::WebAssemblyDAGToDAGISel::Select(llvm::SDNode*) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp:0:0 # | #16 0x000000000823c4e4 begin /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:273:45 # | #17 0x000000000823c4e4 end /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:275:27 # | #18 0x000000000823c4e4 ~SmallVector /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/SmallVector.h:1211:46 # | #19 0x000000000823c4e4 llvm::SelectionDAGISel::DoInstructionSelection() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1397:5 # | #20 0x000000000823b47e ~TimeRegion /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/Support/Timer.h:167:9 # | #21 0x000000000823b47e llvm::SelectionDAGISel::CodeGenAndEmitDAG() /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1166:3 # | #22 0x00000000082390ce llvm::SelectionDAGISel::SelectAllBasicBlocks(llvm::Function const&) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1691:8 # | #23 0x00000000082361c0 llvm::SelectionDAGISel::runOnMachineFunction(llvm::MachineFunction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:659:22 # | #24 0x0000000008233890 llvm::SelectionDAGISelLegacy::runOnMachineFunction(llvm::MachineFunction&) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:400:20 # | #25 0x000000000712b3f3 llvm::MachineFunctionPass::runOnFunction(llvm::Function&) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/CodeGen/MachineFunctionPass.cpp:0:10 # | #26 0x000000000769d065 llvm::FPPassManager::runOnFunction(llvm::Function&) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/IR/LegacyPassManager.cpp:1398:27 # | #27 0x00000000076a5012 llvm::FPPassManager::runOnModule(llvm::Module&) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/IR/LegacyPassManager.cpp:1444:13 # | #28 0x000000000769db0c runOnModule /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/IR/LegacyPassManager.cpp:1513:27 # | #29 0x000000000769db0c llvm::legacy::PassManagerImpl::run(llvm::Module&) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/IR/LegacyPassManager.cpp:531:44 # | #30 0x0000000004ec5b6f compileModule(char**, llvm::SmallVectorImpl<llvm::PassPlugin>&, llvm::LLVMContext&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/tools/llc/llc.cpp:871:17 # | #31 0x0000000004ec2e43 main /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/tools/llc/llc.cpp:459:13 # | #32 0x00007f89c47881ca (/lib/x86_64-linux-gnu/libc.so.6+0x2a1ca) # | #33 0x00007f89c478828b __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2a28b) # | #34 0x0000000004ebe965 _start (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc+0x4ebe965) # `----------------------------- # error: command failed with exit status: -6 # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/tls-general-dynamic.ll --check-prefixes=CHECK,TLS # .---command stderr------------ # | FileCheck error: '<stdin>' is empty. # | FileCheck command line: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/CodeGen/WebAssembly/tls-general-dynamic.ll --check-prefixes=CHECK,TLS # `----------------------------- # error: command failed with exit status: 2 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/array-fill.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/array-fill.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/array-fill.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/array-fill.ll -o - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/array-fill.ll # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/array-fill.ll:26:15: error: CHECK-NEXT: is not on the line after the previous match # | ; CHECK-NEXT: ... # | ^ # | <stdin>:42:1: note: 'next' match was here # | ... # | ^ # | <stdin>:36:12: note: previous match ended here # | Flags: [ ] # | ^ # | <stdin>:37:1: note: non-matching line after previous match is here # | - Type: CUSTOM # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/array-fill.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 37: - Type: CUSTOM # | 38: Name: target_features # | 39: Features: # | 40: - Prefix: DISALLOWED # | 41: Name: component-model-thread-context # | 42: ... # | next:26 !~~ error: match on wrong line # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/assembler-binary.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=asm -asm-verbose=false /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/MC/WebAssembly/Output/assembler-binary.ll.tmp.s # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=asm -asm-verbose=false /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/MC/WebAssembly/Output/assembler-binary.ll.tmp.s # note: command had no output on stdout or stderr # RUN: at line 2 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=ASM -input-file /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/MC/WebAssembly/Output/assembler-binary.ll.tmp.s /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=ASM -input-file /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/MC/WebAssembly/Output/assembler-binary.ll.tmp.s /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll # note: command had no output on stdout or stderr # RUN: at line 3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -triple=wasm32-unknown-unknown -filetype=asm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/MC/WebAssembly/Output/assembler-binary.ll.tmp.s -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=ASM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -triple=wasm32-unknown-unknown -filetype=asm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/test/MC/WebAssembly/Output/assembler-binary.ll.tmp.s -o - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=ASM /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll # note: command had no output on stdout or stderr # RUN: at line 4 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll -o - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll:81:15: error: CHECK-NEXT: is not on the line after the previous match # | ; CHECK-NEXT: ... # | ^ # | <stdin>:55:1: note: 'next' match was here # | ... # | ^ # | <stdin>:49:13: note: previous match ended here # | Function: 0 # | ^ # | <stdin>:50:1: note: non-matching line after previous match is here # | - Type: CUSTOM # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/assembler-binary.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 50: - Type: CUSTOM # | 51: Name: target_features # | 52: Features: # | 53: - Prefix: DISALLOWED # | 54: Name: component-model-thread-context # | 55: ... # | next:81 !~~ error: match on wrong line # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/bss.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/bss.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/bss.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/bss.ll -o - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/bss.ll # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/bss.ll:81:15: error: CHECK-NEXT: is not on the line after the previous match # | ; CHECK-NEXT: ... # | ^ # | <stdin>:90:1: note: 'next' match was here # | ... # | ^ # | <stdin>:84:12: note: previous match ended here # | Flags: [ ] # | ^ # | <stdin>:85:1: note: non-matching line after previous match is here # | - Type: CUSTOM # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/bss.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 85: - Type: CUSTOM # | 86: Name: target_features # | 87: Features: # | 88: - Prefix: DISALLOWED # | 89: Name: component-model-thread-context # | 90: ... # | next:81 !~~ error: match on wrong line # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/comdat.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/comdat.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/comdat.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/comdat.ll -o - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/comdat.ll # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/comdat.ll:122:15: error: CHECK-NEXT: is not on the line after the previous match # | ; CHECK-NEXT: ... # | ^ # | <stdin>:100:1: note: 'next' match was here # | ... # | ^ # | <stdin>:94:10: note: previous match ended here # | Index: 0 # | ^ # | <stdin>:95:1: note: non-matching line after previous match is here # | - Type: CUSTOM # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/comdat.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 95: - Type: CUSTOM # | 96: Name: target_features # | 97: Features: # | 98: - Prefix: DISALLOWED # | 99: Name: component-model-thread-context # | 100: ... # | next:122 !~~ error: match on wrong line # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/debug-info.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -generate-arange-section -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-readobj -S -r --symbols - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -generate-arange-section -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info.ll -o - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-readobj -S -r --symbols - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info.ll # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info.ll:144:14: error: CHECK-NEXT: is not on the line after the previous match # | ; CHECK-NEXT:] # | ^ # | <stdin>:150:1: note: 'next' match was here # | ] # | ^ # | <stdin>:143:3: note: previous match ended here # | } # | ^ # | <stdin>:144:1: note: non-matching line after previous match is here # | Section { # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 145: Type: CUSTOM (0x0) # | 146: Size: 33 # | 147: Offset: 1257 # | 148: Name: target_features # | 149: } # | 150: ] # | next:144 ! error: match on wrong line # | 151: Relocations [ # | 152: Section (7) DATA { # | 153: 0x6 R_WASM_MEMORY_ADDR_I32 myextern 0 # | 154: 0xF R_WASM_TABLE_INDEX_I32 f2 # | 155: } # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/debug-info64.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -generate-arange-section -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info64.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-readobj -S -r --symbols - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info64.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -generate-arange-section -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info64.ll -o - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-readobj -S -r --symbols - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info64.ll # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info64.ll:146:15: error: CHECK-NEXT: expected string not found in input # | ; CHECK-NEXT: Size: 11 # | ^ # | <stdin>:145:20: note: scanning from here # | Type: CUSTOM (0x0) # | ^ # | <stdin>:146:2: note: possible intended match here # | Size: 43 # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/debug-info64.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 140: Size: 77 # | 141: Offset: 1224 # | 142: Name: producers # | 143: } # | 144: Section { # | 145: Type: CUSTOM (0x0) # | next:146'0 X error: no match found # | 146: Size: 43 # | next:146'0 ~~~~~~~~~~ # | next:146'1 ? possible intended match # | 147: Offset: 1317 # | next:146'0 ~~~~~~~~~~~~~~ # | 148: Name: target_features # | next:146'0 ~~~~~~~~~~~~~~~~~~~~~~~ # | 149: } # | next:146'0 ~~~ # | 150: ] # | next:146'0 ~~ # | 151: Relocations [ # | next:146'0 ~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/explicit-sections.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/explicit-sections.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/explicit-sections.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/explicit-sections.ll -o - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/explicit-sections.ll # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/explicit-sections.ll:73:15: error: CHECK-NEXT: is not on the line after the previous match # | ; CHECK-NEXT: ... # | ^ # | <stdin>:81:1: note: 'next' match was here # | ... # | ^ # | <stdin>:75:12: note: previous match ended here # | Flags: [ ] # | ^ # | <stdin>:76:1: note: non-matching line after previous match is here # | - Type: CUSTOM # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/explicit-sections.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 76: - Type: CUSTOM # | 77: Name: target_features # | 78: Features: # | 79: - Prefix: DISALLOWED # | 80: Name: component-model-thread-context # | 81: ... # | next:73 !~~ error: match on wrong line # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/export-name-invalid.s</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -triple=wasm32 /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s # executed command: not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -triple=wasm32 /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s:9:10: error: CHECK: expected string not found in input # | # CHECK: [[#@LINE+1]]:18: error: Expected identifier, got: # | ^ # | <stdin>:4:142: note: scanning from here # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s:7:17: error: Expected ,, instead got: # | ^ # | <stdin>:4:142: note: with "@LINE+1" equal to "10" # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s:7:17: error: Expected ,, instead got: # | ^ # | <stdin>:12:107: note: possible intended match here # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s:13:22: error: Expected EOL, instead got: , # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s:4:14: error: Expected identifier, got: 42 # | 2: .export_name 42 # | 3: ^ # | 4: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s:7:17: error: Expected ,, instead got: # | check:9'0 X~ error: no match found # | check:9'1 with "@LINE+1" equal to "10" # | 5: # | check:9'0 ~ # | 6: .export_name foo # | check:9'0 ~~~~~~~~~~~~~~~~~ # | 7: ^ # | check:9'0 ~~~ # | 8: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s:10:18: error: Expected string or identifier, got: # | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: # | check:9'0 ~ # | 10: .export_name foo, # | check:9'0 ~~~~~~~~~~~~~~~~~~ # | 11: ^ # | check:9'0 ~~~ # | 12: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/export-name-invalid.s:13:22: error: Expected EOL, instead got: , # | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:9'2 ? possible intended match # | 13: .export_name foo, bar, # | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~ # | 14: ^ # | check:9'0 ~~~ # | 15: # | check:9'0 ~ # | 16: # | check:9'0 ~ # | 17: # | check:9'0 ~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/global-ctor-dtor.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/global-ctor-dtor.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/global-ctor-dtor.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/global-ctor-dtor.ll -o - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/global-ctor-dtor.ll # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/global-ctor-dtor.ll:187:15: error: CHECK-NEXT: is not on the line after the previous match # | ; CHECK-NEXT: ... # | ^ # | <stdin>:191:1: note: 'next' match was here # | ... # | ^ # | <stdin>:185:11: note: previous match ended here # | Symbol: 7 # | ^ # | <stdin>:186:1: note: non-matching line after previous match is here # | - Type: CUSTOM # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/global-ctor-dtor.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 186: - Type: CUSTOM # | 187: Name: target_features # | 188: Features: # | 189: - Prefix: DISALLOWED # | 190: Name: component-model-thread-context # | 191: ... # | next:187 !~~ error: match on wrong line # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/import-module-invalid.s</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -triple=wasm32 /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s # executed command: not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -triple=wasm32 /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s:9:10: error: CHECK: expected string not found in input # | # CHECK: [[#@LINE+1]]:20: error: Expected identifier, got: # | ^ # | <stdin>:4:144: note: scanning from here # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s:7:19: error: Expected ,, instead got: # | ^ # | <stdin>:4:144: note: with "@LINE+1" equal to "10" # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s:7:19: error: Expected ,, instead got: # | ^ # | <stdin>:12:109: note: possible intended match here # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s:13:24: error: Expected EOL, instead got: , # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s:4:16: error: Expected identifier, got: 42 # | 2: .import_module 42 # | 3: ^ # | 4: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s:7:19: error: Expected ,, instead got: # | check:9'0 X~ error: no match found # | check:9'1 with "@LINE+1" equal to "10" # | 5: # | check:9'0 ~ # | 6: .import_module foo # | check:9'0 ~~~~~~~~~~~~~~~~~~~ # | 7: ^ # | check:9'0 ~~~ # | 8: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s:10:20: error: Expected string or identifier, got: # | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: # | check:9'0 ~ # | 10: .import_module foo, # | check:9'0 ~~~~~~~~~~~~~~~~~~~~ # | 11: ^ # | check:9'0 ~~~ # | 12: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-module-invalid.s:13:24: error: Expected EOL, instead got: , # | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:9'2 ? possible intended match # | 13: .import_module foo, bar, # | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ # | 14: ^ # | check:9'0 ~~~ # | 15: # | check:9'0 ~ # | 16: # | check:9'0 ~ # | 17: # | check:9'0 ~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/import-name-invalid.s</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -triple=wasm32 /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s # executed command: not /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -triple=wasm32 /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s:9:10: error: CHECK: expected string not found in input # | # CHECK: [[#@LINE+1]]:18: error: Expected identifier, got: # | ^ # | <stdin>:4:142: note: scanning from here # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s:7:17: error: Expected ,, instead got: # | ^ # | <stdin>:4:142: note: with "@LINE+1" equal to "10" # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s:7:17: error: Expected ,, instead got: # | ^ # | <stdin>:12:107: note: possible intended match here # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s:13:22: error: Expected EOL, instead got: , # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s:4:14: error: Expected identifier, got: 42 # | 2: .import_name 42 # | 3: ^ # | 4: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s:7:17: error: Expected ,, instead got: # | check:9'0 X~ error: no match found # | check:9'1 with "@LINE+1" equal to "10" # | 5: # | check:9'0 ~ # | 6: .import_name foo # | check:9'0 ~~~~~~~~~~~~~~~~~ # | 7: ^ # | check:9'0 ~~~ # | 8: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s:10:18: error: Expected string or identifier, got: # | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: # | check:9'0 ~ # | 10: .import_name foo, # | check:9'0 ~~~~~~~~~~~~~~~~~~ # | 11: ^ # | check:9'0 ~~~ # | 12: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/import-name-invalid.s:13:22: error: Expected EOL, instead got: , # | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:9'2 ? possible intended match # | 13: .import_name foo, bar, # | check:9'0 ~~~~~~~~~~~~~~~~~~~~~~~ # | 14: ^ # | check:9'0 ~~~ # | 15: # | check:9'0 ~ # | 16: # | check:9'0 ~ # | 17: # | check:9'0 ~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/unnamed-data.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/unnamed-data.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/unnamed-data.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/unnamed-data.ll -o - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/unnamed-data.ll # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/unnamed-data.ll:90:15: error: CHECK-NEXT: is not on the line after the previous match # | ; CHECK-NEXT: ... # | ^ # | <stdin>:97:1: note: 'next' match was here # | ... # | ^ # | <stdin>:91:12: note: previous match ended here # | Flags: [ ] # | ^ # | <stdin>:92:1: note: non-matching line after previous match is here # | - Type: CUSTOM # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/unnamed-data.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 92: - Type: CUSTOM # | 93: Name: target_features # | 94: Features: # | 95: - Prefix: DISALLOWED # | 96: Name: component-model-thread-context # | 97: ... # | next:90 !~~ error: match on wrong line # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>LLVM.MC/WebAssembly/visibility.ll</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/visibility.ll -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/visibility.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/visibility.ll -o - # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/obj2yaml # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/visibility.ll # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/visibility.ll:28:15: error: CHECK-NEXT: is not on the line after the previous match # | ; CHECK-NEXT: ... # | ^ # | <stdin>:46:1: note: 'next' match was here # | ... # | ^ # | <stdin>:40:13: note: previous match ended here # | Function: 1 # | ^ # | <stdin>:41:1: note: non-matching line after previous match is here # | - Type: CUSTOM # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/test/MC/WebAssembly/visibility.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 41: - Type: CUSTOM # | 42: Name: target_features # | 43: Features: # | 44: - Prefix: DISALLOWED # | 45: Name: component-model-thread-context # | 46: ... # | next:28 !~~ error: match on wrong line # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> ### lld <details> <summary>lld.wasm/debug-removed-fn.ll</summary> ``` Exit Code: -6 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -filetype=obj < /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/debug-removed-fn.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debug-removed-fn.ll.tmp.o # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -filetype=obj -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debug-removed-fn.ll.tmp.o # note: command had no output on stdout or stderr # RUN: at line 2 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debug-removed-fn.ll.tmp.o --no-entry --export=foo -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debug-removed-fn.ll.tmp.wasm # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debug-removed-fn.ll.tmp.o --no-entry --export=foo -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debug-removed-fn.ll.tmp.wasm # .---command stderr------------ # | wasm-ld: /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/wasm/SymbolTable.cpp:262: DefinedGlobal *lld::wasm::SymbolTable::addSyntheticGlobal(StringRef, uint32_t, InputGlobal *): Assertion `!find(name)' failed. # `----------------------------- # error: command failed with exit status: -6 -- ``` </details> <details> <summary>lld.wasm/debuginfo.test</summary> ``` Exit Code: -6 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/Inputs/debuginfo1.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debuginfo.test.tmp.debuginfo1.o # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/Inputs/debuginfo1.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debuginfo.test.tmp.debuginfo1.o # note: command had no output on stdout or stderr # RUN: at line 2 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/Inputs/debuginfo2.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debuginfo.test.tmp.debuginfo2.o # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/Inputs/debuginfo2.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debuginfo.test.tmp.debuginfo2.o # note: command had no output on stdout or stderr # RUN: at line 3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debuginfo.test.tmp.wasm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debuginfo.test.tmp.debuginfo1.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debuginfo.test.tmp.debuginfo2.o # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debuginfo.test.tmp.wasm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debuginfo.test.tmp.debuginfo1.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/debuginfo.test.tmp.debuginfo2.o # .---command stderr------------ # | wasm-ld: /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/wasm/SymbolTable.cpp:262: DefinedGlobal *lld::wasm::SymbolTable::addSyntheticGlobal(StringRef, uint32_t, InputGlobal *): Assertion `!find(name)' failed. # `----------------------------- # error: command failed with exit status: -6 -- ``` </details> <details> <summary>lld.wasm/export-all.s</summary> ``` Exit Code: -6 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/export-all.s.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/export-all.s # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/export-all.s.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/export-all.s # note: command had no output on stdout or stderr # RUN: at line 2 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld --export-all -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/export-all.s.tmp.wasm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/export-all.s.tmp.o # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld --export-all -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/export-all.s.tmp.wasm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/export-all.s.tmp.o # .---command stderr------------ # | wasm-ld: /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/wasm/SymbolTable.cpp:262: DefinedGlobal *lld::wasm::SymbolTable::addSyntheticGlobal(StringRef, uint32_t, InputGlobal *): Assertion `!find(name)' failed. # `----------------------------- # error: command failed with exit status: -6 -- ``` </details> <details> <summary>lld.wasm/init-fini.ll</summary> ``` Exit Code: -6 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/init-fini.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/init-fini.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/init-fini.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/init-fini.ll # note: command had no output on stdout or stderr # RUN: at line 2 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/Inputs/global-ctor-dtor.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/init-fini.ll.tmp.global-ctor-dtor.o # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/Inputs/global-ctor-dtor.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/init-fini.ll.tmp.global-ctor-dtor.o # note: command had no output on stdout or stderr # RUN: at line 51 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld --allow-undefined /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/init-fini.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/init-fini.ll.tmp.global-ctor-dtor.o -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/init-fini.ll.tmp.wasm # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld --allow-undefined /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/init-fini.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/init-fini.ll.tmp.global-ctor-dtor.o -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/init-fini.ll.tmp.wasm # .---command stderr------------ # | wasm-ld: /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/wasm/SymbolTable.cpp:262: DefinedGlobal *lld::wasm::SymbolTable::addSyntheticGlobal(StringRef, uint32_t, InputGlobal *): Assertion `!find(name)' failed. # `----------------------------- # error: command failed with exit status: -6 -- ``` </details> <details> <summary>lld.wasm/lto/libcall-archive.ll</summary> ``` Exit Code: -6 Command Output (stdout): -- # RUN: at line 1 rm -f /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp.a # executed command: rm -f /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp.a # note: command had no output on stdout or stderr # RUN: at line 2 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-as -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/lto/libcall-archive.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-as -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/lto/libcall-archive.ll # note: command had no output on stdout or stderr # RUN: at line 3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-as -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp2.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/lto/Inputs/libcall-archive.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-as -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp2.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/lto/Inputs/libcall-archive.ll # note: command had no output on stdout or stderr # RUN: at line 4 llvm-ar rcs /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp.a /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp2.o # executed command: llvm-ar rcs /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp.a /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp2.o # note: command had no output on stdout or stderr # RUN: at line 5 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp.a # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/lto/Output/libcall-archive.ll.tmp.a # .---command stderr------------ # | wasm-ld: /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/wasm/SymbolTable.cpp:262: DefinedGlobal *lld::wasm::SymbolTable::addSyntheticGlobal(StringRef, uint32_t, InputGlobal *): Assertion `!find(name)' failed. # `----------------------------- # error: command failed with exit status: -6 -- ``` </details> <details> <summary>lld.wasm/runtime-relocations-himem.s</summary> ``` Exit Code: -6 Command Output (stdout): -- # RUN: at line 5 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/runtime-relocations-himem.s.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/runtime-relocations-himem.s # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/runtime-relocations-himem.s.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/runtime-relocations-himem.s # note: command had no output on stdout or stderr # RUN: at line 6 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld --global-base=2147483648 --experimental-pic --unresolved-symbols=import-dynamic -no-gc-sections --shared-memory --no-entry -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/runtime-relocations-himem.s.tmp.wasm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/runtime-relocations-himem.s.tmp.o # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld --global-base=2147483648 --experimental-pic --unresolved-symbols=import-dynamic -no-gc-sections --shared-memory --no-entry -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/runtime-relocations-himem.s.tmp.wasm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/runtime-relocations-himem.s.tmp.o # .---command stderr------------ # | wasm-ld: /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/wasm/SymbolTable.cpp:262: DefinedGlobal *lld::wasm::SymbolTable::addSyntheticGlobal(StringRef, uint32_t, InputGlobal *): Assertion `!find(name)' failed. # `----------------------------- # error: command failed with exit status: -6 -- ``` </details> <details> <summary>lld.wasm/tls-align.s</summary> ``` Exit Code: -6 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls-align.s.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/tls-align.s # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls-align.s.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/tls-align.s # note: command had no output on stdout or stderr # RUN: at line 58 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld -no-gc-sections --shared-memory --max-memory=131072 --no-entry -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls-align.s.tmp.wasm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls-align.s.tmp.o # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld -no-gc-sections --shared-memory --max-memory=131072 --no-entry -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls-align.s.tmp.wasm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls-align.s.tmp.o # .---command stderr------------ # | wasm-ld: /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/wasm/SymbolTable.cpp:262: DefinedGlobal *lld::wasm::SymbolTable::addSyntheticGlobal(StringRef, uint32_t, InputGlobal *): Assertion `!find(name)' failed. # `----------------------------- # error: command failed with exit status: -6 -- ``` </details> <details> <summary>lld.wasm/tls.s</summary> ``` Exit Code: -6 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls.s.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/tls.s # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls.s.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/tls.s # note: command had no output on stdout or stderr # RUN: at line 86 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld -no-gc-sections --shared-memory --max-memory=131072 --no-entry -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls.s.tmp.wasm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls.s.tmp.o # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld -no-gc-sections --shared-memory --max-memory=131072 --no-entry -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls.s.tmp.wasm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/tls.s.tmp.o # .---command stderr------------ # | wasm-ld: /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/wasm/SymbolTable.cpp:262: DefinedGlobal *lld::wasm::SymbolTable::addSyntheticGlobal(StringRef, uint32_t, InputGlobal *): Assertion `!find(name)' failed. # `----------------------------- # error: command failed with exit status: -6 -- ``` </details> <details> <summary>lld.wasm/weak-alias-overide.ll</summary> ``` Exit Code: -6 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias-overide.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/weak-alias-overide.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias-overide.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/weak-alias-overide.ll # note: command had no output on stdout or stderr # RUN: at line 2 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/Inputs/weak-alias.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias-overide.ll.tmp2.o # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/Inputs/weak-alias.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias-overide.ll.tmp2.o # note: command had no output on stdout or stderr # RUN: at line 3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld --export-dynamic /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias-overide.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias-overide.ll.tmp2.o -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias-overide.ll.tmp.wasm # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld --export-dynamic /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias-overide.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias-overide.ll.tmp2.o -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias-overide.ll.tmp.wasm # .---command stderr------------ # | wasm-ld: /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/wasm/SymbolTable.cpp:262: DefinedGlobal *lld::wasm::SymbolTable::addSyntheticGlobal(StringRef, uint32_t, InputGlobal *): Assertion `!find(name)' failed. # `----------------------------- # error: command failed with exit status: -6 -- ``` </details> <details> <summary>lld.wasm/weak-alias.ll</summary> ``` Exit Code: -6 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/weak-alias.ll # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/weak-alias.ll # note: command had no output on stdout or stderr # RUN: at line 2 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/Inputs/weak-alias.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias.ll.tmp2.o # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llc -mcpu=mvp -filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/test/wasm/Inputs/weak-alias.ll -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias.ll.tmp2.o # note: command had no output on stdout or stderr # RUN: at line 3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld --export-dynamic /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias.ll.tmp2.o -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias.ll.tmp.wasm # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/wasm-ld --export-dynamic /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias.ll.tmp.o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias.ll.tmp2.o -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lld/test/wasm/Output/weak-alias.ll.tmp.wasm # .---command stderr------------ # | wasm-ld: /home/gha/actions-runner/_work/llvm-project/llvm-project/lld/wasm/SymbolTable.cpp:262: DefinedGlobal *lld::wasm::SymbolTable::addSyntheticGlobal(StringRef, uint32_t, InputGlobal *): Assertion `!find(name)' failed. # `----------------------------- # error: command failed with exit status: -6 -- ``` </details> If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label. https://github.com/llvm/llvm-project/pull/175800 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
