You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by simon <sk...@gmail.com> on 2014/12/24 13:55:52 UTC

make check v.0.21

Hi, I joined the mailing list because make check has failed a couple of
times with v.0.21, lasly with:

[----------] 1 test from PerfEventIsolatorTest
[ RUN      ] PerfEventIsolatorTest.ROOT_CGROUPS_Sample
F1224 12:36:37.441313 32648 isolator_tests.cpp:708] CHECK_SOME(isolator):
Failed to create PerfEvent isolator, invalid events: { cycles, task-clock }
*** Check failure stack trace: ***
    @     0x2acd06aa5b60  google::LogMessage::Fail()
    @     0x2acd06aa5aac  google::LogMessage::SendToLog()
    @     0x2acd06aa54ae  google::LogMessage::Flush()
    @     0x2acd06aa83c2  google::LogMessageFatal::~LogMessageFatal()
    @           0x9021f0  _CheckFatal::~_CheckFatal()
    @           0xca3b24
PerfEventIsolatorTest_ROOT_CGROUPS_Sample_Test::TestBody()
    @          0x10e7638
testing::internal::HandleSehExceptionsInMethodIfSupported<>()
    @          0x10e278e
testing::internal::HandleExceptionsInMethodIfSupported<>()
    @          0x10caa9f  testing::Test::Run()
    @          0x10cb1c2  testing::TestInfo::Run()
    @          0x10cb74a  testing::TestCase::Run()
    @          0x10d0414  testing::internal::UnitTestImpl::RunAllTests()
    @          0x10e84a9
testing::internal::HandleSehExceptionsInMethodIfSupported<>()
    @          0x10e347f
testing::internal::HandleExceptionsInMethodIfSupported<>()
    @          0x10cf320  testing::UnitTest::Run()
    @           0xd43bdb  main
    @     0x2acd08fceec5  (unknown)
    @           0x8eb8c9  (unknown)
make[3]: *** [check-local] Aborted (core dumped)
make[3]: Leaving directory `/home/ubuntu/mesos-0.21.0/build/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/ubuntu/mesos-0.21.0/build/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/ubuntu/mesos-0.21.0/build/src'
make: *** [check-recursive] Error 1

Re: make check v.0.21

Posted by Adam Bordelon <ad...@mesosphere.io>.
You might not have `perf` installed. See
https://issues.apache.org/jira/browse/MESOS-2166
And the related thread starting at
http://www.mail-archive.com/user%40mesos.apache.org/msg01267.html