-
Notifications
You must be signed in to change notification settings - Fork 237
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
Sporadic timeouts in oci_container.py #1692
Comments
Any idea what the container is doing that's making it take so long to close? The |
is there a way to add a retry as a work-around, but only to the part that's failing, i.e.,
long build is finished ^^^ some other step is failing:
tech stack is: act+cibuildwheel |
Description
We observe in apache/beam#28703 that
cibuildwheel
in our github action runs sometimes fails with a time out after the wheel is built. The 30 second timeout seems to be hardcoded incibuildwheel/cibuildwheel/oci_container.py
Line 185 in 886ba0f
Error:
Build log
https://github.com/apache/beam/actions/runs/7134462214/job/19429335128?pr=29672
CI config
https://github.com/apache/beam/blob/318227345264e70ed2241538b8ab42a64af5a282/sdks/python/build.gradle#L106
The text was updated successfully, but these errors were encountered: