You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/03/29 01:28:25 UTC

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1885

See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1885/changes>

Changes:

[yujie.jay] Multiple Disk: Added persistent volumes tests for `MOUNT` type.

[yujie.jay] Cleaned up header includes in tests.

[yujie.jay] Fixed various style issues.

[yujie.jay] Added TODO in slave.cpp.

[yujie.jay] Extended `os::rmdir` in stout to support preserving the root directory.

[yujie.jay] Implemented deletion for persistent volumes.

[yujie.jay] Updated tests for deletion of persistent volumes.

[yujie.jay] Updated docs for deletion of persistent volumes.

[yujie.jay] Fixed build breakage with CentOS 7.

------------------------------------------
[...truncated 5328 lines...]
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   substitution of deduced template arguments resulted in errors seen above
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:806:9: error: 'flag' was not declared in this scope
     if (flag.boolean) {
         ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:811:34: error: 'flag' was not declared in this scope
     width = std::max(width, col1[flag.name].size());
                                  ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:815:29: error: 'flag' was not declared in this scope
     std::string line = col1[flag.name];
                             ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp: In function 'std::ostream& flags::operator<<(std::ostream&, const flags::FlagsBase&)':
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:23: error: 'flags' does not name a type
   foreachvalue (const flags::Flag& flag, flags) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:845:39: error: 'flag' was not declared in this scope
     const Option<std::string> value = flag.stringify(flags);
                                       ^
In file included from ../../../3rdparty/libprocess/src/process.cpp:105:0:
../../../3rdparty/libprocess/src/openssl.hpp: At global scope:
../../../3rdparty/libprocess/src/openssl.hpp:32:1: error: expected class-name before '{' token
 {
 ^
mv -f .deps/libprocess_la-time.Tpo .deps/libprocess_la-time.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-timeseries.lo -MD -MP -MF .deps/libprocess_la-timeseries.Tpo -c -o libprocess_la-timeseries.lo `test -f 'src/timeseries.cpp' || echo '../../../3rdparty/libprocess/'`src/timeseries.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-timeseries.lo -MD -MP -MF .deps/libprocess_la-timeseries.Tpo -c ../../../3rdparty/libprocess/src/timeseries.cpp  -fPIC -DPIC -o libprocess_la-timeseries.o
mv -f .deps/libprocess_la-poll_socket.Tpo .deps/libprocess_la-poll_socket.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c -o libprocess_la-libevent_ssl_socket.lo `test -f 'src/libevent_ssl_socket.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_ssl_socket.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c ../../../3rdparty/libprocess/src/libevent_ssl_socket.cpp  -fPIC -DPIC -o libprocess_la-libevent_ssl_socket.o
mv -f .deps/libprocess_la-http.Tpo .deps/libprocess_la-http.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c -o libprocess_la-openssl.lo `test -f 'src/openssl.cpp' || echo '../../../3rdparty/libprocess/'`src/openssl.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c ../../../3rdparty/libprocess/src/openssl.cpp  -fPIC -DPIC -o libprocess_la-openssl.o
mv -f .deps/libprocess_la-timeseries.Tpo .deps/libprocess_la-timeseries.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c -o libprocess_la-utilities.lo `test -f 'src/ssl/utilities.cpp' || echo '../../../3rdparty/libprocess/'`src/ssl/utilities.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c ../../../3rdparty/libprocess/src/ssl/utilities.cpp  -fPIC -DPIC -o libprocess_la-utilities.o
mv -f .deps/libprocess_la-reap.Tpo .deps/libprocess_la-reap.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c -o libprocess_la-libevent.lo `test -f 'src/libevent.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c ../../../3rdparty/libprocess/src/libevent.cpp  -fPIC -DPIC -o libprocess_la-libevent.o
mv -f .deps/libprocess_la-metrics.Tpo .deps/libprocess_la-metrics.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c -o libprocess_la-libevent_poll.lo `test -f 'src/libevent_poll.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_poll.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c ../../../3rdparty/libprocess/src/libevent_poll.cpp  -fPIC -DPIC -o libprocess_la-libevent_poll.o
mv -f .deps/libprocess_la-utilities.Tpo .deps/libprocess_la-utilities.Plo
mv -f .deps/libprocess_la-subprocess.Tpo .deps/libprocess_la-subprocess.Plo
mv -f .deps/libprocess_la-socket.Tpo .deps/libprocess_la-socket.Plo
mv -f .deps/libprocess_la-openssl.Tpo .deps/libprocess_la-openssl.Plo
make[5]: *** [libprocess_la-process.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
mv -f .deps/libprocess_la-libevent.Tpo .deps/libprocess_la-libevent.Plo
mv -f .deps/libprocess_la-libevent_ssl_socket.Tpo .deps/libprocess_la-libevent_ssl_socket.Plo
mv -f .deps/libprocess_la-libevent_poll.Tpo .deps/libprocess_la-libevent_poll.Plo
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459207158-30408
Untagged: mesos-1459207158-30408:latest
Deleted: 2806455e0eda8d0168fbca17db37ad5a18bf9a4288eba2e02c0f8830ef042d8f
Deleted: fa8a83baae2b0b7d3d7f0cf23423eb07670f079059cffa602aeb955edd0647ec
Deleted: eda2bf48c0b2e54f65b21a73eb195e9520a4da71026a6fabbe37d13790d087f1
Deleted: 9dd7aa3a0b6c8fc976085120a85a4abfbf60cff8ccad85be00d72a0b2912e73f
Deleted: 19e1e6e11c48586e5f3a7954a744de7df88dc7fa93ba5384c0147671764f2788
Deleted: 40d06bc99b5247dd034edba2105a5cc515120e592251d585abac49c3593bb277
Deleted: b00936753d24bb4bcad987715053542bdd744ea747913a7a3eca66cb948e83db
Deleted: bcca05a1d0856b6fdf8995d541db028d81010f0cba1082cb4b8cc586f572f417
Deleted: eb8b0e9bdb9816da4eb26070b00ce8dc609ea7e084a7101359d6fc321bc496be
Deleted: e26af81f495bf714d71de922ae501b25bf126de81127d8dfd7e6d5517c527acb
Deleted: 0ff1f2a4106ac881eca55a85e13fad2e1c79f49b2f1e5089fd554ee78b545af2
Deleted: 149b6f93cc901cd1953ee8f6cd1b48ee1a4b55b8c7191ddda67c1264d59a8958
Deleted: 5088c8056ccf1ae94ce5afd83b84e5c5e8eaadc8746f3110adc70c7ed0624147
Deleted: e56f7f386c6cd8740e7db900a113f04908d03467c0ccf8d2378301981561fc26
Deleted: c4d650355252d69495ce07096964db5d8d93e17ba9961395289fb4276580c677
Deleted: d4c39b524fa352ac65a4cb1691576004405e840cc7faa7198ec0451c7b9ab2c0
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1902

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1902/changes>


Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1901

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1901/changes>

Changes:

[yujie.jay] Fix container destroy provisioning race.

------------------------------------------
[...truncated 18049 lines...]
[       OK ] ProcessTest.FirewallUninstall (8 ms)
[----------] 30 tests from ProcessTest (85 ms total)

[----------] 3 tests from QueueTest
[ RUN      ] QueueTest.Block
[       OK ] QueueTest.Block (0 ms)
[ RUN      ] QueueTest.Noblock
[       OK ] QueueTest.Noblock (0 ms)
[ RUN      ] QueueTest.Queue
[       OK ] QueueTest.Queue (0 ms)
[----------] 3 tests from QueueTest (0 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (42 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (31 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (24 ms)
[----------] 3 tests from ReapTest (97 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (11 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (11 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (12 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (11 ms)
[----------] 4 tests from SequenceTest (45 ms total)

[----------] 4 tests from SharedTest
[ RUN      ] SharedTest.ConstAccess
[       OK ] SharedTest.ConstAccess (0 ms)
[ RUN      ] SharedTest.Null
[       OK ] SharedTest.Null (0 ms)
[ RUN      ] SharedTest.Reset
[       OK ] SharedTest.Reset (0 ms)
[ RUN      ] SharedTest.Own
[       OK ] SharedTest.Own (0 ms)
[----------] 4 tests from SharedTest (0 ms total)

[----------] 3 tests from StatisticsTest
[ RUN      ] StatisticsTest.Empty
[       OK ] StatisticsTest.Empty (0 ms)
[ RUN      ] StatisticsTest.Single
[       OK ] StatisticsTest.Single (0 ms)
[ RUN      ] StatisticsTest.Statistics
[       OK ] StatisticsTest.Statistics (0 ms)
[----------] 3 tests from StatisticsTest (0 ms total)

[----------] 14 tests from SubprocessTest
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (75 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (27 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (14 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (14 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (43 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (13 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (42 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (14 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (21 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (33 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (27 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (13 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (14 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (12 ms)
[----------] 14 tests from SubprocessTest (363 ms total)

[----------] 3 tests from TimeSeriesTest
[ RUN      ] TimeSeriesTest.Set
[       OK ] TimeSeriesTest.Set (1 ms)
[ RUN      ] TimeSeriesTest.Sparsify
[       OK ] TimeSeriesTest.Sparsify (0 ms)
[ RUN      ] TimeSeriesTest.Truncate
[       OK ] TimeSeriesTest.Truncate (0 ms)
[----------] 3 tests from TimeSeriesTest (1 ms total)

[----------] 5 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (0 ms)
[ RUN      ] TimeTest.RFC1123Output
[       OK ] TimeTest.RFC1123Output (0 ms)
[ RUN      ] TimeTest.RFC3339Output
[       OK ] TimeTest.RFC3339Output (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)
[----------] 5 tests from TimeTest (0 ms total)

[----------] 1 test from SSL
[ RUN      ] SSL.Disabled
[       OK ] SSL.Disabled (1 ms)
[----------] 1 test from SSL (1 ms total)

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (301 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (1005 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0330 02:09:56.191972 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (100 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (603 ms)
[ RUN      ] SSLTest.RequireBadCA
W0330 02:09:57.111516 32441 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=f91a3d7b3892
Subject: /C=US/O=Test/CN=f91a3d7b3892
Error (18): self signed certificate
I0330 02:09:57.111594 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (402 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0330 02:09:57.398639 32441 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=f91a3d7b3892
Subject: /C=US/O=Test/CN=f91a3d7b3892
Error (18): self signed certificate
I0330 02:09:57.398725 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (201 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (703 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (403 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0330 02:09:58.894217 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 02:09:59.014070 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 02:09:59.029311 32441 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:09:59.115089 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 02:09:59.132169 32441 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:09:59.215808 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 02:09:59.232537 32441 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:09:59.316393 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 02:09:59.330628 32441 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0330 02:09:59.417412 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 02:09:59.518510 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 02:09:59.534672 32441 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:09:59.619372 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 02:09:59.635169 32441 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:09:59.719893 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 02:09:59.734201 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:09:59.821254 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 02:09:59.835716 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:09:59.921566 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 02:10:00.022197 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 02:10:00.037259 32441 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 02:10:00.122942 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 02:10:00.137073 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:10:00.223870 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 02:10:00.237756 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:10:00.324558 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 02:10:00.338835 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:10:00.425603 32424 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (2019 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0330 02:10:00.745951 32424 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (301 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0330 02:10:01.201757 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (402 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0330 02:10:01.551177 32424 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0330 02:10:01.551539 32424 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 02:10:01.631642 32424 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0330 02:10:01.631999 32424 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 02:10:01.732316 32424 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0330 02:10:01.732805 32424 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 02:10:01.832835 32424 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0330 02:10:01.833385 32424 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (704 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0330 02:10:02.925981 32424 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0330 02:10:02.941074 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:10:03.036808 32424 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0330 02:10:03.047521 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:10:03.137431 32424 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0330 02:10:03.149571 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 02:10:03.238469 32424 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0330 02:10:03.251153 32441 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (1406 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (616 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (366 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (346 ms)
[----------] 16 tests from SSLTest (9878 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (11065 ms total)
[  PASSED  ] 170 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] SSLTest.HTTPSGet
[  FAILED  ] SSLTest.HTTPSPost

 2 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

make[6]: *** [check-local] Error 1
make[6]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459302917-25992
Untagged: mesos-1459302917-25992:latest
Deleted: fd6f3d41d3a4e4641c417e87002ea1727ec3c3aa14f063df305f566458684881
Deleted: 137f1e736dd14ff0a9b510b7ae6a3ccc80308f3e053f0c21874b8bd7919ca39f
Deleted: 8f8798a413748b86e84a362c2fcc05cdf7796b5fddff233847765024dc8b39b6
Deleted: 72886f2de859bffefc70cfe9b73984c6a4acd917354a704c34e795346d1a043a
Deleted: 8fda3eeed0c274ab11c62609a8dd4a1a46fa8dab19983eb6b5936d982e8db3fe
Deleted: e5ce3fc8bc6b84c6e450fe5c21b659ed363171aa0775e70292c46c6fe76de041
Deleted: 1cfb11f4658f7179b0a53431e8434bd8c45d53bfa28a58b4c3c316387d91dead
Deleted: 92e1e0d0451f1d032c0dcf5ba2379081bcb7a944df72f9e7504e4274fbb54c98
Deleted: 29d7843ae69e9e28692f2cdff619715e268f3fc07e22b773b5b4f90e10cbdc32
Deleted: 3e2765985ff868dbd8170ada981a45eeec7f2b764f34469f4960d509429787e3
Deleted: dfd0e42881a50109719732e33368d8728ff677545b5123074d51cc91c894c858
Deleted: abef6005a8c87043d49667b65d347ed41f8e33b2e3670fb52f5a6b90767a6d48
Deleted: d184b664ddc8e245b9f8f017e0cba466f5c720bb8b0ce159c8e380f17e893cd9
Deleted: 02271fc3728a495096ed593e0e7e5766fdc4dafad2c692313b8c84cfca0397b0
Deleted: 6a2bda070477499faf55eb4406e7bc5d3aa460dc94f0043edd1db5f3267a68f5
Deleted: 4ee95f94d1c16b55c272b3883a72046999f95243df24d761ca6faacab8e87eb6
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1900

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1900/changes>

Changes:

[bmahler] Added flag to specify which Nvidia GPU devices to make available.

[bmahler] Added GPUs as an explicit resource in the agent.

------------------------------------------
[...truncated 18054 lines...]
[       OK ] ProcessTest.FirewallUninstall (8 ms)
[----------] 30 tests from ProcessTest (85 ms total)

[----------] 3 tests from QueueTest
[ RUN      ] QueueTest.Block
[       OK ] QueueTest.Block (0 ms)
[ RUN      ] QueueTest.Noblock
[       OK ] QueueTest.Noblock (0 ms)
[ RUN      ] QueueTest.Queue
[       OK ] QueueTest.Queue (0 ms)
[----------] 3 tests from QueueTest (0 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (43 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (31 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (24 ms)
[----------] 3 tests from ReapTest (98 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (11 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (12 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (11 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (11 ms)
[----------] 4 tests from SequenceTest (45 ms total)

[----------] 4 tests from SharedTest
[ RUN      ] SharedTest.ConstAccess
[       OK ] SharedTest.ConstAccess (0 ms)
[ RUN      ] SharedTest.Null
[       OK ] SharedTest.Null (0 ms)
[ RUN      ] SharedTest.Reset
[       OK ] SharedTest.Reset (0 ms)
[ RUN      ] SharedTest.Own
[       OK ] SharedTest.Own (0 ms)
[----------] 4 tests from SharedTest (0 ms total)

[----------] 3 tests from StatisticsTest
[ RUN      ] StatisticsTest.Empty
[       OK ] StatisticsTest.Empty (0 ms)
[ RUN      ] StatisticsTest.Single
[       OK ] StatisticsTest.Single (0 ms)
[ RUN      ] StatisticsTest.Statistics
[       OK ] StatisticsTest.Statistics (0 ms)
[----------] 3 tests from StatisticsTest (0 ms total)

[----------] 14 tests from SubprocessTest
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (84 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (27 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (14 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (14 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (42 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (14 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (42 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (14 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (21 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (22 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (26 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (14 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (14 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (13 ms)
[----------] 14 tests from SubprocessTest (362 ms total)

[----------] 3 tests from TimeSeriesTest
[ RUN      ] TimeSeriesTest.Set
[       OK ] TimeSeriesTest.Set (0 ms)
[ RUN      ] TimeSeriesTest.Sparsify
[       OK ] TimeSeriesTest.Sparsify (0 ms)
[ RUN      ] TimeSeriesTest.Truncate
[       OK ] TimeSeriesTest.Truncate (0 ms)
[----------] 3 tests from TimeSeriesTest (0 ms total)

[----------] 5 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (1 ms)
[ RUN      ] TimeTest.RFC1123Output
[       OK ] TimeTest.RFC1123Output (0 ms)
[ RUN      ] TimeTest.RFC3339Output
[       OK ] TimeTest.RFC3339Output (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)
[----------] 5 tests from TimeTest (1 ms total)

[----------] 1 test from SSL
[ RUN      ] SSL.Disabled
[       OK ] SSL.Disabled (0 ms)
[----------] 1 test from SSL (0 ms total)

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (662 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (342 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0330 01:11:15.860626 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (402 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (302 ms)
[ RUN      ] SSLTest.RequireBadCA
W0330 01:11:16.401561 32448 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=133a27b9af71
Subject: /C=US/O=Test/CN=133a27b9af71
Error (18): self signed certificate
I0330 01:11:16.401712 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (301 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0330 01:11:16.884852 32448 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=133a27b9af71
Subject: /C=US/O=Test/CN=133a27b9af71
Error (18): self signed certificate
I0330 01:11:16.884946 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (403 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (503 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (301 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0330 01:11:18.021989 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:11:18.109509 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:11:18.129169 32448 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:11:18.209769 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:11:18.229183 32448 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:11:18.311130 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 01:11:18.330921 32448 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:11:18.411731 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:11:18.428606 32448 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0330 01:11:18.512670 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:11:18.613451 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:11:18.630913 32448 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:11:18.713608 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 01:11:18.729567 32448 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:11:18.814793 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:11:18.830010 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:11:18.914748 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:11:18.929306 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:11:19.016110 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:11:19.116875 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 01:11:19.131853 32448 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 01:11:19.217607 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 01:11:19.231854 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:11:19.318595 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:11:19.333977 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:11:19.419867 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:11:19.435645 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:11:19.520561 32431 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (1914 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0330 01:11:19.996891 32431 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (402 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0330 01:11:20.158593 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (202 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0330 01:11:20.774119 32431 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0330 01:11:20.774665 32431 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 01:11:20.828196 32431 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0330 01:11:20.828691 32431 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 01:11:20.929297 32431 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0330 01:11:20.929864 32431 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 01:11:21.030294 32431 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0330 01:11:21.030735 32431 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (906 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0330 01:11:21.930130 32431 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0330 01:11:21.943452 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:11:22.034309 32431 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0330 01:11:22.046427 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:11:22.135188 32431 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0330 01:11:22.147425 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 01:11:22.236162 32431 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0330 01:11:22.248178 32448 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (1206 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (264 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (250 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (423 ms)
[----------] 16 tests from SSLTest (8783 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (9954 ms total)
[  PASSED  ] 170 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] SSLTest.HTTPSGet
[  FAILED  ] SSLTest.HTTPSPost

 2 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

make[6]: *** [check-local] Error 1
make[6]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459299221-23149
Untagged: mesos-1459299221-23149:latest
Deleted: 56eda4e4b816a62edb83db47edb99dd4201547d92ca26e0812cf1326abec781a
Deleted: b704fd6fbadb90c8c619200e6d473f886d72f4b4bdd22040ebd5f084fa9868b5
Deleted: b00d1bad8c1b9e57973b07a402860f9237c7ab26228e598c85c5de28e8fdc54b
Deleted: 4ed979ee1939e2a3b844daf38449a601ecc5411591a8fc2b6a391552c22d8ff6
Deleted: a8be8f4c155889a4ca8bbcd45249ae809308a5ef2a34e6045264a5dab40e40b8
Deleted: 86b5401b16d30941440980ff57926d261e222fcd3def9478dbe8347fb8b68c28
Deleted: 6246e54cca97f331fe0cc738300c25299c68c791ee238a945b4e652026b95971
Deleted: 2248b1a1d172f871cd7e400b1570d8c2631e69c1a86492be59294002e389f562
Deleted: 5be7ebb11a6fb015f04c2be0db75aa0410f1afc790cb77b0f4eccbc4d7df8c0c
Deleted: 6556fda048095cdb8b0ad457c061daa485955e378074f2f75d89a2f563deed4b
Deleted: 706cad60afeed64161c3ecf2437cd557a6cd68de4c7ae718f56e9b011843a0e0
Deleted: abfdc9e559d9c958707e37fc48f65517fe0bd1dc9319f7976717a5cf5846c81e
Deleted: 5b358ad71c91dadf3baef618fc34e90631953a573f3126bdb8fe6ee48b26d6d5
Deleted: fd96bfeaf1792352541fdcda44681a20eb0134e80cb3e00576978cd1220f954f
Deleted: b5e300a15baf9ee143e04eb40266924ac3fdcd88e82584941e85ecaa6348d139
Deleted: f23242bd023c8b62c3dff201a10560db5c7187d44b44cd7a2d99ab6075ee302d
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1899

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1899/changes>

Changes:

[vinodkone] Fixed a memory leak in the scheduler driver.

[vinodkone] Fixed minor spacing issue in the example test framework.

[vinodkone] Added `devolve` overloads for `v1::TaskStatus`.

[vinodkone] Fixed `using` declaration order in `mesos-execute`.

[vinodkone] Removed un-needed methods from command scheduler.

[vinodkone] Moved command scheduler to use the scheduler library.

[bmahler] Added configure flags to build with Nvidia GPU support.

[bmahler] Added stubs for the Nvidia GPU device isolator.

[bmahler] Fixed a variable name in cgroups devices library.

------------------------------------------
[...truncated 18060 lines...]
[       OK ] ProcessTest.FirewallUninstall (8 ms)
[----------] 30 tests from ProcessTest (80 ms total)

[----------] 3 tests from QueueTest
[ RUN      ] QueueTest.Block
[       OK ] QueueTest.Block (0 ms)
[ RUN      ] QueueTest.Noblock
[       OK ] QueueTest.Noblock (0 ms)
[ RUN      ] QueueTest.Queue
[       OK ] QueueTest.Queue (0 ms)
[----------] 3 tests from QueueTest (0 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (42 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (32 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (25 ms)
[----------] 3 tests from ReapTest (99 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (11 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (11 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (10 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (12 ms)
[----------] 4 tests from SequenceTest (45 ms total)

[----------] 4 tests from SharedTest
[ RUN      ] SharedTest.ConstAccess
[       OK ] SharedTest.ConstAccess (0 ms)
[ RUN      ] SharedTest.Null
[       OK ] SharedTest.Null (0 ms)
[ RUN      ] SharedTest.Reset
[       OK ] SharedTest.Reset (0 ms)
[ RUN      ] SharedTest.Own
[       OK ] SharedTest.Own (0 ms)
[----------] 4 tests from SharedTest (1 ms total)

[----------] 3 tests from StatisticsTest
[ RUN      ] StatisticsTest.Empty
[       OK ] StatisticsTest.Empty (0 ms)
[ RUN      ] StatisticsTest.Single
[       OK ] StatisticsTest.Single (0 ms)
[ RUN      ] StatisticsTest.Statistics
[       OK ] StatisticsTest.Statistics (0 ms)
[----------] 3 tests from StatisticsTest (0 ms total)

[----------] 14 tests from SubprocessTest
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (86 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (31 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (16 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (16 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (44 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (16 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (43 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (14 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (22 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (23 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (31 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (15 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (16 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (14 ms)
[----------] 14 tests from SubprocessTest (390 ms total)

[----------] 3 tests from TimeSeriesTest
[ RUN      ] TimeSeriesTest.Set
[       OK ] TimeSeriesTest.Set (0 ms)
[ RUN      ] TimeSeriesTest.Sparsify
[       OK ] TimeSeriesTest.Sparsify (0 ms)
[ RUN      ] TimeSeriesTest.Truncate
[       OK ] TimeSeriesTest.Truncate (1 ms)
[----------] 3 tests from TimeSeriesTest (1 ms total)

[----------] 5 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (0 ms)
[ RUN      ] TimeTest.RFC1123Output
[       OK ] TimeTest.RFC1123Output (0 ms)
[ RUN      ] TimeTest.RFC3339Output
[       OK ] TimeTest.RFC3339Output (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)
[----------] 5 tests from TimeTest (0 ms total)

[----------] 1 test from SSL
[ RUN      ] SSL.Disabled
[       OK ] SSL.Disabled (0 ms)
[----------] 1 test from SSL (0 ms total)

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (501 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (203 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0330 00:11:37.548405 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (402 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (402 ms)
[ RUN      ] SSLTest.RequireBadCA
W0330 00:11:38.295966 32440 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=ad5c61068828
Subject: /C=US/O=Test/CN=ad5c61068828
Error (18): self signed certificate
I0330 00:11:38.296056 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (302 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0330 00:11:38.601660 32440 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=ad5c61068828
Subject: /C=US/O=Test/CN=ad5c61068828
Error (18): self signed certificate
I0330 00:11:38.601758 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (301 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (407 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (301 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0330 00:11:39.987385 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 00:11:40.016862 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 00:11:40.030462 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:11:40.118129 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 00:11:40.136176 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:11:40.218981 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 00:11:40.234700 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:11:40.319602 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 00:11:40.335347 32440 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0330 00:11:40.420280 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 00:11:40.520864 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 00:11:40.537698 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:11:40.621474 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 00:11:40.639793 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:11:40.722633 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 00:11:40.740483 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:11:40.823390 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 00:11:40.841598 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:11:40.924422 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 00:11:41.026193 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0330 00:11:41.048846 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0330 00:11:41.126561 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0330 00:11:41.144683 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:11:41.227372 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0330 00:11:41.244532 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:11:41.328280 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0330 00:11:41.346292 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:11:41.429028 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (2216 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0330 00:11:41.895915 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (402 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0330 00:11:42.360087 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (502 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0330 00:11:42.618897 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0330 00:11:42.619303 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 00:11:42.635557 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0330 00:11:42.635916 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 00:11:42.737197 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0330 00:11:42.738206 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0330 00:11:42.838137 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0330 00:11:42.839068 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (505 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0330 00:11:43.254981 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0330 00:11:43.268013 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:11:43.340941 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0330 00:11:43.352502 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:11:43.442262 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0330 00:11:43.454201 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0330 00:11:43.543083 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0330 00:11:43.555395 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (705 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (304 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (157 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (382 ms)
[----------] 16 tests from SSLTest (7992 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (9200 ms total)
[  PASSED  ] 170 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] SSLTest.HTTPSGet
[  FAILED  ] SSLTest.HTTPSPost

 2 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

make[6]: *** [check-local] Error 1
make[6]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459295784-19260
Untagged: mesos-1459295784-19260:latest
Deleted: 51cf1163d2a5b6135360d661bc04b9b28241465c9c434e3e2d66f1fc86529f0b
Deleted: ee458c6c12e0bf6729821f4666dad40abe67423381a596f0a9370ccb781ff0a8
Deleted: 47c2a6127910d9dc4174ca50c8570ae693b66f943437e119cd0206b491e7c3f1
Deleted: 15306d1d605262034d340b3c965e6fa4f4b4eea1d73a87a516487e096f2a47ed
Deleted: a4c9b7035d0ba1ea04c6ba44e93ace8b23317094ff16938918167a09ac6b588e
Deleted: 25332fcad3541e164a4c2a8210da4dca2ec2893a579f9210252209c4f496f631
Deleted: aad0b772411f9d24f4a8596c40d8b191f79da938315d56591dbcaaf4c6bd097d
Deleted: a682e56c858b8d95cd6aff94a64b00967ad951fdf7fa909b2d3fc170ef4dfc56
Deleted: 9286e5e076dab589f6accd90549ca5278ee44757eec1c72252604e61047b6713
Deleted: 56e2244c0724d0a00601ed718b187e3e51fc337de088f4807343e0fc9980de08
Deleted: 46fe6aa6be663f671f74f43bfc3cc8649e5eb644a6934bfe33668665d9a8205a
Deleted: 9062ebb99e158e33c0da3fbd94067b5390ac48fc5169b4a748bbad1f0e503833
Deleted: ad95b9207cd7fa923d34bfa921a2be5ccddcf222788270c8eb89da322d51ef23
Deleted: 6ad235af944470a692dfd0d6ffa33b33fc68a65a17ab9a61b8ac7a0c14c7a78c
Deleted: 31e7b864f2a1f47496cccfd2cf7e7170c4718245b8da9f0d73a3ceb76cbab309
Deleted: bd393687f689e8cba27c7e4f2fe7d42e538a09fce3a6399473fdeeaf07e28fc4
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1898

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1898/changes>

Changes:

[vinodkone] Added CHANGELOG for python module changes.

------------------------------------------
[...truncated 18029 lines...]
[       OK ] ProcessTest.FirewallUninstall (7 ms)
[----------] 30 tests from ProcessTest (86 ms total)

[----------] 3 tests from QueueTest
[ RUN      ] QueueTest.Block
[       OK ] QueueTest.Block (0 ms)
[ RUN      ] QueueTest.Noblock
[       OK ] QueueTest.Noblock (0 ms)
[ RUN      ] QueueTest.Queue
[       OK ] QueueTest.Queue (1 ms)
[----------] 3 tests from QueueTest (1 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (42 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (32 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (24 ms)
[----------] 3 tests from ReapTest (98 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (11 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (11 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (11 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (11 ms)
[----------] 4 tests from SequenceTest (44 ms total)

[----------] 4 tests from SharedTest
[ RUN      ] SharedTest.ConstAccess
[       OK ] SharedTest.ConstAccess (0 ms)
[ RUN      ] SharedTest.Null
[       OK ] SharedTest.Null (0 ms)
[ RUN      ] SharedTest.Reset
[       OK ] SharedTest.Reset (0 ms)
[ RUN      ] SharedTest.Own
[       OK ] SharedTest.Own (0 ms)
[----------] 4 tests from SharedTest (1 ms total)

[----------] 3 tests from StatisticsTest
[ RUN      ] StatisticsTest.Empty
[       OK ] StatisticsTest.Empty (0 ms)
[ RUN      ] StatisticsTest.Single
[       OK ] StatisticsTest.Single (0 ms)
[ RUN      ] StatisticsTest.Statistics
[       OK ] StatisticsTest.Statistics (0 ms)
[----------] 3 tests from StatisticsTest (0 ms total)

[----------] 14 tests from SubprocessTest
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (84 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (27 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (14 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (14 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (43 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (13 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (43 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (14 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (22 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (22 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (28 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (15 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (14 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (14 ms)
[----------] 14 tests from SubprocessTest (368 ms total)

[----------] 3 tests from TimeSeriesTest
[ RUN      ] TimeSeriesTest.Set
[       OK ] TimeSeriesTest.Set (0 ms)
[ RUN      ] TimeSeriesTest.Sparsify
[       OK ] TimeSeriesTest.Sparsify (0 ms)
[ RUN      ] TimeSeriesTest.Truncate
[       OK ] TimeSeriesTest.Truncate (1 ms)
[----------] 3 tests from TimeSeriesTest (1 ms total)

[----------] 5 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (0 ms)
[ RUN      ] TimeTest.RFC1123Output
[       OK ] TimeTest.RFC1123Output (0 ms)
[ RUN      ] TimeTest.RFC3339Output
[       OK ] TimeTest.RFC3339Output (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)
[----------] 5 tests from TimeTest (0 ms total)

[----------] 1 test from SSL
[ RUN      ] SSL.Disabled
[       OK ] SSL.Disabled (0 ms)
[----------] 1 test from SSL (0 ms total)

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (640 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (968 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0329 23:36:19.258558 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (602 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (202 ms)
[ RUN      ] SSLTest.RequireBadCA
W0329 23:36:19.922382 32438 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=4bda7877fa23
Subject: /C=US/O=Test/CN=4bda7877fa23
Error (18): self signed certificate
I0329 23:36:19.922507 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (402 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0329 23:36:20.221227 32438 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=4bda7877fa23
Subject: /C=US/O=Test/CN=4bda7877fa23
Error (18): self signed certificate
I0329 23:36:20.221355 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (302 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (602 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (401 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0329 23:36:21.532794 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 23:36:21.636152 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 23:36:21.653744 32438 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 23:36:21.737561 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 23:36:21.757274 32438 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 23:36:21.838894 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 23:36:21.858351 32438 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 23:36:21.938985 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 23:36:21.956140 32438 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0329 23:36:22.040107 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 23:36:22.142022 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 23:36:22.161219 32438 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 23:36:22.242038 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 23:36:22.259601 32438 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 23:36:22.343590 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 23:36:22.360149 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 23:36:22.444005 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 23:36:22.459509 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 23:36:22.545111 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 23:36:22.645951 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 23:36:22.664139 32438 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 23:36:22.746903 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 23:36:22.764613 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 23:36:22.847575 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 23:36:22.866205 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 23:36:22.948093 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 23:36:22.966485 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 23:36:23.049167 32421 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (1916 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0329 23:36:23.629906 32421 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (502 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0329 23:36:24.566395 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (1006 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0329 23:36:24.970904 32421 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0329 23:36:24.971307 32421 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 23:36:25.059181 32421 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0329 23:36:25.059571 32421 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 23:36:25.160331 32421 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0329 23:36:25.160765 32421 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 23:36:25.261122 32421 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0329 23:36:25.261698 32421 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (704 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0329 23:36:25.843273 32421 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0329 23:36:25.856402 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 23:36:25.864033 32421 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0329 23:36:25.876554 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 23:36:25.964419 32421 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0329 23:36:25.978668 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 23:36:26.065801 32421 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0329 23:36:26.078460 32438 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (804 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (264 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (160 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (327 ms)
[----------] 16 tests from SSLTest (9804 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (11002 ms total)
[  PASSED  ] 170 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] SSLTest.HTTPSGet
[  FAILED  ] SSLTest.HTTPSPost

 2 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

make[6]: *** [check-local] Error 1
make[6]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459293788-20539
Untagged: mesos-1459293788-20539:latest
Deleted: b3288dabe18c1cc10639f4f12de4f90290e5e9f7251605eb4dc83db6c45ec7c9
Deleted: 9f444791efba7ca9642c216ba1623f4d34d545ce1ddb161fc035609232ffb3f3
Deleted: 7e17c632109d9e89b76094cf6971c1353b744b4eb4f2438e34cf04945a6320b5
Deleted: c91d820ee86bd87a803cf0059ef4c26f1a9ed97ffa23594b3f21538daecdaa23
Deleted: aa6212ac660434f17c261af4707d47043ff37df622650f0b277f10bbef6a9bec
Deleted: 93acb4051d440157e1ecb288675bd542aea0a3308f13e9b44541bd20a4dc0b48
Deleted: e46249b8b3ed9b210f9a01b5c1b511496831c38f0062256bc32661e8c63f7759
Deleted: c35015f24a6ba05526780880ad865939503272ffa62468f29fb768d8bf27a41d
Deleted: 25b4b20a7f5eb73e838d881cc7ead4464ddb839cca27bf5bc46e177e803a3780
Deleted: 15c559a6207f58826ee869321d8d3fd6c733b6fd114551f2faf37113f9f1b942
Deleted: b62eb7fd7e49cfc2f3f5af8f8dee4775cbc4806a706a3e3618474af6e0d2c58c
Deleted: e4759d70d0cd4746d2c893a63fa366f13c29455e3a5455517d8ab3551fb3dd4a
Deleted: 59ee703302507b1728bebf54f4dc63a5aba8df665d9f4936390b2a229a340dda
Deleted: 69331ada2de4f36d81f8c78088dfb0447bd2505fc06d27ca33adcec59365b2d1
Deleted: fd97aa43c857881207a774d3829f42f464e323ebcd1e69597b132f44562c895e
Deleted: 452303b7ae2c87507de31d96f7f0eacd49be98af868415d8c89059f1bd3139ad
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1897

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1897/changes>

Changes:

[toenshoff] Cleaned up FilesProcess construction.

------------------------------------------
[...truncated 18085 lines...]
[       OK ] ProcessTest.FirewallUninstall (13 ms)
[----------] 30 tests from ProcessTest (141 ms total)

[----------] 3 tests from QueueTest
[ RUN      ] QueueTest.Block
[       OK ] QueueTest.Block (0 ms)
[ RUN      ] QueueTest.Noblock
[       OK ] QueueTest.Noblock (0 ms)
[ RUN      ] QueueTest.Queue
[       OK ] QueueTest.Queue (0 ms)
[----------] 3 tests from QueueTest (0 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (47 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (32 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (25 ms)
[----------] 3 tests from ReapTest (104 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (30 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (14 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (24 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (11 ms)
[----------] 4 tests from SequenceTest (80 ms total)

[----------] 4 tests from SharedTest
[ RUN      ] SharedTest.ConstAccess
[       OK ] SharedTest.ConstAccess (0 ms)
[ RUN      ] SharedTest.Null
[       OK ] SharedTest.Null (0 ms)
[ RUN      ] SharedTest.Reset
[       OK ] SharedTest.Reset (0 ms)
[ RUN      ] SharedTest.Own
[       OK ] SharedTest.Own (0 ms)
[----------] 4 tests from SharedTest (0 ms total)

[----------] 3 tests from StatisticsTest
[ RUN      ] StatisticsTest.Empty
[       OK ] StatisticsTest.Empty (0 ms)
[ RUN      ] StatisticsTest.Single
[       OK ] StatisticsTest.Single (0 ms)
[ RUN      ] StatisticsTest.Statistics
[       OK ] StatisticsTest.Statistics (0 ms)
[----------] 3 tests from StatisticsTest (0 ms total)

[----------] 14 tests from SubprocessTest
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (85 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (29 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (14 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (16 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (43 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (14 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (43 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (15 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (22 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (22 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (28 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (15 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (15 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (14 ms)
[----------] 14 tests from SubprocessTest (376 ms total)

[----------] 3 tests from TimeSeriesTest
[ RUN      ] TimeSeriesTest.Set
[       OK ] TimeSeriesTest.Set (0 ms)
[ RUN      ] TimeSeriesTest.Sparsify
[       OK ] TimeSeriesTest.Sparsify (1 ms)
[ RUN      ] TimeSeriesTest.Truncate
[       OK ] TimeSeriesTest.Truncate (0 ms)
[----------] 3 tests from TimeSeriesTest (1 ms total)

[----------] 5 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (0 ms)
[ RUN      ] TimeTest.RFC1123Output
[       OK ] TimeTest.RFC1123Output (0 ms)
[ RUN      ] TimeTest.RFC3339Output
[       OK ] TimeTest.RFC3339Output (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)
[----------] 5 tests from TimeTest (0 ms total)

[----------] 1 test from SSL
[ RUN      ] SSL.Disabled
[       OK ] SSL.Disabled (1 ms)
[----------] 1 test from SSL (1 ms total)

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (628 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (577 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0329 22:11:45.667325 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (804 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (503 ms)
[ RUN      ] SSLTest.RequireBadCA
W0329 22:11:46.822157 32431 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=e9c52ec30218
Subject: /C=US/O=Test/CN=e9c52ec30218
Error (18): self signed certificate
I0329 22:11:46.822258 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (604 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0329 22:11:47.279558 32431 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=e9c52ec30218
Subject: /C=US/O=Test/CN=e9c52ec30218
Error (18): self signed certificate
I0329 22:11:47.279636 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (502 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (604 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (1004 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0329 22:11:49.251386 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 22:11:49.283993 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 22:11:49.300639 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 22:11:49.384481 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 22:11:49.404517 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 22:11:49.485430 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 22:11:49.501523 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 22:11:49.586338 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 22:11:49.602079 32431 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0329 22:11:49.686820 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 22:11:49.788174 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 22:11:49.813591 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 22:11:49.889405 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 22:11:49.906827 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 22:11:49.990514 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 22:11:50.011646 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 22:11:50.091554 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 22:11:50.112970 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 22:11:50.191779 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 22:11:50.292497 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 22:11:50.315670 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 22:11:50.393730 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 22:11:50.418884 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 22:11:50.494724 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 22:11:50.510015 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 22:11:50.595845 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 22:11:50.612149 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 22:11:50.696997 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (1817 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0329 22:11:51.238996 32414 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (503 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0329 22:11:51.466696 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (201 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0329 22:11:51.660635 32414 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0329 22:11:51.661264 32414 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 22:11:51.705090 32414 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0329 22:11:51.705500 32414 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 22:11:51.805882 32414 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0329 22:11:51.806351 32414 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 22:11:51.907060 32414 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0329 22:11:51.907676 32414 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (505 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0329 22:11:52.428254 32414 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0329 22:11:52.441325 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 22:11:52.511070 32414 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0329 22:11:52.528281 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 22:11:52.612074 32414 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0329 22:11:52.624624 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 22:11:52.713474 32414 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0329 22:11:52.725775 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (806 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (229 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (167 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (610 ms)
[----------] 16 tests from SSLTest (10067 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (11483 ms total)
[  PASSED  ] 170 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] SSLTest.HTTPSGet
[  FAILED  ] SSLTest.HTTPSPost

 2 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

make[6]: *** [check-local] Error 1
make[6]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459288393-20390
Untagged: mesos-1459288393-20390:latest
Deleted: 1504d03d9169e07873deef52da1db18230c0473e1d77c4dfc42aee9df3effeb0
Deleted: 22f41c152bbf44ccf2326bbdc3b34e0940a1d94e0d6d921c941705ed483ae588
Deleted: 5200e23f4c0ce4b38390d161eed0132ad0e075b15816549b4304f795b5bb3b30
Deleted: 6b56c0a0fd188fec85682cb68ca0e231c280ecfeaf42cf50e66896fe64332364
Deleted: d6fc41a166081894894a1741cc62c338392913eb92366a65994464a8a63bc30d
Deleted: 4ba98a915595dcc6514185a1d36663a09ae18fac35bbe621b0ed83d9df73794d
Deleted: 2dc3460fd24b85b13822ce479069c40890d1a2a68340be2c5697046fa687389d
Deleted: f1d411dd225a39396ecbe64c6e79b9e11e34d5989b8b03205770c03d05269885
Deleted: bbd618ad6d68715227f3ec5ca244aac33f0e96c0f0cf370c67007ecb3180ec45
Deleted: f5cc76f902729c343f0ec81ca83c5ca668bf36a0d742b921e3a88cf29480bb43
Deleted: 56bdc9c0ac3f80055b716712e2863152a6abefee2cd8f69f321486ac2e8baecb
Deleted: a4d0d65d6e7dcf3bbd321a914672e38890e29adb706b720d3220996b946094a1
Deleted: 20eaa02fa7de287ce813cf97b49feac63cd88b9c99d9b10ea1feeae1d38c184e
Deleted: 31cd6f14c16a2b8b576b51449a0b9ef6bdc46a020799e36c77bddb07b1e57d24
Deleted: e6e972fea4e7922cd956d2ee84eccf42095dd8c66333c6138bc6ad6f8f1286e2
Deleted: 16bc843f4683dcc51aa12f00d58f8b595a63b5893aed7f4c4cbb73898e846124
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1896

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1896/changes>

Changes:

[vinodkone] Fixed flakiness in  ContainerLoggerTest.LOGROTATE_RotateInSandbox.

------------------------------------------
[...truncated 18063 lines...]
[       OK ] ProcessTest.FirewallUninstall (8 ms)
[----------] 30 tests from ProcessTest (87 ms total)

[----------] 3 tests from QueueTest
[ RUN      ] QueueTest.Block
[       OK ] QueueTest.Block (0 ms)
[ RUN      ] QueueTest.Noblock
[       OK ] QueueTest.Noblock (0 ms)
[ RUN      ] QueueTest.Queue
[       OK ] QueueTest.Queue (0 ms)
[----------] 3 tests from QueueTest (0 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (43 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (32 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (25 ms)
[----------] 3 tests from ReapTest (100 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (11 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (11 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (11 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (11 ms)
[----------] 4 tests from SequenceTest (45 ms total)

[----------] 4 tests from SharedTest
[ RUN      ] SharedTest.ConstAccess
[       OK ] SharedTest.ConstAccess (0 ms)
[ RUN      ] SharedTest.Null
[       OK ] SharedTest.Null (0 ms)
[ RUN      ] SharedTest.Reset
[       OK ] SharedTest.Reset (0 ms)
[ RUN      ] SharedTest.Own
[       OK ] SharedTest.Own (0 ms)
[----------] 4 tests from SharedTest (0 ms total)

[----------] 3 tests from StatisticsTest
[ RUN      ] StatisticsTest.Empty
[       OK ] StatisticsTest.Empty (0 ms)
[ RUN      ] StatisticsTest.Single
[       OK ] StatisticsTest.Single (0 ms)
[ RUN      ] StatisticsTest.Statistics
[       OK ] StatisticsTest.Statistics (0 ms)
[----------] 3 tests from StatisticsTest (0 ms total)

[----------] 14 tests from SubprocessTest
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (118 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (30 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (15 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (14 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (43 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (14 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (43 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (16 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (21 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (33 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (29 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (19 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (14 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (15 ms)
[----------] 14 tests from SubprocessTest (427 ms total)

[----------] 3 tests from TimeSeriesTest
[ RUN      ] TimeSeriesTest.Set
[       OK ] TimeSeriesTest.Set (0 ms)
[ RUN      ] TimeSeriesTest.Sparsify
[       OK ] TimeSeriesTest.Sparsify (0 ms)
[ RUN      ] TimeSeriesTest.Truncate
[       OK ] TimeSeriesTest.Truncate (0 ms)
[----------] 3 tests from TimeSeriesTest (0 ms total)

[----------] 5 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (1 ms)
[ RUN      ] TimeTest.RFC1123Output
[       OK ] TimeTest.RFC1123Output (0 ms)
[ RUN      ] TimeTest.RFC3339Output
[       OK ] TimeTest.RFC3339Output (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)
[----------] 5 tests from TimeTest (1 ms total)

[----------] 1 test from SSL
[ RUN      ] SSL.Disabled
[       OK ] SSL.Disabled (0 ms)
[----------] 1 test from SSL (0 ms total)

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (214 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (893 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0329 21:22:54.611485 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (603 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (709 ms)
[ RUN      ] SSLTest.RequireBadCA
W0329 21:22:55.847189 32440 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=f132597ebf43
Subject: /C=US/O=Test/CN=f132597ebf43
Error (18): self signed certificate
I0329 21:22:55.847301 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (603 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0329 21:22:56.979300 32440 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=f132597ebf43
Subject: /C=US/O=Test/CN=f132597ebf43
Error (18): self signed certificate
I0329 21:22:56.979424 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (1105 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (515 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (991 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0329 21:22:58.806330 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 21:22:58.850383 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 21:22:58.870178 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 21:22:58.951014 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 21:22:58.970640 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 21:22:59.051628 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 21:22:59.069802 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 21:22:59.152678 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 21:22:59.170511 32440 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0329 21:22:59.253900 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 21:22:59.354610 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 21:22:59.373841 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 21:22:59.454777 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 21:22:59.476444 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 21:22:59.555368 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 21:22:59.576159 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 21:22:59.656083 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 21:22:59.675963 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 21:22:59.757057 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 21:22:59.857632 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 21:22:59.879024 32440 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 21:22:59.958873 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 21:22:59.975152 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 21:23:00.060359 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 21:23:00.088781 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 21:23:00.160830 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 21:23:00.179554 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 21:23:00.261680 32423 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (1813 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0329 21:23:00.598533 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (301 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0329 21:23:01.214552 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (603 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0329 21:23:01.793673 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0329 21:23:01.794095 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 21:23:01.870023 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0329 21:23:01.870548 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 21:23:01.971221 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0329 21:23:01.971868 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 21:23:02.072793 32423 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0329 21:23:02.073369 32423 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (913 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0329 21:23:02.890822 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0329 21:23:02.905582 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 21:23:02.976824 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0329 21:23:02.994173 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 21:23:03.078284 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0329 21:23:03.095530 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 21:23:03.179308 32423 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0329 21:23:03.194988 32440 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (1100 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (258 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (658 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (633 ms)
[----------] 16 tests from SSLTest (11915 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (13157 ms total)
[  PASSED  ] 170 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] SSLTest.HTTPSGet
[  FAILED  ] SSLTest.HTTPSPost

 2 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

make[6]: *** [check-local] Error 1
make[6]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459285324-18729
Untagged: mesos-1459285324-18729:latest
Deleted: f9b249c078c17ee0daf48e573b8900cceb60b5ca7d2c46ef4c75c2e021982c18
Deleted: 5b159ac0e725d5ea72870de1a247e7b75bcc4be096b17f6de6f2d349e627a493
Deleted: c9fe89b2d2d38929c2f43272448dc182a1ca91c479d2b27fcf254249dde048fa
Deleted: 85064baa69af9417801bb24f733e0ed27350536c45a7e73613dee0fbc9297359
Deleted: 3d26242a62c67995fd1fe55c38969398af80d810968eedb945ea546096417046
Deleted: 5e7509cf0d457c08d9e55272a7354fb6af2f45f62e126c9c2a6cd4357698a5d2
Deleted: 6b458edcd938768d1c9b3e0fa2ce18685ff7593bc13887024d7b6d9d9833f90f
Deleted: 80a7015dbcba73850b1a3d5f153bed2e9fad3c535845a987ecf49466d25a2310
Deleted: 68597fb7e0b91665e6b9071b9706cf325df66beced3e2f2c87d478e8813fc338
Deleted: 2dc5c1de761e8bccfafba39223d8bcfec877ef7dd882246bc9a05208de9da782
Deleted: 0cf5b3cff35b77b4ea2e51b795dedcff9d3de6f824945cc210989db8cd1d2204
Deleted: db82ff4f81482527398bffc456b55854230a8b1d54073db7a9cfd834787529cd
Deleted: 751d867b39db5dd569a59bea6354f36788e0d1be5948d8986bcca47de017e689
Deleted: 00a20f34c1920d2745a248d3ffc88ca63e56a3eaf3b1de04688d0f4599a441e9
Deleted: 6abf69414c1fd2add60791ef39a67df05a3f8f4c3a797d05d3e238ef0d88ed6c
Deleted: 7514e90685a1b18f80b1a59963851b967d3df48087aa3295697c42060fb8f233
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1895

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1895/changes>

Changes:

[bmahler] Added a script to install the Nvidia GDK on a host.

------------------------------------------
[...truncated 18042 lines...]
[       OK ] ProcessTest.FirewallUninstall (8 ms)
[----------] 30 tests from ProcessTest (88 ms total)

[----------] 3 tests from QueueTest
[ RUN      ] QueueTest.Block
[       OK ] QueueTest.Block (0 ms)
[ RUN      ] QueueTest.Noblock
[       OK ] QueueTest.Noblock (0 ms)
[ RUN      ] QueueTest.Queue
[       OK ] QueueTest.Queue (0 ms)
[----------] 3 tests from QueueTest (0 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (43 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (32 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (24 ms)
[----------] 3 tests from ReapTest (99 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (11 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (11 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (11 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (12 ms)
[----------] 4 tests from SequenceTest (45 ms total)

[----------] 4 tests from SharedTest
[ RUN      ] SharedTest.ConstAccess
[       OK ] SharedTest.ConstAccess (0 ms)
[ RUN      ] SharedTest.Null
[       OK ] SharedTest.Null (0 ms)
[ RUN      ] SharedTest.Reset
[       OK ] SharedTest.Reset (0 ms)
[ RUN      ] SharedTest.Own
[       OK ] SharedTest.Own (0 ms)
[----------] 4 tests from SharedTest (0 ms total)

[----------] 3 tests from StatisticsTest
[ RUN      ] StatisticsTest.Empty
[       OK ] StatisticsTest.Empty (0 ms)
[ RUN      ] StatisticsTest.Single
[       OK ] StatisticsTest.Single (0 ms)
[ RUN      ] StatisticsTest.Statistics
[       OK ] StatisticsTest.Statistics (0 ms)
[----------] 3 tests from StatisticsTest (0 ms total)

[----------] 14 tests from SubprocessTest
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (67 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (29 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (14 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (15 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (43 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (14 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (43 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (15 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (21 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (22 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (28 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (14 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (13 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (14 ms)
[----------] 14 tests from SubprocessTest (352 ms total)

[----------] 3 tests from TimeSeriesTest
[ RUN      ] TimeSeriesTest.Set
[       OK ] TimeSeriesTest.Set (0 ms)
[ RUN      ] TimeSeriesTest.Sparsify
[       OK ] TimeSeriesTest.Sparsify (1 ms)
[ RUN      ] TimeSeriesTest.Truncate
[       OK ] TimeSeriesTest.Truncate (0 ms)
[----------] 3 tests from TimeSeriesTest (1 ms total)

[----------] 5 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (0 ms)
[ RUN      ] TimeTest.RFC1123Output
[       OK ] TimeTest.RFC1123Output (0 ms)
[ RUN      ] TimeTest.RFC3339Output
[       OK ] TimeTest.RFC3339Output (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)
[----------] 5 tests from TimeTest (0 ms total)

[----------] 1 test from SSL
[ RUN      ] SSL.Disabled
[       OK ] SSL.Disabled (0 ms)
[----------] 1 test from SSL (1 ms total)

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (402 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (201 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0329 20:18:04.437559 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (817 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (703 ms)
[ RUN      ] SSLTest.RequireBadCA
W0329 20:18:05.648025 32437 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=9378daa0ec3c
Subject: /C=US/O=Test/CN=9378daa0ec3c
Error (18): self signed certificate
I0329 20:18:05.648154 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (503 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0329 20:18:06.038900 32437 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=9378daa0ec3c
Subject: /C=US/O=Test/CN=9378daa0ec3c
Error (18): self signed certificate
I0329 20:18:06.038995 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (302 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (302 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (703 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0329 20:18:07.737012 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:18:07.861223 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:18:07.882096 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 20:18:07.961874 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:18:07.982216 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 20:18:08.063007 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 20:18:08.082640 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 20:18:08.163414 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:18:08.179426 32437 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0329 20:18:08.264494 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:18:08.365545 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:18:08.385327 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 20:18:08.466058 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 20:18:08.482403 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 20:18:08.567212 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:18:08.583525 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:18:08.668112 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:18:08.683826 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:18:08.768622 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:18:08.869632 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 20:18:08.886778 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 20:18:08.970582 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 20:18:08.989058 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:18:09.071944 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:18:09.089679 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:18:09.172616 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:18:09.190191 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:18:09.274196 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (2322 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0329 20:18:09.829375 32420 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (503 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0329 20:18:10.247660 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (401 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0329 20:18:10.718142 32420 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0329 20:18:10.718536 32420 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 20:18:10.782253 32420 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0329 20:18:10.782760 32420 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 20:18:10.883672 32420 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0329 20:18:10.884366 32420 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 20:18:10.984666 32420 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0329 20:18:10.985266 32420 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (807 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0329 20:18:11.471987 32420 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0329 20:18:11.484964 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:18:11.487494 32420 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0329 20:18:11.502943 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:18:11.588966 32420 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0329 20:18:11.601616 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 20:18:11.689329 32420 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0329 20:18:11.701874 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (705 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (505 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (106 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (556 ms)
[----------] 16 tests from SSLTest (9839 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (11017 ms total)
[  PASSED  ] 170 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] SSLTest.HTTPSGet
[  FAILED  ] SSLTest.HTTPSPost

 2 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

make[6]: *** [check-local] Error 1
make[6]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459281647-7353
Untagged: mesos-1459281647-7353:latest
Deleted: d990cbc3c90d241948e4a75cefb81dd2cee0771ac46205cfb5011cee51960455
Deleted: b48713eae91bc86a33ae245ad8d71fa11468837394b264191d033cc1c4f03da7
Deleted: 76d18b8daea3c590b589ce2fc15f294263cbf74cae3bb8606728da174a185d7b
Deleted: ab68828ed746337ecc8b754afa71377f13bef800a97cba662a53f240f33e9606
Deleted: 137610888b874e7d849a5a97a7606c1247b46203197f747f7ad30d2dd7be6b05
Deleted: e13fd5201097fb63d16caef16efde28910f48e166b0fad7b55a42bedefd53e1c
Deleted: 0df09e106f13d01caeb2dcd9d5ee54268b035059ee5efb858a5a40b4c3ccdc28
Deleted: afd99d52eb3cc02fd2fe4741e2679b7d254b181c9e14a1623609e8969ed7d0c4
Deleted: 1ed1958705e6b2f862181d46051bd32eeeb6f6b5f8a3381c3ba7887b7e1d3256
Deleted: c036f24c680741572226559dbeffdd4c10b45ba6f0f8062885731c9c8997fff7
Deleted: 70648a5edd8ff1762f9d8a9d99f3a52a95082766bbf7860c85ff293e4c39b5f2
Deleted: 5ce6c4813d0a9e74548ec06cd02351d424d72440d54111861d07ec848b2314f7
Deleted: 5d7c782ef4c42b3691c69487c1831d62f538d381712d5af1b0bb29f54e6bf48a
Deleted: 77ae33fec2978d8c1a0d3d8290cbb5a41b590821a0939b969b7cd2afba3f25c0
Deleted: 7e22773574252b7dcae7643117a0edf4006f92e8b4f183612ad04a2fa3935fd4
Deleted: e0eae209d840f0d9a28137cc8aea8000158e0c86fd39b93aa300e455e023a639
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1894

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1894/changes>

Changes:

[bmahler] Cleaned up resources library to use the new -> operators.

[bmahler] Added a flag parser for vector<unsigned int> to src/common/parse.hpp.

------------------------------------------
[...truncated 18019 lines...]
[       OK ] ProcessTest.FirewallUninstall (28 ms)
[----------] 30 tests from ProcessTest (183 ms total)

[----------] 3 tests from QueueTest
[ RUN      ] QueueTest.Block
[       OK ] QueueTest.Block (0 ms)
[ RUN      ] QueueTest.Noblock
[       OK ] QueueTest.Noblock (0 ms)
[ RUN      ] QueueTest.Queue
[       OK ] QueueTest.Queue (0 ms)
[----------] 3 tests from QueueTest (0 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (48 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (33 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (30 ms)
[----------] 3 tests from ReapTest (111 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (13 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (14 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (12 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (24 ms)
[----------] 4 tests from SequenceTest (63 ms total)

[----------] 4 tests from SharedTest
[ RUN      ] SharedTest.ConstAccess
[       OK ] SharedTest.ConstAccess (0 ms)
[ RUN      ] SharedTest.Null
[       OK ] SharedTest.Null (0 ms)
[ RUN      ] SharedTest.Reset
[       OK ] SharedTest.Reset (0 ms)
[ RUN      ] SharedTest.Own
[       OK ] SharedTest.Own (0 ms)
[----------] 4 tests from SharedTest (0 ms total)

[----------] 3 tests from StatisticsTest
[ RUN      ] StatisticsTest.Empty
[       OK ] StatisticsTest.Empty (0 ms)
[ RUN      ] StatisticsTest.Single
[       OK ] StatisticsTest.Single (0 ms)
[ RUN      ] StatisticsTest.Statistics
[       OK ] StatisticsTest.Statistics (0 ms)
[----------] 3 tests from StatisticsTest (0 ms total)

[----------] 14 tests from SubprocessTest
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (92 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (35 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (19 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (17 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (46 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (18 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (45 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (15 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (22 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (25 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (36 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (17 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (19 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (16 ms)
[----------] 14 tests from SubprocessTest (423 ms total)

[----------] 3 tests from TimeSeriesTest
[ RUN      ] TimeSeriesTest.Set
[       OK ] TimeSeriesTest.Set (0 ms)
[ RUN      ] TimeSeriesTest.Sparsify
[       OK ] TimeSeriesTest.Sparsify (1 ms)
[ RUN      ] TimeSeriesTest.Truncate
[       OK ] TimeSeriesTest.Truncate (0 ms)
[----------] 3 tests from TimeSeriesTest (1 ms total)

[----------] 5 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (0 ms)
[ RUN      ] TimeTest.RFC1123Output
[       OK ] TimeTest.RFC1123Output (1 ms)
[ RUN      ] TimeTest.RFC3339Output
[       OK ] TimeTest.RFC3339Output (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)
[----------] 5 tests from TimeTest (1 ms total)

[----------] 1 test from SSL
[ RUN      ] SSL.Disabled
[       OK ] SSL.Disabled (0 ms)
[----------] 1 test from SSL (0 ms total)

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (252 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (552 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0329 19:15:14.645781 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (404 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (803 ms)
[ RUN      ] SSLTest.RequireBadCA
W0329 19:15:15.924612 32437 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=d7fcd610d772
Subject: /C=US/O=Test/CN=d7fcd610d772
Error (18): self signed certificate
I0329 19:15:15.924768 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (709 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0329 19:15:17.002251 32437 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=d7fcd610d772
Subject: /C=US/O=Test/CN=d7fcd610d772
Error (18): self signed certificate
I0329 19:15:17.002378 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (973 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (307 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (603 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0329 19:15:18.724063 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 19:15:18.829315 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 19:15:19.005383 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 19:15:19.055295 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 19:15:19.260032 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 19:15:19.309979 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 19:15:19.503335 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 19:15:19.512920 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 19:15:19.536196 32437 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0329 19:15:19.742127 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 19:15:19.842638 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 19:15:20.035333 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 19:15:20.085256 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 19:15:20.298735 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 19:15:20.388648 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 19:15:20.413110 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 19:15:20.630973 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 19:15:20.656509 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 19:15:20.832301 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 19:15:20.933115 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 19:15:20.960347 32437 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 19:15:21.034577 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 19:15:21.063627 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 19:15:21.135566 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 19:15:21.162783 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 19:15:21.236665 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 19:15:21.260538 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 19:15:21.337373 32420 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (3316 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0329 19:15:21.960132 32420 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (603 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0329 19:15:22.314388 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (302 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0329 19:15:22.857149 32420 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0329 19:15:22.857728 32420 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 19:15:22.946009 32420 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0329 19:15:22.946583 32420 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 19:15:23.047358 32420 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0329 19:15:23.047960 32420 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 19:15:23.148529 32420 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0329 19:15:23.149142 32420 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (907 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0329 19:15:23.608687 32420 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0329 19:15:23.635658 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 19:15:23.651500 32420 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0329 19:15:23.688446 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 19:15:23.752516 32420 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0329 19:15:23.777755 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 19:15:23.853664 32420 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0329 19:15:23.879295 32437 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (704 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (304 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (222 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (313 ms)
[----------] 16 tests from SSLTest (11277 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (12906 ms total)
[  PASSED  ] 170 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] SSLTest.HTTPSGet
[  FAILED  ] SSLTest.HTTPSPost

 2 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

make[6]: *** [check-local] Error 1
make[6]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459277609-4741
Untagged: mesos-1459277609-4741:latest
Deleted: 75658ad69b0e68691b0bba831ba9d664761cbcf781e293e7ff1f5cf6e92a6e22
Deleted: a7905e729b1e50aea5e7828edba34471160ede3738a4836ab75bb7264218a52e
Deleted: 6133fb22c1d77de220cf3777247c16277f915e1f5a6e49abc04574f37d4dfddf
Deleted: 3b7f9503abbed5bde64106776707c3e8ea67485736a80d52f6fdc28818b0f7d7
Deleted: 6affc7e34ff9d1fcb5748a5dcb0cfe81cee3759b703b6ac37a1cda5e80c6de28
Deleted: 4daa71f6cd1d62e1ba60eea881788f1e58877ad4ea48024053a5889d8409e5a0
Deleted: f52c06d53fff48cdbb8afed673bccf237ef1a54bb53c18d689ef2c63be04c9fa
Deleted: ced61845af4b08ee71672dd0f8278456dd35b2ab719ab12420e41610255dec48
Deleted: cae669d2cefe336b764ce10a4f73470d3f1170decd87bf40f7b0160a02e19ba0
Deleted: 44d72445d41af75a75dadf595a50bbd54499a2c535bb9a3be3e4537a5e379c58
Deleted: 15159a82e134aae61e6862704495cde26220e246a11cc08734a56c5bd4ce5625
Deleted: 8d187ef0276593099232a9bc03ab792c5d6de1feb2740795b3c0885ca854bfa6
Deleted: 80a8ae1f2a800e27f26bc379804632e459ae1345042d301605dbf88433612a14
Deleted: 5ed106178e74bd9d273bda503c2e106c75ff0c979331a2b4d3894f1f94589df8
Deleted: 70176ebd9fd0ac0686432a50257c0aec1af1f080c77771929e904aa7adf1c6da
Deleted: f889be392767f8af347ea61ac2363a3a04dad621b173acc93d8a6b00315e3a13
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1893

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1893/changes>

Changes:

[vinodkone] Changed name of http-parser enum to 'flags_enum'.

[yujie.jay] Implemented isolate() method of "network/cni" isolator.

------------------------------------------
[...truncated 18050 lines...]
[       OK ] ProcessTest.FirewallUninstall (8 ms)
[----------] 30 tests from ProcessTest (85 ms total)

[----------] 3 tests from QueueTest
[ RUN      ] QueueTest.Block
[       OK ] QueueTest.Block (0 ms)
[ RUN      ] QueueTest.Noblock
[       OK ] QueueTest.Noblock (0 ms)
[ RUN      ] QueueTest.Queue
[       OK ] QueueTest.Queue (0 ms)
[----------] 3 tests from QueueTest (0 ms total)

[----------] 3 tests from ReapTest
[ RUN      ] ReapTest.NonChildProcess
[       OK ] ReapTest.NonChildProcess (42 ms)
[ RUN      ] ReapTest.ChildProcess
[       OK ] ReapTest.ChildProcess (31 ms)
[ RUN      ] ReapTest.TerminatedChildProcess
[       OK ] ReapTest.TerminatedChildProcess (24 ms)
[----------] 3 tests from ReapTest (97 ms total)

[----------] 4 tests from SequenceTest
[ RUN      ] SequenceTest.Serialize
[       OK ] SequenceTest.Serialize (14 ms)
[ RUN      ] SequenceTest.DiscardOne
[       OK ] SequenceTest.DiscardOne (11 ms)
[ RUN      ] SequenceTest.DiscardAll
[       OK ] SequenceTest.DiscardAll (10 ms)
[ RUN      ] SequenceTest.Random
[       OK ] SequenceTest.Random (11 ms)
[----------] 4 tests from SequenceTest (47 ms total)

[----------] 4 tests from SharedTest
[ RUN      ] SharedTest.ConstAccess
[       OK ] SharedTest.ConstAccess (0 ms)
[ RUN      ] SharedTest.Null
[       OK ] SharedTest.Null (0 ms)
[ RUN      ] SharedTest.Reset
[       OK ] SharedTest.Reset (0 ms)
[ RUN      ] SharedTest.Own
[       OK ] SharedTest.Own (0 ms)
[----------] 4 tests from SharedTest (0 ms total)

[----------] 3 tests from StatisticsTest
[ RUN      ] StatisticsTest.Empty
[       OK ] StatisticsTest.Empty (0 ms)
[ RUN      ] StatisticsTest.Single
[       OK ] StatisticsTest.Single (0 ms)
[ RUN      ] StatisticsTest.Statistics
[       OK ] StatisticsTest.Statistics (0 ms)
[----------] 3 tests from StatisticsTest (0 ms total)

[----------] 14 tests from SubprocessTest
[ RUN      ] SubprocessTest.Status
[       OK ] SubprocessTest.Status (85 ms)
[ RUN      ] SubprocessTest.PipeOutput
[       OK ] SubprocessTest.PipeOutput (28 ms)
[ RUN      ] SubprocessTest.PipeInput
[       OK ] SubprocessTest.PipeInput (14 ms)
[ RUN      ] SubprocessTest.PipeRedirect
[       OK ] SubprocessTest.PipeRedirect (14 ms)
[ RUN      ] SubprocessTest.PathOutput
[       OK ] SubprocessTest.PathOutput (42 ms)
[ RUN      ] SubprocessTest.PathInput
[       OK ] SubprocessTest.PathInput (14 ms)
[ RUN      ] SubprocessTest.FdOutput
[       OK ] SubprocessTest.FdOutput (43 ms)
[ RUN      ] SubprocessTest.FdInput
[       OK ] SubprocessTest.FdInput (14 ms)
[ RUN      ] SubprocessTest.Default
hello world
[       OK ] SubprocessTest.Default (21 ms)
[ RUN      ] SubprocessTest.Flags
[       OK ] SubprocessTest.Flags (63 ms)
[ RUN      ] SubprocessTest.Environment
[       OK ] SubprocessTest.Environment (28 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpaces
[       OK ] SubprocessTest.EnvironmentWithSpaces (14 ms)
[ RUN      ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[       OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (14 ms)
[ RUN      ] SubprocessTest.EnvironmentOverride
[       OK ] SubprocessTest.EnvironmentOverride (14 ms)
[----------] 14 tests from SubprocessTest (408 ms total)

[----------] 3 tests from TimeSeriesTest
[ RUN      ] TimeSeriesTest.Set
[       OK ] TimeSeriesTest.Set (0 ms)
[ RUN      ] TimeSeriesTest.Sparsify
[       OK ] TimeSeriesTest.Sparsify (0 ms)
[ RUN      ] TimeSeriesTest.Truncate
[       OK ] TimeSeriesTest.Truncate (0 ms)
[----------] 3 tests from TimeSeriesTest (0 ms total)

[----------] 5 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (1 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (0 ms)
[ RUN      ] TimeTest.RFC1123Output
[       OK ] TimeTest.RFC1123Output (0 ms)
[ RUN      ] TimeTest.RFC3339Output
[       OK ] TimeTest.RFC3339Output (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)
[----------] 5 tests from TimeTest (1 ms total)

[----------] 1 test from SSL
[ RUN      ] SSL.Disabled
[       OK ] SSL.Disabled (0 ms)
[----------] 1 test from SSL (0 ms total)

[----------] 16 tests from SSLTest
[ RUN      ] SSLTest.BasicSameProcess
[       OK ] SSLTest.BasicSameProcess (275 ms)
[ RUN      ] SSLTest.SSLSocket
[       OK ] SSLTest.SSLSocket (328 ms)
[ RUN      ] SSLTest.NonSSLSocket
I0329 18:21:32.272965 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NonSSLSocket (302 ms)
[ RUN      ] SSLTest.NoVerifyBadCA
[       OK ] SSLTest.NoVerifyBadCA (201 ms)
[ RUN      ] SSLTest.RequireBadCA
W0329 18:21:33.056998 32431 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=4606e5642af6
Subject: /C=US/O=Test/CN=4606e5642af6
Error (18): self signed certificate
I0329 18:21:33.057109 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.RequireBadCA (603 ms)
[ RUN      ] SSLTest.VerifyBadCA
W0329 18:21:33.448230 32431 openssl.cpp:250] Error with certificate at depth: 0
Issuer: /C=US/O=Test/CN=4606e5642af6
Subject: /C=US/O=Test/CN=4606e5642af6
Error (18): self signed certificate
I0329 18:21:33.448315 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140890B2:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:no certificate returned
[       OK ] SSLTest.VerifyBadCA (402 ms)
[ RUN      ] SSLTest.VerifyCertificate
[       OK ] SSLTest.VerifyCertificate (603 ms)
[ RUN      ] SSLTest.RequireCertificate
[       OK ] SSLTest.RequireCertificate (302 ms)
[ RUN      ] SSLTest.ProtocolMismatch
I0329 18:21:34.803035 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:21:34.911231 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:21:34.928963 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 18:21:35.011690 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:21:35.030169 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 18:21:35.112975 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_SSL_V3' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 18:21:35.131588 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 18:21:35.213600 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:21:35.229130 32431 libevent_ssl_socket.cpp:1066] Socket error: error:1408A10B:SSL routines:SSL3_GET_CLIENT_HELLO:wrong version number
I0329 18:21:35.314043 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:21:35.414350 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:21:35.431437 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 18:21:35.515154 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_0' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 18:21:35.533294 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 18:21:35.616062 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:21:35.631103 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:35.716895 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:21:35.733772 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:35.817699 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:21:35.918949 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_1' with client protocol 'SSL_ENABLE_TLS_V1_2'
I0329 18:21:35.934442 32431 libevent_ssl_socket.cpp:1066] Socket error: Connection reset by peer
I0329 18:21:36.019157 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_SSL_V3'
I0329 18:21:36.036538 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:36.120367 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:21:36.137392 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:36.221073 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:21:36.237529 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:36.322813 32414 ssl_tests.cpp:390] Testing server protocol 'SSL_ENABLE_TLS_V1_2' with client protocol 'SSL_ENABLE_TLS_V1_2'
[       OK ] SSLTest.ProtocolMismatch (2015 ms)
[ RUN      ] SSLTest.ValidDowngrade
W0329 18:21:36.986846 32414 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngrade (602 ms)
[ RUN      ] SSLTest.NoValidDowngrade
I0329 18:21:37.669590 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngrade (703 ms)
[ RUN      ] SSLTest.ValidDowngradeEachProtocol
I0329 18:21:38.211251 32414 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_SSL_V3'
W0329 18:21:38.211671 32414 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 18:21:38.230072 32414 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
W0329 18:21:38.230459 32414 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 18:21:38.330497 32414 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
W0329 18:21:38.330938 32414 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
I0329 18:21:38.431164 32414 ssl_tests.cpp:509] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
W0329 18:21:38.431557 32414 openssl.cpp:363] Failed SSL connections will be downgraded to a non-SSL socket
[       OK ] SSLTest.ValidDowngradeEachProtocol (803 ms)
[ RUN      ] SSLTest.NoValidDowngradeEachProtocol
I0329 18:21:38.820058 32414 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_SSL_V3'
I0329 18:21:38.831090 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:38.832648 32414 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_0'
I0329 18:21:38.844130 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:38.934875 32414 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_1'
I0329 18:21:38.947787 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
I0329 18:21:39.035153 32414 ssl_tests.cpp:556] Testing server protocol 'SSL_ENABLE_TLS_V1_2'
I0329 18:21:39.047938 32431 libevent_ssl_socket.cpp:1066] Socket error: error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
[       OK ] SSLTest.NoValidDowngradeEachProtocol (604 ms)
[ RUN      ] SSLTest.PeerAddress
[       OK ] SSLTest.PeerAddress (249 ms)
[ RUN      ] SSLTest.HTTPSGet
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:663: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSGet (202 ms)
[ RUN      ] SSLTest.HTTPSPost
../../../3rdparty/libprocess/src/tests/ssl_tests.cpp:704: Failure
(response).failure(): Failed to decode response
[  FAILED  ] SSLTest.HTTPSPost (257 ms)
[----------] 16 tests from SSLTest (8452 ms total)

[----------] Global test environment tear-down
[==========] 172 tests from 25 test cases ran. (9687 ms total)
[  PASSED  ] 170 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] SSLTest.HTTPSGet
[  FAILED  ] SSLTest.HTTPSPost

 2 FAILED TESTS
  YOU HAVE 2 DISABLED TESTS

make[6]: *** [check-local] Error 1
make[6]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[5]: *** [check-am] Error 2
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [check-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459274650-32448
Untagged: mesos-1459274650-32448:latest
Deleted: efb81bde2f4190983452a8a713787a0c38dff5487009faad96375d3a66399d9e
Deleted: c61782fc7dedcdd310142c8d4b25e2c031820411538fbeb107bd4b24d23e8619
Deleted: 1c9073b807da141e01abdd0304c45496c191feaad48c93befa2295f6861499f9
Deleted: fbc852cc2d4d15c25887da509434304cc4b62a52c116a7ca16d1eed7acb235e1
Deleted: 929bef1ca2d4efc355b655ecb38a54a9d5c5e2592ba01d7fe2c83f057998d159
Deleted: cb7ca24903f13ab89e262ffe43b4c007b4f09cb0867ca330ae93a66495ff4ceb
Deleted: ce5caaa3e6f222fc57047b09d46660fffa3511188c5ee2a346e1fcc3865e7855
Deleted: ecbc4cf3d7da1cebd8e543b398103922148568d1a9bb8abdf728d1611522eacd
Deleted: 11e8f90aa978beb1124d02ab2e05483124b02b2867ad7b0e7340b4b2f16efb39
Deleted: a295ce2b0654398238014e9d3bd2d62c925a6a5684a6f856191758c493110055
Deleted: 2baf753701d25e9d375359f9abc8b0db87207b6b0354abf714ebfd9588892d78
Deleted: 270e6f55ae421454167498fd45bb47160afe9925cea10b6bfd689ceec239ca6c
Deleted: b3467f576cf5047eb4a03b3be1b74b8ee21d75594ca6df71d33defad5b90e56a
Deleted: ff3fe238c161a69ac0dc1cd8bc2477f3159aa3849945af17d1ad1b3fac6c0d91
Deleted: 0998cd25c9587e4297bb6416e6d2fd11c27e70839e43237dd95cb84febf8383d
Deleted: e62cde72d1568103809320b5b4b94143db197d61c51a938f667661dc189b029f
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1892

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1892/changes>

Changes:

[alexr] Corrected a typo in the allocator tests.

------------------------------------------
[...truncated 5356 lines...]
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   substitution of deduced template arguments resulted in errors seen above
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:806:9: error: 'flag' was not declared in this scope
     if (flag.boolean) {
         ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:811:34: error: 'flag' was not declared in this scope
     width = std::max(width, col1[flag.name].size());
                                  ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:815:29: error: 'flag' was not declared in this scope
     std::string line = col1[flag.name];
                             ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp: In function 'std::ostream& flags::operator<<(std::ostream&, const flags::FlagsBase&)':
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:23: error: 'flags' does not name a type
   foreachvalue (const flags::Flag& flag, flags) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:845:39: error: 'flag' was not declared in this scope
     const Option<std::string> value = flag.stringify(flags);
                                       ^
In file included from ../../../3rdparty/libprocess/src/process.cpp:105:0:
../../../3rdparty/libprocess/src/openssl.hpp: At global scope:
../../../3rdparty/libprocess/src/openssl.hpp:32:1: error: expected class-name before '{' token
 {
 ^
mv -f .deps/libprocess_la-poll_socket.Tpo .deps/libprocess_la-poll_socket.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-timeseries.lo -MD -MP -MF .deps/libprocess_la-timeseries.Tpo -c -o libprocess_la-timeseries.lo `test -f 'src/timeseries.cpp' || echo '../../../3rdparty/libprocess/'`src/timeseries.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-timeseries.lo -MD -MP -MF .deps/libprocess_la-timeseries.Tpo -c ../../../3rdparty/libprocess/src/timeseries.cpp  -fPIC -DPIC -o libprocess_la-timeseries.o
mv -f .deps/libprocess_la-time.Tpo .deps/libprocess_la-time.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c -o libprocess_la-libevent_ssl_socket.lo `test -f 'src/libevent_ssl_socket.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_ssl_socket.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c ../../../3rdparty/libprocess/src/libevent_ssl_socket.cpp  -fPIC -DPIC -o libprocess_la-libevent_ssl_socket.o
mv -f .deps/libprocess_la-http.Tpo .deps/libprocess_la-http.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c -o libprocess_la-openssl.lo `test -f 'src/openssl.cpp' || echo '../../../3rdparty/libprocess/'`src/openssl.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c ../../../3rdparty/libprocess/src/openssl.cpp  -fPIC -DPIC -o libprocess_la-openssl.o
mv -f .deps/libprocess_la-timeseries.Tpo .deps/libprocess_la-timeseries.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c -o libprocess_la-utilities.lo `test -f 'src/ssl/utilities.cpp' || echo '../../../3rdparty/libprocess/'`src/ssl/utilities.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c ../../../3rdparty/libprocess/src/ssl/utilities.cpp  -fPIC -DPIC -o libprocess_la-utilities.o
mv -f .deps/libprocess_la-reap.Tpo .deps/libprocess_la-reap.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c -o libprocess_la-libevent.lo `test -f 'src/libevent.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c ../../../3rdparty/libprocess/src/libevent.cpp  -fPIC -DPIC -o libprocess_la-libevent.o
mv -f .deps/libprocess_la-subprocess.Tpo .deps/libprocess_la-subprocess.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c -o libprocess_la-libevent_poll.lo `test -f 'src/libevent_poll.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_poll.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c ../../../3rdparty/libprocess/src/libevent_poll.cpp  -fPIC -DPIC -o libprocess_la-libevent_poll.o
mv -f .deps/libprocess_la-metrics.Tpo .deps/libprocess_la-metrics.Plo
mv -f .deps/libprocess_la-utilities.Tpo .deps/libprocess_la-utilities.Plo
mv -f .deps/libprocess_la-socket.Tpo .deps/libprocess_la-socket.Plo
mv -f .deps/libprocess_la-openssl.Tpo .deps/libprocess_la-openssl.Plo
make[5]: *** [libprocess_la-process.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
mv -f .deps/libprocess_la-libevent.Tpo .deps/libprocess_la-libevent.Plo
mv -f .deps/libprocess_la-libevent_ssl_socket.Tpo .deps/libprocess_la-libevent_ssl_socket.Plo
mv -f .deps/libprocess_la-libevent_poll.Tpo .deps/libprocess_la-libevent_poll.Plo
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459271833-18516
Untagged: mesos-1459271833-18516:latest
Deleted: bf764aa81b5715eac4f7a68f4ac9c4555217deb69d25177e0ac81dcb081309a5
Deleted: ef5b71880572168cee5b2e737d5fc2cec8a2c93a555b107c09830a48ed69a713
Deleted: c7b5afb94fed0d65c4ab55c4230cc66a370b73dfbef9d7b98f3a5a750d58589f
Deleted: 56c27951cc680d36a8f379af2f822e6e5be33a1aaa9979e2e04dc57c568453f4
Deleted: 7604d4f40c1c051fba8755db927cb472979f7e22c4cfa78c6d6ac97bfcb34765
Deleted: ed7427cf727501d40cabd36a4eccf6a11f147e6aa8d55c38a77696d33ad6fd94
Deleted: b942bc3ed7ecffee676c896a1ea4b7b05cebda1804445557d48248ef9e2f35c7
Deleted: ba3100ca41ae188032295d755c2e0a627bc15f2719b83e1e45f8cf30658eb5b0
Deleted: 853ef42fe75541c00e042ab13b73035b2966b08055c636cab7854e85ff15d323
Deleted: e080cf2b471309b42ba57084c7894ad6de93ca18a5d24ace94991e39d18d7bc5
Deleted: f9eede0f7900271bd01500ee1c27909a0dca51d53c120d2adc670f0c293c95ee
Deleted: 1c705082c86015fdb334563e56a3133ad84bbc0065e20d967465f4aea8bd3d57
Deleted: b0a21313a539e72dae55b54d5134c4919be2edd0200e3abee3588f4ba4ecff5c
Deleted: d71ceaa0158984b791a0fb98f6900b463bed14532f930ec1e4e52052d3bc31b7
Deleted: 684b9076788d7dd5543d548b1bc2c610849d96132383bc6bb53af50530a73b4c
Deleted: de68ad4ada34ba79a35a21275cb7725c15f8bded626a6ca82a325a1c99144b5a
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1891

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1891/changes>

Changes:

[alexr] Fixed a typo in "future.hpp".

------------------------------------------
[...truncated 5312 lines...]
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   substitution of deduced template arguments resulted in errors seen above
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:806:9: error: 'flag' was not declared in this scope
     if (flag.boolean) {
         ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:811:34: error: 'flag' was not declared in this scope
     width = std::max(width, col1[flag.name].size());
                                  ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:815:29: error: 'flag' was not declared in this scope
     std::string line = col1[flag.name];
                             ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp: In function 'std::ostream& flags::operator<<(std::ostream&, const flags::FlagsBase&)':
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:23: error: 'flags' does not name a type
   foreachvalue (const flags::Flag& flag, flags) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:845:39: error: 'flag' was not declared in this scope
     const Option<std::string> value = flag.stringify(flags);
                                       ^
In file included from ../../../3rdparty/libprocess/src/process.cpp:105:0:
../../../3rdparty/libprocess/src/openssl.hpp: At global scope:
../../../3rdparty/libprocess/src/openssl.hpp:32:1: error: expected class-name before '{' token
 {
 ^
mv -f .deps/libprocess_la-http.Tpo .deps/libprocess_la-http.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c -o libprocess_la-libevent_ssl_socket.lo `test -f 'src/libevent_ssl_socket.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_ssl_socket.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c ../../../3rdparty/libprocess/src/libevent_ssl_socket.cpp  -fPIC -DPIC -o libprocess_la-libevent_ssl_socket.o
mv -f .deps/libprocess_la-time.Tpo .deps/libprocess_la-time.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c -o libprocess_la-openssl.lo `test -f 'src/openssl.cpp' || echo '../../../3rdparty/libprocess/'`src/openssl.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c ../../../3rdparty/libprocess/src/openssl.cpp  -fPIC -DPIC -o libprocess_la-openssl.o
mv -f .deps/libprocess_la-timeseries.Tpo .deps/libprocess_la-timeseries.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c -o libprocess_la-utilities.lo `test -f 'src/ssl/utilities.cpp' || echo '../../../3rdparty/libprocess/'`src/ssl/utilities.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c ../../../3rdparty/libprocess/src/ssl/utilities.cpp  -fPIC -DPIC -o libprocess_la-utilities.o
mv -f .deps/libprocess_la-reap.Tpo .deps/libprocess_la-reap.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c -o libprocess_la-libevent.lo `test -f 'src/libevent.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c ../../../3rdparty/libprocess/src/libevent.cpp  -fPIC -DPIC -o libprocess_la-libevent.o
mv -f .deps/libprocess_la-utilities.Tpo .deps/libprocess_la-utilities.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c -o libprocess_la-libevent_poll.lo `test -f 'src/libevent_poll.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_poll.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c ../../../3rdparty/libprocess/src/libevent_poll.cpp  -fPIC -DPIC -o libprocess_la-libevent_poll.o
mv -f .deps/libprocess_la-subprocess.Tpo .deps/libprocess_la-subprocess.Plo
mv -f .deps/libprocess_la-metrics.Tpo .deps/libprocess_la-metrics.Plo
mv -f .deps/libprocess_la-openssl.Tpo .deps/libprocess_la-openssl.Plo
mv -f .deps/libprocess_la-socket.Tpo .deps/libprocess_la-socket.Plo
make[5]: *** [libprocess_la-process.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
mv -f .deps/libprocess_la-libevent.Tpo .deps/libprocess_la-libevent.Plo
mv -f .deps/libprocess_la-libevent_ssl_socket.Tpo .deps/libprocess_la-libevent_ssl_socket.Plo
mv -f .deps/libprocess_la-libevent_poll.Tpo .deps/libprocess_la-libevent_poll.Plo
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459253816-16880
Untagged: mesos-1459253816-16880:latest
Deleted: cd28ba929805a876b4ce9d45a267120e5bdbde821f70bf9350ad39ee1c664a2f
Deleted: 47d6003e30fdd8f58989e4b977c19e603378ce4c93ad60ad12c29ac6176f5441
Deleted: e3b059216010e5b7de4886020c221a24b4d82924949d8d00b072445d14e923e7
Deleted: 4df3ecf1e1bc1afd3d52687d2130b336819ebdce489abf413d93f5f64cbe7684
Deleted: 8da7c64f4b9194c7be8ceae13976ba4c2b29a12b33c6c059627d8f89322d36dd
Deleted: b492c94a6a051dc613a17929e3d070b7ea71874dafbb894e9eb6571f15bf9746
Deleted: 1505a361f81cc428db80c78ea84cd10c837f4c86f7fdc5361cf12478e2d090af
Deleted: 65492af05048c2a979b5b46c7e366490cf560c95918fcb0e685eae610519b1cf
Deleted: 71004aa3aa9315e1fe0457f783df5ca627391c27495c31885699302cbbf1c16f
Deleted: e0d476280bd21b1bc56f91a156729394de987c0a18c6e7cf0692eea6354ffe01
Deleted: 8a9eb1d232a9755e519eb943d7293c3ecca3d64f49c2553725a9747531cad419
Deleted: 97bae3857468cf3c6a350c1a98237bd1c8c6dce665a5c8058fbeeef9c59c2bd2
Deleted: b48e8e400309d99cf45b6365a59f512d4fcd3d3883bf5288393a1b0a6ca24547
Deleted: 70318b1d5b8648f6b95806c5703bceca981bae9df1522d4b56326cc310040d73
Deleted: 6972ce66ad920de813f99f7acd5ae54990dc534b826735f8892406985b7ae57d
Deleted: 73c5793bbd1fd315f8737d61de67bf1606cf8bf44d40d50ef1389e4d185f3a8e
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1890

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1890/>

------------------------------------------
[...truncated 5312 lines...]
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp: In member function 'std::string flags::FlagsBase::usage(const Option<std::basic_string<char> >&) const':
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   substitution of deduced template arguments resulted in errors seen above
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:806:9: error: 'flag' was not declared in this scope
     if (flag.boolean) {
         ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:811:34: error: 'flag' was not declared in this scope
     width = std::max(width, col1[flag.name].size());
                                  ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:815:29: error: 'flag' was not declared in this scope
     std::string line = col1[flag.name];
                             ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp: In function 'std::ostream& flags::operator<<(std::ostream&, const flags::FlagsBase&)':
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:23: error: 'flags' does not name a type
   foreachvalue (const flags::Flag& flag, flags) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:845:39: error: 'flag' was not declared in this scope
     const Option<std::string> value = flag.stringify(flags);
                                       ^
In file included from ../../../3rdparty/libprocess/src/process.cpp:105:0:
../../../3rdparty/libprocess/src/openssl.hpp: At global scope:
../../../3rdparty/libprocess/src/openssl.hpp:32:1: error: expected class-name before '{' token
 {
 ^
mv -f .deps/libprocess_la-http.Tpo .deps/libprocess_la-http.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c -o libprocess_la-utilities.lo `test -f 'src/ssl/utilities.cpp' || echo '../../../3rdparty/libprocess/'`src/ssl/utilities.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c ../../../3rdparty/libprocess/src/ssl/utilities.cpp  -fPIC -DPIC -o libprocess_la-utilities.o
mv -f .deps/libprocess_la-reap.Tpo .deps/libprocess_la-reap.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c -o libprocess_la-libevent.lo `test -f 'src/libevent.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c ../../../3rdparty/libprocess/src/libevent.cpp  -fPIC -DPIC -o libprocess_la-libevent.o
mv -f .deps/libprocess_la-utilities.Tpo .deps/libprocess_la-utilities.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c -o libprocess_la-libevent_poll.lo `test -f 'src/libevent_poll.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_poll.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c ../../../3rdparty/libprocess/src/libevent_poll.cpp  -fPIC -DPIC -o libprocess_la-libevent_poll.o
mv -f .deps/libprocess_la-subprocess.Tpo .deps/libprocess_la-subprocess.Plo
mv -f .deps/libprocess_la-metrics.Tpo .deps/libprocess_la-metrics.Plo
mv -f .deps/libprocess_la-openssl.Tpo .deps/libprocess_la-openssl.Plo
mv -f .deps/libprocess_la-socket.Tpo .deps/libprocess_la-socket.Plo
mv -f .deps/libprocess_la-libevent.Tpo .deps/libprocess_la-libevent.Plo
mv -f .deps/libprocess_la-libevent_ssl_socket.Tpo .deps/libprocess_la-libevent_ssl_socket.Plo
mv -f .deps/libprocess_la-libevent_poll.Tpo .deps/libprocess_la-libevent_poll.Plo
make[5]: *** [libprocess_la-process.lo] Error 1
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459250783-14161
Untagged: mesos-1459250783-14161:latest
Deleted: d2b2da9d105fdc39e204a0b7f20c7d0ab6e49377837fb8e0c141c53a8e288fe0
Deleted: ef137f766633beb62413f50143f63d9512465b97a38b4099d2f2a0c774a8f4f5
Deleted: 017fd8314abfbfd50cbcc4be7969957d72069bba60fedc082244e6a749fd6a38
Deleted: b12322293732df4418c4962970faa2b5350267d865fd7eb8d3a297d123df11c6
Deleted: 85e902f447138a84f77759c450637d55db52644bfb0c15cfc336af607656f3d0
Deleted: 7318ef8b0db29ae25c2484f64b644348e73b8f4c0e26d9f1fc96688d3a2fbc2d
Deleted: 71c8669cd7ce70e4a121c8eb135405e1f3635341bf391e20eae33ba0b3b71882
Deleted: fbb43f736a25cebe26d8f49ab9c4ca7b57eef97a0ec29d1806ed6573a0109fe0
Deleted: de62852d9365eb6ddac236bf201542b8c9c8dd55030b05ed545e89b22280499f
Deleted: 2fdbf38ce376a7f3c5b031bdf5bc8bc2594a4bb9e718ec85a36f4b6211ec9988
Deleted: 99777eb32591cc2875ada92400fe22d994ba5223dd8713de506b29cbafe555f3
Deleted: ba0196f713eecb7cfe55903aedf2a919de6a4db1e248021144e9ddd86039fb02
Deleted: 5b2ff39e63ec2fa7a2e5656bfd652d97a073aaa6b9a881fa2b3ea1b97561a3dd
Deleted: c1beb30967199d477c50c88fdc98a348f16e33340a0520aa9d6b66b609929087
Deleted: 8f1187e090c4208bdebf41d62c985ca5cc923dcdb1a7d0c8e939636856c5b739
Deleted: 3e90f2259afb46a12671042884080266d6d82dcb13184829bd92158f75663b57
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1889

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1889/changes>

Changes:

[joris.van.remoortere] Subprocess: Fixed capitalization of Watchdog enum.

------------------------------------------
[...truncated 5319 lines...]
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   substitution of deduced template arguments resulted in errors seen above
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:806:9: error: 'flag' was not declared in this scope
     if (flag.boolean) {
         ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:811:34: error: 'flag' was not declared in this scope
     width = std::max(width, col1[flag.name].size());
                                  ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:815:29: error: 'flag' was not declared in this scope
     std::string line = col1[flag.name];
                             ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp: In function 'std::ostream& flags::operator<<(std::ostream&, const flags::FlagsBase&)':
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:23: error: 'flags' does not name a type
   foreachvalue (const flags::Flag& flag, flags) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:845:39: error: 'flag' was not declared in this scope
     const Option<std::string> value = flag.stringify(flags);
                                       ^
In file included from ../../../3rdparty/libprocess/src/process.cpp:105:0:
../../../3rdparty/libprocess/src/openssl.hpp: At global scope:
../../../3rdparty/libprocess/src/openssl.hpp:32:1: error: expected class-name before '{' token
 {
 ^
mv -f .deps/libprocess_la-http.Tpo .deps/libprocess_la-http.Plo
mv -f .deps/libprocess_la-time.Tpo .deps/libprocess_la-time.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c -o libprocess_la-libevent_ssl_socket.lo `test -f 'src/libevent_ssl_socket.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_ssl_socket.cpp
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c -o libprocess_la-openssl.lo `test -f 'src/openssl.cpp' || echo '../../../3rdparty/libprocess/'`src/openssl.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c ../../../3rdparty/libprocess/src/openssl.cpp  -fPIC -DPIC -o libprocess_la-openssl.o
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c ../../../3rdparty/libprocess/src/libevent_ssl_socket.cpp  -fPIC -DPIC -o libprocess_la-libevent_ssl_socket.o
mv -f .deps/libprocess_la-timeseries.Tpo .deps/libprocess_la-timeseries.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c -o libprocess_la-utilities.lo `test -f 'src/ssl/utilities.cpp' || echo '../../../3rdparty/libprocess/'`src/ssl/utilities.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c ../../../3rdparty/libprocess/src/ssl/utilities.cpp  -fPIC -DPIC -o libprocess_la-utilities.o
mv -f .deps/libprocess_la-reap.Tpo .deps/libprocess_la-reap.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c -o libprocess_la-libevent.lo `test -f 'src/libevent.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c ../../../3rdparty/libprocess/src/libevent.cpp  -fPIC -DPIC -o libprocess_la-libevent.o
mv -f .deps/libprocess_la-subprocess.Tpo .deps/libprocess_la-subprocess.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c -o libprocess_la-libevent_poll.lo `test -f 'src/libevent_poll.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_poll.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c ../../../3rdparty/libprocess/src/libevent_poll.cpp  -fPIC -DPIC -o libprocess_la-libevent_poll.o
mv -f .deps/libprocess_la-utilities.Tpo .deps/libprocess_la-utilities.Plo
mv -f .deps/libprocess_la-metrics.Tpo .deps/libprocess_la-metrics.Plo
mv -f .deps/libprocess_la-openssl.Tpo .deps/libprocess_la-openssl.Plo
mv -f .deps/libprocess_la-socket.Tpo .deps/libprocess_la-socket.Plo
make[5]: *** [libprocess_la-process.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
mv -f .deps/libprocess_la-libevent.Tpo .deps/libprocess_la-libevent.Plo
mv -f .deps/libprocess_la-libevent_ssl_socket.Tpo .deps/libprocess_la-libevent_ssl_socket.Plo
mv -f .deps/libprocess_la-libevent_poll.Tpo .deps/libprocess_la-libevent_poll.Plo
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459245676-6737
Untagged: mesos-1459245676-6737:latest
Deleted: 8d934c1e7eb9d5fa0d66e4f2d3bc43b3f1f547425c387b10040b9d85a72900b3
Deleted: f20c931634d1fddd5f625a32253cc3fd5287803b2ef9580b47d6e0c0e98a1190
Deleted: b7283533b00e7c0eb5693c02db1b0fce1455d5a3f7cecee8593927cf28f16b28
Deleted: 04ba5b0451ea1efbdee9daea6e816473f1489c3499993f971192ee47dc0c006c
Deleted: 898489040a8cdf89e3335a9a516cfe7622c4b9b4b7fe714457350d96876fabf5
Deleted: c8038fcc625228125542b233aa530f16ceca30d9b3b6e0a30090efe0a30c7816
Deleted: 4ed5d640c79cc997f2bc4add075d8799257b54dc3557dcede458b34103262ae7
Deleted: bb81199e3790fcf2f388618eae7609d5b1bcc62b51fe26a61ff94edad953ee5c
Deleted: 23619c4f23a0e227a6bfee88c56996714dcea89d8104413446a0d50168471584
Deleted: c81c27db388a29a658ea243a1f8c6b7bd61a166f7a037ccf86f2c3926c65649d
Deleted: 5808b8cdb6c84ec8f43bec0c2a460d8506bbd3ebbdb6091d4ac63d3ec6a592b5
Deleted: c0435917ea72dd02adb1896d71b85e06a7e7d44fdbcfb0660a525528ed495c0a
Deleted: 218ab3546fc8a047416ec4ef879603ccce60b6ed1b52a751013d99325de13bbe
Deleted: 2f32bbb5de67607b69f5c67664da146b066dbac1ed9965b14f1052b2e821253e
Deleted: 25b6adeb4c1e5d8685bff9189160c5c27de1c90cf36070a65e996099fff5a6da
Deleted: 0c12e30296c095118602a93d3f86b937f7726878cd2e2befbb9e790bda3cd1c2
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1888

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1888/changes>

Changes:

[yujie.jay] Adapted port_mapping isolator with missing subprocess parameter.

[yujie.jay] Fixed typo in subprocess doxygen comments.

------------------------------------------
[...truncated 5319 lines...]
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   substitution of deduced template arguments resulted in errors seen above
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:806:9: error: 'flag' was not declared in this scope
     if (flag.boolean) {
         ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:811:34: error: 'flag' was not declared in this scope
     width = std::max(width, col1[flag.name].size());
                                  ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:815:29: error: 'flag' was not declared in this scope
     std::string line = col1[flag.name];
                             ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp: In function 'std::ostream& flags::operator<<(std::ostream&, const flags::FlagsBase&)':
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:23: error: 'flags' does not name a type
   foreachvalue (const flags::Flag& flag, flags) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:845:39: error: 'flag' was not declared in this scope
     const Option<std::string> value = flag.stringify(flags);
                                       ^
In file included from ../../../3rdparty/libprocess/src/process.cpp:105:0:
../../../3rdparty/libprocess/src/openssl.hpp: At global scope:
../../../3rdparty/libprocess/src/openssl.hpp:32:1: error: expected class-name before '{' token
 {
 ^
mv -f .deps/libprocess_la-http.Tpo .deps/libprocess_la-http.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c -o libprocess_la-libevent_ssl_socket.lo `test -f 'src/libevent_ssl_socket.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_ssl_socket.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c ../../../3rdparty/libprocess/src/libevent_ssl_socket.cpp  -fPIC -DPIC -o libprocess_la-libevent_ssl_socket.o
mv -f .deps/libprocess_la-time.Tpo .deps/libprocess_la-time.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c -o libprocess_la-openssl.lo `test -f 'src/openssl.cpp' || echo '../../../3rdparty/libprocess/'`src/openssl.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c ../../../3rdparty/libprocess/src/openssl.cpp  -fPIC -DPIC -o libprocess_la-openssl.o
mv -f .deps/libprocess_la-timeseries.Tpo .deps/libprocess_la-timeseries.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c -o libprocess_la-utilities.lo `test -f 'src/ssl/utilities.cpp' || echo '../../../3rdparty/libprocess/'`src/ssl/utilities.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c ../../../3rdparty/libprocess/src/ssl/utilities.cpp  -fPIC -DPIC -o libprocess_la-utilities.o
mv -f .deps/libprocess_la-reap.Tpo .deps/libprocess_la-reap.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c -o libprocess_la-libevent.lo `test -f 'src/libevent.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c ../../../3rdparty/libprocess/src/libevent.cpp  -fPIC -DPIC -o libprocess_la-libevent.o
mv -f .deps/libprocess_la-utilities.Tpo .deps/libprocess_la-utilities.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c -o libprocess_la-libevent_poll.lo `test -f 'src/libevent_poll.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_poll.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c ../../../3rdparty/libprocess/src/libevent_poll.cpp  -fPIC -DPIC -o libprocess_la-libevent_poll.o
mv -f .deps/libprocess_la-subprocess.Tpo .deps/libprocess_la-subprocess.Plo
mv -f .deps/libprocess_la-metrics.Tpo .deps/libprocess_la-metrics.Plo
mv -f .deps/libprocess_la-socket.Tpo .deps/libprocess_la-socket.Plo
mv -f .deps/libprocess_la-openssl.Tpo .deps/libprocess_la-openssl.Plo
make[5]: *** [libprocess_la-process.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
mv -f .deps/libprocess_la-libevent.Tpo .deps/libprocess_la-libevent.Plo
mv -f .deps/libprocess_la-libevent_ssl_socket.Tpo .deps/libprocess_la-libevent_ssl_socket.Plo
mv -f .deps/libprocess_la-libevent_poll.Tpo .deps/libprocess_la-libevent_poll.Plo
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make[1]: *** [all-recursive] Error 1
make: *** [distcheck] Error 1
+ docker rmi mesos-1459230614-19186
Untagged: mesos-1459230614-19186:latest
Deleted: 9b4f47efc2d82f0997de51965eacdbab9321078a7c1cf0df67bf7067ed894cd1
Deleted: 1af8f4d29d5fcf568aa35579b91be468062d30be10205da1fe1390ca4b9016e6
Deleted: ceb9b013abf0bbf56164bc8fe133f956a445aa279c78b61e27b24ad2627f9634
Deleted: 44d7c5d492526d40ab7be5205a340cec98adc9cac7e19be480f0c84c2b8119ef
Deleted: 01a69367f4a53dbf6663f05dc95a6a20ab7d5a53cdde65fec9565ffa9e54c577
Deleted: dc69c69b89e20edec65a8b5f4b22b223022284abfc980782bc71d519b4ef9570
Deleted: 273e643830c0581a1feff7d9188f96e83ebedb91ffe0a800836714f9bf4faf4a
Deleted: f7a1d9355c6ab57fb2488da233f798a5b99f36e1468e16383c035104348f3cd7
Deleted: b8c3aefb22edb4465dc0fb8821176e0e4e16546416fff946441e9a5ca1ea6399
Deleted: af98b339bb823fb55aea8545988555a77b493f821df40366a5f07334c31d2bfc
Deleted: 486fc3413b7ef79a1e7c2164339560b576526e88c90ac6ba08e50591c80cf311
Deleted: 0b817425b27f6da36da4705c787bafb74c560a2acbf4e05e3686d968cd674978
Deleted: 30a297d7a9d2eb07d77da014ab6f2118fc11fa03c2fd4b851d5699ac7e03755a
Deleted: ff053d8ea92454e2dee47c20e264f33746a4ef959978fc4ba367b63ca6bbaa29
Deleted: 199df3df8157fd1922de1018848620fb544b6260c18467f4fdbb343fea143dfc
Deleted: 7d7e5b83b38c5088e48e8c025d1bfc416e29f0ddbfa3f1ddfe44967fc66deeac
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1887

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1887/changes>

Changes:

[yujie.jay] Added a missing include to a stout header.

[yujie.jay] Removed unused header includes.

[yujie.jay] Cleaned up a test case in stout.

------------------------------------------
[...truncated 5330 lines...]
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   substitution of deduced template arguments resulted in errors seen above
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:806:9: error: 'flag' was not declared in this scope
     if (flag.boolean) {
         ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:811:34: error: 'flag' was not declared in this scope
     width = std::max(width, col1[flag.name].size());
                                  ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:815:29: error: 'flag' was not declared in this scope
     std::string line = col1[flag.name];
                             ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp: In function 'std::ostream& flags::operator<<(std::ostream&, const flags::FlagsBase&)':
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:23: error: 'flags' does not name a type
   foreachvalue (const flags::Flag& flag, flags) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:845:39: error: 'flag' was not declared in this scope
     const Option<std::string> value = flag.stringify(flags);
                                       ^
In file included from ../../../3rdparty/libprocess/src/process.cpp:105:0:
../../../3rdparty/libprocess/src/openssl.hpp: At global scope:
../../../3rdparty/libprocess/src/openssl.hpp:32:1: error: expected class-name before '{' token
 {
 ^
mv -f .deps/libprocess_la-http.Tpo .deps/libprocess_la-http.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c -o libprocess_la-libevent_ssl_socket.lo `test -f 'src/libevent_ssl_socket.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_ssl_socket.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c ../../../3rdparty/libprocess/src/libevent_ssl_socket.cpp  -fPIC -DPIC -o libprocess_la-libevent_ssl_socket.o
mv -f .deps/libprocess_la-time.Tpo .deps/libprocess_la-time.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c -o libprocess_la-openssl.lo `test -f 'src/openssl.cpp' || echo '../../../3rdparty/libprocess/'`src/openssl.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c ../../../3rdparty/libprocess/src/openssl.cpp  -fPIC -DPIC -o libprocess_la-openssl.o
mv -f .deps/libprocess_la-timeseries.Tpo .deps/libprocess_la-timeseries.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c -o libprocess_la-utilities.lo `test -f 'src/ssl/utilities.cpp' || echo '../../../3rdparty/libprocess/'`src/ssl/utilities.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c ../../../3rdparty/libprocess/src/ssl/utilities.cpp  -fPIC -DPIC -o libprocess_la-utilities.o
mv -f .deps/libprocess_la-reap.Tpo .deps/libprocess_la-reap.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c -o libprocess_la-libevent.lo `test -f 'src/libevent.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c ../../../3rdparty/libprocess/src/libevent.cpp  -fPIC -DPIC -o libprocess_la-libevent.o
mv -f .deps/libprocess_la-utilities.Tpo .deps/libprocess_la-utilities.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c -o libprocess_la-libevent_poll.lo `test -f 'src/libevent_poll.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_poll.cpp
mv -f .deps/libprocess_la-subprocess.Tpo .deps/libprocess_la-subprocess.Plo
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c ../../../3rdparty/libprocess/src/libevent_poll.cpp  -fPIC -DPIC -o libprocess_la-libevent_poll.o
mv -f .deps/libprocess_la-metrics.Tpo .deps/libprocess_la-metrics.Plo
mv -f .deps/libprocess_la-socket.Tpo .deps/libprocess_la-socket.Plo
mv -f .deps/libprocess_la-openssl.Tpo .deps/libprocess_la-openssl.Plo
make[5]: *** [libprocess_la-process.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
mv -f .deps/libprocess_la-libevent.Tpo .deps/libprocess_la-libevent.Plo
mv -f .deps/libprocess_la-libevent_ssl_socket.Tpo .deps/libprocess_la-libevent_ssl_socket.Plo
mv -f .deps/libprocess_la-libevent_poll.Tpo .deps/libprocess_la-libevent_poll.Plo
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459227686-292
Untagged: mesos-1459227686-292:latest
Deleted: 566d12956660a8ce11742c13a83411ab652123de3d1fe3b176d381fa7e77a657
Deleted: 3029e5b62d122b241c5cefcda10fbce01a76b69b665f51ffd61afd8fe5efaf22
Deleted: 53d204ff6ac7a002b1c949096ffc3185508ca46809134bdfce6021047de0d595
Deleted: 06e37275a52a901d049ea7a51c6bd15cd05553f520ef79650a4c4fe7e7fbec03
Deleted: dd1db1cd0f94e67b7d3fec92a27dcc098385e0f2498bdb738f24b1b991dbc5fd
Deleted: c8dff53845d76bfc8a6322c29bd09edad2ff99a46493c223f74dd794eeaa26a4
Deleted: f5229b76e090a9ce188fcb2b313cd0b26cae6f0869c6296b753fe5b67fa0867a
Deleted: 8c371b541530670def74469aa6c378ebde122044a3f907321af1a990add8d3f1
Deleted: 8016d018ff19f013685d2839bc096e833b231df669d02acf02646844fb9f9656
Deleted: 3164867d7bd211752da6004c2f301618ab4ef17423e584364a0daa5e72f6273a
Deleted: 739a4969c70237e9f7f954f3b56f5ef288f79739a1a5c3fd2ebbaca3cb148124
Deleted: b94c7fc43a66bbe71ddbfebdd25bb27893fd86c953a669b9af78c0ed6e57543b
Deleted: bb473c889b820afb48cbee9ff514051bf9caa78272a103d456a01d49faba299e
Deleted: 7010dcc4d431bfa07c14e3f7bc29a3444db08b94856691400bd268115c822fb8
Deleted: 5831898dbae096bc9603c4f76f119956693d04e32fb2ae1aa3235a184b4e5c2b
Deleted: 37b85ac3fe255eaa7fdcc15c99f66ee275ead2e891ef51d3b832aaa4beeab429
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos » gcc,--verbose --enable-libevent --enable-ssl,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1) #1886

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)/1886/changes>

Changes:

[bmahler] Added devices subsystem support in cgroups library.

[bmahler] Added tests for cgroups devices subsystem.

------------------------------------------
[...truncated 5313 lines...]
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   substitution of deduced template arguments resulted in errors seen above
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:805:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:806:9: error: 'flag' was not declared in this scope
     if (flag.boolean) {
         ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:811:34: error: 'flag' was not declared in this scope
     width = std::max(width, col1[flag.name].size());
                                  ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:23: error: 'Flag' in 'enum flags' does not name a type
   foreachvalue (const flags::Flag& flag, *this) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:814:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, *this) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:815:29: error: 'flag' was not declared in this scope
     std::string line = col1[flag.name];
                             ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:16:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp: In function 'std::ostream& flags::operator<<(std::ostream&, const flags::FlagsBase&)':
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: error: no matching function for call to 'deref(const boost::foreach_detail_::auto_any_base&, boost::foreach_detail_::type2type<flags::FlagsBase, mpl_::bool_<true> >*)'
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:44:29: note: candidate is:
             for (VARFIRST = BOOST_FOREACH_DEREF(COL).first;             \
                             ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note: template<class T, class C> typename boost::foreach_detail_::foreach_reference<T, C>::type boost::foreach_detail_::deref(boost::foreach_detail_::auto_any_t, boost::foreach_detail_::type2type<T, C>*)
 deref(auto_any_t cur, type2type<T, C> *)
 ^
3rdparty/boost-1.53.0/boost/foreach.hpp:769:1: note:   template argument deduction/substitution failed:
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/strings.hpp:22:0,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/numify.hpp:25,
                 from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/ip.hpp:56,
                 from ../../../3rdparty/libprocess/include/process/address.hpp:32,
                 from ../../../3rdparty/libprocess/src/process.cpp:57:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:23: error: 'flags' does not name a type
   foreachvalue (const flags::Flag& flag, flags) {
                       ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:48:22: note: in definition of macro 'BOOST_FOREACH_PAIR'
                 for (VARSECOND = BOOST_FOREACH_DEREF(COL).second;       \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:49:22: error: expected ';' before '!' token
                      !BOOST_FOREACH_ID(_foreach_continue);              \
                      ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:53:21: note: in expansion of macro 'BOOST_FOREACH_PAIR'
 #define foreachpair BOOST_FOREACH_PAIR
                     ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/foreach.hpp:59:3: note: in expansion of macro 'foreachpair'
   foreachpair (__foreach__::ignore, VAR, COL)
   ^
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:844:3: note: in expansion of macro 'foreachvalue'
   foreachvalue (const flags::Flag& flag, flags) {
   ^
In file included from ../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags.hpp:16:0,
                 from ../../../3rdparty/libprocess/src/openssl.hpp:20,
                 from ../../../3rdparty/libprocess/src/process.cpp:105:
../../../3rdparty/libprocess/3rdparty/stout/include/stout/flags/flags.hpp:845:39: error: 'flag' was not declared in this scope
     const Option<std::string> value = flag.stringify(flags);
                                       ^
In file included from ../../../3rdparty/libprocess/src/process.cpp:105:0:
../../../3rdparty/libprocess/src/openssl.hpp: At global scope:
../../../3rdparty/libprocess/src/openssl.hpp:32:1: error: expected class-name before '{' token
 {
 ^
mv -f .deps/libprocess_la-poll_socket.Tpo .deps/libprocess_la-poll_socket.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-timeseries.lo -MD -MP -MF .deps/libprocess_la-timeseries.Tpo -c -o libprocess_la-timeseries.lo `test -f 'src/timeseries.cpp' || echo '../../../3rdparty/libprocess/'`src/timeseries.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-timeseries.lo -MD -MP -MF .deps/libprocess_la-timeseries.Tpo -c ../../../3rdparty/libprocess/src/timeseries.cpp  -fPIC -DPIC -o libprocess_la-timeseries.o
mv -f .deps/libprocess_la-time.Tpo .deps/libprocess_la-time.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c -o libprocess_la-libevent_ssl_socket.lo `test -f 'src/libevent_ssl_socket.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_ssl_socket.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_ssl_socket.lo -MD -MP -MF .deps/libprocess_la-libevent_ssl_socket.Tpo -c ../../../3rdparty/libprocess/src/libevent_ssl_socket.cpp  -fPIC -DPIC -o libprocess_la-libevent_ssl_socket.o
mv -f .deps/libprocess_la-http.Tpo .deps/libprocess_la-http.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c -o libprocess_la-openssl.lo `test -f 'src/openssl.cpp' || echo '../../../3rdparty/libprocess/'`src/openssl.cpp
mv -f .deps/libprocess_la-timeseries.Tpo .deps/libprocess_la-timeseries.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c -o libprocess_la-utilities.lo `test -f 'src/ssl/utilities.cpp' || echo '../../../3rdparty/libprocess/'`src/ssl/utilities.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-openssl.lo -MD -MP -MF .deps/libprocess_la-openssl.Tpo -c ../../../3rdparty/libprocess/src/openssl.cpp  -fPIC -DPIC -o libprocess_la-openssl.o
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-utilities.lo -MD -MP -MF .deps/libprocess_la-utilities.Tpo -c ../../../3rdparty/libprocess/src/ssl/utilities.cpp  -fPIC -DPIC -o libprocess_la-utilities.o
mv -f .deps/libprocess_la-reap.Tpo .deps/libprocess_la-reap.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c -o libprocess_la-libevent.lo `test -f 'src/libevent.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent.lo -MD -MP -MF .deps/libprocess_la-libevent.Tpo -c ../../../3rdparty/libprocess/src/libevent.cpp  -fPIC -DPIC -o libprocess_la-libevent.o
mv -f .deps/libprocess_la-utilities.Tpo .deps/libprocess_la-utilities.Plo
/bin/sh ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess  -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS  -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1  -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0   -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c -o libprocess_la-libevent_poll.lo `test -f 'src/libevent_poll.cpp' || echo '../../../3rdparty/libprocess/'`src/libevent_poll.cpp
mv -f .deps/libprocess_la-subprocess.Tpo .deps/libprocess_la-subprocess.Plo
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -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_APR_POOLS_H=1 -DHAVE_LIBAPR_1=1 -DHAVE_SVN_VERSION_H=1 -DHAVE_LIBSVN_SUBR_1=1 -DHAVE_SVN_DELTA_H=1 -DHAVE_LIBSVN_DELTA_1=1 -DHAVE_LIBCURL=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_LIBEVENT=1 -DHAVE_EVENT2_THREAD_H=1 -DHAVE_LIBEVENT_PTHREADS=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBSSL=1 -DHAVE_LIBCRYPTO=1 -DHAVE_EVENT2_BUFFEREVENT_SSL_H=1 -DHAVE_LIBEVENT_OPENSSL=1 -DUSE_SSL_SOCKET=1 -DHAVE_CXX11=1 -DHAVE_PTHREAD_PRIO_INHERIT=1 -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -DHAVE_LIBDL=1 -I. -I../../../3rdparty/libprocess -DBUILD_DIR=\"/mesos/mesos-0.29.0/_build/3rdparty/libprocess\" -I../../../3rdparty/libprocess/include -I../../../3rdparty/libprocess/3rdparty/stout/include -isystem 3rdparty/boost-1.53.0 -I3rdparty/libev-4.15 -I3rdparty/picojson-1.3.0 -DPICOJSON_USE_INT64 -D__STDC_FORMAT_MACROS -I3rdparty/glog-0.3.3/src -I3rdparty/http-parser-2.6.1 -I/usr/include/subversion-1 -I/usr/include/apr-1 -I/usr/include/apr-1.0 -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libprocess_la-libevent_poll.lo -MD -MP -MF .deps/libprocess_la-libevent_poll.Tpo -c ../../../3rdparty/libprocess/src/libevent_poll.cpp  -fPIC -DPIC -o libprocess_la-libevent_poll.o
mv -f .deps/libprocess_la-metrics.Tpo .deps/libprocess_la-metrics.Plo
make[5]: *** [libprocess_la-process.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
mv -f .deps/libprocess_la-socket.Tpo .deps/libprocess_la-socket.Plo
mv -f .deps/libprocess_la-libevent.Tpo .deps/libprocess_la-libevent.Plo
mv -f .deps/libprocess_la-openssl.Tpo .deps/libprocess_la-openssl.Plo
mv -f .deps/libprocess_la-libevent_ssl_socket.Tpo .deps/libprocess_la-libevent_ssl_socket.Plo
mv -f .deps/libprocess_la-libevent_poll.Tpo .deps/libprocess_la-libevent_poll.Plo
make[5]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty/libprocess'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-0.29.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.29.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1459217174-30383
Untagged: mesos-1459217174-30383:latest
Deleted: d24463b784bbee236fe456d64c3e99c2c903a41d41341ce864d68981296b1875
Deleted: cff82bc065ef770c29f382dc7fea1acc89a52865641d4596d5111ad9ac13d299
Deleted: e663bb2ff92ddd111b5ee67164b96051e3a340f528b3541020a16d5f64cdaedd
Deleted: 76e0d2657686efd1e980682128882f65f921ce6b0522b5fad8729f13a0bc4903
Deleted: f2a52c6343840d9d291ddec66fc7941c67192b168d5b9b0ab88b2ceda7973ebc
Deleted: 21eb045aff635221bc394401e1bfa7ec4c401548c6a476cf999f44431393ab48
Deleted: 0fa475104e70202cae2b4d39138778d9cee3672e4e79e2a21b40b118e4e1e684
Deleted: b130e11faad29e6f8d015121482bf2c5a976ce2550f5389a7046a38e364d033e
Deleted: eed3860ea222537e0ddd125e46a282d78283f6047b76b9c38459aa0bee937895
Deleted: c368963599e8f367517d8df27ea24f1f487875a45730e2a512753875ca182b91
Deleted: 6e5fe5f557ba04b96cd565536540f8e85bc90663622497185ee340d82d14921e
Deleted: 9aac567d915b080b8807cc3004c3c2fc7ed914538c0272edbe02f1087de3e308
Deleted: bc433c0f46ebbf233c77f3377b809dd5ba9e427f8a20e61e2439ede5d4e685f2
Deleted: cdd8975f1f81fd64f7637ba55ccddbf21deca9b10df32e9ad6e47b65dd71ecfd
Deleted: 15d6519091be288542a1a4d663676e37d4d0231226319d53a45620c2ec908bed
Deleted: f2bd1a74153628f6f04b89e94fda9318b979bc01d71e3ca049ab4813f4660673
Build step 'Execute shell' marked build as failure