Thanks Tim. However I am not sure if they are the same issue. What I reported is when I run "make check" on RHEL 7, it failed at DRFAllocatorTest and there was a core dump in the end. The issue you mentioned seems related to cgroup ...
2014-08-22 3:32 GMT+08:00 Tim St Clair <[email protected]>: > known : https://issues.apache.org/jira/browse/MESOS-1195 and will be in > the next (.) release. > > Cheers, > Tim > > ------------------------------ > > *From: *"Qian Zhang" <[email protected]> > *To: *[email protected], "yujie jay" <[email protected]> > *Sent: *Wednesday, August 20, 2014 10:18:03 PM > *Subject: *Re: [VOTE] Release Apache Mesos 0.20.0 (rc2) > > > make check failed on RHEL 7 (gcc 4.8.2): > > ------------------------------------------------------------- > We cannot run any cgroups tests that require mounting > hierarchies because you have the following hierarchies mounted: > /sys/fs/cgroup/blkio, /sys/fs/cgroup/cpu,cpuacct, /sys/fs/cgroup/cpuset, > /sys/fs/cgroup/devices, /sys/fs/cgroup/freezer, /sys/fs/cgroup/hugetlb, > /sys/fs/cgroup/memory, /sys/fs/cgroup/net_cls, /sys/fs/cgroup/perf_event, > /sys/fs/cgroup/systemd > We'll disable the CgroupsNoHierarchyTest test fixture for now. > ------------------------------------------------------------- > Note: Google Test filter = > *-DockerContainerizerTest.ROOT_DOCKER_Launch_Executor:DockerContainerizerTest.ROOT_DOCKER_Launch:DockerContainerizerTest.ROOT_DOCKER_Kill:DockerContainerizerTest.ROOT_DOCKER_Usage:DockerContainerizerTest.ROOT_DOCKER_Update:DockerContainerizerTest.DISABLED_ROOT_DOCKER_Recover:DockerContainerizerTest.ROOT_DOCKER_Logs:DockerContainerizerTest.ROOT_DOCKER_Default_CMD:DockerContainerizerTest.ROOT_DOCKER_Default_CMD_Override:DockerContainerizerTest.ROOT_DOCKER_Default_CMD_Args:DockerContainerizerTest.ROOT_DOCKER_SlaveRecoveryTaskContainer:DockerContainerizerTest.DISABLED_ROOT_DOCKER_SlaveRecoveryExecutorContainer:DockerTest.ROOT_DOCKER_interface:CgroupsNoHierarchyTest.ROOT_CGROUPS_NOHIERARCHY_MountUnmountHierarchy:SlaveCount/Registrar_BENCHMARK_Test.performance/0:SlaveCount/Registrar_BENCHMARK_Test.performance/1:SlaveCount/Registrar_BENCHMARK_Test.performance/2:SlaveCount/Registrar_BENCHMARK_Test.performance/3: > [==========] Running 395 tests from 70 test cases. > [----------] Global test environment set-up. > [----------] 3 tests from DRFAllocatorTest > [ RUN ] DRFAllocatorTest.DRFAllocatorProcess > ../../src/tests/allocator_tests.cpp:120: Failure > Failed to wait 10secs for offers1 > ../../src/tests/allocator_tests.cpp:115: Failure > Actual function call count doesn't match EXPECT_CALL(sched1, > resourceOffers(_, _))... > Expected: to be called once > Actual: never called - unsatisfied and active > ../../src/tests/allocator_tests.cpp:112: Failure > Actual function call count doesn't match EXPECT_CALL(sched1, registered(_, > _, _))... > Expected: to be called once > Actual: never called - unsatisfied and active > ../../src/tests/allocator_tests.cpp:94: Failure > Actual function call count doesn't match EXPECT_CALL(allocator, > slaveAdded(_, _, _))... > Expected: to be called once > Actual: never called - unsatisfied and active > ../../src/tests/allocator_tests.cpp:110: Failure > Actual function call count doesn't match EXPECT_CALL(allocator, > frameworkAdded(_, _, _))... > Expected: to be called once > Actual: never called - unsatisfied and active > make[3]: *** [check-local] Segmentation fault (core dumped) > make[3]: Leaving directory `/root/mesos-0.20.0/build/src' > make[2]: *** [check-am] Error 2 > make[2]: Leaving directory `/root/mesos-0.20.0/build/src' > make[1]: *** [check] Error 2 > make[1]: Leaving directory `/root/mesos-0.20.0/build/src' > make: *** [check-recursive] Error 1 > > > > > -- > Cheers, > Timothy St. Clair > Red Hat Inc. >

