-
Notifications
You must be signed in to change notification settings - Fork 891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init_app_build_backend_maturin
test timed out on macOS
#8404
Comments
init_app_build_backend_maturin
timed out on macOSinit_app_build_backend_maturin
test timed out on macOS
Can you see where it got stuck? |
Unfortunately no, that's all I got. |
Here's another https://github.com/astral-sh/uv/actions/runs/11446571344/job/31855447015 also macOS |
Wow these tests are just insanely slow to begin with
I bet it's just a bit slower sometimes and times out. It runs in 7s on my machine — I couldn't reproduce a timeout locally. Regardless, this just seems like an unacceptably slow unit test. |
We can speed them up by switching to cffi (no rust deps), pyo3 is quite slow to compile in an uncached integration test (PyO3/maturin#2272). |
I'm not sure how to do that, but that makes sense to me. |
Building pyo3 is slow, and we don't implement a maturin cffi template (not enough usage), so we just skip the building pyo3 stage. Closes #8404
Was part of the problem that the tests were building release binaries? I wonder if setting |
At least in the maturin test suite itself, even building with dev is slow, and the cache artifacts would be too large to store (PyO3/maturin#2272) |
The text was updated successfully, but these errors were encountered: