llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-x86_64-win` running on `as-builder-10` while building `lldb` at step 9 "test-check-lldb-api".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/211/builds/6339 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 9 (test-check-lldb-api) failure: Test just built components: check-lldb-api completed (failure) ******************** TEST 'lldb-api :: terminal/hidden_frame_markers/TestHiddenFrameMarkers.py' FAILED ******************** Script: -- C:/Python312/python.exe C:/buildbot/as-builder-10/lldb-x86-64/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=C:/buildbot/as-builder-10/lldb-x86-64/build/./lib --env LLVM_INCLUDE_DIR=C:/buildbot/as-builder-10/lldb-x86-64/build/include --env LLVM_TOOLS_DIR=C:/buildbot/as-builder-10/lldb-x86-64/build/./bin --arch x86_64 --build-dir C:/buildbot/as-builder-10/lldb-x86-64/build/lldb-test-build.noindex --lldb-module-cache-dir C:/buildbot/as-builder-10/lldb-x86-64/build/lldb-test-build.noindex/module-cache-lldb\lldb-api --clang-module-cache-dir C:/buildbot/as-builder-10/lldb-x86-64/build/lldb-test-build.noindex/module-cache-clang\lldb-api --executable C:/buildbot/as-builder-10/lldb-x86-64/build/./bin/lldb.exe --compiler C:/buildbot/as-builder-10/lldb-x86-64/build/./bin/clang.exe --dsymutil C:/buildbot/as-builder-10/lldb-x86-64/build/./bin/dsymutil.exe --make C:/ninja/make.exe --llvm-tools-dir C:/buildbot/as-builder-10/lldb-x86-64/build/./bin --lldb-obj-root C:/buildbot/as-builder-10/lldb-x86-64/build/tools/lldb --lldb-libs-dir C:/buildbot/as-builder-10/lldb-x86-64/build/./lib --cmake-build-type Release --skip-category=lldb-dap C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\terminal\hidden_frame_markers -p TestHiddenFrameMarkers.py -- Exit Code: 1 Command Output (stdout): -- lldb version 23.0.0git (https://github.com/llvm/llvm-project.git revision 5d5301dc0cc4a84fb91f103e4afec62de4622e33) clang revision 5d5301dc0cc4a84fb91f103e4afec62de4622e33 llvm revision 5d5301dc0cc4a84fb91f103e4afec62de4622e33 Skipping the following test categories: lldb-dap, libc++, libstdcxx, dwo, dsym, gmodules, debugserver, objc, fork, pexpect -- Command Output (stderr): -- UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_deactivated_hidden_frame_markers_dsym (TestHiddenFrameMarkers.HiddenFrameMarkerTest.test_deactivated_hidden_frame_markers_dsym) (test case does not fall in any category of interest for this run) PASS: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_deactivated_hidden_frame_markers_dwarf (TestHiddenFrameMarkers.HiddenFrameMarkerTest.test_deactivated_hidden_frame_markers_dwarf) UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_deactivated_hidden_frame_markers_dwo (TestHiddenFrameMarkers.HiddenFrameMarkerTest.test_deactivated_hidden_frame_markers_dwo) (test case does not fall in any category of interest for this run) UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_hidden_frame_markers_dsym (TestHiddenFrameMarkers.HiddenFrameMarkerTest.test_hidden_frame_markers_dsym) (test case does not fall in any category of interest for this run) FAIL: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_hidden_frame_markers_dwarf (TestHiddenFrameMarkers.HiddenFrameMarkerTest.test_hidden_frame_markers_dwarf) UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_hidden_frame_markers_dwo (TestHiddenFrameMarkers.HiddenFrameMarkerTest.test_hidden_frame_markers_dwo) (test case does not fall in any category of interest for this run) UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_nested_hidden_frame_markers_dsym (TestHiddenFrameMarkers.HiddenFrameMarkerTest.test_nested_hidden_frame_markers_dsym) (test case does not fall in any category of interest for this run) FAIL: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_nested_hidden_frame_markers_dwarf (TestHiddenFrameMarkers.HiddenFrameMarkerTest.test_nested_hidden_frame_markers_dwarf) UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_nested_hidden_frame_markers_dwo (TestHiddenFrameMarkers.HiddenFrameMarkerTest.test_nested_hidden_frame_markers_dwo) (test case does not fall in any category of interest for this run) ====================================================================== FAIL: test_hidden_frame_markers_dwarf (TestHiddenFrameMarkers.HiddenFrameMarkerTest.test_hidden_frame_markers_dwarf) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 1844, in test_method return attrvalue(self) ^^^^^^^^^^^^^^^ ... ``` </details> https://github.com/llvm/llvm-project/pull/181143 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
