-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Investigate binary validation failure nightly linux 3.9 cuda 11.6 #85085
Copy link
Copy link
Closed
pytorch/builder
#1145Labels
high prioritymodule: ciRelated to continuous integrationRelated to continuous integrationtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Milestone
Description
🐛 Describe the bug
Failure:
https://github.com/pytorch/builder/actions/runs/3018052016/jobs/4939894670
done
+ conda run -p conda-env-3018052016 python3 ./test/smoke_test/smoke_test.py
ERROR conda.cli.main_run:execute(41): `conda run python3 ./test/smoke_test/smoke_test.py` failed. (See above for error)
Traceback (most recent call last):
File "/root/work/builder/builder/./test/smoke_test/smoke_test.py", line 5, in <module>
import torchaudio
File "/root/work/builder/builder/conda-env-3018052016/lib/python3.9/site-packages/torchaudio/__init__.py", line 1, in <module>
from torchaudio import ( # noqa: F401
File "/root/work/builder/builder/conda-env-3018052016/lib/python3.9/site-packages/torchaudio/_extension.py", line 103, in <module>
_init_extension()
File "/root/work/builder/builder/conda-env-3018052016/lib/python3.9/site-packages/torchaudio/_extension.py", line 88, in _init_extension
_load_lib("libtorchaudio")
File "/root/work/builder/builder/conda-env-3018052016/lib/python3.9/site-packages/torchaudio/_extension.py", line 51, in _load_lib
torch.ops.load_library(path)
File "/root/work/builder/builder/conda-env-3018052016/lib/python3.9/site-packages/torch/_ops.py", line 481, in load_library
ctypes.CDLL(path)
File "/root/work/builder/builder/conda-env-3018052016/lib/python3.9/ctypes/__init__.py", line 382, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libtorch_cuda_cpp.so: cannot open shared object file: No such file or directory
Versions
nightly 1.13
cc @ezyang @gchanan @zou3519 @seemethere @malfet @pytorch/pytorch-dev-infra @weiwangmeta
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
high prioritymodule: ciRelated to continuous integrationRelated to continuous integrationtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module