-
Notifications
You must be signed in to change notification settings - Fork 410
Closed
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.severity/minortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
[43m[📡 STDERR] �[49mIn file included from /Users/pingcap/workspace/bp-tiflash-release-darwin-arm64-l8px6-build-binaries/source/tiflash/dbms/src/Storages/StorageDeltaMerge.cpp:47:
�[43m[📡 STDERR] �[49m/Users/pingcap/workspace/bp-tiflash-release-darwin-arm64-l8px6-build-binaries/source/tiflash/dbms/src/Storages/DeltaMerge/Index/LocalIndexInfo.h:75:16: error: no viable constructor or deduction guide for deduction of template arguments of 'span'
�[43m[📡 STDERR] �[49m return std::span(all_indexes.begin(), all_indexes.begin() + added_indexes_offset);
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:246:28: note: candidate template ignored: couldn't infer template argument '_Tp'
�[43m[📡 STDERR] �[49m constexpr explicit span( _Container& __c,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:254:28: note: candidate template ignored: couldn't infer template argument '_Tp'
�[43m[📡 STDERR] �[49m constexpr explicit span(const _Container& __c,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:227:50: note: candidate template ignored: could not match 'pointer' (aka '_Tp *') against 'std::vector<long long>::const_iterator' (aka '__wrap_iter<const long long *>')
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr explicit span(pointer __ptr, size_type __count) : __data{__ptr}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:229:50: note: candidate template ignored: could not match 'pointer' (aka '_Tp *') against 'std::vector<long long>::const_iterator' (aka '__wrap_iter<const long long *>')
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr explicit span(pointer __f, pointer __l) : __data{__f}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:262:19: note: candidate template ignored: could not match 'span' against '__wrap_iter'
�[43m[📡 STDERR] �[49m constexpr span(const span<_OtherElementType, _Extent>& __other,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:270:28: note: candidate template ignored: could not match 'span' against '__wrap_iter'
�[43m[📡 STDERR] �[49m constexpr explicit span(const span<_OtherElementType, dynamic_extent>& __other,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:224:15: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m constexpr span (const span&) noexcept = default;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:232:41: note: candidate function template not viable: requires single argument '__arr', but 2 arguments were provided
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr span(element_type (&__arr)[_Extent]) noexcept : __data{__arr} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:237:15: note: candidate function template not viable: requires single argument '__arr', but 2 arguments were provided
�[43m[📡 STDERR] �[49m constexpr span(array<_OtherElementType, _Extent>& __arr) noexcept : __data{__arr.data()} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:242:15: note: candidate function template not viable: requires single argument '__arr', but 2 arguments were provided
�[43m[📡 STDERR] �[49m constexpr span(const array<_OtherElementType, _Extent>& __arr) noexcept : __data{__arr.data()} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:200:28: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49mclass _LIBCPP_TEMPLATE_VIS span {
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:561:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(_Tp (&)[_Sz]) -> span<_Tp, _Sz>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:564:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(array<_Tp, _Sz>&) -> span<_Tp, _Sz>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:567:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(const array<_Tp, _Sz>&) -> span<const _Tp, _Sz>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:570:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(_Container&) -> span<typename _Container::value_type>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:573:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(const _Container&) -> span<const typename _Container::value_type>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:222:41: note: candidate function template not viable: requires 0 arguments, but 2 were provided
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr span() noexcept : __data{nullptr} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49mIn file included from /Users/pingcap/workspace/bp-tiflash-release-darwin-arm64-l8px6-build-binaries/source/tiflash/dbms/src/Storages/StorageDeltaMerge.cpp:47:
�[43m[📡 STDERR] �[49m/Users/pingcap/workspace/bp-tiflash-release-darwin-arm64-l8px6-build-binaries/source/tiflash/dbms/src/Storages/DeltaMerge/Index/LocalIndexInfo.h:81:16: error: no viable constructor or deduction guide for deduction of template arguments of 'span'
�[43m[📡 STDERR] �[49m return std::span(all_indexes.begin() + added_indexes_offset, all_indexes.begin() + dropped_indexes_offset);
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:246:28: note: candidate template ignored: couldn't infer template argument '_Tp'
�[43m[📡 STDERR] �[49m constexpr explicit span( _Container& __c,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:254:28: note: candidate template ignored: couldn't infer template argument '_Tp'
�[43m[📡 STDERR] �[49m constexpr explicit span(const _Container& __c,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:227:50: note: candidate template ignored: could not match 'pointer' (aka '_Tp *') against 'std::__wrap_iter<const long long *>'
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr explicit span(pointer __ptr, size_type __count) : __data{__ptr}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:229:50: note: candidate template ignored: could not match 'pointer' (aka '_Tp *') against 'std::__wrap_iter<const long long *>'
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr explicit span(pointer __f, pointer __l) : __data{__f}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:262:19: note: candidate template ignored: could not match 'span' against '__wrap_iter'
�[43m[📡 STDERR] �[49m constexpr span(const span<_OtherElementType, _Extent>& __other,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:270:28: note: candidate template ignored: could not match 'span' against '__wrap_iter'
�[43m[📡 STDERR] �[49m constexpr explicit span(const span<_OtherElementType, dynamic_extent>& __other,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:224:15: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m constexpr span (const span&) noexcept = default;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:232:41: note: candidate function template not viable: requires single argument '__arr', but 2 arguments were provided
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr span(element_type (&__arr)[_Extent]) noexcept : __data{__arr} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:237:15: note: candidate function template not viable: requires single argument '__arr', but 2 arguments were provided
�[43m[📡 STDERR] �[49m constexpr span(array<_OtherElementType, _Extent>& __arr) noexcept : __data{__arr.data()} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:242:15: note: candidate function template not viable: requires single argument '__arr', but 2 arguments were provided
�[43m[📡 STDERR] �[49m constexpr span(const array<_OtherElementType, _Extent>& __arr) noexcept : __data{__arr.data()} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:200:28: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49mclass _LIBCPP_TEMPLATE_VIS span {
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:561:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(_Tp (&)[_Sz]) -> span<_Tp, _Sz>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:564:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(array<_Tp, _Sz>&) -> span<_Tp, _Sz>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:567:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(const array<_Tp, _Sz>&) -> span<const _Tp, _Sz>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:570:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(_Container&) -> span<typename _Container::value_type>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:573:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(const _Container&) -> span<const typename _Container::value_type>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:222:41: note: candidate function template not viable: requires 0 arguments, but 2 were provided
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr span() noexcept : __data{nullptr} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49mIn file included from /Users/pingcap/workspace/bp-tiflash-release-darwin-arm64-l8px6-build-binaries/source/tiflash/dbms/src/Storages/StorageDeltaMerge.cpp:47:
�[43m[📡 STDERR] �[49m/Users/pingcap/workspace/bp-tiflash-release-darwin-arm64-l8px6-build-binaries/source/tiflash/dbms/src/Storages/DeltaMerge/Index/LocalIndexInfo.h:86:16: error: no viable constructor or deduction guide for deduction of template arguments of 'span'
�[43m[📡 STDERR] �[49m return std::span(all_indexes.begin() + dropped_indexes_offset, all_indexes.end());
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:246:28: note: candidate template ignored: couldn't infer template argument '_Tp'
�[43m[📡 STDERR] �[49m constexpr explicit span( _Container& __c,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:254:28: note: candidate template ignored: couldn't infer template argument '_Tp'
�[43m[📡 STDERR] �[49m constexpr explicit span(const _Container& __c,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:227:50: note: candidate template ignored: could not match 'pointer' (aka '_Tp *') against 'std::__wrap_iter<const long long *>'
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr explicit span(pointer __ptr, size_type __count) : __data{__ptr}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:229:50: note: candidate template ignored: could not match 'pointer' (aka '_Tp *') against 'std::__wrap_iter<const long long *>'
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr explicit span(pointer __f, pointer __l) : __data{__f}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:262:19: note: candidate template ignored: could not match 'span' against '__wrap_iter'
�[43m[📡 STDERR] �[49m constexpr span(const span<_OtherElementType, _Extent>& __other,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:270:28: note: candidate template ignored: could not match 'span' against '__wrap_iter'
�[43m[📡 STDERR] �[49m constexpr explicit span(const span<_OtherElementType, dynamic_extent>& __other,
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:224:15: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m constexpr span (const span&) noexcept = default;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:232:41: note: candidate function template not viable: requires single argument '__arr', but 2 arguments were provided
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr span(element_type (&__arr)[_Extent]) noexcept : __data{__arr} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:237:15: note: candidate function template not viable: requires single argument '__arr', but 2 arguments were provided
�[43m[📡 STDERR] �[49m constexpr span(array<_OtherElementType, _Extent>& __arr) noexcept : __data{__arr.data()} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:242:15: note: candidate function template not viable: requires single argument '__arr', but 2 arguments were provided
�[43m[📡 STDERR] �[49m constexpr span(const array<_OtherElementType, _Extent>& __arr) noexcept : __data{__arr.data()} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:200:28: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49mclass _LIBCPP_TEMPLATE_VIS span {
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:561:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(_Tp (&)[_Sz]) -> span<_Tp, _Sz>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:564:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(array<_Tp, _Sz>&) -> span<_Tp, _Sz>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:567:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(const array<_Tp, _Sz>&) -> span<const _Tp, _Sz>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:570:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(_Container&) -> span<typename _Container::value_type>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:573:5: note: candidate function template not viable: requires 1 argument, but 2 were provided
�[43m[📡 STDERR] �[49m span(const _Container&) -> span<const typename _Container::value_type>;
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/span:222:41: note: candidate function template not viable: requires 0 arguments, but 2 were provided
�[43m[📡 STDERR] �[49m _LIBCPP_INLINE_VISIBILITY constexpr span() noexcept : __data{nullptr} {}
�[43m[📡 STDERR] �[49m ^
�[43m[📡 STDERR] �[49m3 errors generated.
�[43m[📡 STDERR] �[49mmake[3]:
�[43m[📡 STDERR] �[49m*** [dbms/CMakeFiles/dbms.dir/src/Storages/StorageDeltaMerge.cpp.o] Error 1
�[43m[📡 STDERR] �[49mmake[3]: *** Waiting for unfinished jobs....
�[43m[📡 STDERR] �[49mmake[2]:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affects-8.5This bug affects the 8.5.x(LTS) versions.This bug affects the 8.5.x(LTS) versions.severity/minortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.