You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2016/09/15 15:17:20 UTC

[jira] [Created] (MESOS-6172) CHECK failure in Future::get()

Neil Conway created MESOS-6172:
----------------------------------

             Summary: CHECK failure in Future::get()
                 Key: MESOS-6172
                 URL: https://issues.apache.org/jira/browse/MESOS-6172
             Project: Mesos
          Issue Type: Bug
          Components: libprocess
            Reporter: Neil Conway


{{noformat}}
[ RUN      ] MesosContainerizerDestroyTest.LauncherDestroyFailure
../../mesos/src/tests/utils.cpp:51: Failure
(response).failure(): Failed to connect to 172.18.8.77:62494: Network is unreachable
../../mesos/src/tests/utils.cpp:52: Failure
(response).failure(): Failed to connect to 172.18.8.77:62494: Network is unreachable
F0915 16:34:37.743440 1943355392 future.hpp:1107] Check failed: !isFailed() Future::get() but state == FAILED: Failed to connect to 172.18.8.77:62494: Network is unreachable
*** Check failure stack trace: ***
    @        0x11262edfa  google::LogMessage::Fail()
    @        0x11262ddd5  google::LogMessage::SendToLog()
    @        0x11262eab9  google::LogMessage::Flush()
    @        0x112635928  google::LogMessageFatal::~LogMessageFatal()
    @        0x11262f225  google::LogMessageFatal::~LogMessageFatal()
    @        0x10c726dc4  process::Future<>::get()
    @        0x10de97ca3  mesos::internal::tests::Metrics()
    @        0x10e015aff  mesos::internal::tests::MesosContainerizerDestroyTest_LauncherDestroyFailure_Test::TestBody()
    @        0x10e10ea4a  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
    @        0x10e0f7707  testing::internal::HandleExceptionsInMethodIfSupported<>()
    @        0x10e0b7e65  testing::Test::Run()
    @        0x10e0b93c8  testing::TestInfo::Run()
    @        0x10e0ba057  testing::TestCase::Run()
    @        0x10e0c88bc  testing::internal::UnitTestImpl::RunAllTests()
    @        0x10e1107da  testing::internal::HandleSehExceptionsInMethodIfSupported<>()
    @        0x10e0f98c7  testing::internal::HandleExceptionsInMethodIfSupported<>()
    @        0x10e0c84d8  testing::UnitTest::Run()
    @        0x10d280f51  RUN_ALL_TESTS()
    @        0x10d27caac  main
    @     0x7fff8f24f5ad  start
make[3]: *** [check-local] Abort trap: 6
make[2]: *** [check-am] Error 2
make[1]: *** [check] Error 2
make: *** [check-recursive] Error 1
{{noformat}}

I believe that I closed my laptop in the middle of {{make check}}, probably causing it to lose network connectivity. Nevertheless, this should probably not manifest in a {{CHECK}} failure inside {{libprocess}} itself.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)