ninja: Entering directory `out/gn' [1/11] CXX obj/lldb/tools/lldb-vscode/lldb-vscode.LLDBUtils.o [2/11] CXX obj/lldb/tools/lldb-vscode/lldb-vscode.FunctionBreakpoint.o [3/11] CXX obj/lldb/tools/lldb-vscode/lldb-vscode.ExceptionBreakpoint.o [4/11] CXX obj/lldb/tools/lldb-vscode/lldb-vscode.SourceBreakpoint.o [5/11] CXX obj/lldb/tools/lldb-vscode/lldb-vscode.BreakpointBase.o FAILED: obj/lldb/tools/lldb-vscode/lldb-vscode.BreakpointBase.o /usr/local/google/home/thakis/src/depot_tools/.cipd_bin/gomacc ../../../chrome/src/third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/lldb/tools/lldb-vscode/lldb-vscode.BreakpointBase.o.d -o obj/lldb/tools/lldb-vscode/lldb-vscode.BreakpointBase.o -c ../../lldb/tools/lldb-vscode/BreakpointBase.cpp -I../../llvm/include -Igen/llvm/include -I../../lldb/include -Igen/lldb/include -Igen/lldb/tools/lldb-vscode -O3 -fdiagnostics-color -Wall -Wextra -Wno-unused-parameter -Wdelete-non-virtual-dtor -Wstring-conversion -Wno-nonportable-include-path -no-canonical-prefixes -Werror=date-time -fdebug-compilation-dir=. --sysroot=../../sysroot -Wpoison-system-directories -fPIC -Wcovered-switch-default -fno-strict-aliasing -std=c++14 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti ../../lldb/tools/lldb-vscode/BreakpointBase.cpp:106:25: warning: comparison of integers of different signs: 'std::basic_string::size_type' (aka 'unsigned long') and 'int' [-Wsign-compare] if (logMessage.size() > last_raw_text_start) ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ ../../lldb/tools/lldb-vscode/BreakpointBase.cpp:130:26: warning: object backing the pointer will be destroyed at the end of the full-expression [-Wdangling-gsl] const char *expr = messagePart.text.str().c_str(); ^~~~~~~~~~~~~~~~~~~~~~ In file included from ../../lldb/tools/lldb-vscode/BreakpointBase.cpp:9: In file included from ../../lldb/tools/lldb-vscode/BreakpointBase.h:12: In file included from ../../lldb/tools/lldb-vscode/JSONUtils.h:13: In file included from ../../lldb/include/lldb/API/SBModule.h:12: In file included from ../../lldb/include/lldb/API/SBDefines.h:12: In file included from ../../lldb/include/lldb/lldb-defines.h:12: In file included from ../../lldb/include/lldb/lldb-types.h:13: In file included from ../../lldb/include/lldb/lldb-forward.h:14: In file included from ../../sysroot/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/memory:64: In file included from ../../sysroot/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/allocator.h:46: In file included from ../../sysroot/lib/gcc/x86_64-linux-gnu/11/../../../../include/x86_64-linux-gnu/c++/11/bits/c++allocator.h:33: ../../sysroot/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/ext/new_allocator.h:162:23: error: no matching constructor for initialization of 'lldb_vscode::BreakpointBase::LogMessagePart' { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); } ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../sysroot/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/alloc_traits.h:516:8: note: in instantiation of function template specialization '__gnu_cxx::new_allocator::construct' requested here __a.construct(__p, std::forward<_Args>(__args)...); ^ ../../sysroot/lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/vector.tcc:115:21: note: in instantiation of function template specialization 'std::allocator_traits>::construct' requested here _Alloc_traits::construct(this->_M_impl, this->_M_impl._M_finish, ^ ../../lldb/tools/lldb-vscode/BreakpointBase.cpp:91:23: note: in instantiation of function template specialization 'std::vector::emplace_back' requested here logMessageParts.emplace_back( ^ ../../lldb/tools/lldb-vscode/BreakpointBase.h:22:10: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 2 were provided struct LogMessagePart { ^ ../../lldb/tools/lldb-vscode/BreakpointBase.h:22:10: note: candidate constructor (the implicit move constructor) not viable: requires 1 argument, but 2 were provided ../../lldb/tools/lldb-vscode/BreakpointBase.h:22:10: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 2 were provided 2 warnings and 1 error generated. [6/11] CXX obj/lldb/tools/lldb-vscode/lldb-vscode.VSCode.o [7/11] CXX obj/lldb/tools/lldb-vscode/lldb-vscode.JSONUtils.o [8/11] CXX obj/lldb/tools/lldb-vscode/lldb-vscode.lldb-vscode.o ninja: build stopped: subcommand failed. Traceback (most recent call last): File "/usr/local/google/home/thakis/src/llvm-project/../hack/llvmgnsyncbot/syncbot.py", line 228, in sys.exit(main()) File "/usr/local/google/home/thakis/src/llvm-project/../hack/llvmgnsyncbot/syncbot.py", line 223, in main run(args.last_exit) File "/usr/local/google/home/thakis/src/llvm-project/../hack/llvmgnsyncbot/syncbot.py", line 94, in run subprocess.check_call(build_cmd) File "/usr/lib/python3.9/subprocess.py", line 373, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['ninja', '-C', 'out/gn', '-j1000']' returned non-zero exit status 1.