See <https://builds.apache.org/job/mesos-reviewbot/1590/changes>

Changes:

[vinodkone] Enabled bridge network for Docker Containerizer.

------------------------------------------
[...truncated 3883 lines...]
make  check-am
make[3]: Entering directory 
`<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/src'>
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/src/mesos && cp -pf 
../../src/python/src/mesos/__init__.py python/src/mesos/__init__.py)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/interface/src/mesos && cp -pf 
../../src/python/interface/src/mesos/__init__.py 
python/interface/src/mesos/__init__.py)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/interface/src/mesos/interface && cp -pf 
../../src/python/interface/src/mesos/interface/__init__.py 
python/interface/src/mesos/interface/__init__.py)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos && cp -pf 
../../src/python/native/src/mesos/__init__.py 
python/native/src/mesos/__init__.py)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos/native && cp -pf 
../../src/python/native/src/mesos/native/__init__.py 
python/native/src/mesos/native/__init__.py)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos/native && cp -pf 
../../src/python/native/src/mesos/native/mesos_executor_driver_impl.cpp 
python/native/src/mesos/native/mesos_executor_driver_impl.cpp)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos/native && cp -pf 
../../src/python/native/src/mesos/native/mesos_executor_driver_impl.hpp 
python/native/src/mesos/native/mesos_executor_driver_impl.hpp)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos/native && cp -pf 
../../src/python/native/src/mesos/native/mesos_scheduler_driver_impl.cpp 
python/native/src/mesos/native/mesos_scheduler_driver_impl.cpp)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos/native && cp -pf 
../../src/python/native/src/mesos/native/mesos_scheduler_driver_impl.hpp 
python/native/src/mesos/native/mesos_scheduler_driver_impl.hpp)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos/native && cp -pf 
../../src/python/native/src/mesos/native/module.cpp 
python/native/src/mesos/native/module.cpp)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos/native && cp -pf 
../../src/python/native/src/mesos/native/module.hpp 
python/native/src/mesos/native/module.hpp)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos/native && cp -pf 
../../src/python/native/src/mesos/native/proxy_executor.cpp 
python/native/src/mesos/native/proxy_executor.cpp)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos/native && cp -pf 
../../src/python/native/src/mesos/native/proxy_executor.hpp 
python/native/src/mesos/native/proxy_executor.hpp)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos/native && cp -pf 
../../src/python/native/src/mesos/native/proxy_scheduler.cpp 
python/native/src/mesos/native/proxy_scheduler.cpp)
test "../.." = ".." ||                          \
                (/bin/mkdir -p python/native/src/mesos/native && cp -pf 
../../src/python/native/src/mesos/native/proxy_scheduler.hpp 
python/native/src/mesos/native/proxy_scheduler.hpp)
running bdist_egg
running egg_info
writing requirements to src/mesos.interface.egg-info/requires.txt
writing src/mesos.interface.egg-info/PKG-INFO
writing namespace_packages to 
src/mesos.interface.egg-info/namespace_packages.txt
writing top-level names to src/mesos.interface.egg-info/top_level.txt
writing dependency_links to src/mesos.interface.egg-info/dependency_links.txt
writing requirements to src/mesos.interface.egg-info/requires.txt
writing src/mesos.interface.egg-info/PKG-INFO
writing namespace_packages to 
src/mesos.interface.egg-info/namespace_packages.txt
writing top-level names to src/mesos.interface.egg-info/top_level.txt
writing dependency_links to src/mesos.interface.egg-info/dependency_links.txt
reading manifest file 'src/mesos.interface.egg-info/SOURCES.txt'
writing manifest file 'src/mesos.interface.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/mesos
creating build/bdist.linux-x86_64/egg/mesos/interface
copying build/lib.linux-x86_64-2.7/mesos/interface/__init__.py -> 
build/bdist.linux-x86_64/egg/mesos/interface
copying build/lib.linux-x86_64-2.7/mesos/interface/containerizer_pb2.py -> 
build/bdist.linux-x86_64/egg/mesos/interface
copying build/lib.linux-x86_64-2.7/mesos/interface/mesos_pb2.py -> 
build/bdist.linux-x86_64/egg/mesos/interface
running bdist_egg
copying build/lib.linux-x86_64-2.7/mesos/__init__.py -> 
build/bdist.linux-x86_64/egg/mesos
byte-compiling build/bdist.linux-x86_64/egg/mesos/interface/__init__.py to 
__init__.pyc
running egg_info
writing requirements to src/mesos.native.egg-info/requires.txt
writing src/mesos.native.egg-info/PKG-INFO
writing namespace_packages to src/mesos.native.egg-info/namespace_packages.txt
writing top-level names to src/mesos.native.egg-info/top_level.txt
writing dependency_links to src/mesos.native.egg-info/dependency_links.txt
writing requirements to src/mesos.native.egg-info/requires.txt
writing src/mesos.native.egg-info/PKG-INFO
writing namespace_packages to src/mesos.native.egg-info/namespace_packages.txt
writing top-level names to src/mesos.native.egg-info/top_level.txt
writing dependency_links to src/mesos.native.egg-info/dependency_links.txt
byte-compiling 
build/bdist.linux-x86_64/egg/mesos/interface/containerizer_pb2.py to 
containerizer_pb2.pyc
byte-compiling build/bdist.linux-x86_64/egg/mesos/interface/mesos_pb2.py to 
mesos_pb2.pyc
reading manifest file 'src/mesos.native.egg-info/SOURCES.txt'
running bdist_egg
writing manifest file 'src/mesos.native.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running egg_info
running install_lib
writing requirements to src/mesos.egg-info/requires.txt
running build_py
writing src/mesos.egg-info/PKG-INFO
running build_ext
writing namespace_packages to src/mesos.egg-info/namespace_packages.txt
writing top-level names to src/mesos.egg-info/top_level.txt
writing dependency_links to src/mesos.egg-info/dependency_links.txt
writing requirements to src/mesos.egg-info/requires.txt
writing src/mesos.egg-info/PKG-INFO
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/mesos
creating build/bdist.linux-x86_64/egg/mesos/native
copying build/lib.linux-x86_64-2.7/mesos/native/_mesos.so -> 
build/bdist.linux-x86_64/egg/mesos/native
writing namespace_packages to src/mesos.egg-info/namespace_packages.txt
writing top-level names to src/mesos.egg-info/top_level.txt
writing dependency_links to src/mesos.egg-info/dependency_links.txt
reading manifest file 'src/mesos.egg-info/SOURCES.txt'
writing manifest file 'src/mesos.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/mesos
copying build/lib.linux-x86_64-2.7/mesos/__init__.py -> 
build/bdist.linux-x86_64/egg/mesos
byte-compiling build/bdist.linux-x86_64/egg/mesos/__init__.py to __init__.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/namespace_packages.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/requires.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
zip_safe flag not set; analyzing archive contents...
mesos.__init__: module references __path__
creating 'dist/mesos-0.21.0-py2.7.egg' and adding 
'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
byte-compiling build/bdist.linux-x86_64/egg/mesos/__init__.py to __init__.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.interface.egg-info/PKG-INFO -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.interface.egg-info/SOURCES.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.interface.egg-info/dependency_links.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.interface.egg-info/namespace_packages.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.interface.egg-info/requires.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.interface.egg-info/top_level.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
mesos.__init__: module references __path__
creating 'dist/mesos.interface-0.21.0-py2.7.egg' and adding 
'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
copying build/lib.linux-x86_64-2.7/mesos/native/__init__.py -> 
build/bdist.linux-x86_64/egg/mesos/native
copying build/lib.linux-x86_64-2.7/mesos/__init__.py -> 
build/bdist.linux-x86_64/egg/mesos
byte-compiling build/bdist.linux-x86_64/egg/mesos/native/__init__.py to 
__init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/mesos/__init__.py to __init__.pyc
creating stub loader for mesos/native/_mesos.so
byte-compiling build/bdist.linux-x86_64/egg/mesos/native/_mesos.py to _mesos.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.egg-info/PKG-INFO -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.egg-info/SOURCES.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.egg-info/dependency_links.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.egg-info/namespace_packages.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.egg-info/requires.txt -> 
build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.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...
mesos.__init__: module references __path__
creating 'dist/mesos.native-0.21.0-py2.7-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  low-level-scheduler-libprocess low-level-scheduler-pthread test-framework 
test-executor long-lived-framework long-lived-executor no-executor-framework 
docker-no-executor-framework balloon-framework balloon-executor 
load-generator-framework mesos-tests examples/java/test-framework 
examples/java/test-executor examples/java/test-exception-framework 
examples/java/test-multiple-executors-framework examples/java/test-log 
examples/python/test_containerizer.py examples/python/test-containerizer 
examples/python/test_framework.py examples/python/test-framework 
examples/python/test_executor.py examples/python/test-executor \
          tests/balloon_framework_test.sh 
tests/low_level_scheduler_libprocess_test.sh 
tests/low_level_scheduler_pthread_test.sh tests/java_exception_test.sh 
tests/java_framework_test.sh tests/java_log_test.sh 
tests/no_executor_framework_test.sh tests/python_framework_test.sh 
tests/test_framework_test.sh
make[4]: Entering directory 
`<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/src'>
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-cgroups_isolator_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-cgroups_isolator_tests.Tpo -c -o 
tests/mesos_tests-cgroups_isolator_tests.o `test -f 
'tests/cgroups_isolator_tests.cpp' || echo 
'../../src/'`tests/cgroups_isolator_tests.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-cgroups_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-cgroups_tests.Tpo -c -o 
tests/mesos_tests-cgroups_tests.o `test -f 'tests/cgroups_tests.cpp' || echo 
'../../src/'`tests/cgroups_tests.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-fs_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-fs_tests.Tpo -c -o tests/mesos_tests-fs_tests.o `test 
-f 'tests/fs_tests.cpp' || echo '../../src/'`tests/fs_tests.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-perf_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-perf_tests.Tpo -c -o tests/mesos_tests-perf_tests.o 
`test -f 'tests/perf_tests.cpp' || echo '../../src/'`tests/perf_tests.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-group_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-group_tests.Tpo -c -o tests/mesos_tests-group_tests.o 
`test -f 'tests/group_tests.cpp' || echo '../../src/'`tests/group_tests.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-registrar_zookeeper_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-registrar_zookeeper_tests.Tpo -c -o 
tests/mesos_tests-registrar_zookeeper_tests.o `test -f 
'tests/registrar_zookeeper_tests.cpp' || echo 
'../../src/'`tests/registrar_zookeeper_tests.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-zookeeper.o -MD -MP -MF 
tests/.deps/mesos_tests-zookeeper.Tpo -c -o tests/mesos_tests-zookeeper.o `test 
-f 'tests/zookeeper.cpp' || echo '../../src/'`tests/zookeeper.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-zookeeper_test_server.o -MD -MP -MF 
tests/.deps/mesos_tests-zookeeper_test_server.Tpo -c -o 
tests/mesos_tests-zookeeper_test_server.o `test -f 
'tests/zookeeper_test_server.cpp' || echo 
'../../src/'`tests/zookeeper_test_server.cpp
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -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 '../../src/'`tests/zookeeper_tests.cpp
Building examples.jar ...
make[4]: Nothing to be done for `examples/java/test-framework'.
make[4]: Nothing to be done for `examples/java/test-executor'.
make[4]: Nothing to be done for `examples/java/test-exception-framework'.
make[4]: Nothing to be done for 
`examples/java/test-multiple-executors-framework'.
make[4]: Nothing to be done for `examples/java/test-log'.
make[4]: Nothing to be done for 
`../../src/examples/python/test_containerizer.py'.
make[4]: Nothing to be done for `examples/python/test-containerizer'.
make[4]: Nothing to be done for `../../src/examples/python/test_framework.py'.
make[4]: Nothing to be done for `examples/python/test-framework'.
make[4]: Nothing to be done for `../../src/examples/python/test_executor.py'.
make[4]: Nothing to be done for `examples/python/test-executor'.
make[4]: Nothing to be done for `../../src/tests/balloon_framework_test.sh'.
make[4]: Nothing to be done for 
`../../src/tests/low_level_scheduler_libprocess_test.sh'.
make[4]: Nothing to be done for 
`../../src/tests/low_level_scheduler_pthread_test.sh'.
make[4]: Nothing to be done for `../../src/tests/java_exception_test.sh'.
make[4]: Nothing to be done for `../../src/tests/java_framework_test.sh'.
make[4]: Nothing to be done for `../../src/tests/java_log_test.sh'.
make[4]: Nothing to be done for `../../src/tests/no_executor_framework_test.sh'.
make[4]: Nothing to be done for `../../src/tests/python_framework_test.sh'.
make[4]: Nothing to be done for `../../src/tests/test_framework_test.sh'.
/bin/mkdir -p examples/java
/home/jenkins/tools/java/jdk1.6.0_20-64/bin/javac -source 1.6 -target 1.6       
                \
          -cp 
../3rdparty/zookeeper-3.4.5/zookeeper-3.4.5.jar:<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/src/java/target/protobuf-java-2.5.0.jar>:java/target/mesos-0.21.0.jar:../../src/examples/java
       \
          -sourcepath ../../src/examples/java -d examples/java          \
          ../../src/examples/java/*.java
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/home/jenkins/tools/java/jdk1.6.0_20-64/bin/jar cf examples.jar -C 
examples/java .
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src  -pthread -g -g2 -O2 
-Wno-unused-local-typedefs -std=c++11 -MT 
examples/low_level_scheduler_libprocess-low_level_scheduler_libprocess.o -MD 
-MP -MF 
examples/.deps/low_level_scheduler_libprocess-low_level_scheduler_libprocess.Tpo
 -c -o examples/low_level_scheduler_libprocess-low_level_scheduler_libprocess.o 
`test -f 'examples/low_level_scheduler_libprocess.cpp' || echo 
'../../src/'`examples/low_level_scheduler_libprocess.cpp
mv -f tests/.deps/mesos_tests-fs_tests.Tpo tests/.deps/mesos_tests-fs_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src  -pthread -g -g2 -O2 
-Wno-unused-local-typedefs -std=c++11 -MT 
examples/low_level_scheduler_pthread-low_level_scheduler_pthread.o -MD -MP -MF 
examples/.deps/low_level_scheduler_pthread-low_level_scheduler_pthread.Tpo -c 
-o examples/low_level_scheduler_pthread-low_level_scheduler_pthread.o `test -f 
'examples/low_level_scheduler_pthread.cpp' || echo 
'../../src/'`examples/low_level_scheduler_pthread.cpp
mv -f tests/.deps/mesos_tests-zookeeper_test_server.Tpo 
tests/.deps/mesos_tests-zookeeper_test_server.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src  -pthread -g -g2 -O2 
-Wno-unused-local-typedefs -std=c++11 -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 '../../src/'`examples/test_framework.cpp
mv -f tests/.deps/mesos_tests-perf_tests.Tpo 
tests/.deps/mesos_tests-perf_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src  -pthread -g -g2 -O2 
-Wno-unused-local-typedefs -std=c++11 -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 '../../src/'`examples/test_executor.cpp
mv -f tests/.deps/mesos_tests-zookeeper.Tpo tests/.deps/mesos_tests-zookeeper.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src  -pthread -g -g2 -O2 
-Wno-unused-local-typedefs -std=c++11 -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 
'../../src/'`examples/long_lived_framework.cpp
mv -f tests/.deps/mesos_tests-cgroups_isolator_tests.Tpo 
tests/.deps/mesos_tests-cgroups_isolator_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src  -pthread -g -g2 -O2 
-Wno-unused-local-typedefs -std=c++11 -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 
'../../src/'`examples/long_lived_executor.cpp
mv -f examples/.deps/test_executor-test_executor.Tpo 
examples/.deps/test_executor-test_executor.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src  -pthread -g -g2 -O2 
-Wno-unused-local-typedefs -std=c++11 -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 
'../../src/'`examples/no_executor_framework.cpp
mv -f 
examples/.deps/low_level_scheduler_libprocess-low_level_scheduler_libprocess.Tpo
 examples/.deps/low_level_scheduler_libprocess-low_level_scheduler_libprocess.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src  -pthread -g -g2 -O2 
