[Lldb-commits] [lldb] [LLDB][PDB] Split `func-symbols.test` between DIA and native (PR #163733)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 21 05:09:12 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-ubuntu` running on `as-builder-9` while building `lldb` at step 17 "test-check-lldb-shell".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/195/builds/16275
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 17 (test-check-lldb-shell) failure: Test just built components: check-lldb-shell completed (failure)
******************** TEST 'lldb-shell :: SymbolFile/NativePDB/func-symbols.test' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 8
split-file /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/SymbolFile/NativePDB/Output/func-symbols.test.tmp
# executed command: split-file /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/func-symbols.test /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/SymbolFile/NativePDB/Output/func-symbols.test.tmp
# note: command had no output on stdout or stderr
# RUN: at line 9
'/usr/bin/python3.12' /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/Shell/helper/build.py --compiler=clang --arch=64 --tools-dir=/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/./bin --libs-dir=/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/./lib --sysroot=/mnt/fs/jetson-agx-ubuntu --compiler=clang-cl --arch=32 --nodefaultlib -o /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/SymbolFile/NativePDB/Output/func-symbols.test.tmp.exe /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/SymbolFile/NativePDB/Output/func-symbols.test.tmp/main.cpp /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/SymbolFile/NativePDB/Output/func-symbols.test.tmp/second.cpp
# executed command: /usr/bin/python3.12 /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/Shell/helper/build.py --compiler=clang --arch=64 --tools-dir=/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/./bin --libs-dir=/home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/./lib --sysroot=/mnt/fs/jetson-agx-ubuntu --compiler=clang-cl --arch=32 --nodefaultlib -o /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/SymbolFile/NativePDB/Output/func-symbols.test.tmp.exe /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/SymbolFile/NativePDB/Output/func-symbols.test.tmp/main.cpp /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/SymbolFile/NativePDB/Output/func-symbols.test.tmp/second.cpp
# .---command stdout------------
# | Cleaning main.ilk
# | Cleaning second.ilk
# | Cleaning func-symbols.test.tmp.exe-main.obj
# | Cleaning func-symbols.test.tmp.exe-second.obj
# | Cleaning func-symbols.test.tmp.pdb
# | Cleaning func-symbols.test.tmp.exe
# |
# |
# |
# | compiling main.cpp -> func-symbols.test.tmp.exe-main.obj
# | STDOUT:
# |
# | STDERR:
# | error: unable to create target: 'No available targets are compatible with triple "thumbv7-pc-windows-msvc19.0.0"'
# | 1 error generated.
# |
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/163733
More information about the lldb-commits
mailing list