Details
-
Bug
-
Status: Accepted
-
Major
-
Resolution: Unresolved
-
0.23.0
-
None
-
CentOS 7.1, CentOS 6.6, or Ubuntu 14.04
Mesos 0.23.0-rc4 or today's master
Docker 1.9
Description
Fails the test and then crashes while trying to shutdown the slaves.
[ 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
Attachments
Issue Links
- blocks
-
MESOS-3050 Failing ROOT_ tests on CentOS 7.1
- Resolved
-
MESOS-3079 `sudo make distcheck` fails on Ubuntu 14.04 (and possibly other OSes too)
- Resolved
- relates to
-
MESOS-3937 Test DockerContainerizerTest.ROOT_DOCKER_Launch_Executor fails.
- Open