-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19248/#review38669
-----------------------------------------------------------
Bad patch!
Reviews applied: [19361, 19699, 19700, 19248]
Failed command: make -j3 check GTEST_FILTER='' >/dev/null
Error:
ev.c:1531:31: warning: 'ev_default_loop_ptr' initialized and declared 'extern'
[enabled by default]
ev.c: In function 'evpipe_write':
ev.c:2160:17: warning: ignoring return value of 'write', declared with
attribute warn_unused_result [-Wunused-result]
ev.c:2172:17: warning: ignoring return value of 'write', declared with
attribute warn_unused_result [-Wunused-result]
ev.c: In function 'pipecb':
ev.c:2193:16: warning: ignoring return value of 'read', declared with attribute
warn_unused_result [-Wunused-result]
ev.c:2207:16: warning: ignoring return value of 'read', declared with attribute
warn_unused_result [-Wunused-result]
In file included from /usr/include/c++/4.6/ext/hash_set:61:0,
from src/glog/stl_logging.h:54,
from src/stl_logging_unittest.cc:34:
/usr/include/c++/4.6/backward/backward_warning.h:33:2: warning: #warning This
file includes at least one deprecated or antiquated header which may be removed
without further notice at a future date. Please use a non-deprecated interface
with equivalent functionality instead. For a listing of replacement headers and
interfaces, consult the file backward_warning.h. To disable this warning use
-Wno-deprecated. [-Wcpp]
In file included from src/utilities.h:73:0,
from src/googletest.h:38,
from src/stl_logging_unittest.cc:48:
src/base/mutex.h:137:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:166:0: note: this is the location of the previous
definition
warning: no files found matching 'Makefile' under directory 'docs'
warning: no files found matching 'indexsidebar.html' under directory 'docs'
mkdir: cannot create directory `.libs': File exists
zip_safe flag not set; analyzing archive contents...
WARNING: '.' not a valid package name; please use only.-separated package names
in setup.py
package init file 'src/__init__.py' not found (or not a regular file)
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for
Ada/C/ObjC but not for C++ [enabled by default]
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for
Ada/C/ObjC but not for C++ [enabled by default]
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for
Ada/C/ObjC but not for C++ [enabled by default]
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for
Ada/C/ObjC but not for C++ [enabled by default]
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for
Ada/C/ObjC but not for C++ [enabled by default]
zip_safe flag not set; analyzing archive contents...
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
make[3]: *** [check-local] Segmentation fault
make[2]: *** [check-am] Error 2
make[1]: *** [check] Error 2
make: *** [check-recursive] Error 1
- Mesos ReviewBot
On March 26, 2014, 10:24 p.m., Ian Downes wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/19248/
> -----------------------------------------------------------
>
> (Updated March 26, 2014, 10:24 p.m.)
>
>
> Review request for mesos, Ben Mahler and Vinod Kone.
>
>
> Bugs: MESOS-327
> https://issues.apache.org/jira/browse/MESOS-327
>
>
> Repository: mesos-git
>
>
> Description
> -------
>
> This functionality is intended to support monitoring of the slave's
> resources, specifically memory and cpu. This is done by moving the slave into
> a cpuacct and memory cgroup under
> $cgroups_hierarchy/{cpuacct,memory}/$cgroups_root/slave.
>
> cgroup statistics will be of the slave itself plus any child process that
> isn't moved to another cgroup, e.g., mesos-fetcher will be accounted but
> executors will not.
>
>
> Diffs
> -----
>
> src/local/local.cpp 2cfdf49c9eb92302502eb50c623f9606977b88b6
> src/slave/flags.hpp c9a627bc405a48da5d5ef9a90355970151fd6149
> src/slave/slave.cpp 0d712ee1f5351965d6643a8a984a347c61075876
> src/tests/allocator_tests.cpp 31cc8363fd647f3358d684b8a49b8bf657d94dd2
> src/tests/cgroups_tests.cpp 4a092cc5d60f1e9603c8524e686c71728da85f73
> src/tests/cluster.hpp 40d9f8c18307aead2374396710f9a82466e3a716
> src/tests/master_tests.cpp 39c8c23a8459d1bc7174e073221d7bb72f995bc8
> src/tests/resource_offers_tests.cpp
> cf910e5928bd7509139ec1b98459eb68a88065f1
> src/tests/slave_recovery_tests.cpp 40a9599787918b78790462e81729ec7ac2395509
>
> Diff: https://reviews.apache.org/r/19248/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Ian Downes
>
>