我在mesos master 3f5f11dd2上使用macOS 10.13.6。 “ make check”的输出为:
[----------] 2 tests from SVNTest
[ RUN ] SVNTest.DiffPatch
*** Aborted at 1536051660 (unix time) try "date -d @1536051660" if you are using GNU date ***
PC: @ 0x1094239d6 apr_pool_create_ex
*** SIGSEGV (@0x30) received by PID 84174 (TID 0x7fff8a2b6380) stack trace: ***
@ 0x7fff51ab0f5a _sigtramp
@ 0x0 (unknown)
@ 0x10922380e svn_pool_create_ex
@ 0x107e13f4e svn::diff()
@ 0x107e133eb SVNTest_DiffPatch_Test::TestBody()
@ 0x107fbbebe testing::internal::HandleSehExceptionsInMethodIfSupported< ()
@ 0x107f5c01b testing::internal::HandleExceptionsInMethodIfSupported< ()
@ 0x107f5bf46 testing::Test::Run()
@ 0x107f5dd5d testing::TestInfo::Run()
@ 0x107f5f38c testing::TestCase::Run()
@ 0x107f6fbac testing::internal::UnitTestImpl::RunAllTests()
@ 0x107fbf14e testing::internal::HandleSehExceptionsInMethodIfSupported< ()
@ 0x107f6f5db testing::internal::HandleExceptionsInMethodIfSupported< ()
@ 0x107f6f49c testing::UnitTest::Run()
@ 0x107b51ab1 RUN_ALL_TESTS()
@ 0x107b51825 main
@ 0x7fff517a2015 start
make[6]: *** [check-local] Segmentation fault: 11
make[5]: *** [check-am] Error 2
make[4]: *** [check-recursive] Error 1
make[3]: *** [check] Error 2
make[2]: *** [check-recursive] Error 1
make[1]: *** [check] Error 2
make: *** [check-recursive] Error 1
根据When running make check on Mesos one of the tests fails, what now?,我运行
./ bin / mesos-tests.sh --gtest_filter =“ SVNTest.DiffPatch”
,结果是:
[==========] Running 0 tests from 0 test cases.
[==========] 0 tests from 0 test cases ran. (4 ms total)
[ PASSED ] 0 tests.