You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/02/27 03:44:30 UTC

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME #301

See <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/301/changes>

Changes:

[vinodkone] Added --disable-perftools to configure.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9296

[vinodkone] Added a libprocess environment variable for
enabling the cpu profiler.

The perftools profiler causes crashes on 64 bit systems with
libunwind or gcc < 2.12. This is to remove access to the profiler,
unless explicitly overridden in the environment.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9583

[vinodkone] Fixed gperftools targets, to avoid unnecessary re-compilation.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9108

[vinodkone] Updated Boost to 1.53.0

From: David Mackey <td...@booleanhaiku.com>
Review: https://reviews.apache.org/r/9316

[vinodkone] Fixed Python header build warnings.

From: David Mackey <td...@booleanhaiku.com>
Review: https://reviews.apache.org/r/9320

[vinodkone] Fixed build error in DownloadTest files test.

From: David Mackey <td...@booleanhaiku.com>
Review: https://reviews.apache.org/r/9319

[vinodkone] Resolved GCC 4.7 unistd.h header dependency change.

From: David Mackey <td...@booleanhaiku.com>
Review: https://reviews.apache.org/r/9318

[vinodkone] Updated libprocess protobuf wrapper to compile with GCC 4.7

From: David Mackey <td...@booleanhaiku.com>
Review: https://reviews.apache.org/r/9317

[vinodkone] Updated multihashmap to compile with GCC 4.7

From: David Mackey <td...@booleanhaiku.com>
Review: https://reviews.apache.org/r/9323

[vinodkone] Resource Monitoring 13: Added executor resource usage to webui.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9269

[vinodkone] Resource Monitoring 12: Split apart the monolithic slave controller.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9268

[vinodkone] Resource Monitoring 11: Upgraded underscore.js (to use _.object).

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9267

[vinodkone] Resource Monitoring 10: Implemented process based
resource usage collection for OSX.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9147

[vinodkone] Resource Monitoring 9: Implemented process based resource collection
for linux.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9146

[vinodkone] Resource Monitoring 8: Added cgroups::stat primitive
and implemented cgroup resource collection.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9145

[vinodkone] Resource Monitoring 7: Archived terminated executor statistics.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9095

[vinodkone] Resource Monitoring 6: Added ResourceMonitor and
updated the isolation module API.

This is the meat of the resource monitoring design.

-Added a ResourceUsage protobuf.
-Added a ResourceMonitor process that periodically hits
the isolation module for usage information.
-Usage is exported to the Statistics process.
-Usage is available via a JSON endpoint.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9094

[vinodkone] Resource Monitoring 5: Added the ability to archive statistics.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9093

[vinodkone] Resource Monitoring 4: Added metering to statistics.

We'll need to compute metered data on top incoming raw data. The challenge is that some meters will require previous data:
For example:
1. cpu_time = 10 @ time 10;
2. cpu_time = 20 @ time 20; --> cpu_usage = 1.0 (100%) this is 20-10 / 20-10
3. cpu_time = 25 @ time 30; --> cpu_usage = 0.5 (50%) this is 25-20 / 30-20

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9092

[vinodkone] Resource Monitoring 3: Added context to statistics to provide
a clean way to logically group stats.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9091

[vinodkone] Resource Monitoring 2: Added global statistics for libprocess,
enabling centralized stats across Processes.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9090

[vinodkone] Resource Monitoring 1.5: Added source to ExecutorInfo.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9552

[vinodkone] Resource Monitoring 1: Added name to ExecutorInfo.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9089

------------------------------------------
[...truncated 5565 lines...]
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Stat (0 ms)
[----------] 9 tests from CgroupsAnyHierarchyTest (3 ms total)

