KnowingNothing commented on pull request #9909:
URL: https://github.com/apache/tvm/pull/9909#issuecomment-1013857277
It also failed on my local machine.
```sh
$ pytest tests/python/frontend/pytorch/qnn_test.py::test_serialized_modules
enabled targets: llvm; llvm -device=arm_cpu; cuda; cuda -model=unknown
-libs=cudnn; nvptx; opencl; opencl -device=mali,aocl_sw_emu; opencl
-device=intel_graphics
pytest marker:
============================================================== test session
starts ===============================================================
platform linux -- Python 3.8.10, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /home/zchno/TVM/tvm-mirror-pr
collected 1 item
tests/python/frontend/pytorch/qnn_test.py Fatal Python error: Aborted
Current thread 0x00007f149c7e1740 (most recent call first):
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/torch/jit/_serialization.py",
line 161 in load
File
"/home/zchno/TVM/tvm-mirror-pr/tests/python/frontend/pytorch/qnn_test.py", line
513 in test_serialized_modules
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/python.py", line
183 in pytest_pyfunc_call
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_callers.py", line
39 in _multicall
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_manager.py", line
80 in _hookexec
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_hooks.py", line 265
in __call__
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/python.py", line
1641 in runtest
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/runner.py", line
162 in pytest_runtest_call
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_callers.py", line
39 in _multicall
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_manager.py", line
80 in _hookexec
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_hooks.py", line 265
in __call__
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/runner.py", line
255 in <lambda>
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/runner.py", line
311 in from_call
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/runner.py", line
254 in call_runtest_hook
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/runner.py", line
215 in call_and_report
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/runner.py", line
126 in runtestprotocol
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/runner.py", line
109 in pytest_runtest_protocol
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_callers.py", line
39 in _multicall
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_manager.py", line
80 in _hookexec
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_hooks.py", line 265
in __call__
File "/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/main.py",
line 348 in pytest_runtestloop
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_callers.py", line
39 in _multicall
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_manager.py", line
80 in _hookexec
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_hooks.py", line 265
in __call__
File "/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/main.py",
line 323 in _main
File "/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/main.py",
line 269 in wrap_session
File "/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/main.py",
line 316 in pytest_cmdline_main
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_callers.py", line
39 in _multicall
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_manager.py", line
80 in _hookexec
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/pluggy/_hooks.py", line 265
in __call__
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/config/__init__.py",
line 162 in main
File
"/home/zchno/venv/prime/lib/python3.8/site-packages/_pytest/config/__init__.py",
line 185 in console_main
File "/home/zchno/venv/prime/bin/pytest", line 8 in <module>
Aborted (core dumped)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]