You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proximal cause of error seems to have been that, somehow, the build job was picking up installed files from another torch installation. This is deeply weird, since I was under the impression that Jenkins only runs one job on a machine at a time. One easy way to prevent this from happening in the future is to have a separate Conda env.
There are other opportunities to practice better hygiene. Inspecting an environment we see:
I'm not sure how it happened but here is a failed build https://build.pytorch.org/job/pytorch-jit-py2-linux/38/ which when rebuilt https://build.pytorch.org/job/pytorch-jit-py2-linux/39/ succeeded.
The proximal cause of error seems to have been that, somehow, the build job was picking up installed files from another torch installation. This is deeply weird, since I was under the impression that Jenkins only runs one job on a machine at a time. One easy way to prevent this from happening in the future is to have a separate Conda env.
There are other opportunities to practice better hygiene. Inspecting an environment we see:
these should get cleaned up.
The text was updated successfully, but these errors were encountered: