IRL2 / nanover-rs

Other
0 stars 0 forks source link

Tests fails on CI on Windows #219

Open jbarnoud opened 2 months ago

jbarnoud commented 2 months ago
fatal runtime error: Rust cannot catch foreign exceptions
error: test failed, to rerun pass `-p nanover-rs --test frame`

This would be related to #2

jbarnoud commented 1 month ago

This also happens occasionally on Linux. In both cases, they are transient errors.

hjstroud commented 3 weeks ago

The following error seems to occur consistently:

error: failed to run custom build command for openmm-sys v7.7.0 (D:\a\nanover-rs\nanover-rs\openmm-sys)

Caused by: process didn't exit successfully: D:\a\nanover-rs\nanover-rs\target\debug\build\openmm-sys-4c39ec42c80e4017\build-script-build (exit code: 101)

Further down the following errors appear:

`CMake Error at CMakeLists.txt:21 (PROJECT): The CMAKE_C_COMPILER:

  C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe

is not a full path to an existing compiler tool.`

` CMake Error at CMakeLists.txt:21 (PROJECT): The CMAKE_CXX_COMPILER:

  C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.39.33519/bin/Hostx64/x64/cl.exe

is not a full path to an existing compiler tool.`

These errors are consistently preventing the CI tests from completing successfully.