hbowden / nextgen

A Genetic File, Syscall and Network Fuzzer.
Other
58 stars 15 forks source link

Can't find libck on travis ci linux when running test suite. #6

Closed hbowden closed 7 years ago

hbowden commented 7 years ago

The runtime integration test and the concurrent unit test fail to find concurrenykit even though it get's installed.

1: Test command: /home/travis/build/hbowden/nextgen/build/runtime-integration-test 1: Test timeout computed to be: 9.99988e+06 1: /home/travis/build/hbowden/nextgen/build/runtime-integration-test: error while loading shared libraries: libck.so.0: cannot open shared object file: No such file or directory

6: Test command: /home/travis/build/hbowden/nextgen/build/concurrent-unit-test 6: Test timeout computed to be: 9.99988e+06 6: /home/travis/build/hbowden/nextgen/build/concurrent-unit-test: error while loading shared libraries: libck.so.0: cannot open shared object file: No such file or directory 6/6 Test #6: concurrent-unit-test .............***Failed 0.00 sec

hbowden commented 7 years ago

No need to fix this bug as we are switching to Jenkins shortly.