driazati commented on PR #11966:
URL: https://github.com/apache/tvm/pull/11966#issuecomment-1203271465

   sorry it's unclear from the logs, we really should aggregate common error 
phrases automatically. If you search through the logs for `Fatal Python error: 
Aborted` you can see the failed test (e.g. in 
https://ci.tlcpack.ai/blue/rest/organizations/jenkins/pipelines/tvm/branches/PR-11966/runs/10/nodes/384/steps/1167/log/?start=0
 it's 
   
   ```
   [2022-08-01T04:22:42.467Z] 
tests/python/frontend/pytorch/test_forward.py::test_convert_torch_script_with_input_types
 free(): invalid pointer
   [2022-08-01T04:22:42.467Z] Fatal Python error: Aborted
   [2022-08-01T04:22:42.467Z] 
   [2022-08-01T04:22:42.467Z] Thread 0x00007fbdec1c2700 (most recent call 
first):
   [2022-08-01T04:22:42.467Z]   File "/usr/lib/python3.7/threading.py", line 
300 in wait
   [2022-08-01T04:22:42.467Z]   File "/usr/lib/python3.7/threading.py", line 
552 in wait
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/tqdm/_monitor.py", line 60 in run
   [2022-08-01T04:22:42.467Z]   File "/usr/lib/python3.7/threading.py", line 
926 in _bootstrap_inner
   [2022-08-01T04:22:42.467Z]   File "/usr/lib/python3.7/threading.py", line 
890 in _bootstrap
   [2022-08-01T04:22:42.467Z] 
   [2022-08-01T04:22:42.467Z] Thread 0x00007fbe37727700 (most recent call 
first):
   [2022-08-01T04:22:42.467Z]   File "/usr/lib/python3.7/socket.py", line 212 
in accept
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pytest_rerunfailures.py", line 429 in 
run_server
   [2022-08-01T04:22:42.467Z]   File "/usr/lib/python3.7/threading.py", line 
870 in run
   [2022-08-01T04:22:42.467Z]   File "/usr/lib/python3.7/threading.py", line 
926 in _bootstrap_inner
   [2022-08-01T04:22:42.467Z]   File "/usr/lib/python3.7/threading.py", line 
890 in _bootstrap
   [2022-08-01T04:22:42.467Z] 
   [2022-08-01T04:22:42.467Z] Current thread 0x00007fbe6c265740 (most recent 
call first):
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/torch/jit/_serialization.py", line 162 
in load
   [2022-08-01T04:22:42.467Z]   File 
"/workspace/tests/python/frontend/pytorch/test_forward.py", line 4077 in 
test_convert_torch_script_with_input_types
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/python.py", line 192 in 
pytest_pyfunc_call
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_callers.py", line 39 in 
_multicall
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_manager.py", line 80 in 
_hookexec
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_hooks.py", line 265 in __call__
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/python.py", line 1761 in runtest
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/runner.py", line 166 in 
pytest_runtest_call
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_callers.py", line 39 in 
_multicall
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_manager.py", line 80 in 
_hookexec
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_hooks.py", line 265 in __call__
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/runner.py", line 259 in <lambda>
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/runner.py", line 338 in 
from_call
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/runner.py", line 259 in 
call_runtest_hook
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/runner.py", line 219 in 
call_and_report
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/runner.py", line 130 in 
runtestprotocol
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pytest_rerunfailures.py", line 497 in 
pytest_runtest_protocol
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_callers.py", line 39 in 
_multicall
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_manager.py", line 80 in 
_hookexec
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_hooks.py", line 265 in __call__
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/main.py", line 347 in 
pytest_runtestloop
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_callers.py", line 39 in 
_multicall
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_manager.py", line 80 in 
_hookexec
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_hooks.py", line 265 in __call__
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/main.py", line 322 in _main
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/main.py", line 268 in 
wrap_session
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/main.py", line 315 in 
pytest_cmdline_main
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_callers.py", line 39 in 
_multicall
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_manager.py", line 80 in 
_hookexec
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pluggy/_hooks.py", line 265 in __call__
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/config/__init__.py", line 165 
in main
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/_pytest/config/__init__.py", line 187 
in console_main
   [2022-08-01T04:22:42.467Z]   File 
"/usr/local/lib/python3.7/dist-packages/pytest/__main__.py", line 5 in <module>
   [2022-08-01T04:22:42.467Z]   File "/usr/lib/python3.7/runpy.py", line 85 in 
_run_code
   [2022-08-01T04:22:42.467Z]   File "/usr/lib/python3.7/runpy.py", line 193 in 
_run_module_as_main
   [2022-08-01T04:22:42.722Z] tests/scripts/setup-pytest-env.sh: line 49: 28733 
Aborted                 TVM_FFI=${ffi_type} python3 -m pytest -o 
"junit_suite_name=${suite_name}" 
"--junit-xml=${TVM_PYTEST_RESULT_DIR}/${suite_name}.xml" 
"--junit-prefix=${ffi_type}" "${extra_args[@]}"
   [2022-08-01T04:22:42.722Z] + exit_code=134
   ```
   )
   
   


-- 
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]

Reply via email to