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

Changes:

[benh] Added cpuset tests.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/8176

[benh] Added cpuset isolation to cgroups isolation module.

From: Ben Mahler <[email protected]>
Review: https://reviews.apache.org/r/8108

[benh] Added a proc::cpus function for getting back information about the
CPUs on a machine.

Review: https://reviews.apache.org/r/8059

[benh] Replaced some names in cgroups and updated some return values to be
Try<bool> instead of Try<Nothing>.

Review: https://reviews.apache.org/r/8058

------------------------------------------
[...truncated 3420 lines...]
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Read (0 ms)
[ RUN      ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write
../../src/tests/cgroups_tests.cpp:155: Failure
cgroups::mount(HIERARCHY, subsystems): Failed to mount cpu at 
/tmp/mesos_cgroups_testing_hierarchy: Operation not permitted
-------------------------------------------------------------
We cannot run any cgroups tests that require
a hierarchy with subsystems 'cpu'
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=-CgroupsAnyHierarchyTest.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:190: Failure
cgroups:  is not mounted
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write (1 ms)
[----------] 8 tests from CgroupsAnyHierarchyTest (5 ms total)

[----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy
../../src/tests/cgroups_tests.cpp:155: 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:190: Failure
cgroups:  is not mounted
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy (0 ms)
[ RUN      ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy
../../src/tests/cgroups_tests.cpp:155: 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:190: Failure
cgroups:  is not mounted
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy (1 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems
../../src/tests/cgroups_tests.cpp:155: 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:190: Failure
cgroups:  is not mounted
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems (0 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove
../../src/tests/cgroups_tests.cpp:155: 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:190: Failure
cgroups:  is not mounted
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove (1 
ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen
../../src/tests/cgroups_tests.cpp:155: 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:190: Failure
cgroups:  is not mounted
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen (0 ms)
[----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest (3 ms total)

[----------] 1 test from CgroupsNoHierarchyTest
[ RUN      ] CgroupsNoHierarchyTest.ROOT_CGROUPS_MountUnmountHierarchy
../../src/tests/cgroups_tests.cpp:294: 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:155: 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:190: Failure
cgroups:  is not mounted
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze (1 
ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill
../../src/tests/cgroups_tests.cpp:155: 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:190: Failure
cgroups:  is not mounted
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill (0 
ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy
../../src/tests/cgroups_tests.cpp:155: 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:190: Failure
cgroups:  is not mounted
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy 
(1 ms)
[----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest (2 ms 
total)

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

[----------] 4 tests from ProcTest
[ RUN      ] ProcTest.Pids
[       OK ] ProcTest.Pids (2 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 (2 ms total)

[----------] 13 tests from ZooKeeperTest
[ RUN      ] ZooKeeperTest.Auth
[       OK ] ZooKeeperTest.Auth (4333 ms)
[ RUN      ] ZooKeeperTest.Create
[       OK ] ZooKeeperTest.Create (4391 ms)
[ RUN      ] ZooKeeperTest.MasterDetector
[       OK ] ZooKeeperTest.MasterDetector (132 ms)
[ RUN      ] ZooKeeperTest.MasterDetectors
[       OK ] ZooKeeperTest.MasterDetectors (173 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorShutdownNetwork
2012-11-26 
22:12:15,716:14493(0x2baba1118700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:54124] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.MasterDetectorShutdownNetwork (3732 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireZKSession
2012-11-26 
22:12:19,681:14493(0x2baba0d16700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:60079] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
E1126 22:12:19.681300 14517 detector.cpp:478] Master detector failed to get 
masters: connection loss
2012-11-26 
22:12:23,016:14493(0x2baba0d16700):ZOO_ERROR@handle_socket_error_msg@1621: 
Socket [127.0.0.1:60079] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13b3ec72f7e0000 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireZKSession (3783 ms)
[ RUN      ] ZooKeeperTest.Group
[       OK ] ZooKeeperTest.Group (285 ms)
[ RUN      ] ZooKeeperTest.GroupJoinWithDisconnect
2012-11-26 
22:12:23,577:14493(0x2baba1319700):ZOO_ERROR@handle_socket_error_msg@1579: 
Socket [127.0.0.1:37464] zk retcode=-4, errno=111(Connection refused): server 
refused to accept the client
[       OK ] ZooKeeperTest.GroupJoinWithDisconnect (1948 ms)
[ RUN      ] ZooKeeperTest.GroupDataWithDisconnect
2012-11-26 
22:12:25,454:14493(0x2baba0d16700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:50800] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.GroupDataWithDisconnect (2157 ms)
[ RUN      ] ZooKeeperTest.GroupCancelWithDisconnect
2012-11-26 
22:12:27,656:14493(0x2baba0b15700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:60072] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.GroupCancelWithDisconnect (2192 ms)
[ RUN      ] ZooKeeperTest.GroupWatchWithSessionExpiration
2012-11-26 
22:12:29,795:14493(0x2baba0b15700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:43672] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
2012-11-26 
22:12:31,799:14493(0x2baba0b15700):ZOO_ERROR@handle_socket_error_msg@1621: 
Socket [127.0.0.1:43672] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13b3ec757900000 has expired.
[       OK ] ZooKeeperTest.GroupWatchWithSessionExpiration (2158 ms)
[ RUN      ] ZooKeeperTest.MultipleGroups
2012-11-26 
22:12:31,973:14493(0x2baba0d16700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:44685] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.MultipleGroups (121 ms)
[ RUN      ] ZooKeeperTest.GroupPathWithRestrictivePerms
[       OK ] ZooKeeperTest.GroupPathWithRestrictivePerms (8420 ms)
[----------] 13 tests from ZooKeeperTest (33825 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 (2214 ms)
[ RUN      ] AllocatorZooKeeperTest/0.SlaveReregisterFirst
[       OK ] AllocatorZooKeeperTest/0.SlaveReregisterFirst (2404 ms)
[----------] 2 tests from AllocatorZooKeeperTest/0 (4618 ms total)

[----------] Global test environment tear-down
[==========] 232 tests from 44 test cases ran. (130179 ms total)
[  PASSED  ] 211 tests.
[  FAILED  ] 21 tests, listed below:
[  FAILED  ] CoordinatorTest.MultipleAppendsNotLearnedFill
[  FAILED  ] CoordinatorTest.TruncateNotLearnedFill
[  FAILED  ] CoordinatorTest.TruncateLearnedFill
[  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  ] 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

21 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

Reply via email to