danepitkin opened a new issue, #38653: URL: https://github.com/apache/arrow/issues/38653
### Describe the bug, including details regarding any error messages, version, and platform. According to crossbow, First failure: https://github.com/ursacomputing/crossbow/actions/runs/6795651621/job/18475552909 Last successful commit: https://github.com/apache/arrow/compare/25c18d8cd6a299f3bb6b72966f2dca357db26399...e62ec62e40b04b0bfce76d58369845d3aa96a419 We're seeing a lot of version mismatches in the logs. aarch64 example: ``` In file included from /Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp-build/cpp/src/gandiva/CMakeFiles/gandiva-internals-test.dir/Unity/unity_2_cxx.cxx:22: /Users/voltrondata/github-actions-runner/_work/crossbow/crossbow/arrow/cpp/src/gandiva/tests/test_util.cc:35:18: error: 'string' is unavailable: introduced in macOS 10.15 return ir_file.string(); ^ /Library/Developer/CommandLineTools/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/__filesystem/path.h:852:39: note: 'string' has been explicitly marked unavailable here _LIBCPP_HIDE_FROM_ABI _VSTD::string string() const { return __pn_; } ^ ``` x86_64 example: ``` ld: warning: object file (/usr/local/opt/openssl@3/lib/libcrypto.a(libcrypto-lib-bss_core.o)) was built for newer macOS version (12.0) than being linked (10.13) ``` ### Component(s) Continuous Integration, Java -- 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]
