Change forkserver test to only run below 3.13.8#165667
Change forkserver test to only run below 3.13.8#165667
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/165667
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 25 PendingAs of commit ba5b310 with merge base 13b621d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot merge -f "Lint/CI was green" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Add mingw to `pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11` docker image to support AOTI cross-compilation This PR will make docker container rebuild, and upgrade python version from 3.13.7 to 3.13.8. and it relies on #165667 [ghstack-poisoned]
Add mingw to `pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11` docker image to support AOTI cross-compilation This PR will make docker container rebuild, and upgrade python version from 3.13.7 to 3.13.8. and it relies on #165667 [ghstack-poisoned]
Add mingw to `pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11` docker image to support AOTI cross-compilation This PR will make docker container rebuild, and upgrade python version from 3.13.7 to 3.13.8. and it relies on #165667 Pull Request resolved: #165560 Approved by: https://github.com/malfet
A multiprocessing bug is fixed in 3.13.8, see [https://docs.python.org/3.13/whatsnew/changelog.html](https://l.workplace.com/l.php?u=https%3A%2F%2Fdocs.python.org%2F3.13%2Fwhatsnew%2Fchangelog.html&h=AT0qUhHJq5c2UJvQaq9_MrSo0mVhwn1VOfq1nDQl2C1UOhDI80RMbzVayhG7LSAT1uYHKtkftKnBDwiGMhbw0YRvQLe5vwE01qejpPFautHvU3LXeOE1KChPykqz3qnCRzk7czu_iNzQ05shR4F1N_qYOzR5YxejA52ZZQ), [pytorchgh-126631](python/cpython#126631) So this test will fail when we update to python 3.13.8 Pull Request resolved: pytorch#165667 Approved by: https://github.com/malfet
Add mingw to `pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11` docker image to support AOTI cross-compilation This PR will make docker container rebuild, and upgrade python version from 3.13.7 to 3.13.8. and it relies on pytorch#165667 Pull Request resolved: pytorch#165560 Approved by: https://github.com/malfet
A multiprocessing bug is fixed in 3.13.8, see [https://docs.python.org/3.13/whatsnew/changelog.html](https://l.workplace.com/l.php?u=https%3A%2F%2Fdocs.python.org%2F3.13%2Fwhatsnew%2Fchangelog.html&h=AT0qUhHJq5c2UJvQaq9_MrSo0mVhwn1VOfq1nDQl2C1UOhDI80RMbzVayhG7LSAT1uYHKtkftKnBDwiGMhbw0YRvQLe5vwE01qejpPFautHvU3LXeOE1KChPykqz3qnCRzk7czu_iNzQ05shR4F1N_qYOzR5YxejA52ZZQ), [pytorchgh-126631](python/cpython#126631) So this test will fail when we update to python 3.13.8 Pull Request resolved: pytorch#165667 Approved by: https://github.com/malfet
Add mingw to `pytorch-linux-jammy-cuda12.8-cudnn9-py3-gcc11` docker image to support AOTI cross-compilation This PR will make docker container rebuild, and upgrade python version from 3.13.7 to 3.13.8. and it relies on pytorch#165667 Pull Request resolved: pytorch#165560 Approved by: https://github.com/malfet
|
@pytorchbot cherry-pick --onto release/2.9 --fixes "CI regression" -c regression |
A multiprocessing bug is fixed in 3.13.8, see [https://docs.python.org/3.13/whatsnew/changelog.html](https://l.workplace.com/l.php?u=https%3A%2F%2Fdocs.python.org%2F3.13%2Fwhatsnew%2Fchangelog.html&h=AT0qUhHJq5c2UJvQaq9_MrSo0mVhwn1VOfq1nDQl2C1UOhDI80RMbzVayhG7LSAT1uYHKtkftKnBDwiGMhbw0YRvQLe5vwE01qejpPFautHvU3LXeOE1KChPykqz3qnCRzk7czu_iNzQ05shR4F1N_qYOzR5YxejA52ZZQ), [gh-126631](python/cpython#126631) So this test will fail when we update to python 3.13.8 Pull Request resolved: #165667 Approved by: https://github.com/malfet (cherry picked from commit d4a713c)
Cherry picking #165667The cherry pick PR is at #167361 and it is linked with issue CI regression. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Change forkserver test to only run below 3.13.8 (#165667) A multiprocessing bug is fixed in 3.13.8, see [https://docs.python.org/3.13/whatsnew/changelog.html](https://l.workplace.com/l.php?u=https%3A%2F%2Fdocs.python.org%2F3.13%2Fwhatsnew%2Fchangelog.html&h=AT0qUhHJq5c2UJvQaq9_MrSo0mVhwn1VOfq1nDQl2C1UOhDI80RMbzVayhG7LSAT1uYHKtkftKnBDwiGMhbw0YRvQLe5vwE01qejpPFautHvU3LXeOE1KChPykqz3qnCRzk7czu_iNzQ05shR4F1N_qYOzR5YxejA52ZZQ), [gh-126631](python/cpython#126631) So this test will fail when we update to python 3.13.8 Pull Request resolved: #165667 Approved by: https://github.com/malfet (cherry picked from commit d4a713c) Co-authored-by: Shangdi Yu <shangdiy@meta.com>
|
We see this failing on Python 3.12.3: Was this tested on Python 3.12 at some point? It seems the patch was not backported to 3.12.3 but maybe the bug didn't exist there in the first place or something else is in effect here caching the creation of the class. |
A multiprocessing bug is fixed in 3.13.8, see https://docs.python.org/3.13/whatsnew/changelog.html, gh-126631
So this test will fail when we update to python 3.13.8