slydiman wrote: The buildbot [lldb-x86_64-win](https://lab.llvm.org/buildbot/#/builders/211/builds/7166) is broken. Please take a look.
``` Assertion failed: isa<To>(Val) && "cast<Ty>() argument of incompatible type!", file C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\llvm\include\llvm/Support/Casting.h, line 572 ``` ``` ******************** TEST 'lldb-api :: lang/cpp/non-type-template-param-member-ptr/TestCppNonTypeTemplateParamPtrToMember.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\lang\cpp\non-type-template-param-member-ptr -p TestCppNonTypeTemplateParamPtrToMember.py -- Exit Code: 2147483651 Command Output (stdout): -- lldb version 23.0.0git (https://github.com/llvm/llvm-project.git revision d2dab9788a57186a2b3ce927ee8a0fcdb09907a2) clang revision d2dab9788a57186a2b3ce927ee8a0fcdb09907a2 llvm revision d2dab9788a57186a2b3ce927ee8a0fcdb09907a2 -- Command Output (stderr): -- UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_member_data_pointer_dsym (TestCppNonTypeTemplateParamPtrToMember.TestCase.test_member_data_pointer_dsym) (test case does not fall in any category of interest for this run) Assertion failed: isa<To>(Val) && "cast<Ty>() argument of incompatible type!", file C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\llvm\include\llvm/Support/Casting.h, line 572 Windows fatal exception: code 0x80000003 Current thread 0x0000245c (most recent call first): File "C:\buildbot\as-builder-10\lldb-x86-64\build\Lib\site-packages\lldb\__init__.py", line 14417 in EvaluateExpression File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 2816 in expect_expr File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\lang\cpp\non-type-template-param-member-ptr\TestCppNonTypeTemplateParamPtrToMember.py", line 13 in test_member_data_pointer File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 2013 in test_method File "C:\Python312\Lib\unittest\case.py", line 589 in _callTestMethod File "C:\Python312\Lib\unittest\case.py", line 634 in run File "C:\Python312\Lib\unittest\case.py", line 690 in __call__ File "C:\Python312\Lib\unittest\suite.py", line 122 in run File "C:\Python312\Lib\unittest\suite.py", line 84 in __call__ File "C:\Python312\Lib\unittest\suite.py", line 122 in run File "C:\Python312\Lib\unittest\suite.py", line 84 in __call__ File "C:\Python312\Lib\unittest\runner.py", line 240 in run File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\packages\Python\lldbsuite\test\dotest.py", line 1181 in run_suite File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\dotest.py", line 8 in <module> PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug. Stack dump: 0. <eof> parser at end of file 1. <lldb wrapper prefix>:43:1: Generating code for declaration '$__lldb_expr' 2. Mangling declaration '$__lldb_expr_result_ptr' Exception Code: 0x80000003 #0 0x00007ffe2666fd25 PyInit__lldb (C:\buildbot\as-builder-10\lldb-x86-64\build\Lib\site-packages\lldb\native\_lldb.cp312-win_amd64.pyd+0xb5fd25) #1 0x00007ffe4eb4bb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04) #2 0x00007ffe4eb4cad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1) #3 0x00007ffe4eb4e4a1 (C:\Windows\System32\ucrtbase.dll+0x7e4a1) #4 0x00007ffe4eb4e6e1 (C:\Windows\System32\ucrtbase.dll+0x7e6e1) ... ``` https://github.com/llvm/llvm-project/pull/187598 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
