Skip to content

Investigate binary validation failure nightly linux 3.9 cuda 11.6 #85085

@atalman

Description

@atalman

🐛 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

Metadata

Metadata

Labels

high prioritymodule: ciRelated to continuous integrationtriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions