See <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/270/changes>
Changes: [vinodkone] Removed silencing of some of the build commands. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/9761 [vinodkone] Fixed a bug in the slave that crashed it when hitting /statistics/snapshot.json. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/9748 [vinodkone] Removed protobuf from mesos third party libraries, and used libprocess protobuf instead. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/9744 [vinodkone] Added protobuf to libprocess third party libraries. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/9743 [vinodkone] Added more user-friendly cgroups OOM messages. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/9121 [vinodkone] Added a Bytes abstraction. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/9120 [vinodkone] Added tests for http encoding. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/8799 [vinodkone] Added tests for http decoding. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/8798 [vinodkone] Used gzip encoding only when acceptable. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/8797 [vinodkone] Added support for hadoop-2.0.0-mr1-cdh4.1.2. Review: https://reviews.apache.org/r/9174 ------------------------------------------ [...truncated 5475 lines...] (i.e., --gtest_filter=-CgroupsAnyHierarchyWithCpuMemoryTest.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:192: Failure cgroups: '' is not a valid hierarchy [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy (0 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:192: Failure cgroups: '' is not a valid hierarchy [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy (1 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:192: Failure cgroups: '' is not a valid hierarchy [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems (1 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:192: Failure cgroups: '' is not a valid hierarchy [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove (0 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen 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.*). ------------------------------------------------------------- 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 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 (1 ms) [----------] 1 test from CgroupsNoHierarchyTest (1 ms total) [----------] 1 test from CgroupsAnyHierarchyWithCpuAcctMemoryTest [ RUN ] CgroupsAnyHierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat tests/cgroups_tests.cpp:157: Failure cgroups::mount(HIERARCHY, subsystems): Failed to mount 'cpuacct,memory' at '/tmp/mesos_cgroups_testing_hierarchy': Operation not permitted ------------------------------------------------------------- We cannot run any cgroups tests that require a hierarchy with subsystems 'cpuacct,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=-CgroupsAnyHierarchyWithCpuAcctMemoryTest.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:192: Failure cgroups: '' is not a valid hierarchy [ FAILED ] CgroupsAnyHierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat (0 ms) [----------] 1 test from CgroupsAnyHierarchyWithCpuAcctMemoryTest (0 ms total) [----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest [ RUN ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:192: Failure cgroups: '' is not a valid hierarchy [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze (1 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:192: Failure cgroups: '' is not a valid hierarchy [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill (1 ms) [ RUN ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy 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.*). ------------------------------------------------------------- tests/cgroups_tests.cpp:192: Failure cgroups: '' is not a valid hierarchy [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy (1 ms) [----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest (3 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 (1 ms) [ RUN ] ProcTest.Cpus [ OK ] ProcTest.Cpus (0 ms) [ RUN ] ProcTest.SystemStatistics [ OK ] ProcTest.SystemStatistics (1 ms) [ RUN ] ProcTest.ProcessStatistics [ OK ] ProcTest.ProcessStatistics (0 ms) [----------] 4 tests from ProcTest (2 ms total) [----------] 15 tests from ZooKeeperTest [ RUN ] ZooKeeperTest.Auth [ OK ] ZooKeeperTest.Auth (4297 ms) [ RUN ] ZooKeeperTest.Create [ OK ] ZooKeeperTest.Create (4250 ms) [ RUN ] ZooKeeperTest.MasterDetector [ OK ] ZooKeeperTest.MasterDetector (135 ms) [ RUN ] ZooKeeperTest.MasterDetectors [ OK ] ZooKeeperTest.MasterDetectors (203 ms) [ RUN ] ZooKeeperTest.MasterDetectorShutdownNetwork 2013-03-06 06:23:38,672:19392(0x2ab045118700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:56159] zk retcode=-4, errno=112(Host is down): failed while receiving a server response [ OK ] ZooKeeperTest.MasterDetectorShutdownNetwork (3559 ms) [ RUN ] ZooKeeperTest.MasterDetectorExpireMasterZKSession 2013-03-06 06:23:42,302:19392(0x2ab044d16700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:32860] zk retcode=-4, errno=112(Host is down): failed while receiving a server response E0306 06:23:42.302324 19415 detector.cpp:477] Master detector ((746)@67.195.138.60:43464) failed to get masters: connection loss 2013-03-06 06:23:45,637:19392(0x2ab044d16700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:32860] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d3e5ea23a0000 has expired. [ OK ] ZooKeeperTest.MasterDetectorExpireMasterZKSession (3612 ms) [ RUN ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession 2013-03-06 06:23:45,916:19392(0x2ab045118700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:42289] zk retcode=-4, errno=112(Host is down): failed while receiving a server response 2013-03-06 06:23:49,254:19392(0x2ab045118700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:42289] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d3e5eb0550001 has expired. [ OK ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession (4192 ms) [ RUN ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster 2013-03-06 06:23:50,140:19392(0x2ab044f17700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:36908] zk retcode=-4, errno=112(Host is down): failed while receiving a server response 2013-03-06 06:23:50,157:19392(0x2ab04551a700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:36908] zk retcode=-4, errno=112(Host is down): failed while receiving a server response E0306 06:23:50.158016 19413 detector.cpp:477] Master detector ((760)@67.195.138.60:43464) failed to get masters: connection loss 2013-03-06 06:23:53,477:19392(0x2ab044f17700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:36908] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d3e5ec0b60002 has expired. 2013-03-06 06:23:53,494:19392(0x2ab04551a700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:36908] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d3e5ec0b60000 has expired. [ OK ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster (3664 ms) [ RUN ] ZooKeeperTest.Group [ OK ] ZooKeeperTest.Group (132 ms) [ RUN ] ZooKeeperTest.GroupJoinWithDisconnect 2013-03-06 06:23:53,740:19392(0x2ab045319700):ZOO_ERROR@handle_socket_error_msg@1579: Socket [127.0.0.1:57507] zk retcode=-4, errno=111(Connection refused): server refused to accept the client [ OK ] ZooKeeperTest.GroupJoinWithDisconnect (1795 ms) [ RUN ] ZooKeeperTest.GroupDataWithDisconnect 2013-03-06 06:23:55,619:19392(0x2ab044b15700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:40161] zk retcode=-4, errno=112(Host is down): failed while receiving a server response [ OK ] ZooKeeperTest.GroupDataWithDisconnect (2145 ms) [ RUN ] ZooKeeperTest.GroupCancelWithDisconnect 2013-03-06 06:23:57,768:19392(0x2ab045118700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:50784] zk retcode=-4, errno=112(Host is down): failed while receiving a server response [ OK ] ZooKeeperTest.GroupCancelWithDisconnect (2161 ms) [ RUN ] ZooKeeperTest.GroupWatchWithSessionExpiration 2013-03-06 06:23:59,937:19392(0x2ab045118700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:42063] zk retcode=-4, errno=112(Host is down): failed while receiving a server response 2013-03-06 06:24:01,940:19392(0x2ab045118700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:42063] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d3e5ee7600000 has expired. [ OK ] ZooKeeperTest.GroupWatchWithSessionExpiration (2176 ms) [ RUN ] ZooKeeperTest.MultipleGroups 2013-03-06 06:24:02,126:19392(0x2ab04551a700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:33373] zk retcode=-4, errno=112(Host is down): failed while receiving a server response [ OK ] ZooKeeperTest.MultipleGroups (127 ms) [ RUN ] ZooKeeperTest.GroupPathWithRestrictivePerms [ OK ] ZooKeeperTest.GroupPathWithRestrictivePerms (8256 ms) [----------] 15 tests from ZooKeeperTest (40705 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 (2317 ms) [ RUN ] AllocatorZooKeeperTest/0.SlaveReregisterFirst [ OK ] AllocatorZooKeeperTest/0.SlaveReregisterFirst (3214 ms) [----------] 2 tests from AllocatorZooKeeperTest/0 (5531 ms total) [----------] Global test environment tear-down [==========] 202 tests from 42 test cases ran. (109221 ms total) [ PASSED ] 182 tests. [ FAILED ] 20 tests, listed below: [ 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 ] 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 ] CgroupsAnyHierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill [ FAILED ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy 20 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
