See
<https://builds.apache.org/job/Mesos-Reviewbot/20783/display/redirect?page=changes>
Changes:
[alexr] Fixed flaky `NestedMesosContainerizerTest` tests.
[alexr] Updated docs to mention new flag.
------------------------------------------
[...truncated 221.57 KB...]
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
configure: Setting up CXXFLAGS for g++ version >= 4.8
checking whether C++ compiler accepts -fstack-protector-strong... no
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=c++11... yes
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
configure: Setting up build environment for x86_64 linux-gnu
checking for backtrace in -lunwind... no
checking for main in -lgflags... no
checking for patch... patch
checking fts.h usability... yes
checking fts.h presence... yes
checking for fts.h... yes
checking for library containing fts_close... none required
checking apr_pools.h usability... yes
checking apr_pools.h presence... yes
checking for apr_pools.h... yes
checking for apr_initialize in -lapr-1... yes
checking for curl_global_init in -lcurl... yes
checking for javac... /usr/bin/javac
checking for java... /usr/bin/java
checking value of Java system property 'java.home'...
/usr/lib/jvm/java-7-openjdk-amd64/jre
configure: using JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
checking whether or not we can build with JNI... yes
checking for mvn... /usr/bin/mvn
checking for sasl_done in -lsasl2... yes
checking SASL CRAM-MD5 support... yes
checking for RAND_poll in -lcrypto... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for SSL_CTX_new in -lssl... yes
checking svn_version.h usability... yes
checking svn_version.h presence... yes
checking for svn_version.h... yes
checking for svn_stringbuf_create_ensure in -lsvn_subr-1... yes
checking svn_delta.h usability... yes
checking svn_delta.h presence... yes
checking for svn_delta.h... yes
checking for svn_txdelta in -lsvn_delta-1... yes
checking whether to enable the XFS disk isolator... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for deflate, gzread, gzwrite, inflate in -lz... yes
checking C++ standard library for undefined behaviour with selected
optimization level... no
checking for a Python interpreter with version >= 2.6... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.7/site-packages
checking for python2.7... (cached) /usr/bin/python
checking for a version of Python >= '2.1.0'... yes
checking for a version of Python >= '2.6'... yes
checking for the distutils Python package... yes
checking for Python include path... -I/usr/include/python2.7
checking for Python library path... -L/usr/lib -lpython2.7
checking for Python site-packages path... /usr/lib/python2.7/dist-packages
checking python extra libraries... -lpthread -ldl -lutil -lm
checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1
-Wl,-Bsymbolic-functions
checking consistency of all components of python development environment... yes
checking whether we can build usable Python eggs... cc1plus: warning: command
line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ [enabled
by default]
yes
checking for an old installation of the Mesos egg (before 0.20.0)... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mesos.pc
config.status: creating src/Makefile
config.status: creating 3rdparty/Makefile
config.status: creating 3rdparty/libprocess/Makefile
config.status: creating 3rdparty/libprocess/include/Makefile
config.status: creating 3rdparty/stout/Makefile
config.status: creating 3rdparty/stout/include/Makefile
config.status: creating 3rdparty/gmock_sources.cc
config.status: creating bin/mesos.sh
config.status: creating bin/mesos-agent.sh
config.status: creating bin/mesos-local.sh
config.status: creating bin/mesos-master.sh
config.status: creating bin/mesos-slave.sh
config.status: creating bin/mesos-tests.sh
config.status: creating bin/mesos-agent-flags.sh
config.status: creating bin/mesos-local-flags.sh
config.status: creating bin/mesos-master-flags.sh
config.status: creating bin/mesos-slave-flags.sh
config.status: creating bin/mesos-tests-flags.sh
config.status: creating bin/gdb-mesos-agent.sh
config.status: creating bin/gdb-mesos-local.sh
config.status: creating bin/gdb-mesos-master.sh
config.status: creating bin/gdb-mesos-slave.sh
config.status: creating bin/gdb-mesos-tests.sh
config.status: creating bin/lldb-mesos-agent.sh
config.status: creating bin/lldb-mesos-local.sh
config.status: creating bin/lldb-mesos-master.sh
config.status: creating bin/lldb-mesos-slave.sh
config.status: creating bin/lldb-mesos-tests.sh
config.status: creating bin/valgrind-mesos-agent.sh
config.status: creating bin/valgrind-mesos-local.sh
config.status: creating bin/valgrind-mesos-master.sh
config.status: creating bin/valgrind-mesos-slave.sh
config.status: creating bin/valgrind-mesos-tests.sh
config.status: creating src/deploy/mesos-daemon.sh
config.status: creating src/deploy/mesos-start-agents.sh
config.status: creating src/deploy/mesos-start-cluster.sh
config.status: creating src/deploy/mesos-start-masters.sh
config.status: creating src/deploy/mesos-start-slaves.sh
config.status: creating src/deploy/mesos-stop-agents.sh
config.status: creating src/deploy/mesos-stop-cluster.sh
config.status: creating src/deploy/mesos-stop-masters.sh
config.status: creating src/deploy/mesos-stop-slaves.sh
config.status: creating include/mesos/version.hpp
config.status: creating
src/java/generated/org/apache/mesos/MesosNativeLibrary.java
config.status: creating mpi/mpiexec-mesos
config.status: creating src/examples/java/test-exception-framework
config.status: creating src/examples/java/test-executor
config.status: creating src/examples/java/test-framework
config.status: creating src/examples/java/test-multiple-executors-framework
config.status: creating src/examples/java/test-log
config.status: creating src/examples/java/v1-test-framework
config.status: creating src/java/mesos.pom
config.status: creating src/examples/python/test-executor
config.status: creating src/examples/python/test-framework
config.status: creating src/python/setup.py
config.status: creating src/python/cli/setup.py
config.status: creating src/python/interface/setup.py
config.status: creating src/python/native_common/ext_modules.py
config.status: creating src/python/executor/setup.py
config.status: creating src/python/native/setup.py
config.status: creating src/python/scheduler/setup.py
config.status: linking src/python/native_common/ext_modules.py to
src/python/executor/ext_modules.py
config.status: linking src/python/native_common/ext_modules.py to
src/python/scheduler/ext_modules.py
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Build option summary:
CXX: g++
CXXFLAGS: -g1 -O0 -Wno-unused-local-typedefs -std=c++11
CPPFLAGS: -isystem /usr/include/subversion-1 -isystem /usr/include/apr-1
-isystem /usr/include/apr-1.0
LDFLAGS:
LIBS: -lz -lsvn_delta-1 -lsvn_subr-1 -lsasl2 -lcurl -lapr-1 -lrt
make dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory `/mesos'
if test -d "mesos-1.5.0"; then find "mesos-1.5.0" -type d ! -perm -200 -exec
chmod u+w {} ';' && rm -rf "mesos-1.5.0" || { sleep 5 && rm -rf "mesos-1.5.0";
}; else :; fi
test -d "mesos-1.5.0" || mkdir "mesos-1.5.0"
(cd 3rdparty && make top_distdir=../mesos-1.5.0
distdir=../mesos-1.5.0/3rdparty \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/mesos/3rdparty'
(cd stout && make top_distdir=../../mesos-1.5.0
distdir=../../mesos-1.5.0/3rdparty/stout \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/mesos/3rdparty/stout'
(cd include && make top_distdir=../../../mesos-1.5.0
distdir=../../../mesos-1.5.0/3rdparty/stout/include \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/mesos/3rdparty/stout/include'
make[4]: Leaving directory `/mesos/3rdparty/stout/include'
make \
top_distdir="../../mesos-1.5.0"
distdir="../../mesos-1.5.0/3rdparty/stout" \
dist-hook
make[4]: Entering directory `/mesos/3rdparty/stout'
cp -r ./3rdparty ../../mesos-1.5.0/3rdparty/stout/
make[4]: Leaving directory `/mesos/3rdparty/stout'
make[3]: Leaving directory `/mesos/3rdparty/stout'
(cd libprocess && make top_distdir=../../mesos-1.5.0
distdir=../../mesos-1.5.0/3rdparty/libprocess \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/mesos/3rdparty/libprocess'
(cd include && make top_distdir=../../../mesos-1.5.0
distdir=../../../mesos-1.5.0/3rdparty/libprocess/include \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/mesos/3rdparty/libprocess/include'
make[4]: Leaving directory `/mesos/3rdparty/libprocess/include'
make \
top_distdir="../../mesos-1.5.0"
distdir="../../mesos-1.5.0/3rdparty/libprocess" \
dist-hook
make[4]: Entering directory `/mesos/3rdparty/libprocess'
cp -r ./3rdparty ../../mesos-1.5.0/3rdparty/libprocess/
make[4]: Leaving directory `/mesos/3rdparty/libprocess'
make[3]: Leaving directory `/mesos/3rdparty/libprocess'
make[2]: Leaving directory `/mesos/3rdparty'
(cd src && make top_distdir=../mesos-1.5.0 distdir=../mesos-1.5.0/src \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/mesos/src'
make[2]: *** No rule to make target
`resource_provider/storage/volume_profile.ph.h', needed by `distdir'. Stop.
make[2]: Leaving directory `/mesos/src'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/mesos'
make: *** [dist] Error 2
+ docker rmi mesos-1513779582-31568
Untagged: mesos-1513779582-31568:latest
Deleted: sha256:c7a9f46688815ea033bd91ca81391f17fae1558db7a8f64c7acd5d0b7788f919
Deleted: sha256:5c80bb2861c1100651b27a7b5f941c012d6edf341990ccee5443784b820b4cbf
Deleted: sha256:db8378c1f793ef613e51d4adb9d75fe443d500a21d377a087b5c417e815e7516
Deleted: sha256:11d102d2fc1b2848a44cf872a06406b1a69f2a8c6cb0c1cd95b6e0e212a5e41c
Deleted: sha256:c14076cf9d1925fd616751055dcb528e7a98b255127a986b0871e4e81a2093e0
Deleted: sha256:1c56c50ff11bcee6a0b2a82e4520e71752c93688a2ea2da42a3a408f39300bf6
Deleted: sha256:59fd83ed6aafeaccad460c707910a18a7c879bfd767591b3d9ccb698aa120e91
Deleted: sha256:3d1d668e80f91804f87951ce52900c84309b0e431829e9bf5937bfe40d339aef
Deleted: sha256:08fa366a34f90deb77fa23c1d4e619654d1b13c4bd1fc9803b902f1c743a88f4
Deleted: sha256:8a5d986c89dbef184242eb1903bca0d3ad3e37293dd117245a1d4df4d9546554
Deleted: sha256:2c18fa3be4831975f098fadb50e5e1de69a43f7db21a98a63f84b8a94170e462
Deleted: sha256:08e033710fbf2e584e635e6517dacb29c16e016a5c2f58cbc59a5e7648287ea7
Deleted: sha256:fb2c158f99e60e0ddb5d39618de4f7f27067956aa3c67fdf4e341704e10192bf
Deleted: sha256:197129976e625f3ae552bd8015d5f17635a42bc393b6a2922a9f83a6ec839ddf
Deleted: sha256:cfe8f75e95128c445d5b6a24bd03edb54dd6c7f9a2291e2cee85fe249f95d24f
Deleted: sha256:b0add7708258187c82c43525ad3c34a8656d68431562bf5cf34f204799326cbc
Deleted: sha256:8641861da9311e7dc8edff2bccc82197ad812e6afb311abb8f4fd41c37bc8da4
Deleted: sha256:41fdafb6434192de6c88cfb9c323f74ba419ca2ce64480a368eb58d09c1405d6
Deleted: sha256:e70b6faacdb8a68f18d98f4594f0b5de186b3060af3fa097e149a7cfb99dc677
Deleted: sha256:89fb9943ce2bc263379cfd18b7dcde4703b2740d0f61a7a2c8350f689c565c4b
Deleted: sha256:4c25cc23e7b74e9c83d2b12d136d3e8052ff34b0ae73859889cec105082c592e
Deleted: sha256:79b6b5308de9cbd267bc17f870060d18b66ba6cf8d3b0d33d2096ca443c4022c
Deleted: sha256:1d489ab9e5e63383166a59541c077e1d77e2079d0ba3d1961c174ea99ba9b97d
Deleted: sha256:4c1a0b1df418c79e2883ffad218f55481bdf92788512bce5eef1ba8c6cd23ffa
Deleted: sha256:cced7d029d9ab3a1a2eb6798844a5aff9490c764e18f7e845bdca8047bfe076a
Deleted: sha256:bc013678cc485e021c19e6f68f4709e71bc3905bcc7c42ceb9d4f9a0550b1e42
Deleted: sha256:49d3afa481b15ca68eb5738447a2edd296cf0de05539994994390a9aeffac195
Deleted: sha256:ceef1da0a89d1b64ec38ae823b1b454269e148f19b24870d1b1821c37177d2e9
Deleted: sha256:2b37de31098216f2316a6336dca173c151a4a9910dc224993943110d49621e10
Deleted: sha256:4b044a5f176f2fee2663f82ea1e1b7856d5a74a0500fc4a2639d1474b69a7edd
Build step 'Execute shell' marked build as failure