erpc-io / eRPC

Efficient RPCs for datacenter networks
Other
851 stars 138 forks source link

ctest all fail #49

Closed Taya666 closed 3 years ago

Taya666 commented 3 years ago

Hi, I build eRPC with

 ./scripts/packages/ubuntu18/required.sh
cmake . -DPERF=OFF -DTRANSPORT=infiniband
make -j

But it faild all test in ctest

The following tests FAILED:
          1 - create_session_test (Child aborted)
          2 - destroy_session_test (Child aborted)
          3 - small_msg_test (Child aborted)
          4 - large_msg_test (Child aborted)
          5 - req_in_cont_func_test (Child aborted)
          6 - req_in_req_func_test (Child aborted)
          7 - packet_loss_test (Child aborted)
          8 - multi_process_test (Child aborted)
          9 - rpc_sm_test (Child aborted)
         10 - rpc_list_test (Failed)
         11 - rpc_req_test (Child aborted)
         12 - rpc_resp_test (Child aborted)
         13 - rpc_cr_test (Failed)
         14 - rpc_rfr_test (Failed)
         15 - rpc_kick_test (Child aborted)

Do anybody know what cause this?

I also tried to build&run hello_work, but got error from running sudo ./hello_world/server


81:654263 WARNG: eRPC Nexus: Testing enabled. Perf will be low.
terminate called after throwing an instance of 'std::runtime_error'
  what():  Failed to get device list

Thanks for any hints.