[ https://issues.apache.org/jira/browse/MESOS-3123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934429#comment-14934429 ]
haosdent commented on MESOS-3123: --------------------------------- Do you know which ip slave start on this test? If slave start in 127.0.0.1, would have this problem > DockerContainerizerTest.ROOT_DOCKER_Launch_Executor_Bridged fails & crashes > --------------------------------------------------------------------------- > > Key: MESOS-3123 > URL: https://issues.apache.org/jira/browse/MESOS-3123 > Project: Mesos > Issue Type: Bug > Components: docker, test > Affects Versions: 0.23.0 > Environment: CentOS 7.1, or Ubuntu 14.04 > Mesos 0.23.0-rc4 or today's master > Reporter: Adam B > Assignee: Timothy Chen > Labels: mesosphere > > Fails the test and then crashes while trying to shutdown the slaves. > {code} > [ RUN ] DockerContainerizerTest.ROOT_DOCKER_Launch_Executor_Bridged > ../../src/tests/docker_containerizer_tests.cpp:618: Failure > Value of: statusRunning.get().state() > Actual: TASK_LOST > Expected: TASK_RUNNING > ../../src/tests/docker_containerizer_tests.cpp:619: Failure > Failed to wait 1mins for statusFinished > ../../src/tests/docker_containerizer_tests.cpp:610: Failure > Actual function call count doesn't match EXPECT_CALL(sched, > statusUpdate(&driver, _))... > Expected: to be called twice > Actual: called once - unsatisfied and active > F0721 21:59:54.950773 30622 logging.cpp:57] RAW: Pure virtual method called > @ 0x7f3915347a02 google::LogMessage::Fail() > @ 0x7f391534cee4 google::RawLog__() > @ 0x7f3914890312 __cxa_pure_virtual > @ 0x88c3ae mesos::internal::tests::Cluster::Slaves::shutdown() > @ 0x88c176 mesos::internal::tests::Cluster::Slaves::~Slaves() > @ 0x88dc16 mesos::internal::tests::Cluster::~Cluster() > @ 0x88dc87 mesos::internal::tests::MesosTest::~MesosTest() > @ 0xa529ab > mesos::internal::tests::DockerContainerizerTest::~DockerContainerizerTest() > @ 0xa8125f > mesos::internal::tests::DockerContainerizerTest_ROOT_DOCKER_Launch_Executor_Bridged_Test::~DockerContainerizerTest_ROOT_DOCKER_Launch_Executor_Bridged_Test() > @ 0xa8128e > mesos::internal::tests::DockerContainerizerTest_ROOT_DOCKER_Launch_Executor_Bridged_Test::~DockerContainerizerTest_ROOT_DOCKER_Launch_Executor_Bridged_Test() > @ 0x1218b4e testing::Test::DeleteSelf_() > @ 0x1221909 > testing::internal::HandleSehExceptionsInMethodIfSupported<>() > @ 0x121cb38 > testing::internal::HandleExceptionsInMethodIfSupported<>() > @ 0x1205713 testing::TestInfo::Run() > @ 0x1205c4e testing::TestCase::Run() > @ 0x120a9ca testing::internal::UnitTestImpl::RunAllTests() > @ 0x122277b > testing::internal::HandleSehExceptionsInMethodIfSupported<>() > @ 0x121d81b > testing::internal::HandleExceptionsInMethodIfSupported<>() > @ 0x120987a testing::UnitTest::Run() > @ 0xcfbf0c main > @ 0x7f391097caf5 __libc_start_main > @ 0x882089 (unknown) > make[3]: *** [check-local] Aborted (core dumped) > make[3]: Leaving directory `/home/me/mesos/build/src' > make[2]: *** [check-am] Error 2 > make[2]: Leaving directory `/home/me/mesos/build/src' > make[1]: *** [check] Error 2 > make[1]: Leaving directory `/home/me/mesos/build/src' > make: *** [check-recursive] Error 1 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)