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

Changes:

[benh] Fixed 'make clean' to not delete tracked Hadoop files.

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

[benh] Removed OS specific configuration files.

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

[benh] Reduced noise in logs.

From: Vinod Kone <[email protected]>
Review: https://reviews.apache.org/r/8024

[benh] Detached executor work directories after getting GC'ed.

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

[benh] Fixed webui file download links.

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

[benh] Added minified JavaScript for the webui.

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

[benh] Fixed the pailer to escape HTML.

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

[benh] Added more ZooKeeper master detector tests.

From: Vinod Kone <[email protected]>
Review: https://reviews.apache.org/r/7842

[benh] Created a CHECK_SOME macro.

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

[benh] Added protobuf to install_requires in setup.py.in.

From: Brian Wickman <[email protected]>
Review: https://reviews.apache.org/r/7663

------------------------------------------
[...truncated 3934 lines...]
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 (0 ms)
[----------] 8 tests from CgroupsAnyHierarchyTest (50 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 (1 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 (0 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 (1 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 (0 
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 (15 ms)
[----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest (17 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 (12 ms)
[----------] 1 test from CgroupsNoHierarchyTest (12 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 (1 
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 (0 
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 
(13 ms)
[----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest (14 ms 
total)

[----------] 3 tests from FsTest
[ RUN      ] FsTest.MountTableRead
[       OK ] FsTest.MountTableRead (3 ms)
[ RUN      ] FsTest.MountTableHasOption
[       OK ] FsTest.MountTableHasOption (0 ms)
[ RUN      ] FsTest.FileSystemTableRead
[       OK ] FsTest.FileSystemTableRead (9 ms)
[----------] 3 tests from FsTest (12 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 (4087 ms)
[ RUN      ] ZooKeeperTest.Create
[       OK ] ZooKeeperTest.Create (4032 ms)
[ RUN      ] ZooKeeperTest.MasterDetector
[       OK ] ZooKeeperTest.MasterDetector (32 ms)
[ RUN      ] ZooKeeperTest.MasterDetectors
[       OK ] ZooKeeperTest.MasterDetectors (44 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorShutdownNetwork
2012-12-07 
01:21:12,505:26499(0x2acd24f74700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:52934] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.MasterDetectorShutdownNetwork (3379 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireMasterZKSession
2012-12-07 
01:21:15,905:26499(0x2acd24d73700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:34589] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
E1207 01:21:15.906091 26520 detector.cpp:478] Master detector 
((735)@67.195.138.8:46637)  failed to get masters: connection loss
2012-12-07 
01:21:19,243:26499(0x2acd24d73700):ZOO_ERROR@handle_socket_error_msg@1621: 
Socket [127.0.0.1:34589] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13b72f3c2570000 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireMasterZKSession (3405 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession
2012-12-07 
01:21:19,304:26499(0x2acd24f74700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:34975] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
2012-12-07 
01:21:22,641:26499(0x2acd24f74700):ZOO_ERROR@handle_socket_error_msg@1621: 
Socket [127.0.0.1:34975] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13b72f3cfa40001 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession (4044 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster
2012-12-07 
01:21:23,368:26499(0x2acd24b72700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:46166] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
2012-12-07 
01:21:23,369:26499(0x2acd25376700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:46166] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
E1207 01:21:23.370007 26523 detector.cpp:478] Master detector 
((749)@67.195.138.8:46637)  failed to get masters: connection loss
2012-12-07 
01:21:26,705:26499(0x2acd24b72700):ZOO_ERROR@handle_socket_error_msg@1621: 
Socket [127.0.0.1:46166] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13b72f3df700002 has expired.
2012-12-07 
01:21:26,715:26499(0x2acd25376700):ZOO_ERROR@handle_socket_error_msg@1621: 
Socket [127.0.0.1:46166] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13b72f3df700000 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster (3443 ms)
[ RUN      ] ZooKeeperTest.Group
[       OK ] ZooKeeperTest.Group (34 ms)
[ RUN      ] ZooKeeperTest.GroupJoinWithDisconnect
2012-12-07 
01:21:26,791:26499(0x2acd25376700):ZOO_ERROR@handle_socket_error_msg@1579: 
Socket [127.0.0.1:40025] zk retcode=-4, errno=111(Connection refused): server 
refused to accept the client
[       OK ] ZooKeeperTest.GroupJoinWithDisconnect (1684 ms)
[ RUN      ] ZooKeeperTest.GroupDataWithDisconnect
2012-12-07 
01:21:28,480:26499(0x2acd24f74700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:48754] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.GroupDataWithDisconnect (2020 ms)
[ RUN      ] ZooKeeperTest.GroupCancelWithDisconnect
2012-12-07 
01:21:30,504:26499(0x2acd24971700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:50651] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.GroupCancelWithDisconnect (2024 ms)
[ RUN      ] ZooKeeperTest.GroupWatchWithSessionExpiration
2012-12-07 
01:21:32,525:26499(0x2acd24971700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:52449] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
2012-12-07 
01:21:34,528:26499(0x2acd24971700):ZOO_ERROR@handle_socket_error_msg@1621: 
Socket [127.0.0.1:52449] zk retcode=-112, errno=116(Stale NFS file handle): 
sessionId=0x13b72f403650000 has expired.
[       OK ] ZooKeeperTest.GroupWatchWithSessionExpiration (2021 ms)
[ RUN      ] ZooKeeperTest.MultipleGroups
2012-12-07 
01:21:34,580:26499(0x2acd24f74700):ZOO_ERROR@handle_socket_error_msg@1603: 
Socket [127.0.0.1:53904] zk retcode=-4, errno=112(Host is down): failed while 
receiving a server response
[       OK ] ZooKeeperTest.MultipleGroups (50 ms)
[ RUN      ] ZooKeeperTest.GroupPathWithRestrictivePerms
[       OK ] ZooKeeperTest.GroupPathWithRestrictivePerms (8053 ms)
[----------] 15 tests from ZooKeeperTest (38352 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 (6270 ms)
[ RUN      ] AllocatorZooKeeperTest/0.SlaveReregisterFirst
[       OK ] AllocatorZooKeeperTest/0.SlaveReregisterFirst (2045 ms)
[----------] 2 tests from AllocatorZooKeeperTest/0 (8315 ms total)

[----------] Global test environment tear-down
[==========] 234 tests from 44 test cases ran. (96860 ms total)
[  PASSED  ] 216 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

Reply via email to