[Lldb-commits] [lldb] [lldb] update lldb-server platform help parsing (PR #162730)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 23 09:18:52 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/10154
<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 :: lldb-server/TestPlatformErrorMessages.test' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\lldb-server.exe platform 2>&1 | c:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\filecheck.exe --check-prefixes=NO_LISTEN,ALL C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\lldb-server\TestPlatformErrorMessages.test
# executed command: 'c:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\lldb-server.exe' platform
# note: command had no output on stdout or stderr
# executed command: 'c:\buildbot\as-builder-10\lldb-x-aarch64\build\bin\filecheck.exe' --check-prefixes=NO_LISTEN,ALL 'C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\lldb-server\TestPlatformErrorMessages.test'
# .---command stderr------------
# | C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\lldb-server\TestPlatformErrorMessages.test:25:6: error: ALL: expected string not found in input
# | ALL: Use 'lldb-server {{p|platform}} --help' for a complete list of options.
# | ^
# | <stdin>:1:58: note: scanning from here
# | error: either --listen or --child-platform-fd is required
# | ^
# | <stdin>:2:1: note: possible intended match here
# | Use 'lldb-server.exe platform --help' for a complete list of options.
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\test\Shell\lldb-server\TestPlatformErrorMessages.test
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: error: either --listen or --child-platform-fd is required
# | check:25'0 X error: no match found
# | 2: Use 'lldb-server.exe platform --help' for a complete list of options.
# | check:25'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:25'1 ? possible intended match
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/162730
More information about the lldb-commits
mailing list