-Wno-unused-local-typedefs -std=c++11 -MT 
examples/docker_no_executor_framework-docker_no_executor_framework.o -MD -MP 
-MF 
examples/.deps/docker_no_executor_framework-docker_no_executor_framework.Tpo -c 
-o examples/docker_no_executor_framework-docker_no_executor_framework.o `test 
-f 'examples/docker_no_executor_framework.cpp' || echo 
'../../src/'`examples/docker_no_executor_framework.cpp
mv -f examples/.deps/long_lived_framework-long_lived_framework.Tpo 
examples/.deps/long_lived_framework-long_lived_framework.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src  -pthread -g -g2 -O2 
-Wno-unused-local-typedefs -std=c++11 -MT 
examples/balloon_framework-balloon_framework.o -MD -MP -MF 
examples/.deps/balloon_framework-balloon_framework.Tpo -c -o 
examples/balloon_framework-balloon_framework.o `test -f 
'examples/balloon_framework.cpp' || echo 
'../../src/'`examples/balloon_framework.cpp
mv -f 
examples/.deps/low_level_scheduler_pthread-low_level_scheduler_pthread.Tpo 
examples/.deps/low_level_scheduler_pthread-low_level_scheduler_pthread.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src  -pthread -g -g2 -O2 
-Wno-unused-local-typedefs -std=c++11 -MT 
examples/balloon_executor-balloon_executor.o -MD -MP -MF 
examples/.deps/balloon_executor-balloon_executor.Tpo -c -o 
examples/balloon_executor-balloon_executor.o `test -f 
'examples/balloon_executor.cpp' || echo 
'../../src/'`examples/balloon_executor.cpp
mv -f examples/.deps/long_lived_executor-long_lived_executor.Tpo 
examples/.deps/long_lived_executor-long_lived_executor.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src  -pthread -g -g2 -O2 
-Wno-unused-local-typedefs -std=c++11 -MT 
examples/load_generator_framework-load_generator_framework.o -MD -MP -MF 
examples/.deps/load_generator_framework-load_generator_framework.Tpo -c -o 
examples/load_generator_framework-load_generator_framework.o `test -f 
'examples/load_generator_framework.cpp' || echo 
'../../src/'`examples/load_generator_framework.cpp
mv -f examples/.deps/no_executor_framework-no_executor_framework.Tpo 
examples/.deps/no_executor_framework-no_executor_framework.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-allocator_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-allocator_tests.Tpo -c -o 
tests/mesos_tests-allocator_tests.o `test -f 'tests/allocator_tests.cpp' || 
echo '../../src/'`tests/allocator_tests.cpp
mv -f tests/.deps/mesos_tests-group_tests.Tpo 
tests/.deps/mesos_tests-group_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -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 '../../src/'`tests/attributes_tests.cpp
mv -f tests/.deps/mesos_tests-zookeeper_tests.Tpo 
tests/.deps/mesos_tests-zookeeper_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-authentication_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-authentication_tests.Tpo -c -o 
tests/mesos_tests-authentication_tests.o `test -f 
'tests/authentication_tests.cpp' || echo 
'../../src/'`tests/authentication_tests.cpp
mv -f 
examples/.deps/docker_no_executor_framework-docker_no_executor_framework.Tpo 
examples/.deps/docker_no_executor_framework-docker_no_executor_framework.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-authorization_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-authorization_tests.Tpo -c -o 
tests/mesos_tests-authorization_tests.o `test -f 
'tests/authorization_tests.cpp' || echo 
'../../src/'`tests/authorization_tests.cpp
mv -f examples/.deps/test_framework-test_framework.Tpo 
examples/.deps/test_framework-test_framework.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-containerizer.o -MD -MP -MF 
tests/.deps/mesos_tests-containerizer.Tpo -c -o 
tests/mesos_tests-containerizer.o `test -f 'tests/containerizer.cpp' || echo 
'../../src/'`tests/containerizer.cpp
mv -f examples/.deps/balloon_executor-balloon_executor.Tpo 
examples/.deps/balloon_executor-balloon_executor.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-containerizer_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-containerizer_tests.Tpo -c -o 
tests/mesos_tests-containerizer_tests.o `test -f 
'tests/containerizer_tests.cpp' || echo 
'../../src/'`tests/containerizer_tests.cpp
mv -f examples/.deps/balloon_framework-balloon_framework.Tpo 
examples/.deps/balloon_framework-balloon_framework.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-credentials_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-credentials_tests.Tpo -c -o 
tests/mesos_tests-credentials_tests.o `test -f 'tests/credentials_tests.cpp' || 
echo '../../src/'`tests/credentials_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.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-docker_containerizer_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-docker_containerizer_tests.Tpo -c -o 
tests/mesos_tests-docker_containerizer_tests.o `test -f 
'tests/docker_containerizer_tests.cpp' || echo 
'../../src/'`tests/docker_containerizer_tests.cpp
mv -f examples/.deps/load_generator_framework-load_generator_framework.Tpo 
examples/.deps/load_generator_framework-load_generator_framework.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-docker_tests.o -MD -MP -MF 
tests/.deps/mesos_tests-docker_tests.Tpo -c -o tests/mesos_tests-docker_tests.o 
`test -f 'tests/docker_tests.cpp' || echo '../../src/'`tests/docker_tests.cpp
mv -f tests/.deps/mesos_tests-cgroups_tests.Tpo 
tests/.deps/mesos_tests-cgroups_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" 
-DPACKAGE_VERSION=\"0.21.0\" -DPACKAGE_STRING=\"mesos\ 0.21.0\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" 
-DVERSION=\"0.21.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 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 
-DHAVE_LIBSASL2=1 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 
-I. -I../../src   -Wall -Werror 
-DLIBDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/lib\";>
 
-DPKGLIBEXECDIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/libexec/mesos\";>
 
-DPKGDATADIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_inst/share/mesos\";>
 -I../../include -I../../3rdparty/libprocess/include 
-I../../3rdparty/libprocess/3rdparty/stout/include -I../include 
-I../include/mesos -I../3rdparty/libprocess/3rdparty/boost-1.53.0 
-I../3rdparty/libprocess/3rdparty/picojson-4f93734 
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src 
-I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include 
-I../3rdparty/zookeeper-3.4.5/src/c/include 
-I../3rdparty/zookeeper-3.4.5/src/c/generated  
-I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src 
-DSOURCE_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/..\";>
 
-DBUILD_DIR=\"<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build\";>
 -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include 
-I../3rdparty/libprocess/3rdparty/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.4.5\"  -pthread -g -g2 -O2 -Wno-unused-local-typedefs 
-std=c++11 -MT tests/mesos_tests-environment.o -MD -MP -MF 
tests/.deps/mesos_tests-environment.Tpo -c -o tests/mesos_tests-environment.o 
`test -f 'tests/environment.cpp' || echo '../../src/'`tests/environment.cpp
../../src/tests/docker_tests.cpp: In member function 'virtual void 
DockerTest_ROOT_DOCKER_CheckPortResource_Test::TestBody()':
../../src/tests/docker_tests.cpp:263:28: error: 'AWAIT_EXPECTED_FAILED' was not 
declared in this scope
   AWAIT_EXPECTED_FAILED(run);
                            ^
make[4]: *** [tests/mesos_tests-docker_tests.o] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f tests/.deps/mesos_tests-registrar_zookeeper_tests.Tpo 
tests/.deps/mesos_tests-registrar_zookeeper_tests.Po
mv -f tests/.deps/mesos_tests-environment.Tpo 
tests/.deps/mesos_tests-environment.Po
mv -f tests/.deps/mesos_tests-authorization_tests.Tpo 
tests/.deps/mesos_tests-authorization_tests.Po
mv -f tests/.deps/mesos_tests-containerizer.Tpo 
tests/.deps/mesos_tests-containerizer.Po
mv -f tests/.deps/mesos_tests-containerizer_tests.Tpo 
tests/.deps/mesos_tests-containerizer_tests.Po
mv -f tests/.deps/mesos_tests-credentials_tests.Tpo 
tests/.deps/mesos_tests-credentials_tests.Po
mv -f tests/.deps/mesos_tests-authentication_tests.Tpo 
tests/.deps/mesos_tests-authentication_tests.Po
mv -f tests/.deps/mesos_tests-docker_containerizer_tests.Tpo 
tests/.deps/mesos_tests-docker_containerizer_tests.Po
mv -f tests/.deps/mesos_tests-allocator_tests.Tpo 
tests/.deps/mesos_tests-allocator_tests.Po
make[4]: Leaving directory 
`<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/src'>
make[3]: *** [check-am] Error 2
make[3]: Leaving directory 
`<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/src'>
make[2]: *** [check] Error 2
make[2]: Leaving directory 
`<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build/src'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory 
`<https://builds.apache.org/job/mesos-reviewbot/ws/mesos-0.21.0/_build'>
make: *** [distcheck] Error 1
Build step 'Execute shell' marked build as failure

Reply via email to