See 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/266/changes>

Changes:

[vinodkone] Added --disable-perftools to configure.

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

[vinodkone] Added a libprocess environment variable for
enabling the cpu profiler.

The perftools profiler causes crashes on 64 bit systems with
libunwind or gcc < 2.12. This is to remove access to the profiler,
unless explicitly overridden in the environment.

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

[vinodkone] Fixed gperftools targets, to avoid unnecessary re-compilation.

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

[vinodkone] Updated Boost to 1.53.0

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9316

[vinodkone] Fixed Python header build warnings.

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9320

[vinodkone] Fixed build error in DownloadTest files test.

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9319

[vinodkone] Resolved GCC 4.7 unistd.h header dependency change.

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9318

[vinodkone] Updated libprocess protobuf wrapper to compile with GCC 4.7

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9317

[vinodkone] Updated multihashmap to compile with GCC 4.7

From: David Mackey <[email protected]>
Review: https://reviews.apache.org/r/9323

[vinodkone] Resource Monitoring 13: Added executor resource usage to webui.

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

[vinodkone] Resource Monitoring 12: Split apart the monolithic slave controller.

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

[vinodkone] Resource Monitoring 11: Upgraded underscore.js (to use _.object).

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

[vinodkone] Resource Monitoring 10: Implemented process based
resource usage collection for OSX.

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

[vinodkone] Resource Monitoring 9: Implemented process based resource collection
for linux.

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

[vinodkone] Resource Monitoring 8: Added cgroups::stat primitive
and implemented cgroup resource collection.

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

[vinodkone] Resource Monitoring 7: Archived terminated executor statistics.

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

[vinodkone] Resource Monitoring 6: Added ResourceMonitor and
updated the isolation module API.

This is the meat of the resource monitoring design.

-Added a ResourceUsage protobuf.
-Added a ResourceMonitor process that periodically hits
the isolation module for usage information.
-Usage is exported to the Statistics process.
-Usage is available via a JSON endpoint.

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

[vinodkone] Resource Monitoring 5: Added the ability to archive statistics.

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

[vinodkone] Resource Monitoring 4: Added metering to statistics.

We'll need to compute metered data on top incoming raw data. The challenge is 
that some meters will require previous data:
For example:
1. cpu_time = 10 @ time 10;
2. cpu_time = 20 @ time 20; --> cpu_usage = 1.0 (100%) this is 20-10 / 20-10
3. cpu_time = 25 @ time 30; --> cpu_usage = 0.5 (50%) this is 25-20 / 30-20

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

[vinodkone] Resource Monitoring 3: Added context to statistics to provide
a clean way to logically group stats.

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

[vinodkone] Resource Monitoring 2: Added global statistics for libprocess,
enabling centralized stats across Processes.

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

[vinodkone] Resource Monitoring 1.5: Added source to ExecutorInfo.

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

[vinodkone] Resource Monitoring 1: Added name to ExecutorInfo.

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

------------------------------------------
[...truncated 5069 lines...]
or create a new one. You can either remove all existing
hierarchies, or disable this test case
(i.e., --gtest_filter=-CgroupsAnyHierarchyTest.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups (1 ms)
[ RUN      ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Tasks
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Tasks (0 ms)
[ RUN      ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Read
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Read (0 ms)
[ RUN      ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write (1 ms)
[ RUN      ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Stat
../../src/tests/cgroups_tests.cpp:157: Failure
cgroups::mount(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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Stat (0 ms)
[----------] 9 tests from CgroupsAnyHierarchyTest (4 ms total)

[----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy
../../src/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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy (1 ms)
[ RUN      ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy
../../src/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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy (0 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems
../../src/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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] 
CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems (0 ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove
../../src/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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove (1 
ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen
../../src/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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen (0 ms)
[----------] 5 tests from CgroupsAnyHierarchyWithCpuMemoryTest (2 ms total)

[----------] 1 test from CgroupsNoHierarchyTest
[ RUN      ] CgroupsNoHierarchyTest.ROOT_CGROUPS_MountUnmountHierarchy
../../src/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)

[----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze
../../src/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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Freeze (0 
ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill
../../src/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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Kill (1 
ms)
[ RUN      ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy
../../src/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.*).
-------------------------------------------------------------
../../src/tests/cgroups_tests.cpp:192: Failure
cgroups: '' is not a valid hierarchy
[  FAILED  ] CgroupsAnyHierarchyWithCpuMemoryFreezerTest.ROOT_CGROUPS_Destroy 
(0 ms)
[----------] 3 tests from CgroupsAnyHierarchyWithCpuMemoryFreezerTest (1 ms 
total)

[----------] 3 tests from FsTest
[ RUN      ] FsTest.MountTableRead
[       OK ] FsTest.MountTableRead (1 ms)
[ RUN      ] FsTest.MountTableHasOption
[       OK ] FsTest.MountTableHasOption (0 ms)
[ RUN      ] FsTest.FileSystemTableRead
[       OK ] FsTest.FileSystemTableRead (0 ms)
[----------] 3 tests from FsTest (1 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)

[----------] Global test environment tear-down
[==========] 215 tests from 42 test cases ran. (73517 ms total)
[  PASSED  ] 196 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  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Stat
[  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

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-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/src'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/src'>
make[1]: *** [check] Error 2
make[1]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/src'>
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure

Reply via email to