You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/03/08 03:48:51 UTC

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME #271

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

Changes:

[benh] Fixed bug where gtest filter wasn't properly being setup for tests.

Review: https://reviews.apache.org/r/9798

------------------------------------------
[...truncated 5468 lines...]
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_Busy (1 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 (7 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 (10 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 (0 ms)
[----------] 1 test from CgroupsNoHierarchyTest (0 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 (1 ms)
[----------] 1 test from CgroupsAnyHierarchyWithCpuAcctMemoryTest (1 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 (8 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 (10 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 (10 ms)
[----------] 3 tests from FsTest (10 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 (4102 ms)
[ RUN      ] ZooKeeperTest.Create
[       OK ] ZooKeeperTest.Create (4115 ms)
[ RUN      ] ZooKeeperTest.MasterDetector
[       OK ] ZooKeeperTest.MasterDetector (69 ms)
[ RUN      ] ZooKeeperTest.MasterDetectors
[       OK ] ZooKeeperTest.MasterDetectors (108 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorShutdownNetwork
2013-03-08 02:48:18,328:13757(0x2b3b84d73700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:40890] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
[       OK ] ZooKeeperTest.MasterDetectorShutdownNetwork (3403 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireMasterZKSession
2013-03-08 02:48:21,744:13757(0x2b3b84971700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:48023] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
E0308 02:48:21.744704 13783 detector.cpp:477] Master detector ((746)@67.195.138.8:51453)  failed to get masters: connection loss
2013-03-08 02:48:25,080:13757(0x2b3b84971700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:48023] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d47e633b60000 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireMasterZKSession (3425 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession
2013-03-08 02:48:25,180:13757(0x2b3b84d73700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:49087] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
2013-03-08 02:48:28,515:13757(0x2b3b84d73700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:49087] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d47e641190001 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireSlaveZKSession (4076 ms)
[ RUN      ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster
2013-03-08 02:48:29,251:13757(0x2b3b84f74700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:45499] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
2013-03-08 02:48:29,252:13757(0x2b3b85376700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:45499] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
E0308 02:48:29.252897 13779 detector.cpp:477] Master detector ((760)@67.195.138.8:51453)  failed to get masters: connection loss
2013-03-08 02:48:32,587:13757(0x2b3b84f74700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:45499] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d47e6510f0002 has expired.
2013-03-08 02:48:32,589:13757(0x2b3b85376700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:45499] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d47e6510f0000 has expired.
[       OK ] ZooKeeperTest.MasterDetectorExpireSlaveZKSessionNewMaster (3447 ms)
[ RUN      ] ZooKeeperTest.Group
[       OK ] ZooKeeperTest.Group (71 ms)
[ RUN      ] ZooKeeperTest.GroupJoinWithDisconnect
[       OK ] ZooKeeperTest.GroupJoinWithDisconnect (95 ms)
[ RUN      ] ZooKeeperTest.GroupDataWithDisconnect
2013-03-08 02:48:32,869:13757(0x2b3b85175700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:54555] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
[       OK ] ZooKeeperTest.GroupDataWithDisconnect (2081 ms)
[ RUN      ] ZooKeeperTest.GroupCancelWithDisconnect
2013-03-08 02:48:34,896:13757(0x2b3b84d73700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:32995] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
[       OK ] ZooKeeperTest.GroupCancelWithDisconnect (2028 ms)
[ RUN      ] ZooKeeperTest.GroupWatchWithSessionExpiration
2013-03-08 02:48:36,953:13757(0x2b3b85578700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:58680] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
2013-03-08 02:48:38,956:13757(0x2b3b85578700):ZOO_ERROR@handle_socket_error_msg@1621: Socket [127.0.0.1:58680] zk retcode=-112, errno=116(Stale NFS file handle): sessionId=0x13d47e66f3c0000 has expired.
[       OK ] ZooKeeperTest.GroupWatchWithSessionExpiration (2079 ms)
[ RUN      ] ZooKeeperTest.MultipleGroups
2013-03-08 02:48:39,056:13757(0x2b3b84971700):ZOO_ERROR@handle_socket_error_msg@1603: Socket [127.0.0.1:51482] zk retcode=-4, errno=112(Host is down): failed while receiving a server response
[       OK ] ZooKeeperTest.MultipleGroups (75 ms)
[ RUN      ] ZooKeeperTest.GroupPathWithRestrictivePerms
[       OK ] ZooKeeperTest.GroupPathWithRestrictivePerms (8109 ms)
[----------] 15 tests from ZooKeeperTest (37284 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 (2073 ms)
[ RUN      ] AllocatorZooKeeperTest/0.SlaveReregisterFirst
[       OK ] AllocatorZooKeeperTest/0.SlaveReregisterFirst (2072 ms)
[----------] 2 tests from AllocatorZooKeeperTest/0 (4145 ms total)

[----------] Global test environment tear-down
[==========] 202 tests from 42 test cases ran. (95491 ms total)
[  PASSED  ] 183 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  ] CgroupsAnyHierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy

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 `<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