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 8 "build-default".

Full details are available at: 
https://lab.llvm.org/buildbot/#/builders/197/builds/14018

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 8 (build-default) failure: cmake (failure)
...
79.265 [229/86/5505]Building CXX object 
tools\lldb\source\Plugins\ExpressionParser\Clang\CMakeFiles\lldbPluginExpressionParserClang.dir\ClangModulesDeclVendor.cpp.obj
79.426 [229/85/5506]Building CXX object 
tools\lldb\tools\lldb-dap\CMakeFiles\lldbDAP.dir\SourceBreakpoint.cpp.obj
79.542 [229/84/5507]Building CXX object 
tools\clang\lib\StaticAnalyzer\Frontend\CMakeFiles\obj.clangStaticAnalyzerFrontend.dir\FrontendActions.cpp.obj
79.600 [229/83/5508]Building CXX object 
tools\clang\lib\StaticAnalyzer\Frontend\CMakeFiles\obj.clangStaticAnalyzerFrontend.dir\ModelInjector.cpp.obj
79.629 [229/82/5509]Building CXX object 
tools\clang\tools\driver\CMakeFiles\clang.dir\driver.cpp.obj
79.708 [229/81/5510]Building CXX object 
tools\clang\tools\clang-fuzzer\handle-cxx\CMakeFiles\obj.clangHandleCXX.dir\handle_cxx.cpp.obj
79.727 [229/80/5511]Building CXX object 
tools\clang\lib\Interpreter\CMakeFiles\obj.clangInterpreter.dir\IncrementalAction.cpp.obj
79.730 [229/79/5512]Building CXX object 
tools\clang\lib\Interpreter\CMakeFiles\obj.clangInterpreter.dir\CodeCompletion.cpp.obj
79.745 [229/78/5513]Building CXX object 
tools\clang\tools\clang-diff\CMakeFiles\clang-diff.dir\ClangDiff.cpp.obj
79.753 [229/77/5514]Building CXX object 
tools\lldb\tools\lldb-dap\CMakeFiles\lldbDAP.dir\Protocol\ProtocolRequests.cpp.obj
FAILED: 
tools/lldb/tools/lldb-dap/CMakeFiles/lldbDAP.dir/Protocol/ProtocolRequests.cpp.obj
 
ccache 
C:\PROGRA~1\MICROS~1\2022\COMMUN~1\VC\Tools\MSVC\1444~1.352\bin\Hostx64\x64\cl.exe
  /nologo /TP -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS 
-D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS 
-D_ENABLE_EXTENDED_ALIGNED_STORAGE -D_GLIBCXX_ASSERTIONS -D_HAS_EXCEPTIONS=0 
-D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-IC:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\tools\lldb-dap 
-IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\tools\lldb-dap 
-IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\include 
-IC:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\include 
-IC:\buildbot\as-builder-10\lldb-x-aarch64\build\include 
-IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\llvm\include 
-IC:\Python312\include 
-IC:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\llvm\..\clang\include 
-IC:\buildbot\as-builder-10\lldb-x-aarch64\build\tools\lldb\..\clang\include 
-D__OPTIMIZE__ /Zc:inline /Zc:preprocessor /Zc:__cplusplus /Oi /bigobj 
/permissive- /W4 -wd4141 -wd4146 -wd4244 -wd4267 -wd4291 -wd4351 -wd4456 
-wd4457 -wd4458 -wd4459 -wd4503 -wd4624 -wd4722 -wd4100 -wd4127 -wd4512 -wd4505 
-wd4610 -wd4510 -wd4702 -wd4245 -wd4706 -wd4310 -wd4701 -wd4703 -wd4389 -wd4611 
-wd4805 -wd4204 -wd4577 -wd4091 -wd4592 -wd4319 -wd4709 -wd5105 -wd4324 -wd4251 
-wd4275 -w14062 -we4238 /Gw /O2 /Ob2  -MD   -wd4018 -wd4068 -wd4150 -wd4201 
-wd4251 -wd4521 -wd4530 -wd4589 -UNDEBUG /EHs-c- /GR- -std:c++17 /showIncludes 
/Fotools\lldb\tools\lldb-dap\CMakeFiles\lldbDAP.dir\Protocol\ProtocolRequests.cpp.obj
 /Fdtools\lldb\tools\lldb-dap\CMakeFiles\lldbDAP.dir\lldbDAP.pdb /FS -c 
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\tools\lldb-dap\Protocol\ProtocolRequests.cpp
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\tools\lldb-dap\Protocol\ProtocolRequests.cpp(318):
 error C2440: '<function-style-cast>': cannot convert from '_Ty' to 
'llvm::StringRef'
        with
        [
            _Ty=lldb_dap::protocol::String
        ]
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\tools\lldb-dap\Protocol\ProtocolRequests.cpp(318):
 note: 'llvm::StringRef::StringRef': ambiguous call to overloaded function
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\llvm\include\llvm/ADT/StringRef.h(855):
 note: could be 'llvm::StringRef::StringRef(llvm::StringRef &&)'
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\llvm\include\llvm/ADT/StringRef.h(855):
 note: or       'llvm::StringRef::StringRef(const llvm::StringRef &)'
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\llvm\include\llvm/ADT/StringRef.h(101):
 note: or       'llvm::StringRef::StringRef(const std::string &)'
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\tools\lldb-dap\Protocol\ProtocolRequests.cpp(318):
 note: while trying to match the argument list '(_Ty)'
        with
        [
            _Ty=lldb_dap::protocol::String
        ]
79.953 [229/76/5515]Building CXX object 
tools\clang\lib\Interpreter\CMakeFiles\obj.clangInterpreter.dir\IncrementalParser.cpp.obj
79.959 [229/75/5516]Building CXX object 
tools\clang\lib\Interpreter\CMakeFiles\obj.clangInterpreter.dir\InterpreterValuePrinter.cpp.obj
80.028 [229/74/5517]Building CXX object 
tools\clang\tools\libclang\CMakeFiles\libclang.dir\CIndexDiagnostic.cpp.obj
80.032 [229/73/5518]Building CXX object 
tools\clang\tools\driver\CMakeFiles\clang.dir\cc1_main.cpp.obj
80.036 [229/72/5519]Building CXX object 
tools\clang\lib\Interpreter\CMakeFiles\obj.clangInterpreter.dir\Interpreter.cpp.obj
80.052 [229/71/5520]Building CXX object 
tools\clang\tools\clang-extdef-mapping\CMakeFiles\clang-extdef-mapping.dir\ClangExtDefMapGen.cpp.obj
80.055 [229/70/5521]Building CXX object 
tools\clang\tools\libclang\CMakeFiles\libclang.dir\CXComment.cpp.obj
80.061 [229/69/5522]Building CXX object 
tools\clang\tools\libclang\CMakeFiles\libclang.dir\CIndexUSRs.cpp.obj
80.084 [229/68/5523]Building CXX object 
tools\clang\tools\libclang\CMakeFiles\libclang.dir\CXString.cpp.obj
80.101 [229/67/5524]Building CXX object 
tools\clang\tools\clang-refactor\CMakeFiles\clang-refactor.dir\ClangRefactor.cpp.obj
80.107 [229/66/5525]Building CXX object 
tools\clang\tools\libclang\CMakeFiles\libclang.dir\CIndexCodeCompletion.cpp.obj
80.122 [229/65/5526]Building CXX object 
tools\clang\tools\libclang\CMakeFiles\libclang.dir\Rewrite.cpp.obj
80.129 [229/64/5527]Building CXX object 
tools\clang\tools\libclang\CMakeFiles\libclang.dir\CXSourceLocation.cpp.obj
80.133 [229/63/5528]Building CXX object 
tools\clang\tools\libclang\CMakeFiles\libclang.dir\CXStoredDiagnostic.cpp.obj
80.139 [229/62/5529]Building CXX object 
tools\clang\tools\libclang\CMakeFiles\libclang.dir\CXType.cpp.obj
80.197 [229/61/5530]Building CXX object 
tools\clang\tools\libclang\CMakeFiles\libclang.dir\Indexing.cpp.obj
80.205 [229/60/5531]Building CXX object 
tools\lldb\source\Plugins\ExpressionParser\Clang\CMakeFiles\lldbPluginExpressionParserClang.dir\ASTStructExtractor.cpp.obj
80.220 [229/59/5532]Building CXX object 
tools\clang\tools\libclang\CMakeFiles\libclang.dir\CXIndexDataConsumer.cpp.obj
80.272 [229/58/5533]Building CXX object 
tools\clang\tools\clang-installapi\CMakeFiles\clang-installapi.dir\ClangInstallAPI.cpp.obj
80.332 [229/57/5534]Building CXX object 
tools\lldb\source\Plugins\ExpressionParser\Clang\CMakeFiles\lldbPluginExpressionParserClang.dir\ClangFunctionCaller.cpp.obj
80.396 [229/56/5535]Building CXX object 
tools\lldb\tools\lldb-dap\CMakeFiles\lldbDAP.dir\Handler\DisconnectRequestHandler.cpp.obj
80.511 [229/55/5536]Building CXX object 
tools\lldb\source\Plugins\ExpressionParser\Clang\CMakeFiles\lldbPluginExpressionParserClang.dir\ClangExpressionParser.cpp.obj
80.558 [229/54/5537]Linking CXX executable bin\dsymutil.exe

```

</details>

https://github.com/llvm/llvm-project/pull/181261
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to