[Lldb-commits] [lldb] [LLDB] Require DIA SDK for testing the PDB plugin-selection setting (PR #158284)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Sun Sep 14 18:09:11 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-win` running on `as-builder-10` while building `lldb` at step 18 "test-check-lldb-shell".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/197/builds/8865
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 18 (test-check-lldb-shell) failure: Test just built components: check-lldb-shell completed (failure)
******************** TEST 'lldb-shell :: SymbolFile/PDB/native-setting.cpp' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 4
'C:\Python312\python.exe' C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\helper\build.py --compiler=clang --arch=64 --tools-dir=C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin --libs-dir=C:/buildbot/as-builder-10/lldb-x-aarch64/build/./lib --sysroot=c:/buildbot/fs/jetson-agx-ubuntu -o C:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\test\Shell\SymbolFile\PDB\Output\native-setting.cpp.tmp.exe -- C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\SymbolFile\PDB\native-setting.cpp
# executed command: 'C:\Python312\python.exe' 'C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\helper\build.py' --compiler=clang --arch=64 --tools-dir=C:/buildbot/as-builder-10/lldb-x-aarch64/build/./bin --libs-dir=C:/buildbot/as-builder-10/lldb-x-aarch64/build/./lib --sysroot=c:/buildbot/fs/jetson-agx-ubuntu -o 'C:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\test\Shell\SymbolFile\PDB\Output\native-setting.cpp.tmp.exe' -- 'C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\SymbolFile\PDB\native-setting.cpp'
# .---command stdout------------
# | Cleaning native-setting.cpp.tmp.exe-native-setting.o
# | Cleaning native-setting.cpp.tmp.exe
# |
# |
# |
# | compiling native-setting.cpp -> native-setting.cpp.tmp.exe-native-setting.o
# | STDOUT:
# |
# |
# |
# |
# | linking native-setting.cpp.tmp.exe-native-setting.o -> native-setting.cpp.tmp.exe
# | STDOUT:
# |
# `-----------------------------
# RUN: at line 5
env LLDB_USE_NATIVE_PDB_READER=0 c:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\lldb.exe -O "platform select remote-linux" -O "platform connect connect://jetson-agx-0086.lab.llvm.org:1234" -O "platform shell mkdir -p /home/ubuntu/lldb-tests/shell/home/ubuntu/lldb-tests/shell/SymbolFile/PDB/native-setting.cpp" -O "platform settings -w /home/ubuntu/lldb-tests/shell/home/ubuntu/lldb-tests/shell/SymbolFile/PDB/native-setting.cpp" --no-lldbinit -S C:/buildbot/as-builder-10/lldb-x-aarch64/build/tools/lldb\test\Shell\lit-lldb-init-quiet C:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\test\Shell\SymbolFile\PDB\Output\native-setting.cpp.tmp.exe -o 'target modules dump symfile' | c:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\filecheck.exe --check-prefix=ENV0 C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\SymbolFile\PDB\native-setting.cpp
# executed command: env LLDB_USE_NATIVE_PDB_READER=0 'c:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\lldb.exe' -O 'platform select remote-linux' -O 'platform connect connect://jetson-agx-0086.lab.llvm.org:1234' -O 'platform shell mkdir -p /home/ubuntu/lldb-tests/shell/home/ubuntu/lldb-tests/shell/SymbolFile/PDB/native-setting.cpp' -O 'platform settings -w /home/ubuntu/lldb-tests/shell/home/ubuntu/lldb-tests/shell/SymbolFile/PDB/native-setting.cpp' --no-lldbinit -S 'C:/buildbot/as-builder-10/lldb-x-aarch64/build/tools/lldb\test\Shell\lit-lldb-init-quiet' 'C:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\test\Shell\SymbolFile\PDB\Output\native-setting.cpp.tmp.exe' -o 'target modules dump symfile'
# note: command had no output on stdout or stderr
# executed command: 'c:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\filecheck.exe' --check-prefix=ENV0 'C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\SymbolFile\PDB\native-setting.cpp'
# .---command stderr------------
# | C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\SymbolFile\PDB\native-setting.cpp:30:10: error: ENV0: expected string not found in input
# | // ENV0: SymbolFile pdb
# | ^
# | <stdin>:20:37: note: scanning from here
# | Dumping debug symbols for 1 modules.
# | ^
# | <stdin>:21:1: note: possible intended match here
# | SymbolFile dwarf (C:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\test\Shell\SymbolFile\PDB\Output\native-setting.cpp.tmp.exe)
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\SymbolFile\PDB\native-setting.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
...
```
</details>
https://github.com/llvm/llvm-project/pull/158284
More information about the lldb-commits
mailing list