paleolimbot commented on PR #40807: URL: https://github.com/apache/arrow/pull/40807#issuecomment-2088365810
> @paleolimbot said he was able to replicate the failure with his own debug python build It would be more accurate to say that I ran the tests with a debug build of Python since I have a decent set up for that now, and got: ``` > raise CalledProcessError(retcode, cmd) E subprocess.CalledProcessError: Command '['/Users/dewey/Desktop/rscratch/arrow/.venv/bin/python', 'setup.py', 'build_ext', '--inplace']' returned non-zero exit status 1. /opt/homebrew/Cellar/[email protected]/3.12.2_1/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py:413: CalledProcessError ``` ...with at least one segfaulting Python subprocess. I don't have a lot of experience with this type of test but if it is not on `main`, is reproducible, and has never been seen before it is probably a result of this change. -- 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]
