-
Notifications
You must be signed in to change notification settings - Fork 3.5k
3 Docker CI jobs failing on master #9676
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
Comments
For The two options I see to solve this are we can update this list in adjust_versions, or we can remove the "nightly" version, similarly to what we are doing in #9673. |
For the build-CUDA Timeout errors, we are seeing this logged a lot before the Timeout
cc @Borda |
We may have to pin the dependencies to a specific version number as per https://stackoverflow.com/questions/65122957/resolving-new-pip-backtracking-runtime-issue Still doesn't explain why we didn't have this problem before :/ |
The download timeouts are most likely temporary connection issues... Or how frequently is it happening over all PRs? |
It is happening pretty frequently in the past few PRs, but it doesn't seem completely deterministic. Maybe it is just temporary connection issues |
The looking for a version is becase pip become more strict on dependency intersection, so it is possible that argparaet ban some other package versions which are required by another packages... On the requirements side, conda and pip list is installed separately so there shall not be any conflicts, in fact the conda may be overwritten by pip as it runs after it |
This is interesting, most recent commits on master have 7-8 failing jobs with this Timeout, but a few of them are just fine, such as this one: https://github.com/PyTorchLightning/pytorch-lightning/runs/3702218949 |
This issue has been automatically marked as stale because it hasn't had any recent activity. This issue will be closed in 7 days if no further activity occurs. Thank you for your contributions, Pytorch Lightning Team! |
Uh oh!
There was an error while loading. Please reload this page.
🐛 Bug
These are the failing jobs:
build-XLA (3.7, nightly)
ValueError: Missing 1.11.0 in [{'torch': '1.10.0', 'torchvision': '0.11.*', 'torchtext': ''}, {'torch': '1.9.1', 'torchvision': '0.10.1', 'torchtext': '0.10.1'}, {'torch': '1.9.0', 'torchvision': '0.10.0', 'torchtext': '0.10.0'}, {'torch': '1.8.2', 'torchvision': '0.9.1', 'torchtext': '0.9.1'}, {'torch': '1.8.1', 'torchvision': '0.9.1', 'torchtext': '0.9.1'}, {'torch': '1.8.0', 'torchvision': '0.9.0', 'torchtext': '0.9.0'}, {'torch': '1.7.1', 'torchvision': '0.8.2', 'torchtext': '0.8.1'}, {'torch': '1.7.0', 'torchvision': '0.8.1', 'torchtext': '0.8.0'}, {'torch': '1.6.0', 'torchvision': '0.7.0', 'torchtext': '0.7'}]
build-CUDA (3.7, 1.6)
Downloading matplotlib-3.1.2.tar.gz Error: The action has timed out.
build-CUDA (3.9, 1.9)
Downloading matplotlib-3.1.2.tar.gz Error: The action has timed out.
To Reproduce
check latest CI jobs on master
Expected behavior
Green CI!
The text was updated successfully, but these errors were encountered: