Help TEST_FAILED in relay.test_op_level3.py

when i type in the test/python/relay/ as follow python3 import pytest pytest.main(’./test_op_level3.py::test_cumsum’)

the reason may cause by the way which i used to test UT。 in build_model.py , i found the var"kind" is undefined, so i set kind=“debug”,and this fault is resovled.