raulcd opened a new issue, #37295: URL: https://github.com/apache/arrow/issues/37295
### Describe the bug, including details regarding any error messages, version, and platform. Several nightly jobs: * [test-ubuntu-22.04-cpp](https://github.com/ursacomputing/crossbow/actions/runs/5932873523/job/16087438110) * [test-ubuntu-22.04-cpp-20](https://github.com/ursacomputing/crossbow/actions/runs/5932904020/job/16087519908) * [test-ubuntu-22.04-cpp-no-threading](https://github.com/ursacomputing/crossbow/actions/runs/5932884248/job/16087466622) * [test-debian-11-cpp-amd64](https://github.com/ursacomputing/crossbow/actions/runs/5932902420/job/16087515737) * [test-debian-11-cpp-i386](https://github.com/ursacomputing/crossbow/actions/runs/5932872475/job/16087435498) Have the following failures: ``` The following tests FAILED: 71 - arrow-flight-internals-test (Failed) 72 - arrow-flight-test (Failed) ``` with: ``` Running arrow-flight-internals-test, redirecting output into /build/cpp/build/test-logs/arrow-flight-internals-test.txt (attempt 1/1) /build/cpp/debug/arrow-flight-internals-test: error while loading shared libraries: libgmockd.so.1.11.0: cannot open shared object file: No such file or directory /build/cpp/src/arrow/flight Start 72: arrow-flight-test 71/108 Test #72: arrow-flight-test .........................***Failed 0.08 sec Running arrow-flight-test, redirecting output into /build/cpp/build/test-logs/arrow-flight-test.txt (attempt 1/1) /build/cpp/debug/arrow-flight-test: error while loading shared libraries: libgmockd.so.1.11.0: cannot open shared object file: No such file or directory /build/cpp/src/arrow/flight Start 73: arrow-flight-sql-test ``` These are the commits that were merged when it started failing: https://github.com/apache/arrow/compare/af23f6a2e8ece6211b087b0e4f24b9daaffbb8a9...112f94971882750731fabebd499ab0f817ca3839 ### Component(s) C++, FlightRPC -- 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]
