-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci] MacOS CI failing in RPC tests #13185
Labels
type:ci
Relates to TVM CI infrastructure
Comments
driazati
added
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type:ci
Relates to TVM CI infrastructure
labels
Oct 24, 2022
driazati
added a commit
to driazati/tvm
that referenced
this issue
Oct 24, 2022
AndrewZhaoLuo
pushed a commit
that referenced
this issue
Oct 25, 2022
See #13185 Co-authored-by: driazati <driazati@users.noreply.github.com>
driazati
pushed a commit
that referenced
this issue
Oct 28, 2022
These tests were previously disabled (see #13185). The error was related to updating `MacOS` to version `12.6` and `XCode` update. This PR fixes the error and re-enables tests for `iOS RPC`.
driazati
removed
the
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
label
Oct 28, 2022
should be fixed by #13229, closing |
xinetzone
pushed a commit
to daobook/tvm
that referenced
this issue
Nov 10, 2022
See apache#13185 Co-authored-by: driazati <driazati@users.noreply.github.com>
xinetzone
pushed a commit
to daobook/tvm
that referenced
this issue
Nov 10, 2022
These tests were previously disabled (see apache#13185). The error was related to updating `MacOS` to version `12.6` and `XCode` update. This PR fixes the error and re-enables tests for `iOS RPC`.
xinetzone
pushed a commit
to daobook/tvm
that referenced
this issue
Nov 25, 2022
See apache#13185 Co-authored-by: driazati <driazati@users.noreply.github.com>
xinetzone
pushed a commit
to daobook/tvm
that referenced
this issue
Nov 25, 2022
These tests were previously disabled (see apache#13185). The error was related to updating `MacOS` to version `12.6` and `XCode` update. This PR fixes the error and re-enables tests for `iOS RPC`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tests/python/contrib/test_rpc_server_device.py::test_basic_functionality_of_rpc_session FAILED [ 8%]
tests/python/contrib/test_rpc_server_device.py::test_can_call_remote_function_with_rpc_standalone PASSED [ 16%]
tests/python/contrib/test_rpc_server_device.py::test_cleanup_workspace_after_session_end XFAIL [ 25%]
tests/python/contrib/test_rpc_server_device.py::test_graph_executor_remote_run FAILED [ 33%]
tests/python/contrib/test_rpc_server_device.py::test_rpc_standalone PASSED [ 41%]
tests/python/contrib/test_rpc_server_device.py::test_can_call_remote_function_with_rpc_proxy PASSED [ 50%]
tests/python/contrib/test_rpc_server_device.py::test_rpc_proxy PASSED [ 58%]
tests/python/contrib/test_rpc_server_device.py::test_can_call_remote_function_with_rpc_tracker PASSED [ 66%]
tests/python/contrib/test_rpc_server_device.py::test_check_auto_schedule_tuning XFAIL [ 75%]
tests/python/contrib/test_rpc_server_device.py::test_rpc_tracker PASSED [ 83%]
tests/python/contrib/test_rpc_server_device.py::test_can_call_remote_function_with_rpc_tracker_via_proxy PASSED [ 91%]
tests/python/contrib/test_rpc_server_device.py::test_rpc_tracker_via_proxy PASSED [100%]
=================================== FAILURES ===================================
___________________ test_basic_functionality_of_rpc_session ____________________
tests/python/contrib/test_rpc_server_device.py:81:
tests/python/contrib/test_rpc_server_device.py:320: in test_basic_functionality_of_rpc_session
lib = remote_session.load_module(DSO_NAME)
/usr/local/miniconda/envs/tvm-build/lib/python3.7/site-packages/tvm/rpc/client.py:159: in load_module
return _ffi_api.LoadRemoteModule(self._sess, path)
tvm/_ffi/_cython/./packed_func.pxi:331: in tvm._ffi._cy3.core.PackedFuncBase.call
???
tvm/_ffi/_cython/./packed_func.pxi:262: in tvm._ffi._cy3.core.FuncCall
???
tvm/_ffi/_cython/./packed_func.pxi:251: in tvm._ffi._cy3.core.FuncCall3
???
tvm/_ffi/_cython/./base.pxi:181: RPCError
________________________ test_graph_executor_remote_run ________________________
=============================== warnings summary ===============================
tests/python/contrib/test_rpc_server_device.py:224
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:224: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency()
tests/python/contrib/test_rpc_server_device.py:232
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:232: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency()
tests/python/contrib/test_rpc_server_device.py:242
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:242: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency()
tests/python/contrib/test_rpc_server_device.py:252
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:252: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency()
tests/python/contrib/test_rpc_server_device.py:262
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:262: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency(depends=["test_rpc_standalone"])
tests/python/contrib/test_rpc_server_device.py:271
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:271: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency(depends=["test_rpc_proxy"])
tests/python/contrib/test_rpc_server_device.py:280
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:280: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency(depends=["test_rpc_tracker"])
tests/python/contrib/test_rpc_server_device.py:289
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:289: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency(depends=["test_rpc_tracker_via_proxy"])
tests/python/contrib/test_rpc_server_device.py:298
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:298: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency(depends=["test_rpc_standalone"])
tests/python/contrib/test_rpc_server_device.py:332
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:332: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency(depends=["test_rpc_standalone"])
tests/python/contrib/test_rpc_server_device.py:357
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:357: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency(depends=["test_rpc_standalone"])
tests/python/contrib/test_rpc_server_device.py:393
/Users/runner/work/tvm/tvm/tests/python/contrib/test_rpc_server_device.py:393: PytestUnknownMarkWarning: Unknown pytest.mark.dependency - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.dependency(depends=["test_rpc_tracker"])
tests/python/contrib/test_rpc_server_device.py::test_basic_functionality_of_rpc_session
tests/python/contrib/test_rpc_server_device.py::test_cleanup_workspace_after_session_end
/usr/local/miniconda/envs/tvm-build/lib/python3.7/site-packages/tvm/driver/build_module.py:265: UserWarning: target_host parameter is going to be deprecated. Please pass in tvm.target.Target(target, host=target_host) instead.
"target_host parameter is going to be deprecated. "
tests/python/contrib/test_rpc_server_device.py::test_graph_executor_remote_run
/usr/local/miniconda/envs/tvm-build/lib/python3.7/site-packages/tvm/target/target.py:323: UserWarning: target_host parameter is going to be deprecated. Please pass in tvm.target.Target(target, host=target_host) instead.
"target_host parameter is going to be deprecated. "
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/python/contrib/test_rpc_server_device.py::test_basic_functionality_of_rpc_session
FAILED tests/python/contrib/test_rpc_server_device.py::test_graph_executor_remote_run
======= 2 failed, 8 passed, 2 xfailed, 15 warnings in 398.49s (0:06:38) ========
The text was updated successfully, but these errors were encountered: