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

Changes:

[benh] Fixing bug in test.

[benh] Replaced old 'TestAllocatorProcess' with new
'HierarchicalDRFAllocatorProcess'.

[benh] Adding missing files to the distribution.

[benh] Remove copy constructors from master / slave structs. Zero-copy
manipulation of completed tasks / frameworks / executors.

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

------------------------------------------
[...truncated 1808 lines...]
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyTest.*).
-------------------------------------------------------------
tests/cgroups_tests.cpp:184: Failure
cgroups: No such file or directory
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_WriteControl (1 ms)
[ RUN      ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_GetTasks
tests/cgroups_tests.cpp:151: Failure
cgroups::createHierarchy(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:184: Failure
cgroups: No such file or directory
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_GetTasks (0 ms)
[----------] 8 tests from CgroupsAnyHierarchyTest (4 ms total)

[----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy
tests/cgroups_tests.cpp:151: Failure
cgroups::createHierarchy(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:184: Failure
cgroups: No such file or directory
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy (1 ms)
[ RUN      ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy
tests/cgroups_tests.cpp:151: Failure
cgroups::createHierarchy(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:184: Failure
cgroups: No such file or directory
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy (0 ms)
[ RUN      ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CheckHierarchySubsystems
tests/cgroups_tests.cpp:151: Failure
cgroups::createHierarchy(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:184: Failure
cgroups: No such file or directory
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CheckHierarchySubsystems (1 
ms)
[ RUN      ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemoveCgroup
tests/cgroups_tests.cpp:151: Failure
cgroups::createHierarchy(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:184: Failure
cgroups: No such file or directory
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemoveCgroup (13 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_ListenEvent
tests/cgroups_tests.cpp:151: Failure
cgroups::createHierarchy(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:184: Failure
cgroups: No such file or directory
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_ListenEvent (1 
ms)
[----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest (16 ms total)

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

[----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freezer
tests/cgroups_tests.cpp:151: Failure
cgroups::createHierarchy(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:184: Failure
cgroups: No such file or directory
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freezer 
(0 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_KillTasks
tests/cgroups_tests.cpp:151: Failure
cgroups::createHierarchy(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:184: Failure
cgroups: No such file or directory
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_KillTasks 
(0 ms)
[ RUN      ] 
CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_DestroyCgroup
tests/cgroups_tests.cpp:151: Failure
cgroups::createHierarchy(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:184: Failure
cgroups: No such file or directory
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_DestroyCgroup (0 ms)
[----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest (1 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 (12 ms)
[----------] 3 tests from FsTest (12 ms total)

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

[----------] 13 tests from ZooKeeperTest
[ RUN      ] ZooKeeperTest.Auth
[       OK ] ZooKeeperTest.Auth (4254 ms)
[ RUN      ] ZooKeeperTest.Create
[       OK ] ZooKeeperTest.Create (4302 ms)
[ RUN      ] ZooKeeperTest.MasterDetector
[       OK ] ZooKeeperTest.MasterDetector (141 ms)
[ RUN      ] ZooKeeperTest.MasterDetectors
[       OK ] ZooKeeperTest.MasterDetectors (175 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorShutdownNetwork
2012-11-09 
02:25:06,031:29096(0x2adfb5118700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:60825] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.MasterDetectorShutdownNetwork (3509 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireZKSession
2012-11-09 
02:25:09,659:29096(0x2adfb551a700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:41940] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
E1109 02:25:09.660133 29259 detector.cpp:478] Master detector failed to get 
masters: connection loss
2012-11-09 
02:25:12,993:29096(0x2adfb551a700):ZOO_ERROR@handle_socket_error_msg@1621: 
Socket [127.0.0.1:41940] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13ae2fc314e0000 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireZKSession (3648 ms)
[ RUN      ] ZooKeeperTest.Group
[       OK ] ZooKeeperTest.Group (248 ms)
[ RUN      ] ZooKeeperTest.GroupJoinWithDisconnect
2012-11-09 
02:25:13,354:29096(0x2adfb551a700):ZOO_ERROR@handle_socket_error_msg@1579: 
Socket [127.0.0.1:32899] zk retcode=-4, errno=111(Connection refused): server 
refused to accept the client
[       OK ] ZooKeeperTest.GroupJoinWithDisconnect (1789 ms)
[ RUN      ] ZooKeeperTest.GroupDataWithDisconnect
2012-11-09 
02:25:15,236:29096(0x2adfb5118700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:52926] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.GroupDataWithDisconnect (2157 ms)
[ RUN      ] ZooKeeperTest.GroupCancelWithDisconnect
2012-11-09 
02:25:17,389:29096(0x2adfb5118700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:56112] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.GroupCancelWithDisconnect (2447 ms)
[ RUN      ] ZooKeeperTest.GroupWatchWithSessionExpiration
2012-11-09 
02:25:19,833:29096(0x2adfb4b15700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:39175] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
2012-11-09 
02:25:21,836:29096(0x2adfb4b15700):ZOO_ERROR@handle_socket_error_msg@1621: 
Socket [127.0.0.1:39175] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13ae2fc59800000 has expired.
[       OK ] ZooKeeperTest.GroupWatchWithSessionExpiration (2163 ms)
[ RUN      ] ZooKeeperTest.MultipleGroups
2012-11-09 
02:25:22,027:29096(0x2adfb551a700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:54110] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.MultipleGroups (136 ms)
[ RUN      ] ZooKeeperTest.GroupPathWithRestrictivePerms
[       OK ] ZooKeeperTest.GroupPathWithRestrictivePerms (8273 ms)
[----------] 13 tests from ZooKeeperTest (33242 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 (2338 ms)
[ RUN      ] AllocatorZooKeeperTest/0.SlaveReregisterFirst
[       OK ] AllocatorZooKeeperTest/0.SlaveReregisterFirst (3222 ms)
[----------] 2 tests from AllocatorZooKeeperTest/0 (5560 ms total)

[----------] Global test environment tear-down
[==========] 226 tests from 43 test cases ran. (108053 ms total)
[  PASSED  ] 208 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_CheckHierarchy
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_GetCgroups
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_ReadControl
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_WriteControl
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_GetTasks
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CheckHierarchySubsystems
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemoveCgroup
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_ListenEvent
[  FAILED  ] CgroupsNoHierarchyTest.ROOT_CGROUPS_CreateRemoveHierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freezer
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_KillTasks
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_DestroyCgroup

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

Reply via email to