ls-cwi / heinz

Single species module discovery
MIT License
13 stars 8 forks source link

make check fails #11

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi

I was able to compile heinz and was running the tests and this fails. Does this affect the results or use of heinz?

Thank you.

/home/ksoh/heinz/build# make check Scanning dependencies of target check_mwcs_solution [ 11%] Building CXX object CMakeFiles/check_mwcs_solution.dir/src/dimacs/check_mwcs_solution.cpp.o [ 22%] Building CXX object CMakeFiles/check_mwcs_solution.dir/src/utils.cpp.o [ 33%] Linking CXX executable check_mwcs_solution [ 33%] Built target check_mwcs_solution Scanning dependencies of target check_pcst_solution [ 44%] Building CXX object CMakeFiles/check_pcst_solution.dir/src/dimacs/check_pcst_solution.cpp.o [ 55%] Building CXX object CMakeFiles/check_pcst_solution.dir/src/utils.cpp.o [ 66%] Linking CXX executable check_pcst_solution [ 66%] Built target check_pcst_solution [100%] Built target heinz_mwcs_no_dc Scanning dependencies of target check Test project /home/ksoh/heinz/build Start 1: heinz_mwcs_no_dc 1/1 Test #1: heinz_mwcs_no_dc .................***Failed 0.02 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.02 sec

The following tests FAILED: 1 - heinz_mwcs_no_dc (Failed) Errors while running CTest CMakeFiles/check.dir/build.make:59: recipe for target 'CMakeFiles/check' failed make[3]: [CMakeFiles/check] Error 8 CMakeFiles/Makefile2:69: recipe for target 'CMakeFiles/check.dir/all' failed make[2]: [CMakeFiles/check.dir/all] Error 2 CMakeFiles/Makefile2:76: recipe for target 'CMakeFiles/check.dir/rule' failed make[1]: [CMakeFiles/check.dir/rule] Error 2 Makefile:129: recipe for target 'check' failed make: [check] Error 2

guwek commented 6 years ago

Hi there,

I have the same. But I don't have the time to look at this now. Feel free to fix it, it’s probably a minor thing.

Heinz is not affected and works fine.

Best, Gunnar

On 7. May 2018, at 18:45, KC notifications@github.com wrote:

Hi

I was able to compile heinz and was running the tests and this fails. Does this affect the results or use of heinz?

Thank you.

/home/ksoh/heinz/build# make check Scanning dependencies of target check_mwcs_solution [ 11%] Building CXX object CMakeFiles/check_mwcs_solution.dir/src/dimacs/check_mwcs_solution.cpp.o [ 22%] Building CXX object CMakeFiles/check_mwcs_solution.dir/src/utils.cpp.o [ 33%] Linking CXX executable check_mwcs_solution [ 33%] Built target check_mwcs_solution Scanning dependencies of target check_pcst_solution [ 44%] Building CXX object CMakeFiles/check_pcst_solution.dir/src/dimacs/check_pcst_solution.cpp.o [ 55%] Building CXX object CMakeFiles/check_pcst_solution.dir/src/utils.cpp.o [ 66%] Linking CXX executable check_pcst_solution [ 66%] Built target check_pcst_solution [100%] Built target heinz_mwcs_no_dc Scanning dependencies of target check Test project /home/ksoh/heinz/build Start 1: heinz_mwcs_no_dc 1/1 Test #1: heinz_mwcs_no_dc .................***Failed 0.02 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.02 sec

The following tests FAILED: 1 - heinz_mwcs_no_dc (Failed) Errors while running CTest CMakeFiles/check.dir/build.make:59: recipe for target 'CMakeFiles/check' failed make[3]: [CMakeFiles/check] Error 8 CMakeFiles/Makefile2:69: recipe for target 'CMakeFiles/check.dir/all' failed make[2]: [CMakeFiles/check.dir/all] Error 2 CMakeFiles/Makefile2:76: recipe for target 'CMakeFiles/check.dir/rule' failed make[1]: [CMakeFiles/check.dir/rule] Error 2 Makefile:129: recipe for target 'check' failed make: [check] Error 2

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.