tadeja opened a new issue, #50688: URL: https://github.com/apache/arrow/issues/50688
### Describe the bug, including details regarding any error messages, version, and platform. The macOS jobs `ARM64 macOS 14` and `AMD64 macOS 15-intel` fail on main for the last few runs for C++ and Python workflows [ARM64 macOS 14 C++](https://github.com/apache/arrow/actions/runs/30359347727/job/90274968452#logs) [AMD64 macOS 15-intel C++](https://github.com/apache/arrow/actions/runs/30359347727/job/90274968514#step:14:293) ```bash 106/107 Test #79: arrow-s3fs-test ..............................***Failed 151.52 sec Running arrow-s3fs-test, redirecting output into /Users/runner/work/arrow/arrow/build/cpp/build/test-logs/arrow-s3fs-test.txt (attempt 1/1) /Users/runner/work/arrow/arrow/cpp/build-support/run-test.sh: line 88: 44070 Segmentation fault: 11 (core dumped) $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1 ... ... The following tests FAILED: 79 - arrow-s3fs-test (Failed) arrow-tests filesystem unittest ``` [AMD64 macOS 15-intel Python 3](https://github.com/apache/arrow/actions/runs/30327269461/job/90175153638#step:11:140) [ARM64 macOS 14 Python 3](https://github.com/apache/arrow/actions/runs/30327269461/job/90175153650#step:11:140) ```bash Fatal Python error: Aborted ......................[gw1] node down: Not properly terminated Thread 0x00000001700fb000 (most recent call first): File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/execnet/gateway_base.py", line 534 in read ... ``` The last green commit was 974c3fc1a7 on Jul 27. My fork branch based on 974c3fc1a7 with no further commits also fails now, so this looks caused by the hosted-runner environment rather than Arrow code. ### Component(s) Continuous Integration, C++, Python -- 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]
