llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-x86_64-win` running on `as-builder-10` while building `clang,llvm` at step 10 "test-check-lldb-shell".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/211/builds/6582 <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 :: Register/x86-64-gp-write.test' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 3 c:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe --driver-mode=g++ --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 -fomit-frame-pointer C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Register/Inputs/x86-64-gp-write.cpp -o C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Register\Output\x86-64-gp-write.test.tmp # executed command: 'c:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe' --driver-mode=g++ --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' -fomit-frame-pointer 'C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Register/Inputs/x86-64-gp-write.cpp' -o 'C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Register\Output\x86-64-gp-write.test.tmp' # .---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 4 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\llvm-project\lldb\test\Shell\Register\x86-64-gp-write.test C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Register\Output\x86-64-gp-write.test.tmp | 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\Register\x86-64-gp-write.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\llvm-project\lldb\test\Shell\Register\x86-64-gp-write.test' 'C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Register\Output\x86-64-gp-write.test.tmp' # 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\Register\x86-64-gp-write.test' # .---command stderr------------ # | C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Register\x86-64-gp-write.test:18:14: error: CHECK-DAG: expected string not found in input # | # CHECK-DAG: rbx = 0x1112131415161718 # | ^ # | <stdin>:1:1: note: scanning from here # | (lldb) command source -s 0 'C:/buildbot/as-builder-10/lldb-x86-64/build/tools/lldb\test\Shell\lit-lldb-init-quiet' # | ^ # | <stdin>:18:23: note: possible intended match here # | (lldb) register write rbx 0x1112131415161718 # | ^ # | # | Input file: <stdin> # | Check file: C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Register\x86-64-gp-write.test # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: (lldb) command source -s 0 'C:/buildbot/as-builder-10/lldb-x86-64/build/tools/lldb\test\Shell\lit-lldb-init-quiet' # | dag:18'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found # | 2: Executing commands in 'C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\lit-lldb-init-quiet'. # | dag:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: (lldb) command source -C --silent-run true lit-lldb-init # | dag:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 4: (lldb) target create "C:\\buildbot\\as-builder-10\\lldb-x86-64\\build\\tools\\lldb\\test\\Shell\\Register\\Output\\x86-64-gp-write.test.tmp" # | dag:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: Current executable set to 'C:\buildbot\as-builder-10\lldb-x86-64\build\tools\lldb\test\Shell\Register\Output\x86-64-gp-write.test.tmp' (x86_64). # | dag:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 6: (lldb) command source -s 0 'C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\Shell\Register\x86-64-gp-write.test' # | dag:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | 13: -> 0x7ff795861078: xchgq %rsp, %r8 ... ``` </details> https://github.com/llvm/llvm-project/pull/183206 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
