llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-x86_64-win` running on `as-builder-10` while building `lldb` at step 10 "test-check-lldb-shell".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/211/builds/3468 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 10 (test-check-lldb-shell) failure: Test just built components: check-lldb-shell completed (failure) ******************** TEST 'lldb-shell :: Recognizer/registration-unique.test' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 4 split-file C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Recognizer\registration-unique.test C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Recognizer\Output\registration-unique.test.tmp # executed command: split-file 'C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Recognizer\registration-unique.test' 'C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Recognizer\Output\registration-unique.test.tmp' # note: command had no output on stdout or stderr # RUN: at line 6 c:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-pc-windows-msvc -fmodules-cache-path=C:/buildbot/as-builder-10/lldb-x86-64/build/lldb-test-build.noindex/module-cache-clang\lldb-shell C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Recognizer\Output\registration-unique.test.tmp/main.cpp -g -o C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Recognizer\Output\registration-unique.test.tmp/cpp.out # executed command: 'c:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe' --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-pc-windows-msvc '-fmodules-cache-path=C:/buildbot/as-builder-10/lldb-x86-64/build/lldb-test-build.noindex/module-cache-clang\lldb-shell' 'C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Recognizer\Output\registration-unique.test.tmp/main.cpp' -g -o 'C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Recognizer\Output\registration-unique.test.tmp/cpp.out' # .---command stderr------------ # | clang: warning: argument unused during compilation: '-fmodules-cache-path=C:/buildbot/as-builder-10/lldb-x86-64/build/lldb-test-build.noindex/module-cache-clang\lldb-shell' [-Wunused-command-line-argument] # `----------------------------- # RUN: at line 7 c:\buildbot\as-builder-10\lldb-x86-64\build\bin\lldb.exe --no-lldbinit -S C:/buildbot/as-builder-10/lldb-x86-64/build/tools/lldb\test\Shell\lit-lldb-init-quiet -b -s C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Recognizer\Output\registration-unique.test.tmp/commands.input C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Recognizer\Output\registration-unique.test.tmp/cpp.out | c:\buildbot\as-builder-10\lldb-x86-64\build\bin\filecheck.exe C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Recognizer\registration-unique.test # executed command: 'c:\buildbot\as-builder-10\lldb-x86-64\build\bin\lldb.exe' --no-lldbinit -S 'C:/buildbot/as-builder-10/lldb-x86-64/build/tools/lldb\test\Shell\lit-lldb-init-quiet' -b -s 'C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Recognizer\Output\registration-unique.test.tmp/commands.input' 'C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Recognizer\Output\registration-unique.test.tmp/cpp.out' # note: command had no output on stdout or stderr # executed command: 'c:\buildbot\as-builder-10\lldb-x86-64\build\bin\filecheck.exe' 'C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Recognizer\registration-unique.test' # .---command stderr------------ # | C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Recognizer\registration-unique.test:45:10: error: CHECK: expected string not found in input # | # CHECK: Assert StackFrame Recognizer # | ^ # | <stdin>:20:38: note: scanning from here # | 1: Verbose Trap StackFrame Recognizer, demangled symbol regex ^__clang_trap_msg # | ^ # | <stdin>:34:10: note: possible intended match here # | 3: Verbose Trap StackFrame Recognizer, demangled symbol regex ^__clang_trap_msg # | ^ # | # | Input file: <stdin> # | Check file: C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Recognizer\registration-unique.test # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 15: * thread #1, stop reason = breakpoint 1.1 # | 16: frame #0: 0x00007ff68a897270 cpp.out`main at main.cpp:1 # | 17: -> 1 int main() {} # | 18: 2 # | 19: (lldb) frame recognizer list # | 20: 1: Verbose Trap StackFrame Recognizer, demangled symbol regex ^__clang_trap_msg # | check:45'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found # | 21: 0: libc++ frame recognizer, demangled (no args) symbol regex ^std::__[^:]*:: # | check:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ... ``` </details> https://github.com/llvm/llvm-project/pull/166157 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
