raulcd opened a new issue, #36500: URL: https://github.com/apache/arrow/issues/36500
### Describe the bug, including details regarding any error messages, version, and platform. Our nightly [java-jars](https://github.com/ursacomputing/crossbow/actions/runs/5462155450/jobs/9942100438) job has been failing for some time. The error log for macOS x86_64 on the `arrow-substrait-substrait-test` failure: ``` 2023-07-06T09:22:17.4341080Z 38/98 Test #40: arrow-substrait-substrait-test ............***Failed 0.73 sec 2023-07-06T09:22:17.4342440Z Running arrow-substrait-substrait-test, redirecting output into /Users/runner/work/crossbow/crossbow/arrow/cpp-build/cpp/build/test-logs/arrow-substrait-substrait-test.txt (attempt 1/1) 2023-07-06T09:22:17.4343400Z Running main() from /Users/runner/work/crossbow/crossbow/arrow/cpp-build/cpp/googletest_ep-prefix/src/googletest_ep/googletest/src/gtest_main.cc 2023-07-06T09:22:17.4343840Z [==========] Running 90 tests from 5 test suites. 2023-07-06T09:22:17.4344240Z [----------] Global test environment set-up. 2023-07-06T09:22:17.4345660Z [libprotobuf FATAL /Users/runner/work/crossbow/crossbow/arrow/cpp-build/cpp/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/stubs/common.cc:72] This program requires version 4.23.0 of the Protocol Buffer runtime library, but the installed version is 3.21.3. Please update your library. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "/Users/runner/work/crossbow/crossbow/arrow/cpp/src/arrow/engine/substrait/protobuf_test_util.cc".) 2023-07-06T09:22:17.4346600Z unknown file: Failure 2023-07-06T09:22:17.4348460Z C++ exception with description "This program requires version 4.23.0 of the Protocol Buffer runtime library, but the installed version is 3.21.3. Please update your library. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "/Users/runner/work/crossbow/crossbow/arrow/cpp/src/arrow/engine/substrait/protobuf_test_util.cc".)" thrown in auxiliary test code (environments or event listeners). 2023-07-06T09:22:17.4349760Z ~/work/crossbow/crossbow/arrow/cpp-build/cpp/src/arrow/engine ``` ### Component(s) C++, Continuous Integration -- 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]
