-
Notifications
You must be signed in to change notification settings - Fork 7k
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
CI Failures of release branch release/0.15
#7299
Comments
Note that none of that is specific to the release branch, but has been going on for a while on
Expected, since we are pulling dependencies from the |
This PR: #7332 Addressed all circleci infra failures:
|
Thanks a lot @atalman , I updated the list above. Looks like the remaining issues are the Unit-tests on Linux CPU / tests (3.10) / linux-job and cmake_windows_gpu and cmake_windows_cpu |
Unittest 3.10 were initially broken by #7288 which was later cherry-picked into release branch and occluded all errors. Question is: why was it landed despite introducing regressions? |
@maleft #7288 did not break the 3.10 unittest. It is in fact surfacing an existing issue that was previously missed. #7288 is not the problem it is merely the messenger. The test we added in #7288 makes sure (among other things) that no warning is raised when one writes |
windows cmake isses are resolved. Following issue is flaky: Resolved on rerun: https://github.com/pytorch/vision/actions/runs/4292476260 |
By the way, I can't reproduce the warning importing torchvision by running:
|
#7288 obscures the signal. If you know that something will fail, one can create an issue and at the same time file a PR that adds |
I share your concern that signal is obscured. This is not a common situation. Considering this seemed like a legitimate critical CI/packaging issue, and with the approaching release date, the risk of hiding this failure seemed greater to me than keeping the signal red for a few more days. |
Regarding M1 failures: looks like one of the tests intermittently crashes: https://hud.pytorch.org/hud/pytorch/vision/main/1?per_page=50&name_filter=unit-tests%20on%20M1 Is this is a release blocker? |
All issues have been resolved or circumvented, so I'll close this issue. Thanks a lot everyone for your help |
The latest status of the
release/0.15
CI can be checked in #7292. Current failures are:import torchvision
is causing the following warning:unittest_windows_cpu_py3.11 and unittest_macos_cpu_py3.11 fail with dependency satisfaction errors.
(Can be ignored) unittest_windows_gpu_py3.8 fails the models output checks. These ones aren't due to infra / CI issues, and can be somewhat safely ignored for now.
@atalman @malfet @seemethere we'd be grateful for your help on the issues listed above, thanks!
cc @seemethere
The text was updated successfully, but these errors were encountered: