See <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/283/changes>
Changes:
[benh] Fixed 'make clean' to not delete tracked Hadoop files.
From: Ben Mahler <benjamin.mahler@gmail.com>
Review: https://reviews.apache.org/r/8036
[benh] Removed OS specific configuration files.
From: Ben Mahler <benjamin.mahler@gmail.com>
Review: https://reviews.apache.org/r/8026
[benh] Reduced noise in logs.
From: Vinod Kone <vinodkone@gmail.com>
Review: https://reviews.apache.org/r/8024
[benh] Detached executor work directories after getting GC'ed.
From: Ben Mahler <benjamin.mahler@gmail.com>
Review: https://reviews.apache.org/r/8009
[benh] Fixed webui file download links.
From: Ben Mahler <benjamin.mahler@gmail.com>
Review: https://reviews.apache.org/r/7994
[benh] Added minified JavaScript for the webui.
From: Ben Mahler <benjamin.mahler@gmail.com>
Review: https://reviews.apache.org/r/7855
[benh] Fixed the pailer to escape HTML.
From: Ben Mahler <benjamin.mahler@gmail.com>
Review: https://reviews.apache.org/r/7854
[benh] Added more ZooKeeper master detector tests.
From: Vinod Kone <vinodkone@gmail.com>
Review: https://reviews.apache.org/r/7842
[benh] Created a CHECK_SOME macro.
From: Ben Mahler <benjamin.mahler@gmail.com>
Review: https://reviews.apache.org/r/7772
[benh] Added protobuf to install_requires in setup.py.in.
From: Brian Wickman <wickman@gmail.com>
Review: https://reviews.apache.org/r/7663
------------------------------------------
[...truncated 3472 lines...]
[ FAILED ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write (0 ms)
[----------] 8 tests from CgroupsAnyHierarchyTest (4 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 (1 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 (0 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 (1 ms)
[----------] 1 test from CgroupsNoHierarchyTest (1 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 (8 ms)
[----------] 3 tests from FsTest (8 ms total)
[----------] 4 tests from ProcTest
[ RUN ] ProcTest.Pids
[ OK ] ProcTest.Pids (1 ms)
[ RUN ] ProcTest.Cpus
[ OK ] ProcTest.Cpus (2 ms)
[ RUN ] ProcTest.SystemStatistics
[ OK ] ProcTest.SystemStatistics (0 ms)
[ RUN ] ProcTest.ProcessStatistics
[ OK ] ProcTest.ProcessStatistics (0 ms)
[----------] 4 tests from ProcTest (3 ms total)
[----------] 15 tests from ZooKeeperTest
[ RUN ] ZooKeeperTest.Auth
[ OK ] ZooKeeperTest.Auth (4130 ms)
[ RUN ] ZooKeeperTest.Create
[ OK ] ZooKeeperTest.Create (4061 ms)
[ RUN ] ZooKeeperTest.MasterDetector
[ OK ] ZooKeeperTest.MasterDetector (48 ms)
[ RUN ] ZooKeeperTest.MasterDetectors
[ OK ] ZooKeeperTest.MasterDetectors (64 ms)
[ RUN ] ZooKeeperTest.MasterDetectorShutdownNetwork
2012-12-07 01:18:14,429:11662(0x2af1ed118700):ZOO_ERROR@handle_socket_error_msg@1603: Socket
[127.0.0.1:52729] zk retcode=-4, errno=112(Host is down): failed while receiving a server
response
[ OK ] ZooKeeperTest.MasterDetectorShutdownNetwork (3398 ms)
[ RUN ] ZooKeeperTest.MasterDetectorExpireMasterZKSession
2012-12-07 01:18:17,848:11662(0x2af1ed319700):ZOO_ERROR@handle_socket_error_msg@1603: Socket
[127.0.0.1:35800] zk retcode=-4, errno=112(Host is down): failed while receiving a server
response
E1207 01:18:17.848868 11988 detector.cpp:478] Master detector ((735)@140.211.11.27:39985)
failed to get masters: connection loss
2012-12-07 01:18:21,186:11662(0x2af1ed319700):ZOO_ERROR@handle_socket_error_msg@1621: Socket
[127.0.0.1:35800] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13b72f10acb0000
has expired.
[ OK ] ZooKeeperTest.MasterDetectorExpireMasterZKSession (3418 ms)
[ RUN ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession
2012-12-07 01:18:21,273:11662(0x2af1ed118700):ZOO_ERROR@handle_socket_error_msg@1603: Socket
[127.0.0.1:43212] zk retcode=-4, errno=112(Host is down): failed while receiving a server
response
2012-12-07 01:18:24,610:11662(0x2af1ed118700):ZOO_ERROR@handle_socket_error_msg@1621: Socket
[127.0.0.1:43212] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13b72f118250001
has expired.
[ OK ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession (4063 ms)
[ RUN ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster
2012-12-07 01:18:25,353:11662(0x2af1ecf17700):ZOO_ERROR@handle_socket_error_msg@1603: Socket
[127.0.0.1:59469] zk retcode=-4, errno=112(Host is down): failed while receiving a server
response
2012-12-07 01:18:25,354:11662(0x2af1ed51a700):ZOO_ERROR@handle_socket_error_msg@1603: Socket
[127.0.0.1:59469] zk retcode=-4, errno=112(Host is down): failed while receiving a server
response
2012-12-07 01:18:25,355:11662(0x2af1ed51a700):ZOO_ERROR@handle_socket_error_msg@1621: Socket
[127.0.0.1:59469] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13b72f128040000
has expired.
E1207 01:18:25.355037 12000 detector.cpp:478] Master detector ((749)@140.211.11.27:39985)
failed to get masters: connection loss
../../src/tests/zookeeper_tests.cpp:441: Failure
Mock function called more times than expected - returning directly.
Function call: newMasterDetected(@0x2aef6852dcd0 (752)@140.211.11.27:39985)
Expected: to be called once
Actual: called twice - over-saturated and active
2012-12-07 01:18:28,690:11662(0x2af1ecf17700):ZOO_ERROR@handle_socket_error_msg@1621: Socket
[127.0.0.1:59469] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13b72f128040002
has expired.
[ FAILED ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster (3441 ms)
[ RUN ] ZooKeeperTest.Group
[ OK ] ZooKeeperTest.Group (44 ms)
[ RUN ] ZooKeeperTest.GroupJoinWithDisconnect
2012-12-07 01:18:28,774:11662(0x2af1ed51a700):ZOO_ERROR@handle_socket_error_msg@1579: Socket
[127.0.0.1:53307] zk retcode=-4, errno=111(Connection refused): server refused to accept the
client
[ OK ] ZooKeeperTest.GroupJoinWithDisconnect (1699 ms)
[ RUN ] ZooKeeperTest.GroupDataWithDisconnect
2012-12-07 01:18:30,483:11662(0x2af1ecd16700):ZOO_ERROR@handle_socket_error_msg@1603: Socket
[127.0.0.1:33484] zk retcode=-4, errno=112(Host is down): failed while receiving a server
response
[ OK ] ZooKeeperTest.GroupDataWithDisconnect (2033 ms)
[ RUN ] ZooKeeperTest.GroupCancelWithDisconnect
2012-12-07 01:18:32,521:11662(0x2af1ecd16700):ZOO_ERROR@handle_socket_error_msg@1603: Socket
[127.0.0.1:57849] zk retcode=-4, errno=112(Host is down): failed while receiving a server
response
[ OK ] ZooKeeperTest.GroupCancelWithDisconnect (2042 ms)
[ RUN ] ZooKeeperTest.GroupWatchWithSessionExpiration
2012-12-07 01:18:34,559:11662(0x2af1ed118700):ZOO_ERROR@handle_socket_error_msg@1603: Socket
[127.0.0.1:56053] zk retcode=-4, errno=112(Host is down): failed while receiving a server
response
2012-12-07 01:18:36,562:11662(0x2af1ed118700):ZOO_ERROR@handle_socket_error_msg@1621: Socket
[127.0.0.1:56053] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13b72f14c2e0000
has expired.
[ OK ] ZooKeeperTest.GroupWatchWithSessionExpiration (2037 ms)
[ RUN ] ZooKeeperTest.MultipleGroups
2012-12-07 01:18:36,615:11662(0x2af1ecf17700):ZOO_ERROR@handle_socket_error_msg@1603: Socket
[127.0.0.1:46380] 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 (8073 ms)
[----------] 15 tests from ZooKeeperTest (38601 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 (3071 ms)
[ RUN ] AllocatorZooKeeperTest/0.SlaveReregisterFirst
[ OK ] AllocatorZooKeeperTest/0.SlaveReregisterFirst (2118 ms)
[----------] 2 tests from AllocatorZooKeeperTest/0 (5189 ms total)
[----------] Global test environment tear-down
[==========] 234 tests from 44 test cases ran. (90338 ms total)
[ PASSED ] 215 tests.
[ FAILED ] 19 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
[ FAILED ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster
19 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 `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/build/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/build/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Set-JAVA_HOME/build/src'
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
|