CI crash in crttest

I have a PR that fails CI because of a seemingly unrelated error.

Edit: There are actually multiple PRs failing due to this. Could somebody take a look?

Running './tests/scripts/task_cpp_unittest.sh' inside tvmai/ci-i386:v0.52...
mesg: ttyname failed: Inappropriate ioctl for device
Adding group `tvm' (GID 1000) ...
Done.
CMake Error: There is a CMakeCache.txt file for the current binary tree but cmake does not have permission to read it. Please check the permissions of the directory you are trying to run CMake on.
CMake Error: Could not find cmake module file: CMakeSystemSpecificInitialize.cmake
CMake Error: Could not find cmake module file: CMakeSystemSpecificInformation.cmake
CMake Error: Could not find cmake module file: CMakeCXXInformation.cmake
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid
-- Build compiler with Relay VM profiler support...
-- Build with RPC support...
-- Build with Graph runtime support...
-- Build with Graph runtime debug support...
-- Build with Relay VM profiler support...
-- Build with example external runtime...
-- VTA build with VTA_HW_PATH=/workspace/3rdparty/vta-hw
-- Build VTA runtime with target: sim
-- Build with standalone CRT
Aborted (core dumped)
Makefile:55: recipe for target 'crttest' failed
make: *** [crttest] Error 134

yep iā€™m taking a look at it. thanks for flagging this!

i believe this will be fixed in https://github.com/apache/incubator-tvm/pull/6057

sorry for the breakage!

1 Like