Hi All,

I am trying mesos-0.19.1 on RHEL 7, however, when I ran "make check", it
failed:

make[3]: Entering directory `/root/mesos-0.19.1/build/src'
./mesos-tests
Source directory: /root/mesos-0.19.1
Build directory: /root/mesos-0.19.1/build
Note: Google Test filter =
*-SlaveCount/Registrar_BENCHMARK_Test.performance/0:SlaveCount/Registrar_BENCHMARK_Test.performance/1:SlaveCount/Registrar_BENCHMARK_Test.performance/2:SlaveCount/Registrar_BENCHMARK_Test.performance/3:
[==========] Running 339 tests from 59 test cases.
[----------] Global test environment set-up.
[----------] 1 test from DRFAllocatorTest
[ RUN      ] DRFAllocatorTest.DRFAllocatorProcess
../../src/tests/allocator_tests.cpp:117: Failure
Failed to wait 10secs for offers1
../../src/tests/allocator_tests.cpp:112: Failure
Actual function call count doesn't match EXPECT_CALL(sched1,
resourceOffers(_, _))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
../../src/tests/allocator_tests.cpp:109: Failure
Actual function call count doesn't match EXPECT_CALL(sched1, registered(_,
_, _))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
../../src/tests/allocator_tests.cpp:92: Failure
Actual function call count doesn't match EXPECT_CALL(allocator,
slaveAdded(_, _, _))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
../../src/tests/allocator_tests.cpp:107: Failure
Actual function call count doesn't match EXPECT_CALL(allocator,
frameworkAdded(_, _, _))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
make[3]: *** [check-local] Segmentation fault
make[3]: Leaving directory `/root/mesos-0.19.1/build/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/root/mesos-0.19.1/build/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/root/mesos-0.19.1/build/src'
make: *** [check-recursive] Error 1

Any ideas about what happened? Any help will be appreciated.


Thanks,
Qian

Reply via email to