See <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/244/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 3826 lines...] ------------------------------------------------------------- tests/cgroups_tests.cpp:190: Failure cgroups: is not mounted [ FAILED ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Read (0 ms) [ RUN ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:190: Failure cgroups: is not mounted [ FAILED ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write (1 ms) [----------] 8 tests from CgroupsAnyHierarchyTest (4 ms total) [----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest [ RUN ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:190: Failure cgroups: is not mounted [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy (0 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:190: Failure cgroups: is not mounted [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy (1 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:190: Failure cgroups: is not mounted [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems (0 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:190: Failure cgroups: is not mounted [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove (1 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:190: Failure cgroups: is not mounted [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen (0 ms) [----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest (2 ms total) [----------] 1 test from CgroupsNoHierarchyTest [ RUN ] CgroupsNoHierarchyTest.ROOT_CGROUPS_MountUnmountHierarchy 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 (1 ms) [----------] 1 test from CgroupsNoHierarchyTest (1 ms total) [----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest [ RUN ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:190: Failure cgroups: is not mounted [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze (0 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:190: Failure cgroups: is not mounted [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill (1 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:190: Failure cgroups: is not mounted [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy (0 ms) [----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest (1 ms total) [----------] 3 tests from FsTest [ RUN ] FsTest.MountTableRead [ OK ] FsTest.MountTableRead (43 ms) [ RUN ] FsTest.MountTableHasOption [ OK ] FsTest.MountTableHasOption (0 ms) [ RUN ] FsTest.FileSystemTableRead [ OK ] FsTest.FileSystemTableRead (17 ms) [----------] 3 tests from FsTest (60 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) [----------] 13 tests from ZooKeeperTest [ RUN ] ZooKeeperTest.Auth [ OK ] ZooKeeperTest.Auth (4260 ms) [ RUN ] ZooKeeperTest.Create [ OK ] ZooKeeperTest.Create (4237 ms) [ RUN ] ZooKeeperTest.MasterDetector [ OK ] ZooKeeperTest.MasterDetector (139 ms) [ RUN ] ZooKeeperTest.MasterDetectors [ OK ] ZooKeeperTest.MasterDetectors (175 ms) [ RUN ] ZooKeeperTest.MasterDetectorShutdownNetwork 2012-11-26 22:04:29,815:11961(0x2b4561118700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:38357] zk retcode=-4, errno=112(Host is down): failed while receiving a server response [ OK ] ZooKeeperTest.MasterDetectorShutdownNetwork (3565 ms) [ RUN ] ZooKeeperTest.MasterDetectorExpireZKSession 2012-11-26 22:04:33,497:11961(0x2b4560b15700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:46589] zk retcode=-4, errno=112(Host is down): failed while receiving a server response E1126 22:04:33.497237 11997 detector.cpp:478] Master detector failed to get masters: connection loss 2012-11-26 22:04:36,831:11961(0x2b4560b15700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:46589] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13b3ec012800000 has expired. [ OK ] ZooKeeperTest.MasterDetectorExpireZKSession (3664 ms) [ RUN ] ZooKeeperTest.Group [ OK ] ZooKeeperTest.Group (134 ms) [ RUN ] ZooKeeperTest.GroupJoinWithDisconnect 2012-11-26 22:04:37,084:11961(0x2b4561319700):ZOO_ERROR@handle_socket_error_msg@1579: Socket [127.0.0.1:33589] zk retcode=-4, errno=111(Connection refused): server refused to accept the client [ OK ] ZooKeeperTest.GroupJoinWithDisconnect (1812 ms) [ RUN ] ZooKeeperTest.GroupDataWithDisconnect 2012-11-26 22:04:38,993:11961(0x2b4561319700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:33910] zk retcode=-4, errno=112(Host is down): failed while receiving a server response [ OK ] ZooKeeperTest.GroupDataWithDisconnect (2117 ms) [ RUN ] ZooKeeperTest.GroupCancelWithDisconnect 2012-11-26 22:04:41,105:11961(0x2b4561118700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:55211] zk retcode=-4, errno=112(Host is down): failed while receiving a server response [ OK ] ZooKeeperTest.GroupCancelWithDisconnect (2161 ms) [ RUN ] ZooKeeperTest.GroupWatchWithSessionExpiration 2012-11-26 22:04:43,341:11961(0x2b4560f17700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:60509] zk retcode=-4, errno=112(Host is down): failed while receiving a server response 2012-11-26 22:04:45,345:11961(0x2b4560f17700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:60509] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13b3ec039220000 has expired. [ OK ] ZooKeeperTest.GroupWatchWithSessionExpiration (2264 ms) [ RUN ] ZooKeeperTest.MultipleGroups 2012-11-26 22:04:45,555:11961(0x2b4560f17700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:37951] zk retcode=-4, errno=112(Host is down): failed while receiving a server response [ OK ] ZooKeeperTest.MultipleGroups (139 ms) [ RUN ] ZooKeeperTest.GroupPathWithRestrictivePerms [ OK ] ZooKeeperTest.GroupPathWithRestrictivePerms (8385 ms) [----------] 13 tests from ZooKeeperTest (33054 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 (2331 ms) [ RUN ] AllocatorZooKeeperTest/0.SlaveReregisterFirst [ OK ] AllocatorZooKeeperTest/0.SlaveReregisterFirst (1138 ms) [----------] 2 tests from AllocatorZooKeeperTest/0 (3470 ms total) [----------] Global test environment tear-down [==========] 232 tests from 44 test cases ran. (101363 ms total) [ PASSED ] 214 tests. [ FAILED ] 18 tests, listed below: [ 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 18 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-In-Src-Set-JAVA_HOME/ws/src'> make[2]: *** [check-am] Error 2 make[2]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'> make[1]: *** [check] Error 2 make[1]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'> make: *** [check-recursive] Error 1 Build step 'Execute shell' marked build as failure
