Bhuvan Arumugam created MESOS-1156:
--------------------------------------
Summary: make check-local fail on OEL6
Key: MESOS-1156
URL: https://issues.apache.org/jira/browse/MESOS-1156
Project: Mesos
Issue Type: Bug
Components: build
Affects Versions: 0.19.0
Environment: Oracle Linux 6.5
Reporter: Bhuvan Arumugam
[bhuvan@build mesos]$ uname -a
Linux build 2.6.32-431.el6.x86_64 #1 SMP Wed Nov 20 23:56:07 PST 2013 x86_64
x86_64 x86_64 GNU/Linux
[bhuvan@build mesos]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.5 (Santiago)
$ make check -j3
.
.
make check-local
make[3]: Entering directory `/Volumes/apple/mesos/mesos/build/src'
./mesos-tests
Source directory: /Volumes/apple/mesos/mesos
Build directory: /Volumes/apple/mesos/mesos/build
Note: Google Test filter =
*-CgroupsAnyHierarchyTest.ROOT_CGROUPS_Enabled:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Subsystems:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Mounted:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Get:
CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Tasks:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Read:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write:CgroupsAnyHierarchyTest.ROOT_
CGROUPS_Cfs_Big_Quota:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubs
ystems:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen:CgroupsNoHierarchyTest.ROOT_CGROUPS_NOHIERARCHY_MountUnmountHierarchy:CgroupsAnyH
ierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Freeze:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Kill:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Dest
roy:ContainerizerTest.ROOT_CGROUPS_BalloonFramework:CpuIsolatorTest/1.UserCpuUsage:CpuIsolatorTest/1.SystemCpuUsage:LimitedCpuIsolatorTest.ROOT_CGROUPS_Cfs:LimitedCpuIsolatorTest.ROOT_CGROUPS_Cfs_Big_Quota:Me
mIsolatorTest/0.MemUsage:MemIsolatorTest/1.MemUsage:
[==========] Running 280 tests from 49 test cases.
[----------] Global test environment set-up.
[----------] 2 tests from AllocatorZooKeeperTest/0, where TypeParam =
mesos::internal::master::allocator::HierarchicalAllocatorProcess<mesos::internal::master::allocator::DRFSorter,
mesos::internal::master::a
llocator::DRFSorter>
[ RUN ] AllocatorZooKeeperTest/0.FrameworkReregistersFirst
../../src/tests/allocator_zookeeper_tests.cpp:147: Failure
Failed to wait 10secs for status
2014-03-28
01:00:19,559:23815(0x7f33fbfff700):ZOO_ERROR@handle_socket_error_msg@1643:
Socket [127.0.0.1:40511] zk retcode=-7, errno=110(Connection timed out):
connection to 127.0.0.1:40511 timed out (exceeded
timeout by 2993ms)
2014-03-28
01:00:19,559:23815(0x7f3419ac2700):ZOO_ERROR@handle_socket_error_msg@1643:
Socket [127.0.0.1:40511] zk retcode=-7, errno=110(Connection timed out):
connection to 127.0.0.1:40511 timed out (exceeded
timeout by 2994ms)
2014-03-28
01:00:19,559:23815(0x7f33fabfd700):ZOO_ERROR@handle_socket_error_msg@1643:
Socket [127.0.0.1:40511] zk retcode=-7, errno=110(Connection timed out):
connection to 127.0.0.1:40511 timed out (exceeded
timeout by 2993ms)
2014-03-28
01:00:19,559:23815(0x7f341aec4700):ZOO_ERROR@handle_socket_error_msg@1643:
Socket [127.0.0.1:40511] zk retcode=-7, errno=110(Connection timed out):
connection to 127.0.0.1:40511 timed out (exceeded
timeout by 2993ms)
2014-03-28
01:00:22,896:23815(0x7f3419ac2700):ZOO_ERROR@handle_socket_error_msg@1739:
Socket [127.0.0.1:40511] zk retcode=-112, errno=116(Stale file handle):
sessionId=0x145062af1430001 has expired.
Lost leadership... committing suicide!
2014-03-28
01:00:22,897:23815(0x7f341aec4700):ZOO_ERROR@handle_socket_error_msg@1739:
Socket [127.0.0.1:40511] zk retcode=-112, errno=116(Stale file handle):
sessionId=0x145062af1430000 has expired.
../../3rdparty/libprocess/include/process/gmock.hpp:138: ERROR: this mock
object (used in test AllocatorZooKeeperTest/0.FrameworkReregistersFirst) should
be deleted but never is. Its address is @0x2a391e8.
../../src/tests/containerizer.cpp:183: ERROR: this mock object (used in test
AllocatorZooKeeperTest/0.FrameworkReregistersFirst) should be deleted but never
is. Its address is @0x2a47220.
../../src/tests/allocator_zookeeper_tests.cpp:128: ERROR: this mock object
(used in test AllocatorZooKeeperTest/0.FrameworkReregistersFirst) should be
deleted but never is. Its address is @0x7fff0bc53630.
../../src/tests/allocator_zookeeper_tests.cpp:136: ERROR: this mock object
(used in test AllocatorZooKeeperTest/0.FrameworkReregistersFirst) should be
deleted but never is. Its address is @0x7fff0bc53ba0.
ERROR: 4 leaked mock objects found at program exit.
make[3]: *** [check-local] Error 1
make[3]: Leaving directory `/Volumes/apple/mesos/mesos/build/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/Volumes/apple/mesos/mesos/build/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/Volumes/apple/mesos/mesos/build/src'
make: *** [check-recursive] Error 1
--
This message was sent by Atlassian JIRA
(v6.2#6252)