[Lldb-commits] [lldb] [lldb][headers] Create Python script to fix up framework headers (PR #142051)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 12 10:55:31 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/10363
<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 :: Scripts/TestFrameworkFixScript.test' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
Unable to find unifdef executable. Guards will not be removed from input files. Exiting...
--
Command Output (stderr):
--
mkdir -p /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/Scripts/Output/TestFrameworkFixScript.test.tmp/Outputs # RUN: at line 2
+ mkdir -p /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/Scripts/Output/TestFrameworkFixScript.test.tmp/Outputs
"/usr/bin/python3.12" /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/Shell/Scripts/../../../scripts/framework-header-fix.py -f lldb_main -i /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/Shell/Scripts/Inputs/Main/SBAddress.h -o /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/Scripts/Output/TestFrameworkFixScript.test.tmp/Outputs/SBAddress.h -p /usr/bin/unifdef USWIG # RUN: at line 3
+ /usr/bin/python3.12 /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/Shell/Scripts/../../../scripts/framework-header-fix.py -f lldb_main -i /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/llvm-project/lldb/test/Shell/Scripts/Inputs/Main/SBAddress.h -o /home/buildbot/worker/as-builder-9/lldb-remote-linux-ubuntu/build/tools/lldb/test/Shell/Scripts/Output/TestFrameworkFixScript.test.tmp/Outputs/SBAddress.h -p /usr/bin/unifdef USWIG
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/142051
More information about the lldb-commits
mailing list