See
<https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=cmake,COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2)/3379/display/redirect?page=changes>
Changes:
[yujie.jay] Support the full CNI DNS specification.
------------------------------------------
[...truncated 1.11 MB...]
/usr/bin/cmake -E cmake_progress_report /mesos/build/CMakeFiles
[ 71%] Building CXX object
src/CMakeFiles/mesos-1.3.0.dir/slave/containerizer/mesos/provisioner/backends/overlay.cpp.o
cd /mesos/build/src && /usr/bin/clang++-3.5 -DBUILD_FLAGS=\"\"
-DBUILD_JAVA_JVM_LIBRARY=\"\" -DHAS_AUTHENTICATION=1
-DLIBDIR=\"/usr/local/libmesos\" -DPICOJSON_USE_INT64
-DPKGDATADIR=\"/usr/local/share/mesos\"
-DPKGLIBEXECDIR=\"/usr/local/libexec/mesos\" -DUSE_CMAKE_BUILD_CONFIG
-DUSE_SSL_SOCKET=1 -DUSE_STATIC_LIB -DVERSION=\"1.3.0\" -D__STDC_FORMAT_MACROS
-Dmesos_1_3_0_EXPORTS -O2 -std=c++11 -g -fPIC -I/mesos/build/include
-I/mesos/build/include/mesos -I/mesos/build/src -I/mesos/src -isystem
/mesos/build/3rdparty/protobuf-2.6.1/src/protobuf-2.6.1-lib/lib/include
-isystem /mesos/3rdparty/libprocess/include -isystem /usr/include/apr-1.0
-isystem /mesos/build/3rdparty/boost-1.53.0/src/boost-1.53.0 -isystem
/mesos/build/3rdparty/elfio-3.2/src/elfio-3.2 -isystem
/mesos/build/3rdparty/glog-0.3.3/src/glog-0.3.3-lib/lib/include -isystem
/mesos/build/3rdparty/nvml-352.79/src/nvml-352.79 -isystem
/mesos/build/3rdparty/picojson-1.3.0/src/picojson-1.3.0 -isystem
/usr/include/subversion-1 -isystem /mesos/3rdparty/stout/include -isystem
/mesos/build/3rdparty/http_parser-2.6.2/src/http_parser-2.6.2 -isystem
/mesos/build/3rdparty/libevent-2.1.5-beta/src/libevent-2.1.5-beta-lib/lib/include
-isystem
/mesos/build/3rdparty/zookeeper-3.4.8/src/zookeeper-3.4.8/src/c/include
-isystem
/mesos/build/3rdparty/zookeeper-3.4.8/src/zookeeper-3.4.8/src/c/generated
-isystem /mesos/build/3rdparty/leveldb-1.19/src/leveldb-1.19/include
-I/mesos/include -o
CMakeFiles/mesos-1.3.0.dir/slave/containerizer/mesos/provisioner/backends/overlay.cpp.o
-c /mesos/src/slave/containerizer/mesos/provisioner/backends/overlay.cpp
/mesos/src/slave/containerizer/mesos/isolators/network/cni/cni.cpp:1000:26:
error: invalid operands to binary expression ('basic_ostream<char,
std::char_traits<char> >' and 'const ::google::protobuf::RepeatedPtrField<
::std::string>')
<< " are " << dns.nameservers();
~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:245:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'const void *' for 1st
argument; take the address of the argument with &
operator<<(const void* __p)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:108:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to '__ostream_type
&(*)(__ostream_type &)' for 1st argument
operator<<(__ostream_type& (*__pf)(__ostream_type&))
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:117:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to '__ios_type
&(*)(__ios_type &)' for 1st argument
operator<<(__ios_type& (*__pf)(__ios_type&))
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:127:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'std::ios_base
&(*)(std::ios_base &)' for 1st argument
operator<<(ios_base& (*__pf) (ios_base&))
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:166:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'long' for 1st argument
operator<<(long __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:170:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'unsigned long' for
1st argument
operator<<(unsigned long __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:174:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'bool' for 1st argument
operator<<(bool __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:178:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'short' for 1st
argument
operator<<(short __n);
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:181:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'unsigned short' for
1st argument
operator<<(unsigned short __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:189:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'int' for 1st argument
operator<<(int __n);
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:192:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'unsigned int' for 1st
argument
operator<<(unsigned int __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:201:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'long long' for 1st
argument
operator<<(long long __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:205:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'unsigned long long'
for 1st argument
operator<<(unsigned long long __n)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:220:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'double' for 1st
argument
operator<<(double __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:224:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'float' for 1st
argument
operator<<(float __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:232:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'long double' for 1st
argument
operator<<(long double __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:270:7:
note: candidate function not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to '__streambuf_type *'
(aka 'basic_streambuf<char, std::char_traits<char> > *') for 1st argument
operator<<(__streambuf_type* __sb);
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:476:5:
note: candidate function [with _CharT = char, _Traits =
std::char_traits<char>] not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'char' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:482:5:
note: candidate function [with _Traits = std::char_traits<char>] not viable:
no known conversion from 'const ::google::protobuf::RepeatedPtrField<
::std::string>' to 'char' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, char __c)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:488:5:
note: candidate function [with _Traits = std::char_traits<char>] not viable:
no known conversion from 'const ::google::protobuf::RepeatedPtrField<
::std::string>' to 'signed char' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:493:5:
note: candidate function [with _Traits = std::char_traits<char>] not viable:
no known conversion from 'const ::google::protobuf::RepeatedPtrField<
::std::string>' to 'unsigned char' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:530:5:
note: candidate function [with _Traits = std::char_traits<char>] not viable:
no known conversion from 'const ::google::protobuf::RepeatedPtrField<
::std::string>' to 'const char *' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, const char* __s)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:543:5:
note: candidate function [with _Traits = std::char_traits<char>] not viable:
no known conversion from 'const ::google::protobuf::RepeatedPtrField<
::std::string>' to 'const signed char *' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, const signed char* __s)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:548:5:
note: candidate function [with _Traits = std::char_traits<char>] not viable:
no known conversion from 'const ::google::protobuf::RepeatedPtrField<
::std::string>' to 'const unsigned char *' for 2nd argument
operator<<(basic_ostream<char, _Traits>& __out, const unsigned char* __s)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:602:5:
note: candidate function [with _CharT = char, _Traits =
std::char_traits<char>, _Tp =
google::protobuf::RepeatedPtrField<std::basic_string<char> >] not viable: no
known conversion from 'basic_ostream<char, std::char_traits<char> >' to
'basic_ostream<char, std::char_traits<char> > &&' for 1st argument
operator<<(basic_ostream<_CharT, _Traits>&& __os, const _Tp& __x)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/ostream.tcc:321:5:
note: candidate function [with _CharT = char, _Traits =
std::char_traits<char>] not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'const char *' for 2nd
argument
operator<<(basic_ostream<_CharT, _Traits>& __out, const char* __s)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:1150:5:
note: candidate function [with _CharT = char, _Traits =
std::char_traits<char>] not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'const
std::bernoulli_distribution' for 2nd argument
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/iomanip:76:5:
note: candidate function [with _CharT = char, _Traits =
std::char_traits<char>] not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'std::_Resetiosflags'
for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/iomanip:106:5:
note: candidate function [with _CharT = char, _Traits =
std::char_traits<char>] not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'std::_Setiosflags'
for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/iomanip:140:5:
note: candidate function [with _CharT = char, _Traits =
std::char_traits<char>] not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'std::_Setbase' for
2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/iomanip:205:5:
note: candidate function [with _CharT = char, _Traits =
std::char_traits<char>] not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'std::_Setprecision'
for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/iomanip:235:5:
note: candidate function [with _CharT = char, _Traits =
std::char_traits<char>] not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'std::_Setw' for 2nd
argument
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setw __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/system_error:186:5:
note: candidate function [with _CharT = char, _Traits =
std::char_traits<char>] not viable: no known conversion from 'const
::google::protobuf::RepeatedPtrField< ::std::string>' to 'const
std::error_code' for 2nd argument
operator<<(basic_ostream<_CharT, _Traits>& __os, const error_code& __e)
^
/mesos/src/messages/messages.hpp:41:15: note: candidate function not viable: no
known conversion from 'const ::google::protobuf::RepeatedPtrField<
::std::string>' to 'const mesos::internal::StatusUpdate' for 2nd argument
std::ostream& operator<<(std::ostream& stream, const StatusUpdate& update);
^
/mesos/src/messages/messages.hpp:44:15: note: candidate function not viable: no
known conversion from 'const ::google::protobuf::RepeatedPtrField<
::std::string>' to 'const StatusUpdateRecord::Type' (aka 'const
mesos::internal::StatusUpdateRecord_Type') for 2nd argument
std::ostream& operator<<(
^
/mesos/src/messages/flags.hpp:53:22: note: candidate function not viable: no
known conversion from 'const ::google::protobuf::RepeatedPtrField<
::std::string>' to 'const mesos::internal::Firewall' for 2nd argument
inline std::ostream& operator<<(
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:471:5:
note: candidate template ignored: deduced conflicting types for parameter
'_CharT' ('char' vs.
'google::protobuf::RepeatedPtrField<std::basic_string<char> >')
operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/basic_string.h:2753:5:
note: candidate template ignored: could not match 'basic_string' against
'RepeatedPtrField'
operator<<(basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/ostream:513:5:
note: candidate template ignored: could not match 'const _CharT *' against
'::google::protobuf::RepeatedPtrField< ::std::string>'
operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bitset:1521:5:
note: candidate template ignored: could not match 'bitset' against
'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/complex:524:5:
note: candidate template ignored: could not match 'complex' against
'RepeatedPtrField'
operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __x)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/shared_ptr.h:66:5:
note: candidate template ignored: could not match '__shared_ptr' against
'RepeatedPtrField'
operator<<(std::basic_ostream<_Ch, _Tr>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.h:1277:5:
note: candidate template ignored: could not match 'independent_bits_engine'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:156:5:
note: candidate template ignored: could not match 'linear_congruential_engine'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:477:5:
note: candidate template ignored: could not match 'mersenne_twister_engine'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:632:5:
note: candidate template ignored: could not match 'subtract_with_carry_engine'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:702:5:
note: candidate template ignored: could not match 'discard_block_engine'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:831:5:
note: candidate template ignored: could not match 'shuffle_order_engine'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:1029:5:
note: candidate template ignored: could not match 'uniform_int_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:1088:5:
note: candidate template ignored: could not match 'uniform_real_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:1232:5:
note: candidate template ignored: could not match 'geometric_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:1347:5:
note: candidate template ignored: could not match
'negative_binomial_distribution' against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:1552:5:
note: candidate template ignored: could not match 'poisson_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:1819:5:
note: candidate template ignored: could not match 'binomial_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:1883:5:
note: candidate template ignored: could not match 'exponential_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:2050:5:
note: candidate template ignored: could not match 'normal_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:2115:5:
note: candidate template ignored: could not match 'lognormal_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:2188:5:
note: candidate template ignored: could not match 'chi_squared_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:2275:5:
note: candidate template ignored: could not match 'cauchy_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:2352:5:
note: candidate template ignored: could not match 'fisher_f_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:2427:5:
note: candidate template ignored: could not match 'student_t_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:2596:5:
note: candidate template ignored: could not match 'gamma_distribution' against
'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:2674:5:
note: candidate template ignored: could not match 'weibull_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:2750:5:
note: candidate template ignored: could not match 'extreme_value_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:2886:5:
note: candidate template ignored: could not match 'discrete_distribution'
against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:3096:5:
note: candidate template ignored: could not match
'piecewise_constant_distribution' against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/bits/random.tcc:3312:5:
note: candidate template ignored: could not match
'piecewise_linear_distribution' against 'RepeatedPtrField'
operator<<(std::basic_ostream<_CharT, _Traits>& __os,
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/iomanip:175:5:
note: candidate template ignored: could not match '_Setfill' against
'RepeatedPtrField'
operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f)
^
/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/../../../../include/c++/4.8/iomanip:308:5:
note: candidate template ignored: could not match '_Put_money' against
'RepeatedPtrField'
operator<<(basic_ostream<_CharT, _Traits>& __os, _Put_money<_MoneyT> __f)
^
1 error generated.
make[3]: ***
[src/CMakeFiles/mesos-1.3.0.dir/slave/containerizer/mesos/isolators/network/cni/cni.cpp.o]
Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/mesos/build'
make[2]: Leaving directory `/mesos/build'
make[2]: *** [src/CMakeFiles/mesos-1.3.0.dir/all] Error 2
make[1]: *** [CMakeFiles/check.dir/rule] Error 2
make[1]: Leaving directory `/mesos/build'
make: *** [check] Error 2
+ docker rmi mesos-1489630259-24065
Untagged: mesos-1489630259-24065:latest
Deleted: sha256:06a861389d1881954ca0d940765622368d1cfcfde9af8c20ec19fd12c18283f4
Deleted: sha256:7d8c18eda03c4ce6bd4f3ae4d13e2890cbe585254711d920d402e25f04890eb1
Deleted: sha256:a6edb0d191ae50449ab31d1fea9267c23f7d88699446c1998ebf83528214d7fc
Deleted: sha256:7fccc564aa8ea0c2da0b70b6ec053b64c59896309338a49ffd88c9976563a538
Deleted: sha256:5e2384cfdf58f1d9fcefb7cdd138e09467af94e7d014f62ad20cf38c605bacd6
Deleted: sha256:a1a89761aea9cfe2d59ac1b33464d60e6df58ed0daa4705f00bb692bf61a5df8
Deleted: sha256:9ad40f736407a367761ff55e4437b1cf45fc110dfa28eb8808cdea711913efbb
Deleted: sha256:001fa1df33bf8ff725ccbf7cdd8634ff0ba0103513df331060ce7ace109a717a
Deleted: sha256:3914eddf41207de5ce4158d8be238ef74d39122bf9333689cff533bfbf68d039
Deleted: sha256:4f9feb544e9e9b32fbe34c2d1129214fc3d1108798ded89330130b9072331136
Deleted: sha256:a68441d31fe7de6d8ee4075fd8181757e37bf09cbbcec1f6c4e8a1c8c899199a
Deleted: sha256:53102d45e7dc50852e4df84e373ba312640d0f1677ece8387d4e7bac3b0bd63e
Deleted: sha256:2e93311ad08068e449a14efa02ee0cfc6307df38ff61d72d483127ea7b05330e
Deleted: sha256:b488726143dd78787258fa068b5f469faefb94f57751361537bc1ebb6d508e47
Deleted: sha256:30ec3dd3211dc4d907220ee54d085c30329db9daf55216ba0903bdc2a2d9ebab
Deleted: sha256:6c2e7c833397c5130e1fc408d8c54179c874d381df2a773b6249179d3c5e6d74
Deleted: sha256:3978a01d8d119a8bd1c4e65eadf782926f9e7c3208726c1a60f9cee5b659fde3
Deleted: sha256:ba9f39bfcfa1ca34a5860ce41edacf337d5bd4bf85b54d332cf45e8f722171c6
Deleted: sha256:ddc581a37b7efdad16995609e13a2d1573bbe666898fa943202c4cebb54bd4c8
Deleted: sha256:3b7aa18ea619eb3363f32625808701ee8fecc651f15724bb1ab778187b71a88c
Deleted: sha256:2bb22f978c48194a1c0a72eae00134431e77803a2d46ded99482a420d1b7e5d7
Deleted: sha256:f48df57be55bd1d0dfca9a0f5d53c244ca9e83090dc4ff9db2df00f04ec95f2f
Deleted: sha256:21524e855210a73e29308c8a80ca447700e0979de29ffb472eac8683680eb053
Deleted: sha256:b69fb00750d0db69388f8520465fc467405ed1f9e55243e089fd172fd0ef5e9b
Build step 'Execute shell' marked build as failure