-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Component: C++Component: Continuous IntegrationPriority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug
Milestone
Description
Describe the bug, including details regarding any error messages, version, and platform.
[ 8%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/array_base.cc.o
In file included from /arrow/cpp/src/arrow/status.h:26:0,
from /arrow/cpp/src/arrow/result.h:27,
from /arrow/cpp/src/arrow/type.h:32,
/arrow/cpp/src/arrow/status.h:184:47: required from ‘static arrow::Status arrow::Status::FromArgs(arrow::StatusCode, Args&& ...) [with Args = {const char (&)[22], arrow::Type::type&}]’
/arrow/cpp/src/arrow/status.h:228:28: required from ‘static arrow::Status arrow::Status::Invalid(Args&& ...) [with Args = {const char (&)[22], arrow::Type::type&}]’
/arrow/cpp/src/arrow/util/decimal.h:520:58: required from here
/arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[22], arrow::Type::type&}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference
[&ss](auto&& arg) {
^
/arrow/cpp/src/arrow/util/string_util.h: In instantiation of ‘std::__cxx11::string arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
/arrow/cpp/src/arrow/status.h:184:47: required from ‘static arrow::Status arrow::Status::FromArgs(arrow::StatusCode, Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}]’
/arrow/cpp/src/arrow/status.h:240:28: required from ‘static arrow::Status arrow::Status::IndexError(Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}]’
/arrow/cpp/src/arrow/array/array_base.cc:185:48: required from here
/arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference
/arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference
/arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference
/arrow/cpp/src/arrow/util/string_util.h: In instantiation of ‘std::__cxx11::string arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[30], const arrow::DataType&, const char (&)[21]}; std::__cxx11::string = std::__cxx11::basic_string<char>]’:
/arrow/cpp/src/arrow/status.h:184:47: required from ‘static arrow::Status arrow::Status::FromArgs(arrow::StatusCode, Args&& ...) [with Args = {const char (&)[30], const arrow::DataType&, const char (&)[21]}]’
/arrow/cpp/src/arrow/status.h:222:28: required from ‘static arrow::Status arrow::Status::NotImplemented(Args&& ...) [with Args = {const char (&)[30], const arrow::DataType&, const char (&)[21]}]’
/arrow/cpp/src/arrow/scalar.h:993:34: required from ‘arrow::Status arrow::MakeScalarImpl<ValueRef>::Visit(const arrow::DataType&) [with ValueRef = long int&&]’
/arrow/cpp/src/arrow/visit_type_inline.h:55:5: required from ‘arrow::Status arrow::VisitTypeInline(const arrow::DataType&, VISITOR*, ARGS&& ...) [with VISITOR = arrow::MakeScalarImpl<long int&&>; ARGS = {}]’
/arrow/cpp/src/arrow/scalar.h:998:5: required from ‘arrow::Result<std::shared_ptr<arrow::Scalar> > arrow::MakeScalarImpl<ValueRef>::Finish() && [with ValueRef = long int&&]’
/arrow/cpp/src/arrow/scalar.h:931:84: required from ‘arrow::Result<std::shared_ptr<arrow::Scalar> > arrow::MakeScalar(std::shared_ptr<arrow::DataType>, Value&&) [with Value = long int]’
/arrow/cpp/src/arrow/array/array_base.cc:144:5: required from here
/arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[30], const arrow::DataType&, const char (&)[21]}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference
/arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[30], const arrow::DataType&, const char (&)[21]}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference
make[2]: *** [src/arrow/CMakeFiles/arrow_array.dir/build.make:76: src/arrow/CMakeFiles/arrow_array.dir/array/array_base.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2649: src/arrow/CMakeFiles/arrow_array.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
#46813 may be related.
Component(s)
C++, Continuous Integration
Metadata
Metadata
Assignees
Labels
Component: C++Component: Continuous IntegrationPriority: BlockerMarks a blocker for the releaseMarks a blocker for the releaseType: bug