bnavigator commented on issue #45120: URL: https://github.com/apache/arrow/issues/45120#issuecomment-2671149232
I also see this with 19.0.1 (and before) since grpc got upraded in our distro: ``` [ 2054s] Running arrow-flight-internals-test, redirecting output into /home/abuild/rpmbuild/BUILD/apache-arrow-19.0.1-build/arrow-apache-arrow-19.0.1/cpp/build/build/test-logs/arrow-flight-internals-test.txt (attempt 1/1) [ 2054s] /home/abuild/rpmbuild/BUILD/apache-arrow-19.0.1-build/arrow-apache-arrow-19.0.1/cpp/build-support/run-test.sh: line 88: 23816 Aborted $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1 [ 2054s] WARNING: All log messages before absl::InitializeLog() is called are written to STDERR [ 2054s] E0000 00:00:1740002057.224134 23816 metrics.cc:48] Metric name grpc.lb.pick_first.disconnections has already been registered. [ 2054s] ~/rpmbuild/BUILD/apache-arrow-19.0.1-build/arrow-apache-arrow-19.0.1/cpp/build/src/arrow/flight [ 2054s] [ 2054s] Start 74: arrow-flight-test [ 2055s] 71/90 Test #74: arrow-flight-test ............................***Failed 0.08 sec [ 2055s] Running arrow-flight-test, redirecting output into /home/abuild/rpmbuild/BUILD/apache-arrow-19.0.1-build/arrow-apache-arrow-19.0.1/cpp/build/build/test-logs/arrow-flight-test.txt (attempt 1/1) [ 2055s] /home/abuild/rpmbuild/BUILD/apache-arrow-19.0.1-build/arrow-apache-arrow-19.0.1/cpp/build-support/run-test.sh: line 88: 23849 Aborted $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1 [ 2055s] WARNING: All log messages before absl::InitializeLog() is called are written to STDERR [ 2055s] E0000 00:00:1740002057.303093 23849 metrics.cc:48] Metric name grpc.lb.pick_first.disconnections has already been registered. [ 2055s] ~/rpmbuild/BUILD/apache-arrow-19.0.1-build/arrow-apache-arrow-19.0.1/cpp/build/src/arrow/flight [ 2055s] [ 2055s] Start 75: arrow-flight-sql-test [ 2055s] 72/90 Test #75: arrow-flight-sql-test ........................***Failed 0.08 sec [ 2055s] Running arrow-flight-sql-test, redirecting output into /home/abuild/rpmbuild/BUILD/apache-arrow-19.0.1-build/arrow-apache-arrow-19.0.1/cpp/build/build/test-logs/arrow-flight-sql-test.txt (attempt 1/1) [ 2055s] /home/abuild/rpmbuild/BUILD/apache-arrow-19.0.1-build/arrow-apache-arrow-19.0.1/cpp/build-support/run-test.sh: line 88: 23882 Aborted $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1 [ 2055s] WARNING: All log messages before absl::InitializeLog() is called are written to STDERR [ 2055s] E0000 00:00:1740002057.380659 23882 metrics.cc:48] Metric name grpc.lb.pick_first.disconnections has already been registered. [ 2055s] ~/rpmbuild/BUILD/apache-arrow-19.0.1-build/arrow-apache-arrow-19.0.1/cpp/build/src/arrow/flight/sql [ 2055s] ... [ 2065s] The following tests FAILED: [ 2065s] 73 - arrow-flight-internals-test (Failed) arrow_flight unittest [ 2065s] 74 - arrow-flight-test (Failed) arrow_flight unittest [ 2065s] 75 - arrow-flight-sql-test (Failed) arrow_flight_sql unittest [ 2065s] Errors while running CTest ``` It's not the same error message, but looks reasonably related? (See also https://github.com/grpc/grpc/issues/37968) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
