h-vetinari commented on issue #45120:
URL: https://github.com/apache/arrow/issues/45120#issuecomment-2585347060
For arrow 19, this now also appears without otel integration (note that
arrow 15-18 have just been rebuilt with the same set of baseline dependencies,
so it's not due to regressions in ambient dependencies)
```
Start 76: arrow-flight-internals-test
76/98 Test #76: arrow-flight-internals-test .................. Passed
0.20 sec
Start 77: arrow-flight-test
77/98 Test #77: arrow-flight-test ............................***Failed
0.36 sec
Running arrow-flight-test, redirecting output into
$SRC_DIR/cpp/build/build/test-logs/arrow-flight-test.txt (attempt 1/1)
$SRC_DIR/cpp/build-support/run-test.sh: line 88: 29353 Aborted
(core dumped) $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1
Running main() from
/home/conda/feedstock_root/build_artifacts/gtest-split_1722457657850/work/googletest/src/gtest_main.cc
[==========] Running 96 tests from 20 test suites.
[----------] Global test environment set-up.
[----------] 5 tests from GrpcConnectivityTest
[ RUN ] GrpcConnectivityTest.GetPort
[ OK ] GrpcConnectivityTest.GetPort (18 ms)
[ RUN ] GrpcConnectivityTest.BuilderHook
[ OK ] GrpcConnectivityTest.BuilderHook (2 ms)
[ RUN ] GrpcConnectivityTest.Shutdown
[ OK ] GrpcConnectivityTest.Shutdown (22 ms)
[ RUN ] GrpcConnectivityTest.ShutdownWithDeadline
[ OK ] GrpcConnectivityTest.ShutdownWithDeadline (1 ms)
[ RUN ] GrpcConnectivityTest.BrokenConnection
[ OK ] GrpcConnectivityTest.BrokenConnection (6 ms)
[----------] 5 tests from GrpcConnectivityTest (51 ms total)
[----------] 18 tests from GrpcDataTest
[ RUN ] GrpcDataTest.TestDoGetInts
WARNING: All log messages before absl::InitializeLog() is called are written
to STDERR
E0000 00:00:1736612608.282647 29506 thd.cc:184] pthread_join failed:
Resource deadlock avoided
~/feedstock_root/build_artifacts/apache-arrow_1736607738095/work/cpp/build/src/arrow/flight
Start 78: arrow-flight-sql-test
78/98 Test #78: arrow-flight-sql-test ........................ Passed
0.39 sec
```
Additionally, we also see
```
Start 70: arrow-dataset-file-parquet-test
70/98 Test #70: arrow-dataset-file-parquet-test .............. Passed
6.90 sec
Start 71: arrow-dataset-file-parquet-encryption-test
71/98 Test #71: arrow-dataset-file-parquet-encryption-test ...***Failed
0.30 sec
Running arrow-dataset-file-parquet-encryption-test, redirecting output into
$SRC_DIR/cpp/build/build/test-logs/arrow-dataset-file-parquet-encryption-test.txt
(attempt 1/1)
$SRC_DIR/cpp/build-support/run-test.sh: line 88: 28556 Segmentation fault
(core dumped) $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1
Running main() from
/home/conda/feedstock_root/build_artifacts/gtest-split_1722457657850/work/googletest/src/gtest_main.cc
[==========] Running 3 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from DatasetEncryptionTest
[ RUN ] DatasetEncryptionTest.WriteReadDatasetWithEncryption
~/feedstock_root/build_artifacts/apache-arrow_1736607738095/work/cpp/build/src/arrow/dataset
Start 72: arrow-filesystem-test
72/98 Test #72: arrow-filesystem-test ........................ Passed
1.02 sec
```
--
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]