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

Changes:

[benh] * Changed MesosSchedulerDriver to take a FrameworkInfo instead of a
  name and possibly FrameworkID. This required adding an optional
  FrameworkID to FrameworkInfo. The hope is that with this change can
  more easily update the FrameworkInfo semantics without requiring
  recompilation. For example, as we add better support for auth
  entication we should hopefully be able to do that directly in
  FrameworkInfo. We also simplified the C++ MesosSchedulerDriver by
  removing unused constructors (that also don't have versions in
  either Java or Python).

* Renamed the 'url' parameter of MesosSchedulerDriver to 'master' and
  updated the allowable schemes of 'master' to include a host:port
  pair (we internally add 'mas ter@') and replaced zoo:// with zk://
  and zoofile:// with file:// (but with different semantics, see the
  documentation). We also changed the master webui to show t he
  host:port and removed the PID and updated and added tests related to
  creating MasterDetectors from the above schemes.

* Replaced the --url argument of mesos-master with --zk argument for
  clarity.

* Removed 'code' from the Scheduler/Executor::error callback since it
  was not being used (nor did it seem useful in the future).

* Made some naming consistency changes across the C++, Java, and
  Python interfaces (sched -> scheduler, exec -> executor, etc).

------------------------------------------
[...truncated 849 lines...]
                 from 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/include/mesos/scheduler.hpp>:26,
                 from native/mesos_scheduler_driver_impl.hpp:22,
                 from native/mesos_scheduler_driver_impl.cpp:21:
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/protobuf-2.3.0/src/google/protobuf/io/coded_stream.h>:
 In member function 'bool 
google::protobuf::io::CodedInputStream::ReadLittleEndian32(google::protobuf::uint32*)':
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/protobuf-2.3.0/src/google/protobuf/io/coded_stream.h>:776:
 warning: comparison between signed and unsigned integer expressions
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/protobuf-2.3.0/src/google/protobuf/io/coded_stream.h>:
 In member function 'bool 
google::protobuf::io::CodedInputStream::ReadLittleEndian64(google::protobuf::uint64*)':
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/protobuf-2.3.0/src/google/protobuf/io/coded_stream.h>:791:
 warning: comparison between signed and unsigned integer expressions
g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
build/temp.linux-x86_64-2.6/native/proxy_executor.o 
build/temp.linux-x86_64-2.6/native/module.o 
build/temp.linux-x86_64-2.6/native/proxy_scheduler.o 
build/temp.linux-x86_64-2.6/native/mesos_executor_driver_impl.o 
build/temp.linux-x86_64-2.6/native/mesos_scheduler_driver_impl.o 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src/.libs/libmesos_no_third_party.a>
 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/protobuf-2.3.0/src/.libs/libprotobuf.a>
 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/glog-0.3.1/.libs/libglog.a>
 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/leveldb/libleveldb.a>
 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/zookeeper-3.3.4/src/c/.libs/libzookeeper_mt.a>
 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/.libs/libprocess.a>
 
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party/libev-3.8/.libs/libev.a>
 -o build/lib.linux-x86_64-2.6/_mesos.so -lrt
creating build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-2.6/_mesos.so -> build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-2.6/mesos_pb2.py -> build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-2.6/mesos.py -> build/bdist.linux-x86_64/egg
byte-compiling build/bdist.linux-x86_64/egg/mesos_pb2.py to mesos_pb2.pyc
byte-compiling build/bdist.linux-x86_64/egg/mesos.py to mesos.pyc
creating stub loader for _mesos.so
byte-compiling build/bdist.linux-x86_64/egg/_mesos.py to _mesos.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/dependency_links.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/top_level.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
creating 'dist/mesos-0.9.0-py2.6-linux-x86_64.egg' and adding 
'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
make[2]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'>
make[1]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'>
+ make check
Making check in .
make[1]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/'>
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/'>
Making check in third_party
make[1]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party'>
make  check-recursive
make[2]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party'>
Making check in libprocess
make[3]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess'>
Making check in third_party
make[4]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party'>
make  check-am
make[5]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party'>
make  libgmock.la
make[6]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party'>
make[6]: `libgmock.la' is up to date.
make[6]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party'>
make[5]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party'>
make[4]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party'>
Making check in .
make[4]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess'>
make  tests
make[5]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess'>
make[5]: `tests' is up to date.
make[5]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess'>
make[4]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess'>
make[3]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess'>
make[3]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party'>
cd leveldb && \
          make  CC="g++" OPT="-g2 -O2 -fPIC"
make[4]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/leveldb'>
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/leveldb'>
make  libgmock.la
make[4]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party'>
make[4]: `libgmock.la' is up to date.
make[4]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party'>
make[3]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party'>
make[2]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party'>
make[1]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party'>
Making check in src
make[1]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'>
make  check-am
make[2]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'>
make  test-framework test-executor long-lived-framework long-lived-executor 
no-executor-framework mesos-tests  examples/python/test_framework.py 
examples/python/test-framework examples/python/test_executor.py 
examples/python/test-executor \
          tests/external/LxcIsolation/HoldMoreMemThanRequested.sh 
tests/external/LxcIsolation/ScaleUpAndDown.sh 
tests/external/LxcIsolation/TwoSeparateTasks.sh 
tests/external/LxcIsolation/run_scheduled_memhog_test.sh 
tests/external/SampleFrameworks/CppFramework.sh 
tests/external/SampleFrameworks/JavaExceptionFramework.sh 
tests/external/SampleFrameworks/JavaFramework.sh 
tests/external/SampleFrameworks/PythonFramework.sh 
tests/external/KillTree/KillTreeTest.sh
make[3]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'>
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated   -g2 -O2 -MT 
examples/test_framework-test_framework.o -MD -MP -MF 
examples/.deps/test_framework-test_framework.Tpo -c -o 
examples/test_framework-test_framework.o `test -f 'examples/test_framework.cpp' 
|| echo './'`examples/test_framework.cpp
examples/test_framework.cpp: In function 'int main(int, char**)':
examples/test_framework.cpp:173: warning: ignoring return value of 'char* 
realpath(const char*, char*)', declared with attribute warn_unused_result
mv -f examples/.deps/test_framework-test_framework.Tpo 
examples/.deps/test_framework-test_framework.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++  -g2 -O2   -o test-framework 
examples/test_framework-test_framework.o libmesos.la -lrt
libtool: link: g++ -g2 -O2 -o .libs/test-framework 
examples/test_framework-test_framework.o  ./.libs/libmesos.so -lrt -pthread
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated   -g2 -O2 -MT 
examples/test_executor-test_executor.o -MD -MP -MF 
examples/.deps/test_executor-test_executor.Tpo -c -o 
examples/test_executor-test_executor.o `test -f 'examples/test_executor.cpp' || 
echo './'`examples/test_executor.cpp
mv -f examples/.deps/test_executor-test_executor.Tpo 
examples/.deps/test_executor-test_executor.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++  -g2 -O2   -o test-executor 
examples/test_executor-test_executor.o libmesos.la -lrt
libtool: link: g++ -g2 -O2 -o .libs/test-executor 
examples/test_executor-test_executor.o  ./.libs/libmesos.so -lrt -pthread
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated   -g2 -O2 -MT 
examples/long_lived_framework-long_lived_framework.o -MD -MP -MF 
examples/.deps/long_lived_framework-long_lived_framework.Tpo -c -o 
examples/long_lived_framework-long_lived_framework.o `test -f 
'examples/long_lived_framework.cpp' || echo 
'./'`examples/long_lived_framework.cpp
examples/long_lived_framework.cpp: In function 'int main(int, char**)':
examples/long_lived_framework.cpp:161: warning: ignoring return value of 'char* 
realpath(const char*, char*)', declared with attribute warn_unused_result
mv -f examples/.deps/long_lived_framework-long_lived_framework.Tpo 
examples/.deps/long_lived_framework-long_lived_framework.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++  -g2 -O2   -o 
long-lived-framework examples/long_lived_framework-long_lived_framework.o 
libmesos.la -lrt
libtool: link: g++ -g2 -O2 -o .libs/long-lived-framework 
examples/long_lived_framework-long_lived_framework.o  ./.libs/libmesos.so -lrt 
-pthread
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated   -g2 -O2 -MT 
examples/long_lived_executor-long_lived_executor.o -MD -MP -MF 
examples/.deps/long_lived_executor-long_lived_executor.Tpo -c -o 
examples/long_lived_executor-long_lived_executor.o `test -f 
'examples/long_lived_executor.cpp' || echo './'`examples/long_lived_executor.cpp
mv -f examples/.deps/long_lived_executor-long_lived_executor.Tpo 
examples/.deps/long_lived_executor-long_lived_executor.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++  -g2 -O2   -o 
long-lived-executor examples/long_lived_executor-long_lived_executor.o 
libmesos.la -lrt
libtool: link: g++ -g2 -O2 -o .libs/long-lived-executor 
examples/long_lived_executor-long_lived_executor.o  ./.libs/libmesos.so -lrt 
-pthread
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated   -g2 -O2 -MT 
examples/no_executor_framework-no_executor_framework.o -MD -MP -MF 
examples/.deps/no_executor_framework-no_executor_framework.Tpo -c -o 
examples/no_executor_framework-no_executor_framework.o `test -f 
'examples/no_executor_framework.cpp' || echo 
'./'`examples/no_executor_framework.cpp
mv -f examples/.deps/no_executor_framework-no_executor_framework.Tpo 
examples/.deps/no_executor_framework-no_executor_framework.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++  -g2 -O2   -o 
no-executor-framework examples/no_executor_framework-no_executor_framework.o 
libmesos.la -lrt
libtool: link: g++ -g2 -O2 -o .libs/no-executor-framework 
examples/no_executor_framework-no_executor_framework.o  ./.libs/libmesos.so 
-lrt -pthread
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT tests/mesos_tests-main.o -MD -MP 
-MF tests/.deps/mesos_tests-main.Tpo -c -o tests/mesos_tests-main.o `test -f 
'tests/main.cpp' || echo './'`tests/main.cpp
In file included from 
../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12,
                 from 
../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
                 from ./common/uuid.hpp:29,
                 from ./slave/slave.hpp:34,
                 from ./tests/utils.hpp:40,
                 from tests/main.cpp:31:
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153: warning: ignoring 
return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
attribute warn_unused_result
mv -f tests/.deps/mesos_tests-main.Tpo tests/.deps/mesos_tests-main.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT tests/mesos_tests-utils.o -MD -MP 
-MF tests/.deps/mesos_tests-utils.Tpo -c -o tests/mesos_tests-utils.o `test -f 
'tests/utils.cpp' || echo './'`tests/utils.cpp
In file included from 
../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12,
                 from 
../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
                 from ./common/uuid.hpp:29,
                 from ./slave/slave.hpp:34,
                 from ./tests/utils.hpp:40,
                 from tests/utils.cpp:25:
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153: warning: ignoring 
return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
attribute warn_unused_result
mv -f tests/.deps/mesos_tests-utils.Tpo tests/.deps/mesos_tests-utils.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT tests/mesos_tests-master_tests.o 
-MD -MP -MF tests/.deps/mesos_tests-master_tests.Tpo -c -o 
tests/mesos_tests-master_tests.o `test -f 'tests/master_tests.cpp' || echo 
'./'`tests/master_tests.cpp
In file included from 
../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12,
                 from 
../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
                 from ./common/uuid.hpp:29,
                 from ./slave/slave.hpp:34,
                 from tests/master_tests.cpp:35:
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153: warning: ignoring 
return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
attribute warn_unused_result
mv -f tests/.deps/mesos_tests-master_tests.Tpo 
tests/.deps/mesos_tests-master_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT 
tests/mesos_tests-resource_offers_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-resource_offers_tests.Tpo -c -o 
tests/mesos_tests-resource_offers_tests.o `test -f 
'tests/resource_offers_tests.cpp' || echo './'`tests/resource_offers_tests.cpp
In file included from 
../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12,
                 from 
../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
                 from ./common/uuid.hpp:29,
                 from ./slave/slave.hpp:34,
                 from tests/resource_offers_tests.cpp:35:
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153: warning: ignoring 
return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
attribute warn_unused_result
mv -f tests/.deps/mesos_tests-resource_offers_tests.Tpo 
tests/.deps/mesos_tests-resource_offers_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT 
tests/mesos_tests-fault_tolerance_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-fault_tolerance_tests.Tpo -c -o 
tests/mesos_tests-fault_tolerance_tests.o `test -f 
'tests/fault_tolerance_tests.cpp' || echo './'`tests/fault_tolerance_tests.cpp
In file included from 
../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12,
                 from 
../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
                 from ./common/uuid.hpp:29,
                 from ./slave/slave.hpp:34,
                 from ./slave/process_based_isolation_module.hpp:28,
                 from tests/fault_tolerance_tests.cpp:35:
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153: warning: ignoring 
return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
attribute warn_unused_result
mv -f tests/.deps/mesos_tests-fault_tolerance_tests.Tpo 
tests/.deps/mesos_tests-fault_tolerance_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT tests/mesos_tests-log_tests.o -MD 
-MP -MF tests/.deps/mesos_tests-log_tests.Tpo -c -o 
tests/mesos_tests-log_tests.o `test -f 'tests/log_tests.cpp' || echo 
'./'`tests/log_tests.cpp
In file included from 
../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12,
                 from 
../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
                 from ./common/uuid.hpp:29,
                 from ./slave/slave.hpp:34,
                 from ./tests/utils.hpp:40,
                 from tests/log_tests.cpp:37:
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153: warning: ignoring 
return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
attribute warn_unused_result
mv -f tests/.deps/mesos_tests-log_tests.Tpo tests/.deps/mesos_tests-log_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT tests/mesos_tests-resources_tests.o 
-MD -MP -MF tests/.deps/mesos_tests-resources_tests.Tpo -c -o 
tests/mesos_tests-resources_tests.o `test -f 'tests/resources_tests.cpp' || 
echo './'`tests/resources_tests.cpp
mv -f tests/.deps/mesos_tests-resources_tests.Tpo 
tests/.deps/mesos_tests-resources_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT tests/mesos_tests-external_tests.o 
-MD -MP -MF tests/.deps/mesos_tests-external_tests.Tpo -c -o 
tests/mesos_tests-external_tests.o `test -f 'tests/external_tests.cpp' || echo 
'./'`tests/external_tests.cpp
In file included from 
../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12,
                 from 
../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
                 from ./common/uuid.hpp:29,
                 from ./slave/slave.hpp:34,
                 from ./tests/utils.hpp:40,
                 from tests/external_tests.cpp:30:
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153: warning: ignoring 
return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
attribute warn_unused_result
mv -f tests/.deps/mesos_tests-external_tests.Tpo 
tests/.deps/mesos_tests-external_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT 
tests/mesos_tests-configurator_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-configurator_tests.Tpo -c -o 
tests/mesos_tests-configurator_tests.o `test -f 'tests/configurator_tests.cpp' 
|| echo './'`tests/configurator_tests.cpp
In file included from 
../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12,
                 from 
../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
                 from ./common/uuid.hpp:29,
                 from ./slave/slave.hpp:34,
                 from ./tests/utils.hpp:40,
                 from tests/configurator_tests.cpp:27:
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153: warning: ignoring 
return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
attribute warn_unused_result
mv -f tests/.deps/mesos_tests-configurator_tests.Tpo 
tests/.deps/mesos_tests-configurator_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT 
tests/mesos_tests-protobuf_io_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-protobuf_io_tests.Tpo -c -o 
tests/mesos_tests-protobuf_io_tests.o `test -f 'tests/protobuf_io_tests.cpp' || 
echo './'`tests/protobuf_io_tests.cpp
mv -f tests/.deps/mesos_tests-protobuf_io_tests.Tpo 
tests/.deps/mesos_tests-protobuf_io_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT 
tests/mesos_tests-zookeeper_url_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-zookeeper_url_tests.Tpo -c -o 
tests/mesos_tests-zookeeper_url_tests.o `test -f 
'tests/zookeeper_url_tests.cpp' || echo './'`tests/zookeeper_url_tests.cpp
mv -f tests/.deps/mesos_tests-zookeeper_url_tests.Tpo 
tests/.deps/mesos_tests-zookeeper_url_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT tests/mesos_tests-exception_tests.o 
-MD -MP -MF tests/.deps/mesos_tests-exception_tests.Tpo -c -o 
tests/mesos_tests-exception_tests.o `test -f 'tests/exception_tests.cpp' || 
echo './'`tests/exception_tests.cpp
In file included from 
../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12,
                 from 
../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
                 from ./common/uuid.hpp:29,
                 from ./slave/slave.hpp:34,
                 from ./slave/process_based_isolation_module.hpp:28,
                 from tests/exception_tests.cpp:31:
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153: warning: ignoring 
return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
attribute warn_unused_result
mv -f tests/.deps/mesos_tests-exception_tests.Tpo 
tests/.deps/mesos_tests-exception_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT 
tests/mesos_tests-attributes_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-attributes_tests.Tpo -c -o 
tests/mesos_tests-attributes_tests.o `test -f 'tests/attributes_tests.cpp' || 
echo './'`tests/attributes_tests.cpp
mv -f tests/.deps/mesos_tests-attributes_tests.Tpo 
tests/.deps/mesos_tests-attributes_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT 
tests/mesos_tests-master_detector_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-master_detector_tests.Tpo -c -o 
tests/mesos_tests-master_detector_tests.o `test -f 
'tests/master_detector_tests.cpp' || echo './'`tests/master_detector_tests.cpp
In file included from 
../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12,
                 from 
../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
                 from ./common/uuid.hpp:29,
                 from ./slave/slave.hpp:34,
                 from tests/master_detector_tests.cpp:36:
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153: warning: ignoring 
return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
attribute warn_unused_result
mv -f tests/.deps/mesos_tests-master_detector_tests.Tpo 
tests/.deps/mesos_tests-master_detector_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT 
tests/mesos_tests-base_zookeeper_test.o -MD -MP -MF 
tests/.deps/mesos_tests-base_zookeeper_test.Tpo -c -o 
tests/mesos_tests-base_zookeeper_test.o `test -f 
'tests/base_zookeeper_test.cpp' || echo './'`tests/base_zookeeper_test.cpp
In file included from 
../third_party/boost-1.37.0/boost/uuid/random_generator.hpp:12,
                 from 
../third_party/boost-1.37.0/boost/uuid/uuid_generators.hpp:17,
                 from ./common/uuid.hpp:29,
                 from ./slave/slave.hpp:34,
                 from ./tests/utils.hpp:40,
                 from tests/base_zookeeper_test.cpp:34:
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function 'void 
boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153: warning: ignoring 
return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with 
attribute warn_unused_result
mv -f tests/.deps/mesos_tests-base_zookeeper_test.Tpo 
tests/.deps/mesos_tests-base_zookeeper_test.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.9.0\" -DPACKAGE_STRING=\"mesos\ 0.9.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.9.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DMESOS_HAS_JAVA=1 -DMESOS_HAS_PYTHON=1 
-DMESOS_WEBUI=1 -I.   -DMESOS_WEBUI_DIR=\"/usr/local/share/mesos/webui\" 
-DMESOS_LIBEXECDIR=\"/usr/local/libexec/mesos\" -I../include 
-I../third_party/libprocess/include -I../include -I../third_party/boost-1.37.0 
-I../third_party/protobuf-2.3.0/src -I../third_party/glog-0.3.1/src 
-I../third_party/zookeeper-3.3.4/src/c/include 
-I../third_party/zookeeper-3.3.4/src/c/generated 
-DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/";>
 -I../third_party/gmock-1.6.0/gtest/include 
-I../third_party/gmock-1.6.0/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include 
-I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux 
-DZOOKEEPER_VERSION=\"3.3.4\"   -g2 -O2 -MT tests/mesos_tests-zookeeper_tests.o 
-MD -MP -MF tests/.deps/mesos_tests-zookeeper_tests.Tpo -c -o 
tests/mesos_tests-zookeeper_tests.o `test -f 'tests/zookeeper_tests.cpp' || 
echo './'`tests/zookeeper_tests.cpp
mv -f tests/.deps/mesos_tests-zookeeper_tests.Tpo 
tests/.deps/mesos_tests-zookeeper_tests.Po
Building examples.jar ...
/bin/bash ../libtool --tag=CXX   --mode=link g++  -g2 -O2 
-L/home/jenkins/tools/java/jdk1.6.0_20-64/jre/lib/amd64/server 
-R/home/jenkins/tools/java/jdk1.6.0_20-64/jre/lib/amd64/server -Wl,-ljvm   -o 
mesos-tests tests/mesos_tests-main.o tests/mesos_tests-utils.o 
tests/mesos_tests-master_tests.o tests/mesos_tests-resource_offers_tests.o 
tests/mesos_tests-fault_tolerance_tests.o tests/mesos_tests-log_tests.o 
tests/mesos_tests-resources_tests.o tests/mesos_tests-uuid_tests.o 
tests/mesos_tests-external_tests.o tests/mesos_tests-sample_frameworks_tests.o 
tests/mesos_tests-configurator_tests.o tests/mesos_tests-strings_tests.o 
tests/mesos_tests-multihashmap_tests.o tests/mesos_tests-protobuf_io_tests.o 
tests/mesos_tests-lxc_isolation_tests.o tests/mesos_tests-utils_tests.o 
tests/mesos_tests-zookeeper_url_tests.o tests/mesos_tests-killtree_tests.o 
tests/mesos_tests-exception_tests.o tests/mesos_tests-attributes_tests.o 
tests/mesos_tests-master_detector_tests.o tests/mesos_tests-zookeeper_server.o 
tests/mesos_tests-base_zookeeper_test.o 
tests/mesos_tests-zookeeper_server_tests.o tests/mesos_tests-zookeeper_tests.o 
../third_party/libgmock.la libmesos.la -lrt
libtool: link: g++ -g2 -O2 -Wl,-ljvm -o .libs/mesos-tests 
tests/mesos_tests-main.o tests/mesos_tests-utils.o 
tests/mesos_tests-master_tests.o tests/mesos_tests-resource_offers_tests.o 
tests/mesos_tests-fault_tolerance_tests.o tests/mesos_tests-log_tests.o 
tests/mesos_tests-resources_tests.o tests/mesos_tests-uuid_tests.o 
tests/mesos_tests-external_tests.o tests/mesos_tests-sample_frameworks_tests.o 
tests/mesos_tests-configurator_tests.o tests/mesos_tests-strings_tests.o 
tests/mesos_tests-multihashmap_tests.o tests/mesos_tests-protobuf_io_tests.o 
tests/mesos_tests-lxc_isolation_tests.o tests/mesos_tests-utils_tests.o 
tests/mesos_tests-zookeeper_url_tests.o tests/mesos_tests-killtree_tests.o 
tests/mesos_tests-exception_tests.o tests/mesos_tests-attributes_tests.o 
tests/mesos_tests-master_detector_tests.o tests/mesos_tests-zookeeper_server.o 
tests/mesos_tests-base_zookeeper_test.o 
tests/mesos_tests-zookeeper_server_tests.o tests/mesos_tests-zookeeper_tests.o  
-L/home/jenkins/tools/java/jdk1.6.0_20-64/jre/lib/amd64/server 
../third_party/.libs/libgmock.a ./.libs/libmesos.so -lrt -pthread -Wl,-rpath 
-Wl,/home/jenkins/tools/java/jdk1.6.0_20-64/jre/lib/amd64/server
make[3]: Nothing to be done for `examples/python/test_framework.py'.
make[3]: Nothing to be done for `examples/python/test-framework'.
make[3]: Nothing to be done for `examples/python/test_executor.py'.
make[3]: Nothing to be done for `examples/python/test-executor'.
make[3]: Nothing to be done for 
`tests/external/LxcIsolation/HoldMoreMemThanRequested.sh'.
make[3]: Nothing to be done for `tests/external/LxcIsolation/ScaleUpAndDown.sh'.
make[3]: Nothing to be done for 
`tests/external/LxcIsolation/TwoSeparateTasks.sh'.
make[3]: Nothing to be done for 
`tests/external/LxcIsolation/run_scheduled_memhog_test.sh'.
make[3]: Nothing to be done for 
`tests/external/SampleFrameworks/CppFramework.sh'.
make[3]: Nothing to be done for 
`tests/external/SampleFrameworks/JavaExceptionFramework.sh'.
make[3]: Nothing to be done for 
`tests/external/SampleFrameworks/JavaFramework.sh'.
make[3]: Nothing to be done for 
`tests/external/SampleFrameworks/PythonFramework.sh'.
make[3]: Nothing to be done for `tests/external/KillTree/KillTreeTest.sh'.
make[3]: Leaving directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'>
make  check-TESTS
make[3]: Entering directory 
`<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src'>
<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/src/.libs/lt-mesos-tests>:
 error while loading shared libraries: libzookeeper_mt.so.2: cannot open shared 
object file: No such file or directory
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