[----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory' at '/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryTest.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy (1 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory' at '/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryTest.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy (0 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory' at '/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryTest.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems (1 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory' at '/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryTest.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove (0 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory' at '/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryTest.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen (1 ms)
[----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest (3 ms total)

[----------] 1 test from CgroupsNoHierarchyTest
[ RUN      ] CgroupsNoHierarchyTest.ROOT_CGROUPS_MountUnmountHierarchy
../../src/tests/cgroups_tests.cpp:296: Failure
cgroups::mount(HIERARCHY, "cpu,memory"): Failed to mount 'cpu,memory' at '/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
[  FAILED  ] CgroupsNoHierarchyTest.ROOT_CGROUPS_MountUnmountHierarchy (0 ms)
[----------] 1 test from CgroupsNoHierarchyTest (0 ms total)

[----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory,freezer' at '/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory,freezer'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryFreezerTest.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze (1 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory,freezer' at '/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory,freezer'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryFreezerTest.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill (0 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpu,memory,freezer' at '/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu,memory,freezer'
because we failed to find an existing hierarchy
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryFreezerTest.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy (1 ms)
[----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest (2 ms total)

[----------] 3 tests from FsTest
[ RUN      ] FsTest.MountTableRead
[       OK ] FsTest.MountTableRead (30 ms)
[ RUN      ] FsTest.MountTableHasOption
[       OK ] FsTest.MountTableHasOption (0 ms)
[ RUN      ] FsTest.FileSystemTableRead
[       OK ] FsTest.FileSystemTableRead (46 ms)
[----------] 3 tests from FsTest (76 ms total)

[----------] 4 tests from ProcTest
[ RUN      ] ProcTest.Pids
[       OK ] ProcTest.Pids (1 ms)
[ RUN      ] ProcTest.Cpus
[       OK ] ProcTest.Cpus (0 ms)
[ RUN      ] ProcTest.SystemStatistics
[       OK ] ProcTest.SystemStatistics (0 ms)
[ RUN      ] ProcTest.ProcessStatistics
[       OK ] ProcTest.ProcessStatistics (0 ms)
[----------] 4 tests from ProcTest (1 ms total)

[----------] 15 tests from ZooKeeperTest
[ RUN      ] ZooKeeperTest.Auth
[       OK ] ZooKeeperTest.Auth (4202 ms)
[ RUN      ] ZooKeeperTest.Create
[       OK ] ZooKeeperTest.Create (4226 ms)
[ RUN      ] ZooKeeperTest.MasterDetector
[       OK ] ZooKeeperTest.MasterDetector (294 ms)
[ RUN      ] ZooKeeperTest.MasterDetectors
[       OK ] ZooKeeperTest.MasterDetectors (305 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorShutdownNetwork
2013-02-27 02:43:50,759:10716(0x2b4880f74700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:51823] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
[       OK ] ZooKeeperTest.MasterDetectorShutdownNetwork (3687 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireMasterZKSession
2013-02-27 02:43:54,840:10716(0x2b4880b72700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:49889] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
E0227 02:43:54.840420 10736 detector.cpp:477] Master detector ((708)@67.195.138.9:37524)  failed to get masters: connection loss
2013-02-27 02:43:58,174:10716(0x2b4880b72700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:49889] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d1988e35b0000 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireMasterZKSession (4033 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession
2013-02-27 02:43:58,572:10716(0x2b4880f74700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:52143] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
2013-02-27 02:44:01,909:10716(0x2b4880f74700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:52143] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d1988f3250001 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession (4290 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster
2013-02-27 02:44:04,898:10716(0x2b4880d73700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:51005] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
2013-02-27 02:44:04,906:10716(0x2b4881376700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:51005] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
E0227 02:44:04.906308 10737 detector.cpp:477] Master detector ((722)@67.195.138.9:37524)  failed to get masters: connection loss
2013-02-27 02:44:08,235:10716(0x2b4880d73700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:51005] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d198903db0002 has expired.
2013-02-27 02:44:08,240:10716(0x2b4881376700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:51005] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d198903db0000 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster (5829 ms)
[ RUN      ] ZooKeeperTest.Group
[       OK ] ZooKeeperTest.Group (215 ms)
[ RUN      ] ZooKeeperTest.GroupJoinWithDisconnect
2013-02-27 02:44:08,705:10716(0x2b4881376700):ZOO_ERROR@handle_socket_error_msg@1579: Socket [127.0.0.1:54687] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
[       OK ] ZooKeeperTest.GroupJoinWithDisconnect (1859 ms)
[ RUN      ] ZooKeeperTest.GroupDataWithDisconnect
2013-02-27 02:44:10,771:10716(0x2b4881175700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:56204] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
[       OK ] ZooKeeperTest.GroupDataWithDisconnect (2336 ms)
[ RUN      ] ZooKeeperTest.GroupCancelWithDisconnect
2013-02-27 02:44:13,193:10716(0x2b4880f74700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:46527] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
[       OK ] ZooKeeperTest.GroupCancelWithDisconnect (2434 ms)
[ RUN      ] ZooKeeperTest.GroupWatchWithSessionExpiration
2013-02-27 02:44:15,515:10716(0x2b4880b72700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:56266] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
2013-02-27 02:44:17,517:10716(0x2b4880b72700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:56266] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d1989359e0000 has expired.
[       OK ] ZooKeeperTest.GroupWatchWithSessionExpiration (2337 ms)
[ RUN      ] ZooKeeperTest.MultipleGroups
2013-02-27 02:44:18,050:10716(0x2b4881376700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:52217] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
[       OK ] ZooKeeperTest.MultipleGroups (480 ms)
[ RUN      ] ZooKeeperTest.GroupPathWithRestrictivePerms
[       OK ] ZooKeeperTest.GroupPathWithRestrictivePerms (8403 ms)
[----------] 15 tests from ZooKeeperTest (44931 ms total)

[----------] 2 tests from AllocatorZooKeeperTest/0, where TypeParam = mesos::internal::master::HierarchicalAllocatorProcess<mesos::internal::master::DRFSorter, mesos::internal::master::DRFSorter>
[ RUN      ] AllocatorZooKeeperTest/0.FrameworkReregistersFirst
[       OK ] AllocatorZooKeeperTest/0.FrameworkReregistersFirst (1693 ms)
[ RUN      ] AllocatorZooKeeperTest/0.SlaveReregisterFirst
[       OK ] AllocatorZooKeeperTest/0.SlaveReregisterFirst (1662 ms)
[----------] 2 tests from AllocatorZooKeeperTest/0 (3355 ms total)

[----------] Global test environment tear-down
[==========] 239 tests from 45 test cases ran. (148924 ms total)
[  PASSED  ] 216 tests.
[  FAILED  ] 23 tests, listed below:
[  FAILED  ] CoordinatorTest.MultipleAppendsNotLearnedFill
[  FAILED  ] CoordinatorTest.TruncateNotLearnedFill
[  FAILED  ] CoordinatorTest.TruncateLearnedFill
[  FAILED  ] AllocatorTest/0.TaskFinished, where TypeParam = mesos::internal::master::HierarchicalAllocatorProcess<mesos::internal::master::DRFSorter, mesos::internal::master::DRFSorter>
[  FAILED  ] CgroupsIsolationTest.ROOT_CGROUPS_BalloonFramework
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Enabled
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Subsystems
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Mounted
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Get
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Tasks
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Read
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Stat
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen
[  FAILED  ] CgroupsNoHierarchyTest.ROOT_CGROUPS_MountUnmountHierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy

23 FAILED TESTS
  YOU HAVE 1 DISABLED TEST

FAIL: mesos-tests
==================
1 of 1 test failed
==================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/ws/build/src'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/ws/build/src'>
make[1]: *** [check] Error 2
make[1]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/ws/build/src'>
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure