Snippets for apache-arrow 23.0.1 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/libarrow/23.0.1/11.fc45/data/logs/ppc64le/build.log.
-
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/cpp/src/arrow/io/concurrency.h:162:7: warning: virtual table of type ‘struct RandomAccessFileConcurrencyWrapper’ violates one definition rule [-Wodr] 162 | class RandomAccessFileConcurrencyWrapper : public RandomAccessFile { | ^ -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/cpp/src/arrow/array/builder_nested.h:46:7: warning: virtual table of type ‘struct VarLengthListLikeBuilder’ violates one definition rule [-Wodr] 46 | class VarLengthListLikeBuilder : public ArrayBuilder { | ^ -
/usr/include/c++/16/bits/char_traits.h:966:25: warning: iteration 4611686018427387903 invokes undefined behavior [-Waggressive-loop-optimizations] 966 | assign(__s[__i], __a); | ^ -
/usr/include/c++/16/bits/new_allocator.h:183:66: warning: ‘operator delete(void*, unsigned long)’ called on pointer ‘__result’ with nonzero offset 32 [-Wfree-nonheap-object] 183 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n)); | ^ -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/cpp/src/arrow/buffer_builder.h:205:35: warning: array subscript 4 is outside array bounds of ‘void[216]’ [-Warray-bounds=] 205 | int64_t length() const { return size_; } | ^~~~~ -
/usr/include/c++/16/bits/new_allocator.h:183:66: warning: ‘operator delete’ called on pointer ‘__result’ with nonzero offset 32 [-Wfree-nonheap-object] 183 | _GLIBCXX_OPERATOR_DELETE(_GLIBCXX_SIZED_DEALLOC(__p, __n)); | ^ -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:211:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 211 | return SafeCallIntoPython([=] { return file_->Seek(position, 0); }); -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:215:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 215 | return SafeCallIntoPython([=]() -> Result<int64_t> { return file_->Tell(); }); -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:219:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 219 | return SafeCallIntoPython([=]() -> Result<int64_t> { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:242:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 242 | return SafeCallIntoPython([=]() -> Result<std::shared_ptr<Buffer>> { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:257:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 257 | return SafeCallIntoPython([=]() -> Result<int64_t> { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:265:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 265 | return SafeCallIntoPython([=]() -> Result<std::shared_ptr<Buffer>> { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:272:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 272 | return SafeCallIntoPython([=]() -> Result<int64_t> { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:297:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 297 | return SafeCallIntoPython([=]() { return file_->Abort(); }); -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:301:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 301 | return SafeCallIntoPython([=]() { return file_->Close(); }); -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:316:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 316 | return SafeCallIntoPython([=]() { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:323:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 323 | return SafeCallIntoPython([=]() { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/io.cc:353:31: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 353 | return SafeCallIntoPython([=]() -> Result<std::shared_ptr<Buffer>> { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:43:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 43 | return SafeCallIntoPython([=] { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:52:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 52 | return SafeCallIntoPython([=] { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:68:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 68 | return SafeCallIntoPython([=] { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:76:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 76 | return SafeCallIntoPython([=] { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:211:7: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 211 | [=]() -> arrow::Result<std::unique_ptr<arrow::flight::Result>> { -
/builddir/build/BUILD/libarrow-23.0.1-build/apache-arrow-23.0.1/python/pyarrow/src/arrow/python/flight.cc:252:29: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated] 252 | return SafeCallIntoPython([=]() -> arrow::Result<FlightPayload> {