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 2017/08/24 08:12:12 UTC

Build failed in Jenkins: Mesos-Reviewbot #19024

See <https://builds.apache.org/job/Mesos-Reviewbot/19024/display/redirect>

------------------------------------------
[...truncated 315.10 KB...]
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c'
yes
checking for sys/types.h... yes
checking for __attribute__... yes
checking for sys/stat.h... yes
checking for __builtin_expect... yes
checking for __sync_val_compare_and_swap... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for the pthreads library -lpthreads... yes
checking for memory.h... no
checking whether pthreads work without any flags... yes
checking for strings.h... yes
checking for inttypes.h... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... yes
checking for stdint.h... yes
checking for unistd.h... no
checking whether pthreads work with -pthread... yes
checking for dlfcn.h... yes
checking for joinable pthread attribute... yes
checking for objdir... .libs
PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking for pthread_self in -lpthread... yes
checking if gcc static flag -static works... yes
checking for gtest-config... no
checking support for pthread_rwlock_* functions... yes
checking if gcc supports -c -o file.o... yes
checking whether the compiler implements namespaces... yes
checking what namespace STL code is in... yes
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 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... no
checking whether to build static libraries... yes
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
std
checking whether compiler supports using ::operator<<... 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
checking for python... /usr/bin/python
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... 1
checking for ucontext.h... (cached) yes
checking sys/ucontext.h usability... no
checking whether pthreads work with -pthread... yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking how to access the program counter from a struct ucontext... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... uc_mcontext.gregs[REG_RIP]
yes
checking whether -pthread is sufficient with -shared... configure: creating ./config.status
yes
checking that generated files are newer than configure... done
configure: creating ./config.status
configure: WARNING: unrecognized options: --disable-python-dependency-install
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating Makefile
config.status: creating src/glog/logging.h
config.status: creating scripts/gtest-config
config.status: creating src/glog/raw_logging.h
config.status: creating build-aux/config.h
config.status: creating src/glog/vlog_is_on.h
config.status: executing depfiles commands
config.status: creating src/glog/stl_logging.h
config.status: creating libglog.pc
config.status: creating src/config.h
config.status: executing libtool commands
config.status: src/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make[5]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
make  all-recursive
make[5]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c -o libglog_la-logging.lo `test -f 'src/logging.cc' || echo './'`src/logging.cc
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c -o libglog_la-raw_logging.lo `test -f 'src/raw_logging.cc' || echo './'`src/raw_logging.cc
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c -o libglog_la-vlog_is_on.lo `test -f 'src/vlog_is_on.cc' || echo './'`src/vlog_is_on.cc
make[6]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c -o libglog_la-utilities.lo `test -f 'src/utilities.cc' || echo './'`src/utilities.cc
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c -o libglog_la-demangle.lo `test -f 'src/demangle.cc' || echo './'`src/demangle.cc
Making all in .
make[7]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[7]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
Making all in src
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c src/demangle.cc  -fPIC -DPIC -o libglog_la-demangle.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c src/logging.cc  -fPIC -DPIC -o libglog_la-logging.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c src/utilities.cc  -fPIC -DPIC -o libglog_la-utilities.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c src/vlog_is_on.cc  -fPIC -DPIC -o libglog_la-vlog_is_on.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c src/raw_logging.cc  -fPIC -DPIC -o libglog_la-raw_logging.o
make[7]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0/src'
depbase=`echo google/protobuf/any.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/any.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/any.pb.lo google/protobuf/any.pb.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
mv -f .deps/libglog_la-demangle.Tpo .deps/libglog_la-demangle.Plo
depbase=`echo google/protobuf/api.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/api.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/api.pb.lo google/protobuf/api.pb.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/any.pb.lo -MD -MP -MF google/protobuf/.deps/any.pb.Tpo -c google/protobuf/any.pb.cc  -fPIC -DPIC -o google/protobuf/any.pb.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/api.pb.lo -MD -MP -MF google/protobuf/.deps/api.pb.Tpo -c google/protobuf/api.pb.cc  -fPIC -DPIC -o google/protobuf/api.pb.o
mv -f .deps/libglog_la-raw_logging.Tpo .deps/libglog_la-raw_logging.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c -o libglog_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc
mv -f .deps/libglog_la-vlog_is_on.Tpo .deps/libglog_la-vlog_is_on.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c -o libglog_la-signalhandler.lo `test -f 'src/signalhandler.cc' || echo './'`src/signalhandler.cc
mv -f .deps/libglog_la-utilities.Tpo .deps/libglog_la-utilities.Plo
depbase=`echo google/protobuf/stubs/mathlimits.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/mathlimits.lo google/protobuf/stubs/mathlimits.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c src/symbolize.cc  -fPIC -DPIC -o libglog_la-symbolize.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c src/signalhandler.cc  -fPIC -DPIC -o libglog_la-signalhandler.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF google/protobuf/stubs/.deps/mathlimits.Tpo -c google/protobuf/stubs/mathlimits.cc  -fPIC -DPIC -o google/protobuf/stubs/mathlimits.o
depbase=`echo google/protobuf/any.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/any.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/any.lo google/protobuf/any.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
mv -f .deps/libglog_la-symbolize.Tpo .deps/libglog_la-symbolize.Plo
depbase=`echo google/protobuf/descriptor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/descriptor.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor.lo google/protobuf/descriptor.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/any.lo -MD -MP -MF google/protobuf/.deps/any.Tpo -c google/protobuf/any.cc  -fPIC -DPIC -o google/protobuf/any.o
mv -f .deps/libglog_la-logging.Tpo .deps/libglog_la-logging.Plo
depbase=`echo google/protobuf/descriptor_database.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/descriptor_database.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor_database.lo google/protobuf/descriptor_database.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/descriptor.lo -MD -MP -MF google/protobuf/.deps/descriptor.Tpo -c google/protobuf/descriptor.cc  -fPIC -DPIC -o google/protobuf/descriptor.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/descriptor_database.lo -MD -MP -MF google/protobuf/.deps/descriptor_database.Tpo -c google/protobuf/descriptor_database.cc  -fPIC -DPIC -o google/protobuf/descriptor_database.o
mv -f .deps/libglog_la-signalhandler.Tpo .deps/libglog_la-signalhandler.Plo
/bin/bash ./libtool --tag=CXX   --mode=link g++   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11    -o libglog.la -rpath //lib  libglog_la-logging.lo libglog_la-raw_logging.lo libglog_la-vlog_is_on.lo libglog_la-utilities.lo libglog_la-demangle.lo libglog_la-symbolize.lo libglog_la-signalhandler.lo     -lpthread 
libtool: link: ar cru .libs/libglog.a  libglog_la-logging.o libglog_la-raw_logging.o libglog_la-vlog_is_on.o libglog_la-utilities.o libglog_la-demangle.o libglog_la-symbolize.o libglog_la-signalhandler.o
libtool: link: ranlib .libs/libglog.a
libtool: link: ( cd ".libs" && rm -f "libglog.la" && ln -s "../libglog.la" "libglog.la" )
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
touch glog-0.3.3-build-stamp
depbase=`echo google/protobuf/descriptor.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/descriptor.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/descriptor.pb.lo google/protobuf/descriptor.pb.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/duration.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/duration.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/duration.pb.lo google/protobuf/duration.pb.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/descriptor.pb.lo -MD -MP -MF google/protobuf/.deps/descriptor.pb.Tpo -c google/protobuf/descriptor.pb.cc  -fPIC -DPIC -o google/protobuf/descriptor.pb.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/duration.pb.lo -MD -MP -MF google/protobuf/.deps/duration.pb.Tpo -c google/protobuf/duration.pb.cc  -fPIC -DPIC -o google/protobuf/duration.pb.o
depbase=`echo google/protobuf/dynamic_message.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/dynamic_message.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/dynamic_message.lo google/protobuf/dynamic_message.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/dynamic_message.lo -MD -MP -MF google/protobuf/.deps/dynamic_message.Tpo -c google/protobuf/dynamic_message.cc  -fPIC -DPIC -o google/protobuf/dynamic_message.o
depbase=`echo google/protobuf/empty.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/empty.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/empty.pb.lo google/protobuf/empty.pb.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/empty.pb.lo -MD -MP -MF google/protobuf/.deps/empty.pb.Tpo -c google/protobuf/empty.pb.cc  -fPIC -DPIC -o google/protobuf/empty.pb.o
depbase=`echo google/protobuf/extension_set_heavy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/extension_set_heavy.lo google/protobuf/extension_set_heavy.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/extension_set_heavy.lo -MD -MP -MF google/protobuf/.deps/extension_set_heavy.Tpo -c google/protobuf/extension_set_heavy.cc  -fPIC -DPIC -o google/protobuf/extension_set_heavy.o
google/protobuf/dynamic_message.cc:848:1: fatal error: error writing to /tmp/ccj6xvSl.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/descriptor_database.cc:546:1: fatal error: error writing to /tmp/cclr0Qy2.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/empty.pb.cc:344:1: fatal error: error writing to /tmp/ccbjz7Ik.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/extension_set_heavy.cc:812:1: fatal error: error writing to /tmp/cc6iJ7D0.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/descriptor.pb.cc:16135:1: fatal error: error writing to /tmp/ccmbW4gM.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
make[7]: *** [google/protobuf/empty.pb.lo] Error 1
make[7]: *** Waiting for unfinished jobs....
make[7]: *** [google/protobuf/dynamic_message.lo] Error 1
make[7]: *** [google/protobuf/extension_set_heavy.lo] Error 1
google/protobuf/descriptor.cc:6852:1: fatal error: error writing to /tmp/ccpkQJGU.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
make[7]: *** [google/protobuf/descriptor_database.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/descriptor.pb.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/descriptor.lo] Error 1
make[7]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0/src'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[4]: *** [protobuf-3.3.0-build-stamp] Error 2
make[4]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.5.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1503561880-11835
Untagged: mesos-1503561880-11835:latest
Deleted: sha256:b1cb5309155234fe9261404cd48fcd58005efdcfd4e40b189a07a8945aaf6c8a
Deleted: sha256:17ff7203b6037292e162c1f7725031a06c8099075d8a0a41baa9b09ae5d2ec5f
Deleted: sha256:a723e04f9e6c6c368cbeaae7c7c45b931d2497bc048cbca6f69fa56101639bd4
Deleted: sha256:39ca5830068b6ac8d519867efd1c025d39512b68899ec96198f763db827cb16f
Deleted: sha256:4c33ce23c0e78e46a4463832178deb2b2012d1ab96dabb4fba2731e9d895ae72
Deleted: sha256:439008bdaacbf5eb439263fdbdedbe50c99d674461a65ec0bf2fd13c2cfd323f
Deleted: sha256:6fb4b9b79a382ee3d466ef66998f40110b701e93a2509300f8691c9568c349fe
Deleted: sha256:9de1068feae94da26e9de9ecc55ce0ce91bb8d95db671f7f6fd314db4787f2da
Deleted: sha256:cf3731376b087724579ac2e28007ccac7e81e0f3bfa5a249334c62b7c16614f9
Deleted: sha256:37ff8d4b127f336d7cd7b3b98b5075b5995bbbafe237348d55ad260c458ee6f9
Deleted: sha256:1df0984117b22a58d4c97441febc39dbe4becbd48b770e0a9796fde24b0bcddb
Deleted: sha256:dcfa30f10764876e562fcd71701c3a0d88f7a5cf2a6956bb034244fe82442347
Deleted: sha256:f815d397e91035722e3976efaa790d4f8c8808cd82f522e604780f10cb72af1a
Deleted: sha256:186957aa3b47f5f2d9b770c250aea6e7b70cf45332b017efe49a5af7c354b6cf
Deleted: sha256:68cf518aa9aa1e2ac95c66aefda5f2de10fc862beba03589c05bd2d7e76876da
Deleted: sha256:f58e602e141ac137b13daba426935cf505c1dd9cce86e56ce82485693dde63a1
Deleted: sha256:8594bca4220e54da30c98269dc439fc58c25b07df78abb68a4cc6001fd73f687
Deleted: sha256:0062d37738cce96e6c998ff64d906059917054b11cebedc2d857877586e8da63
Deleted: sha256:f846ce15152d354f6ed6c4786cb9901f66b04272e8ba2880b83ae175f8174cd1
Deleted: sha256:81e63c00e2c5b50abea669d38fcbe6808eec9a757cdb63e214c2c9a22428b7bf
Deleted: sha256:a4eb1d04b1be0231740eaf938f7f5587b14092af5c77c57427c42893a5b589ce
Deleted: sha256:d8ed78111a9dd81b82d0281825826324b7a8eaea02172087fedb52d8d739a1bf
Deleted: sha256:6d986a551845da9f664bc192624ca2906534c3832f04a0707ae3c7a7499a8ba9
Deleted: sha256:ad8f3d90763973a6828dbba0f306a9c2ceb96465511882ee794428d5a8380d06
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos-Reviewbot #19032

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19032/display/redirect>


Build failed in Jenkins: Mesos-Reviewbot #19031

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19031/display/redirect>

------------------------------------------
[...truncated 313.33 KB...]
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... yes
checking for u_int16_t... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
rm -f out-static/libleveldb.a
ar -rs out-static/libleveldb.a out-static/db/builder.o out-static/db/c.o out-static/db/db_impl.o out-static/db/db_iter.o out-static/db/dbformat.o out-static/db/dumpfile.o out-static/db/filename.o out-static/db/log_reader.o out-static/db/log_writer.o out-static/db/memtable.o out-static/db/repair.o out-static/db/table_cache.o out-static/db/version_edit.o out-static/db/version_set.o out-static/db/write_batch.o out-static/table/block.o out-static/table/block_builder.o out-static/table/filter_block.o out-static/table/format.o out-static/table/iterator.o out-static/table/merger.o out-static/table/table.o out-static/table/table_builder.o out-static/table/two_level_iterator.o out-static/util/arena.o out-static/util/bloom.o out-static/util/cache.o out-static/util/coding.o out-static/util/comparator.o out-static/util/crc32c.o out-static/util/env.o out-static/util/env_posix.o out-static/util/filter_policy.o out-static/util/hash.o out-static/util/histogram.o out-static/util/logging.o out-static/util/options.o out-static/util/status.o out-static/port/port_posix.o
ar: creating out-static/libleveldb.a
ar: out-static/libleveldb.a: No space left on device
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... make[5]: *** [out-static/libleveldb.a] Error 1
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/leveldb-1.19'
make[4]: *** [leveldb-1.19/out-static/libleveldb.a] Error 2
make[4]: *** Waiting for unfinished jobs....
gcc -E
checking for ANSI C header files... yes
checking for __uint16... no
checking for sigaltstack... yes
checking for sys/types.h... yes
checking for dladdr... yes
checking for sys/stat.h... yes
checking for stdlib.h... no
checking for fcntl... yes
checking for string.h... yes
checking for __attribute__... yes
checking for memory.h... yes
checking for __builtin_expect... yes
checking for strings.h... yes
checking for __sync_val_compare_and_swap... yes
checking for inttypes.h... yes
yes
checking for the pthreads library -lpthreads... checking for stdint.h... yes
checking for unistd.h... no
checking whether pthreads work without any flags... yes
checking for dlfcn.h... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... yes
checking for objdir... .libs
no
checking whether pthreads work with -pthread... checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking for joinable pthread attribute... yes
checking if gcc static flag -static works... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... no
checking if gcc supports -c -o file.o... yes
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 -pthread is sufficient with -shared... yes
checking dynamic linker characteristics... yes
checking for pthread_self in -lpthread... 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... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
yes
checking for gtest-config... no
checking support for pthread_rwlock_* functions... yes
checking whether the compiler implements namespaces... yes
checking what namespace STL code is in... 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... no
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
checking for python... /usr/bin/python
checking for the pthreads library -lpthreads... std
checking whether compiler supports using ::operator<<... 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 whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... 1
checking for ucontext.h... (cached) yes
checking sys/ucontext.h usability... yes
yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking how to access the program counter from a struct ucontext... checking that generated files are newer than configure... done
configure: creating ./config.status
uc_mcontext.gregs[REG_RIP]
configure: creating ./config.status
configure: WARNING: unrecognized options: --disable-python-dependency-install
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating scripts/gtest-config
config.status: creating build-aux/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
sed: couldn't write 82 items to stdout: No space left on device
mv: cannot stat 'libtoolT': No such file or directory
cp: cannot stat 'libtoolT': No such file or directory
chmod: cannot access 'libtool': No such file or directory
config.status: creating Makefile
config.status: creating src/glog/logging.h
config.status: creating src/glog/raw_logging.h
config.status: creating src/glog/vlog_is_on.h
config.status: creating src/glog/stl_logging.h
config.status: creating libglog.pc
make[5]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make  all-recursive
config.status: creating src/config.h
make[6]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
Making all in .
config.status: src/config.h is unchanged
config.status: executing depfiles commands
make[7]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[7]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
Making all in src
config.status: executing libtool commands
sed: couldn't write 103 items to stdout: No space left on device
sed: can't read libtoolT: No such file or directory
make[7]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0/src'
depbase=`echo google/protobuf/stubs/mathlimits.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/mathlimits.lo google/protobuf/stubs/mathlimits.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/stubs/substitute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/substitute.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/substitute.lo google/protobuf/stubs/substitute.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/compiler/importer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/importer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/importer.lo google/protobuf/compiler/importer.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/compiler/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/parser.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/parser.lo google/protobuf/compiler/parser.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/util/json_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/json_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/json_util.lo google/protobuf/util/json_util.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
make[5]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c -o libglog_la-logging.lo `test -f 'src/logging.cc' || echo './'`src/logging.cc
mv -f .deps/libglog_la-logging.Tpo .deps/libglog_la-logging.Plo
mv: cannot stat '.deps/libglog_la-logging.Tpo': No such file or directory
make[5]: *** [libglog_la-logging.lo] Error 1
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
make[4]: *** [glog-0.3.3-build-stamp] Error 2
depbase=`echo google/protobuf/util/message_differencer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/message_differencer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/message_differencer.lo google/protobuf/util/message_differencer.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF google/protobuf/stubs/.deps/mathlimits.Tpo -c google/protobuf/stubs/mathlimits.cc  -fPIC -DPIC -o google/protobuf/stubs/mathlimits.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc  -fPIC -DPIC -o google/protobuf/compiler/importer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/substitute.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc  -fPIC -DPIC -o google/protobuf/stubs/substitute.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc  -fPIC -DPIC -o google/protobuf/compiler/parser.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/json_util.lo -MD -MP -MF google/protobuf/util/.deps/json_util.Tpo -c google/protobuf/util/json_util.cc  -fPIC -DPIC -o google/protobuf/util/json_util.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/message_differencer.lo -MD -MP -MF google/protobuf/util/.deps/message_differencer.Tpo -c google/protobuf/util/message_differencer.cc  -fPIC -DPIC -o google/protobuf/util/message_differencer.o
depbase=`echo google/protobuf/util/time_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/time_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/time_util.lo google/protobuf/util/time_util.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/time_util.lo -MD -MP -MF google/protobuf/util/.deps/time_util.Tpo -c google/protobuf/util/time_util.cc  -fPIC -DPIC -o google/protobuf/util/time_util.o
depbase=`echo google/protobuf/util/type_resolver_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/type_resolver_util.lo google/protobuf/util/type_resolver_util.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF google/protobuf/util/.deps/type_resolver_util.Tpo -c google/protobuf/util/type_resolver_util.cc  -fPIC -DPIC -o google/protobuf/util/type_resolver_util.o
depbase=`echo google/protobuf/compiler/code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/code_generator.lo google/protobuf/compiler/code_generator.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc  -fPIC -DPIC -o google/protobuf/compiler/code_generator.o
/tmp/ccFClqlc.s: Assembler messages:
/tmp/ccFClqlc.s: Fatal error: can't close google/protobuf/util/json_util.o: No space left on device
make[7]: *** [google/protobuf/util/json_util.lo] Error 1
make[7]: *** Waiting for unfinished jobs....
google/protobuf/compiler/importer.cc:497:1: fatal error: error writing to /tmp/ccKT0Cpb.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/util/type_resolver_util.cc:247:1: fatal error: error writing to /tmp/ccrgfuRa.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/compiler/parser.cc:2119:1: fatal error: error writing to /tmp/ccQxfmVb.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/util/message_differencer.cc:1706:1: fatal error: error writing to /tmp/cc6KHaGf.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/compiler/code_generator.cc:121:1: fatal error: error writing to /tmp/ccPQeA8O.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
make[7]: *** [google/protobuf/util/type_resolver_util.lo] Error 1
make[7]: *** [google/protobuf/compiler/importer.lo] Error 1
make[7]: *** [google/protobuf/compiler/code_generator.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/compiler/parser.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/util/message_differencer.lo] Error 1
make[7]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0/src'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[4]: *** [protobuf-3.3.0-build-stamp] Error 2
make[4]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.5.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1503572079-22899
Untagged: mesos-1503572079-22899:latest
Deleted: sha256:7bfff6554af67cf7373dd13c05fed28e195dfe4298ec0ca634e73c071088480d
Deleted: sha256:261dad5abd18d3c212c71249251ce461eb5be41ed0fc3fb91fb58ceadde72cd0
Deleted: sha256:daa8fe4e17cf0a897af0e92754c669fec3e2261585e1152198d6779994e20cfc
Deleted: sha256:1ef96a1300cf374ffcec649f387e46db387e344483f381bf63c8ca3d8622c3be
Deleted: sha256:a655d6f88d0f7262c22548f355d0de693fa229963cc5fb20c929be9873c79afd
Deleted: sha256:4f1494702851153300dec69beb31001d9ee452c2feed5de81b40ff7945ea9637
Deleted: sha256:99eca8d91c7ca8d6efa458d74c20fc5d874cf567afff784944fc0d3253c9fd7a
Deleted: sha256:3d0cc76521f3a16c6e53af513a987f4f073bfe954ac3e7cc335644994c7e2072
Deleted: sha256:cad4e7cf3bfa9e2fd2e5c273512c4ac26a9a5efe9814d169c52adee1c08bfff2
Deleted: sha256:abf99be4d5a409796ab2656ce8b2ca005e7391c576d6d6d5c6e9e025e3ebcf6c
Deleted: sha256:292d7aac96501ecf6f7ad169ce4640e09003e92012e72f6d9fa5d909b5d8a781
Deleted: sha256:5cde5ae79de1ef3288d49b40af15e13b7350e8aa7347532d4a2204db70581fd1
Deleted: sha256:ac4f4ab2649399b5f8c6b7cc05efda24619a9a6513b3a55bf5e3eff73127d7f0
Deleted: sha256:7f72e8e13793b0e2a87a8032106cc096bcd94177f3acafcbe14fb864d464463f
Deleted: sha256:669b15a90a50c79a5b39af44de315d8d78d8c8022879cb1294eb7532cc1c06d1
Deleted: sha256:38fb67ace943083e2e1badef80d59e0769e47e64963b050bd956312f7dd38d65
Deleted: sha256:3da57f53e0efec7ee7897e0010e0fc3baea5153cbababd9010921927a28f1bae
Deleted: sha256:c39938abb6ee994a1e302aa01469940f60e5c53dc7716bb523ee9bbea6f93b13
Deleted: sha256:faf1c6c4b8f5a8d5ceb554ad82c4ac6fe5ad07b9eb0675c94b7d5714af691cf7
Deleted: sha256:0901fbca19a83cb6a27bb52e5a4c70ced4fa9042929846fbffc4a57fe52c0432
Deleted: sha256:eb81b5edd23651782968866f68148cfcf30f540d6c72eddab6a9aec1b8c8cd66
Deleted: sha256:75235790ca03423de3045b59f99b09943277fa7bfc59631ac975a668af1a9dfe
Deleted: sha256:b0d1f292a6c349eeb471d22b164edac6e7731ec67869318c93b0d01c42e61e51
Deleted: sha256:6f66a1968c4469c7906cfbb842886a285760a73fc967f2835059d3e1203d43fd
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19030

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19030/display/redirect>

------------------------------------------
[...truncated 311.84 KB...]
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... yes
checking for __attribute__... none needed
checking whether gcc understands -c and -o together... yes
checking for __builtin_expect... yes
checking for __sync_val_compare_and_swap... yes
checking for style of include used by make... GNU
checking dependency style of gcc... no
checking for the pthreads library -lpthreads... gcc
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... no
checking whether pthreads work without any flags... yes
checking dependency style of g++... ./configure: line 4240: echo: write error: No space left on device
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... ./configure: line 16205: printf: write error: No space left on device
no
./configure: line 16113: printf: write error: No space left on device
checking whether pthreads work with -pthreads... ./configure: line 16183: cannot create temp file for here-document: No space left on device
./configure: line 1683: printf: write error: No space left on device
./configure: line 1691: printf: write error: No space left on device
./configure: line 1701: printf: write error: No space left on device
sed: can't read conftest.c: No such file or directory
no
checking whether pthreads work with -mthreads... ./configure: line 16183: cannot create temp file for here-document: No space left on device
sed: can't read conftest.c: No such file or directory
no
checking for the pthreads library -lpthread... ./configure: line 16183: cannot create temp file for here-document: No space left on device
sed: can't read conftest.c: No such file or directory
no
checking whether pthreads work with --thread-safe... ./configure: line 16183: cannot create temp file for here-document: No space left on device
sed: can't read conftest.c: No such file or directory
no
checking whether pthreads work with -mt... ./configure: line 16183: cannot create temp file for here-document: No space left on device
sed: can't read conftest.c: No such file or directory
no
checking for pthread-config... no
checking for gtest-config... no
checking support for pthread_rwlock_* functions... ./configure: line 16753: cannot create temp file for here-document: No space left on device
sed: can't read conftest.c: No such file or directory
no
checking whether the compiler implements namespaces... ./configure: line 16804: cannot create temp file for here-document: No space left on device
sed: can't read conftest.cpp: No such file or directory
no
checking what namespace STL code is in... ./configure: line 16849: cannot create temp file for here-document: No space left on device
sed: can't read conftest.cpp: No such file or directory
./configure: line 16864: cannot create temp file for here-document: No space left on device
sed: can't read conftest.cpp: No such file or directory

./configure: line 16921: cannot create temp file for here-document: No space left on device
./configure: line 16926: cannot create temp file for here-document: No space left on device
./configure: line 16931: cannot create temp file for here-document: No space left on device
checking whether compiler supports using ::operator<<... ./configure: line 16949: cannot create temp file for here-document: No space left on device
sed: can't read conftest.cpp: No such file or directory
0
checking for ucontext.h... (cached) yes
./configure: line 16986: cannot create temp file for here-document: No space left on device
checking sys/ucontext.h usability... ./configure: line 2002: cannot create temp file for here-document: No space left on device
sed: can't read conftest.cpp: No such file or directory
no
checking sys/ucontext.h presence... ./configure: line 2019: cannot create temp file for here-document: No space left on device
sed: can't read conftest.cpp: No such file or directory
no
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
checking for sys/ucontext.h... no
checking how to access the program counter from a struct ucontext... ./configure: line 17053: cannot create temp file for here-document: No space left on device
./configure: line 4235: echo: write error: No space left on device
sed: can't read conftest.cpp: No such file or directory
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 4238: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 17053: cannot create temp file for here-document: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
sed: can't read conftest.cpp: No such file or directory
./configure: line 4238: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
./configure: line 4235: echo: write error: No space left on device
none
uc_mcontext.gregs[REG_RIP]
checking build system type... configure: creating ./config.status
x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
configure: WARNING: unrecognized options: --disable-python-dependency-install
checking for stdlib.h... yes
checking for string.h...  /bin/bash ./config.status
yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... config.status: creating Makefile
mawk: write failure (No space left on device)
mawk: close failed on file /dev/stdout (No space left on device)
yes
config.status: error: could not create Makefile
make[5]: *** [Makefile] Error 2
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
make[4]: *** [glog-0.3.3-build-stamp] Error 2
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
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 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... no
checking whether to build static libraries... yes
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... no
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
checking for python... /usr/bin/python
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... no
checking whether pthreads work with -pthreads... no
checking whether pthreads work with -mthreads... no
checking for the pthreads library -lpthread... no
checking whether pthreads work with --thread-safe... no
checking whether pthreads work with -mt... no
checking for pthread-config... no
checking that generated files are newer than configure... done
configure: creating ./config.status
./configure: line 16509: cannot create temp file for here-document: No space left on device
./configure: line 17065: cannot create temp file for here-document: No space left on device
sed: couldn't flush stdout: No space left on device
configure: error: could not make ./config.status
sort: fflush failed: standard output: No space left on device
sort: write error
./configure: line 40: echo: write error: No space left on device
./configure: line 44: printf: write error: No space left on device
./configure: line 45: echo: write error: No space left on device
sort: fflush failed: standard output: No space left on device
sort: write error
./configure: line 54: echo: write error: No space left on device
./configure: line 75: printf: write error: No space left on device
./configure: line 76: echo: write error: No space left on device
cat: write error: No space left on device
./configure: line 78: echo: write error: No space left on device
./configure: line 82: printf: write error: No space left on device
configure: error: ./configure failed for gtest
configure: error: ./configure failed for gmock
sort: fflush failed: standard output: No space left on device
sort: write error
./configure: line 54: echo: write error: No space left on device
./configure: line 75: printf: write error: No space left on device
./configure: line 76: echo: write error: No space left on device
cat: write error: No space left on device
./configure: line 78: echo: write error: No space left on device
./configure: line 82: printf: write error: No space left on device
make[4]: *** [protobuf-3.3.0-build-stamp] Error 4
make[4]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.5.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1503570991-13380
Untagged: mesos-1503570991-13380:latest
Deleted: sha256:581d6a549ec211ff08fd6307eb81107c0a49548b4b4303714234047388deebf9
Deleted: sha256:9ff158ee6c51353f8a10544ea5f6da01f1cb5ef25053428bda75fc07a348ca96
Deleted: sha256:6a7c42669b37d92a60760525005f0297fae1db4128541823d04adb663047fb54
Deleted: sha256:6631395d390ddb58632448a352c55fd8cd2857824f7aebcfe1d6e1079be27a1f
Deleted: sha256:5a1cf47175907bbc93fa0891426b7b5ca4b7540556bf3f83a555990c684ef2cb
Deleted: sha256:3f723c8769e113fdfdc10b58fc69a41371d24ef5e365ff579c8b2ca176dbb365
Deleted: sha256:07ed36fd1c927af0fe8abebe841163a5f9f48cceb1f435aa617942814749fd53
Deleted: sha256:7f95207466ed45ac2c34d3ad224f2796dddf3a39ebb2a0e23240a1f5cc4bfa5a
Deleted: sha256:6e030c8e45cf07b3aaf4d4c04d82a0951e8e2f7ef1bb496d2685a7f79f4879f9
Deleted: sha256:358e941fd90c43d70c8b4449ea6920a55712b1abd545259181b0d58192c6e717
Deleted: sha256:f88da696db4af8bf384f431b975c30f8361da61af28c8cf1fbfc9f1a7d5d4c35
Deleted: sha256:1a7783ee182cf00f8c92ac4ef380bff5e1b8db58bbc06fb1f93b62f287a00022
Deleted: sha256:d127e8c877282c830e63ad62173512bb8852a52a6249e3b8a2dc3ebefc4610e4
Deleted: sha256:ff8dc6b5943de57adcb88a69e84a3fbb5c78bb699d758bf936438927e3e275ae
Deleted: sha256:1620ec16bb2d9884ef87c3d94112748ee44c336de6b20c9b3180b5dfa21af603
Deleted: sha256:13697e5d4ad1fa63c40a992fb4610b824785357a5a01cde19ce9dd9fc6a4867f
Deleted: sha256:032b0fb31ca7410334f5473cee8fa8b4c6bf520e4acc28821be4987895ccd5e1
Deleted: sha256:82cc89e7ad8f255c0ef4995dc26194dfe2c30dab68cf80c00e982109b5dda9a9
Deleted: sha256:996ccf9b502395ae0dc1655071b4639def2367eda1e6fdddaf362ae3c3605b1e
Deleted: sha256:9d18742b35c44c3b9404a29bbe57856e0f2d4aa959b294099435189cf291abb9
Deleted: sha256:85e02261d403131440e2c29e222b9e4f3b36eab671371189deed0ffe26d577e8
Deleted: sha256:a7d2ab1e18871dff30f036feef7953b012caeb5bf5fea7c318f08e741e6b0ff7
Deleted: sha256:d258044b723cc708d34b688ea38b18bfe957523ab2aae4a34f9abce8d0a44095
Deleted: sha256:42cc1252b45a56e1cdc2abba44e84e25e9f6b9214f68c79ede3d039eeadf12ea
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19029

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19029/display/redirect>

------------------------------------------
[...truncated 307.29 KB...]
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for joinable pthread attribute... yes
checking dynamic linker characteristics... libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zookeeper.lo -MD -MP -MF .deps/libzkmt_la-zookeeper.Tpo -c src/zookeeper.c  -fPIC -DPIC -o libzkmt_la-zookeeper.o
mv -f .deps/hashtable.Tpo .deps/hashtable.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated   -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-recordio.lo -MD -MP -MF .deps/libzkmt_la-recordio.Tpo -c -o libzkmt_la-recordio.lo `test -f 'src/recordio.c' || echo './'`src/recordio.c
PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... 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... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-recordio.lo -MD -MP -MF .deps/libzkmt_la-recordio.Tpo -c src/recordio.c  -fPIC -DPIC -o libzkmt_la-recordio.o
yes
checking whether -pthread is sufficient with -shared... g++ -E
yes
checking for pthread_self in -lpthread... yes
checking for gtest-config... no
checking support for pthread_rwlock_* functions... 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
yes
checking whether the compiler implements namespaces... mv -f .deps/libzkmt_la-recordio.Tpo .deps/libzkmt_la-recordio.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated   -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zookeeper.jute.lo -MD -MP -MF .deps/libzkmt_la-zookeeper.jute.Tpo -c -o libzkmt_la-zookeeper.jute.lo `test -f 'generated/zookeeper.jute.c' || echo './'`generated/zookeeper.jute.c
yes
checking what namespace STL code is in... mv -f .deps/zookeeper.jute.Tpo .deps/zookeeper.jute.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated   -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zk_log.lo -MD -MP -MF .deps/libzkmt_la-zk_log.Tpo -c -o libzkmt_la-zk_log.lo `test -f 'src/zk_log.c' || echo './'`src/zk_log.c
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zookeeper.jute.lo -MD -MP -MF .deps/libzkmt_la-zookeeper.jute.Tpo -c generated/zookeeper.jute.c  -fPIC -DPIC -o libzkmt_la-zookeeper.jute.o
yes
checking if g++ static flag -static works... libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zk_log.lo -MD -MP -MF .deps/libzkmt_la-zk_log.Tpo -c src/zk_log.c  -fPIC -DPIC -o libzkmt_la-zk_log.o
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
checking for python... /usr/bin/python
checking for the pthreads library -lpthreads... mv -f .deps/libzkmt_la-zk_log.Tpo .deps/libzkmt_la-zk_log.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated   -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zk_hashtable.lo -MD -MP -MF .deps/libzkmt_la-zk_hashtable.Tpo -c -o libzkmt_la-zk_hashtable.lo `test -f 'src/zk_hashtable.c' || echo './'`src/zk_hashtable.c
no
checking whether pthreads work without any flags... libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-zk_hashtable.lo -MD -MP -MF .deps/libzkmt_la-zk_hashtable.Tpo -c src/zk_hashtable.c  -fPIC -DPIC -o libzkmt_la-zk_hashtable.o
std
checking whether compiler supports using ::operator<<... 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... mv -f .deps/zookeeper.Tpo .deps/zookeeper.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated   -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-mt_adaptor.lo -MD -MP -MF .deps/libzkmt_la-mt_adaptor.Tpo -c -o libzkmt_la-mt_adaptor.lo `test -f 'src/mt_adaptor.c' || echo './'`src/mt_adaptor.c
mv -f .deps/libzkmt_la-zk_hashtable.Tpo .deps/libzkmt_la-zk_hashtable.Plo
gcc -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated   -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT cli.o -MD -MP -MF .deps/cli.Tpo -c -o cli.o `test -f 'src/cli.c' || echo './'`src/cli.c
PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./include -I./tests -I./generated -DTHREADED -g -O2 -D_GNU_SOURCE -MT libzkmt_la-mt_adaptor.lo -MD -MP -MF .deps/libzkmt_la-mt_adaptor.Tpo -c src/mt_adaptor.c  -fPIC -DPIC -o libzkmt_la-mt_adaptor.o
yes
checking whether -pthread is sufficient with -shared... yes
1
checking for ucontext.h... (cached) yes
checking sys/ucontext.h usability... checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking how to access the program counter from a struct ucontext... mv -f .deps/libzkmt_la-mt_adaptor.Tpo .deps/libzkmt_la-mt_adaptor.Plo
gcc -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated   -DTHREADED -g -O2 -D_GNU_SOURCE -MT cli_mt-cli.o -MD -MP -MF .deps/cli_mt-cli.Tpo -c -o cli_mt-cli.o `test -f 'src/cli.c' || echo './'`src/cli.c
uc_mcontext.gregs[REG_RIP]
mv -f .deps/cli.Tpo .deps/cli.Po
gcc -DHAVE_CONFIG_H -I.  -I./include -I./tests -I./generated   -DTHREADED -g -O2 -D_GNU_SOURCE -MT load_gen-load_gen.o -MD -MP -MF .deps/load_gen-load_gen.Tpo -c -o load_gen-load_gen.o `test -f 'src/load_gen.c' || echo './'`src/load_gen.c
configure: creating ./config.status
mv -f .deps/libzkmt_la-zookeeper.jute.Tpo .deps/libzkmt_la-zookeeper.jute.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror  -g -O2 -D_GNU_SOURCE   -o libzkst.la  zookeeper.lo recordio.lo zookeeper.jute.lo zk_log.lo zk_hashtable.lo st_adaptor.lo -lm 
mv -f .deps/load_gen-load_gen.Tpo .deps/load_gen-load_gen.Po
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror  -g -O2 -D_GNU_SOURCE   -o libhashtable.la  hashtable_itr.lo hashtable.lo  
mv -f .deps/libzkmt_la-zookeeper.Tpo .deps/libzkmt_la-zookeeper.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -DTHREADED -g -O2 -D_GNU_SOURCE   -o libzkmt.la  libzkmt_la-zookeeper.lo libzkmt_la-recordio.lo libzkmt_la-zookeeper.jute.lo libzkmt_la-zk_log.lo libzkmt_la-zk_hashtable.lo libzkmt_la-mt_adaptor.lo -lm 
mv -f .deps/cli_mt-cli.Tpo .deps/cli_mt-cli.Po
libtool: link: ar cru .libs/libzkst.a  zookeeper.o recordio.o zookeeper.jute.o zk_log.o zk_hashtable.o st_adaptor.o
libtool: link: ranlib .libs/libzkst.a
libtool: link: ( cd ".libs" && rm -f "libzkst.la" && ln -s "../libzkst.la" "libzkst.la" )
libtool: link: ar cru .libs/libhashtable.a  hashtable_itr.o hashtable.o
libtool: link: ranlib .libs/libhashtable.a
libtool: link: ( cd ".libs" && rm -f "libhashtable.la" && ln -s "../libhashtable.la" "libhashtable.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror  -g -O2 -D_GNU_SOURCE -no-undefined -version-info 2  -export-symbols-regex '(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|allocate_|zerror|is_unrecoverable)'  -o libzookeeper_st.la -rpath //lib  libzkst.la libhashtable.la 
libtool: link: ar cru .libs/libzkmt.a  libzkmt_la-zookeeper.o libzkmt_la-recordio.o libzkmt_la-zookeeper.jute.o libzkmt_la-zk_log.o libzkmt_la-zk_hashtable.o libzkmt_la-mt_adaptor.o
libtool: link: ranlib .libs/libzkmt.a
libtool: link: ( cd ".libs" && rm -f "libzkmt.la" && ln -s "../libzkmt.la" "libzkmt.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror  -g -O2 -D_GNU_SOURCE -no-undefined -version-info 2  -export-symbols-regex '(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|allocate_|zerror|is_unrecoverable)'  -o libzookeeper_mt.la -rpath //lib  libzkmt.la libhashtable.la -lpthread 
config.status: creating Makefile
libtool: link: (cd .libs/libzookeeper_st.lax/libzkst.a && ar x "/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c/./.libs/libzkst.a")
configure: WARNING: unrecognized options: --disable-python-dependency-install
config.status: creating scripts/gtest-config
libtool: link: (cd .libs/libzookeeper_st.lax/libhashtable.a && ar x "/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c/./.libs/libhashtable.a")
libtool: link: (cd .libs/libzookeeper_mt.lax/libzkmt.a && ar x "/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c/./.libs/libzkmt.a")
config.status: creating build-aux/config.h
libtool: link: ar cru .libs/libzookeeper_st.a   .libs/libzookeeper_st.lax/libzkst.a/recordio.o .libs/libzookeeper_st.lax/libzkst.a/st_adaptor.o .libs/libzookeeper_st.lax/libzkst.a/zk_hashtable.o .libs/libzookeeper_st.lax/libzkst.a/zk_log.o .libs/libzookeeper_st.lax/libzkst.a/zookeeper.jute.o .libs/libzookeeper_st.lax/libzkst.a/zookeeper.o  .libs/libzookeeper_st.lax/libhashtable.a/hashtable.o .libs/libzookeeper_st.lax/libhashtable.a/hashtable_itr.o 
config.status: executing depfiles commands
ar: .libs/libzookeeper_st.a: No space left on device
sort: write failed: standard output: No space left on device
sort: write error
make[6]: *** [libzookeeper_st.la] Error 1
make[6]: *** Waiting for unfinished jobs....
libtool: link: (cd .libs/libzookeeper_mt.lax/libhashtable.a && ar x "/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c/./.libs/libhashtable.a")
 /bin/bash ./config.status
libtool: link: ar cru .libs/libzookeeper_mt.a   .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-mt_adaptor.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-recordio.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_hashtable.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_log.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zookeeper.jute.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zookeeper.o  .libs/libzookeeper_mt.lax/libhashtable.a/hashtable.o .libs/libzookeeper_mt.lax/libhashtable.a/hashtable_itr.o 
ar: .libs/libzookeeper_mt.a: No space left on device
./config.status: line 1482: echo: write error: No space left on device
make[6]: *** [libzookeeper_mt.la] Error 1
make[6]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c'
make[4]: *** [zookeeper-3.4.8/src/c/libzookeeper_mt.la] Error 2
make[4]: *** Waiting for unfinished jobs....
config.status: executing libtool commands
sed: couldn't write 60 items to stdout: No space left on device
mv: cannot stat 'libtoolT': No such file or directory
cp: cannot stat 'libtoolT': No such file or directory
chmod: cannot access 'libtool': No such file or directory
config.status: creating Makefile
config.status: creating src/glog/logging.h
make[5]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make  all-recursive
config.status: creating src/glog/raw_logging.h
make[6]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
Making all in .
make[7]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[7]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
Making all in src
config.status: creating src/glog/vlog_is_on.h
config.status: creating src/glog/stl_logging.h
config.status: creating libglog.pc
config.status: creating src/config.h
config.status: src/config.h is unchanged
make[7]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0/src'
config.status: executing depfiles commands
depbase=`echo google/protobuf/compiler/importer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/importer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/importer.lo google/protobuf/compiler/importer.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/compiler/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/parser.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/parser.lo google/protobuf/compiler/parser.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/compiler/code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/code_generator.lo google/protobuf/compiler/code_generator.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/compiler/command_line_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/command_line_interface.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/compiler/plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/plugin.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
config.status: executing libtool commands
sed: couldn't write 7 items to stdout: No space left on device
sed: can't read libtoolT: No such file or directory
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc  -fPIC -DPIC -o google/protobuf/compiler/parser.o
make[5]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c -o libglog_la-logging.lo `test -f 'src/logging.cc' || echo './'`src/logging.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc  -fPIC -DPIC -o google/protobuf/compiler/code_generator.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc  -fPIC -DPIC -o google/protobuf/compiler/importer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc  -fPIC -DPIC -o google/protobuf/compiler/command_line_interface.o
mv -f .deps/libglog_la-logging.Tpo .deps/libglog_la-logging.Plo
mv: cannot stat '.deps/libglog_la-logging.Tpo': No such file or directory
make[5]: *** [libglog_la-logging.lo] Error 1
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
make[4]: *** [glog-0.3.3-build-stamp] Error 2
depbase=`echo google/protobuf/compiler/plugin.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/plugin.pb.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/plugin.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc  -fPIC -DPIC -o google/protobuf/compiler/plugin.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/plugin.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.pb.Tpo -c google/protobuf/compiler/plugin.pb.cc  -fPIC -DPIC -o google/protobuf/compiler/plugin.pb.o
depbase=`echo google/protobuf/compiler/profile.pb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/profile.pb.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/profile.pb.lo google/protobuf/compiler/profile.pb.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
/tmp/ccWlYFPb.s: Assembler messages:
/tmp/ccWlYFPb.s: Fatal error: can't write google/protobuf/compiler/plugin.o: No space left on device
/tmp/ccWlYFPb.s: Fatal error: can't close google/protobuf/compiler/plugin.o: No space left on device
make[7]: *** [google/protobuf/compiler/plugin.lo] Error 1
make[7]: *** Waiting for unfinished jobs....
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/profile.pb.lo -MD -MP -MF google/protobuf/compiler/.deps/profile.pb.Tpo -c google/protobuf/compiler/profile.pb.cc  -fPIC -DPIC -o google/protobuf/compiler/profile.pb.o
google/protobuf/compiler/importer.cc:497:1: fatal error: error writing to /tmp/ccvgLsh8.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/compiler/plugin.pb.cc:2330:1: fatal error: error writing to /tmp/ccKHaVAn.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/compiler/parser.cc:2119:1: fatal error: error writing to /tmp/cczHmkO7.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/compiler/profile.pb.cc:1440:1: fatal error: error writing to /tmp/ccZD6mGt.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/compiler/command_line_interface.cc:1995:1: fatal error: error writing to /tmp/ccHjCIc8.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
make[7]: *** [google/protobuf/compiler/importer.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/compiler/plugin.pb.lo] Error 1
make[7]: *** [google/protobuf/compiler/profile.pb.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/compiler/parser.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/compiler/command_line_interface.lo] Error 1
make[7]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0/src'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[4]: *** [protobuf-3.3.0-build-stamp] Error 2
make[4]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.5.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1503569095-677
Untagged: mesos-1503569095-677:latest
Deleted: sha256:8a4d3952470329ca3dc21de802c96e69b762ea33351fc5282c680e0901aed704
Deleted: sha256:8a655c42e3bb3956d5ac5753fab5998a2e8084214aff2cddbffb643d1c946369
Deleted: sha256:1599485543d9a286c5ca4fa162a268a2faeb2c1409473a7d0db0d012523495ce
Deleted: sha256:7b1fe1802dbb2c600a702e95f027eccb8268fe0f61d728de06fcb2acbaf19e96
Deleted: sha256:3cd70f97f988132afcd167789bc73e0f6e63606299256efdabc6aa9aec3575ac
Deleted: sha256:926c00ac19cb0bdb148e3de95747315d80602a99aa7948576bb61276801e381f
Deleted: sha256:624d94626111b57918b2385663a42588c277fd5412cf255f756dfbdc61c1ec36
Deleted: sha256:ffc6179c0c03178106c4860f4a2caec78c30eb79dffeb98957014b776a4f8556
Deleted: sha256:6e1d16625f97e8c3a0a9c4788bf09ae800b2d302ac3256f2bad0bb9d5dd020d4
Deleted: sha256:9e759feb78d8a8162f39bcebaec0dc3f0e449ec5036b2f571c7bedc330d48f9f
Deleted: sha256:c75138996aacf9cd4b4c0e92086f574c4916bad7de6e91de2bf37369c10e2b29
Deleted: sha256:500f12d3b2334c6e1614115c0ab64c8bf436a1227d19ad02c0c53e7ce2ba2a39
Deleted: sha256:9fc23acdd2ec92a1f24fe14e40c84abf3d410095f7bfd72d0c791c2b03cfccee
Deleted: sha256:4c4ea0a6de83370289c5d9a4dc528b50d962c983ff660a599c41d808f305e05c
Deleted: sha256:e9c4d97d8333396aa14fcea8f7aad7b51bc6ff8d8f35c43b037aa000e9c25e40
Deleted: sha256:b6a33a18caccc417c7848ee597f395fa17b44e126a614e50340f2343ac5ad69a
Deleted: sha256:878b79eddf898c6289a2067e9b0b221797521f91f1aede49316c26dc511b6be4
Deleted: sha256:412ecc44b4418673b0aeaee10621e08affecb40688750e9909422725759cd5d2
Deleted: sha256:b15839465ab1dbb9b1dfddb8fe8944f360b83efaf1fbf6d38fac14a8066f2252
Deleted: sha256:72e4e23adf32ee57557d5765448efe93a7c6a046238da5b161894641d555ae62
Deleted: sha256:061074a787043fc9970af4efebcfe5880ad995f09cf057dc75646b258cb1feab
Deleted: sha256:463bc505c4a8b3e0e59121279bb22f4cd586133139769ef3aa63aec9dfc5ee82
Deleted: sha256:e409ccde45512adb08e8c9c967faee30e2c8a98b904cb16eae166bbcc5830471
Deleted: sha256:8bdb0119abab9dd1da768ffdc7104d758b8c8738222bb8e69da8f00acfc025fc
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19028

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19028/display/redirect>

------------------------------------------
[...truncated 307.02 KB...]
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
checking for ANSI C header files... (cached) no
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) config.status: executing depfiles commands
yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
libtool: link: ( cd ".libs" && rm -f "libzookeeper_mt.la" && ln -s "../libzookeeper_mt.la" "libzookeeper_mt.la" )
checking syscall.h usability... /bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror  -g -O2 -D_GNU_SOURCE   -o cli_st cli.o libzookeeper_st.la 
config.status: executing libtool commands
yes
checking syscall.h presence... === configuring in gtest (/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0/gmock/gtest)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/'  '--disable-python-dependency-install' '--verbose' 'CXX=g++' 'CC=gcc' 'CXXFLAGS=-g1 -O0 -Wno-unused-local-typedefs -std=c++11' '--enable-shared=no' '--with-pic' 'CPPFLAGS=' 'LDFLAGS=' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
yes
checking for syscall.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -fPIC -c util/hash.cc -o out-static/util/hash.o
yes
checking for sys/syscall.h... yes
checking execinfo.h usability... libtool: link: gcc -Wall -Werror -g -O2 -D_GNU_SOURCE -o cli_st cli.o  ./.libs/libzookeeper_st.a -lm
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -fPIC -c util/histogram.cc -o out-static/util/histogram.o
/bin/bash ./libtool  --tag=CC   --mode=link gcc -DTHREADED -g -O2 -D_GNU_SOURCE   -o cli_mt cli_mt-cli.o libzookeeper_mt.la 
checking for a BSD-compatible install... yes
checking execinfo.h presence... /usr/bin/install -c
checking whether build environment is sane... yes
checking for execinfo.h... yes
yes
checking libunwind.h usability... checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... no
checking libunwind.h presence... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... libtool: link: gcc -DTHREADED -g -O2 -D_GNU_SOURCE -o cli_mt cli_mt-cli.o  ./.libs/libzookeeper_mt.a -lm -lpthread
no
checking for libunwind.h... no
checking ucontext.h usability... 
checking whether we are cross compiling... /bin/bash ./libtool  --tag=CC   --mode=link gcc -DTHREADED -g -O2 -D_GNU_SOURCE   -o load_gen load_gen-load_gen.o libzookeeper_mt.la 
yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking sys/utsname.h usability... no
checking for suffix of object files... g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -fPIC -c util/logging.cc -o out-static/util/logging.o
o
checking whether we are using the GNU C compiler... yes
checking sys/utsname.h presence... yes
checking whether gcc accepts -g... g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -fPIC -c util/options.cc -o out-static/util/options.o
yes
checking for sys/utsname.h... yes
checking pwd.h usability... yes
checking for gcc option to accept ISO C89... libtool: link: gcc -DTHREADED -g -O2 -D_GNU_SOURCE -o load_gen load_gen-load_gen.o  ./.libs/libzookeeper_mt.a -lm -lpthread
none needed
checking whether gcc understands -c and -o together... yes
checking pwd.h presence... make[6]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c'
yes
checking for pwd.h... make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c'
yes
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -fPIC -c util/status.cc -o out-static/util/status.o
checking syslog.h usability... yes
checking for style of include used by make... GNU
checking dependency style of gcc... yes
checking syslog.h presence... gcc3
yes
checking for syslog.h... yes
checking sys/time.h usability... checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking sys/time.h presence... yes
checking dependency style of g++... yes
checking for sys/time.h... yes
checking glob.h usability... gcc3
checking build system type... yes
checking glob.h presence... g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -fPIC -c port/port_posix.cc -o out-static/port/port_posix.o
yes
checking for glob.h... yes
checking unwind.h usability... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... yes
checking unwind.h presence... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... yes
checking for unwind.h... yes
checking size of void *... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... 8
checking for uint16_t... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
rm -f out-static/libleveldb.a
ar -rs out-static/libleveldb.a out-static/db/builder.o out-static/db/c.o out-static/db/db_impl.o out-static/db/db_iter.o out-static/db/dbformat.o out-static/db/dumpfile.o out-static/db/filename.o out-static/db/log_reader.o out-static/db/log_writer.o out-static/db/memtable.o out-static/db/repair.o out-static/db/table_cache.o out-static/db/version_edit.o out-static/db/version_set.o out-static/db/write_batch.o out-static/table/block.o out-static/table/block_builder.o out-static/table/filter_block.o out-static/table/format.o out-static/table/iterator.o out-static/table/merger.o out-static/table/table.o out-static/table/table_builder.o out-static/table/two_level_iterator.o out-static/util/arena.o out-static/util/bloom.o out-static/util/cache.o out-static/util/coding.o out-static/util/comparator.o out-static/util/crc32c.o out-static/util/env.o out-static/util/env_posix.o out-static/util/filter_policy.o out-static/util/hash.o out-static/util/histogram.o out-static/util/logging.o out-static/util/options.o out-static/util/status.o out-static/port/port_posix.o
ar: creating out-static/libleveldb.a
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/leveldb-1.19'
yes
checking for u_int16_t... gcc -E
checking for ANSI C header files... yes
checking for __uint16... yes
no
checking for sigaltstack... checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for dladdr... yes
checking for stdlib.h... yes
no
checking for fcntl... checking for string.h... yes
checking for memory.h... yes
checking for __attribute__... yes
checking for strings.h... yes
checking for __builtin_expect... yes
checking for __sync_val_compare_and_swap... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for the pthreads library -lpthreads... yes
checking for unistd.h... no
checking whether pthreads work without any flags... yes
checking for dlfcn.h... yes
checking for objdir... .libs
no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether pthreads work with -pthread... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking for joinable pthread attribute... no
checking if gcc supports -c -o file.o... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
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 dynamic linker characteristics... yes
checking whether -pthread is sufficient with -shared... 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... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... yes
checking for pthread_self in -lpthread... g++ -E
yes
checking for gtest-config... no
checking support for pthread_rwlock_* functions... yes
checking whether the compiler implements namespaces... yes
checking what namespace STL code is in... 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... no
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
checking for python... /usr/bin/python
checking for the pthreads library -lpthreads... std
checking whether compiler supports using ::operator<<... 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 whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... 1
checking for ucontext.h... (cached) yes
checking sys/ucontext.h usability... yes
yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking how to access the program counter from a struct ucontext... checking that generated files are newer than configure... done
configure: creating ./config.status
uc_mcontext.gregs[REG_RIP]
configure: creating ./config.status
cat: write error: No space left on device
configure: error: write failure creating ./config.status
config.status: creating Makefile
mawk: write failure (No space left on device)
mawk: close failed on file /dev/stdout (No space left on device)
config.status: error: could not create Makefile
sort: write failed: standard output: No space left on device
sort: write error
make[5]: *** [config.status] Error 1
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
make[4]: *** [glog-0.3.3-build-stamp] Error 2
make[4]: *** Waiting for unfinished jobs....
configure: error: ./configure failed for gtest
configure: error: ./configure failed for gmock
make[4]: *** [protobuf-3.3.0-build-stamp] Error 1
make[4]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.5.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1503567915-5904
Untagged: mesos-1503567915-5904:latest
Deleted: sha256:8efddf770153f8c02dafd2858270a509f5c5ec1a0ec1b21d50cc48d4afa6cfdc
Deleted: sha256:3e3966eaa99bace7925b1d7c4aef00b65d2d753122a2799e28b321088f63c5c7
Deleted: sha256:5afad7c262391f85089cba87d7ecf2ac9c6479d8b9edbc882361e6ed0253a43a
Deleted: sha256:e810cda371ce3ffcaecdf87d884c23bc9f208ff476f12a3115d6f7d332a506ce
Deleted: sha256:d0b09679223204604308ad1832c243bae1585803ee89ccb396ad78fe174d3300
Deleted: sha256:c79074b03be6b6517d290108e09eb704be0f927b2604aa110a702763059d4bf9
Deleted: sha256:dcb1a8c06a0726b653056ae899b73e229ebf2b5a38a7641529341df5aeaaf052
Deleted: sha256:b1a05691f04f2629cb295ca11723376e0181415f79610b8f7fc9a50b0e220fdf
Deleted: sha256:4ee8e80af27e5ef369f1e040098348717471c10a1b2c532e543c6888a2a31fd7
Deleted: sha256:85ae5a3dbac446179b7dbea6d10e1c8e4049281934a519919a888f5d77eec38a
Deleted: sha256:4a457feead04e55a074b63e71f93800245549ea633a2924dfa78be275145d4b4
Deleted: sha256:ed75dac50f7b7d217c87d36290c2c9f617447e1aa86cb07eee13ca947756cece
Deleted: sha256:86bf3a68ba803a3db08ba421176acbf9de170e5d8d8c7f264f1242081d978ca0
Deleted: sha256:ba9d25ad966929df3c1bccf897faaaf5f2e0c6bba7adae4ddb1e201a6ba42e50
Deleted: sha256:55d6a46a12f2b75dffcaa7e07d12cd236fbb00ed425aeda3e418dea8ade9dbcb
Deleted: sha256:5a355918d0745d103a324531c98df822ef23e9ac265b59d22e0150ea6bcfccc2
Deleted: sha256:99fd0c2202d00def4e27384a8f9f4914e1cf0c58e1fa8d656e891370fd1ce8a3
Deleted: sha256:b93e166dd34047111d69609189dfb90cf46528b53ea1d6a6d4450595cffa03df
Deleted: sha256:66fd92a4321d0a10b0a3082b3ef62846d1b6336f78c210904d3130acf62c0691
Deleted: sha256:5a4ef875fcda3b14f1f21a2dc3194370a33f5b0ce97449744cb9f9106d5089f1
Deleted: sha256:c2f1a8fd26f810b31eff63743a780803873600129447b68feee8d7d0d1999b77
Deleted: sha256:7e68fa125530b5d3607ba96326ff2f1b396d4c4473e9c3112319ed05a552add8
Deleted: sha256:bbbef4c86a5fc03cc1a3b45acc86a0a513ded4ec92ec34e05e40a9c1bfd3be2d
Deleted: sha256:05f342ebbdd2150e3d915c7c2f17891d8716ac1e99709c3f357700826e5c33d4
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19027

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19027/display/redirect>

------------------------------------------
[...truncated 306.02 KB...]
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/'  '--disable-python-dependency-install' '--verbose' 'CXX=g++' 'CC=gcc' 'CXXFLAGS=-g1 -O0 -Wno-unused-local-typedefs -std=c++11' '--enable-shared=no' '--with-pic' 'CPPFLAGS=' 'LDFLAGS=' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
libtool: link: (cd .libs/libzookeeper_st.lax/libhashtable.a && ar x "/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c/./.libs/libhashtable.a")
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -fPIC -c util/logging.cc -o out-static/util/logging.o
libtool: link: ar cru .libs/libzookeeper_st.a   .libs/libzookeeper_st.lax/libzkst.a/recordio.o .libs/libzookeeper_st.lax/libzkst.a/st_adaptor.o .libs/libzookeeper_st.lax/libzkst.a/zk_hashtable.o .libs/libzookeeper_st.lax/libzkst.a/zk_log.o .libs/libzookeeper_st.lax/libzkst.a/zookeeper.jute.o .libs/libzookeeper_st.lax/libzkst.a/zookeeper.o  .libs/libzookeeper_st.lax/libhashtable.a/hashtable.o .libs/libzookeeper_st.lax/libhashtable.a/hashtable_itr.o 
libtool: link: ranlib .libs/libzookeeper_st.a
libtool: link: rm -fr .libs/libzookeeper_st.lax
yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking sys/syscall.h usability... libtool: link: ( cd ".libs" && rm -f "libzookeeper_st.la" && ln -s "../libzookeeper_st.la" "libzookeeper_st.la" )
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror  -g -O2 -D_GNU_SOURCE -no-undefined -version-info 2  -export-symbols-regex '(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|allocate_|zerror|is_unrecoverable)'  -o libzookeeper_mt.la -rpath //lib  libzkmt.la libhashtable.la -lpthread 
yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking execinfo.h usability... checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking execinfo.h presence... yes
checking whether make supports nested variables... yes
checking for execinfo.h... yes
yes
checking libunwind.h usability... checking for gcc... gcc
checking whether the C compiler works... libtool: link: (cd .libs/libzookeeper_mt.lax/libzkmt.a && ar x "/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c/./.libs/libzkmt.a")
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror  -g -O2 -D_GNU_SOURCE   -o cli_st cli.o libzookeeper_st.la 
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... libtool: link: (cd .libs/libzookeeper_mt.lax/libhashtable.a && ar x "/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c/./.libs/libhashtable.a")
no
checking libunwind.h presence... libtool: link: ar cru .libs/libzookeeper_mt.a   .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-mt_adaptor.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-recordio.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_hashtable.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_log.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zookeeper.jute.o .libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zookeeper.o  .libs/libzookeeper_mt.lax/libhashtable.a/hashtable.o .libs/libzookeeper_mt.lax/libhashtable.a/hashtable_itr.o 
libtool: link: ranlib .libs/libzookeeper_mt.a

checking whether we are cross compiling... libtool: link: rm -fr .libs/libzookeeper_mt.lax
no
checking for libunwind.h... no
checking ucontext.h usability... libtool: link: ( cd ".libs" && rm -f "libzookeeper_mt.la" && ln -s "../libzookeeper_mt.la" "libzookeeper_mt.la" )
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -fPIC -c util/options.cc -o out-static/util/options.o
no
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -fPIC -c util/status.cc -o out-static/util/status.o
checking for suffix of object files... yes
checking ucontext.h presence... libtool: link: gcc -Wall -Werror -g -O2 -D_GNU_SOURCE -o cli_st cli.o  ./.libs/libzookeeper_st.a -lm
yes
checking for ucontext.h... yes
o
checking whether we are using the GNU C compiler... checking sys/utsname.h usability... yes
checking whether gcc accepts -g... /bin/bash ./libtool  --tag=CC   --mode=link gcc -DTHREADED -g -O2 -D_GNU_SOURCE   -o cli_mt cli_mt-cli.o libzookeeper_mt.la 
yes
checking for gcc option to accept ISO C89... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking pwd.h usability... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... yes
checking pwd.h presence... GNU
checking dependency style of gcc... yes
checking for pwd.h... yes
checking syslog.h usability... gcc3
libtool: link: gcc -DTHREADED -g -O2 -D_GNU_SOURCE -o cli_mt cli_mt-cli.o  ./.libs/libzookeeper_mt.a -lm -lpthread
yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/time.h usability... /bin/bash ./libtool  --tag=CC   --mode=link gcc -DTHREADED -g -O2 -D_GNU_SOURCE   -o load_gen load_gen-load_gen.o libzookeeper_mt.la 
checking whether we are using the GNU C++ compiler... g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -fPIC -c port/port_posix.cc -o out-static/port/port_posix.o
yes
checking whether g++ accepts -g... yes
checking sys/time.h presence... yes
checking dependency style of g++... yes
checking for sys/time.h... yes
checking glob.h usability... yes
checking glob.h presence... gcc3
yes
checking for glob.h... yes
checking unwind.h usability... checking build system type... libtool: link: gcc -DTHREADED -g -O2 -D_GNU_SOURCE -o load_gen load_gen-load_gen.o  ./.libs/libzookeeper_mt.a -lm -lpthread
make[6]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c'
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/zookeeper-3.4.8/src/c'
x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... yes
checking unwind.h presence... yes
checking for unwind.h... yes
checking size of void *... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... 8
checking for uint16_t... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... rm -f out-static/libleveldb.a
ar -rs out-static/libleveldb.a out-static/db/builder.o out-static/db/c.o out-static/db/db_impl.o out-static/db/db_iter.o out-static/db/dbformat.o out-static/db/dumpfile.o out-static/db/filename.o out-static/db/log_reader.o out-static/db/log_writer.o out-static/db/memtable.o out-static/db/repair.o out-static/db/table_cache.o out-static/db/version_edit.o out-static/db/version_set.o out-static/db/write_batch.o out-static/table/block.o out-static/table/block_builder.o out-static/table/filter_block.o out-static/table/format.o out-static/table/iterator.o out-static/table/merger.o out-static/table/table.o out-static/table/table_builder.o out-static/table/two_level_iterator.o out-static/util/arena.o out-static/util/bloom.o out-static/util/cache.o out-static/util/coding.o out-static/util/comparator.o out-static/util/crc32c.o out-static/util/env.o out-static/util/env_posix.o out-static/util/filter_policy.o out-static/util/hash.o out-static/util/histogram.o out-static/util/logging.o out-static/util/options.o out-static/util/status.o out-static/port/port_posix.o
ar: creating out-static/libleveldb.a
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/leveldb-1.19'
ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
yes
checking for u_int16_t... checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for __uint16... no
checking for sigaltstack... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for dladdr... yes
checking for stdlib.h... no
checking for fcntl... yes
checking for string.h... yes
yes
checking for __attribute__... checking for memory.h... yes
yes
checking for __builtin_expect... checking for strings.h... yes
checking for __sync_val_compare_and_swap... yes
checking for inttypes.h... yes
yes
checking for stdint.h... checking for the pthreads library -lpthreads... yes
checking for unistd.h... no
checking whether pthreads work without any flags... yes
checking for dlfcn.h... no
checking whether pthreads work with -Kthread... yes
checking for objdir... .libs
no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... checking if gcc supports -fno-rtti -fno-exceptions... yes
no
checking for joinable pthread attribute... checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... no
checking if gcc supports -c -o file.o... yes
checking whether -pthread is sufficient with -shared... yes
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 dynamic linker characteristics... yes
checking for pthread_self in -lpthread... 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... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... yes
checking for gtest-config... no
checking support for pthread_rwlock_* functions... g++ -E
yes
checking whether the compiler implements namespaces... yes
checking what namespace STL code is in... 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... no
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
checking for python... /usr/bin/python
std
checking whether compiler supports using ::operator<<... 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 whether to check for GCC pthread/shared inconsistencies... 1
checking for ucontext.h... (cached) yes
checking sys/ucontext.h usability... yes
checking whether -pthread is sufficient with -shared... yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking how to access the program counter from a struct ucontext... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
uc_mcontext.gregs[REG_RIP]
configure: creating ./config.status
configure: WARNING: unrecognized options: --disable-python-dependency-install
 /bin/bash ./config.status
config.status: creating Makefile
mawk: write failure (No space left on device)
mawk: close failed on file /dev/stdout (No space left on device)
config.status: error: could not create Makefile
configure: error: ./configure failed for gtest
configure: error: ./configure failed for gmock
make[4]: *** [protobuf-3.3.0-build-stamp] Error 1
make[4]: *** Waiting for unfinished jobs....
config.status: creating Makefile
mawk: write failure (No space left on device)
mawk: close failed on file /dev/stdout (No space left on device)
config.status: error: could not create Makefile
make[5]: *** [Makefile] Error 2
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
make[4]: *** [glog-0.3.3-build-stamp] Error 2
make[4]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.5.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1503566787-18522
Untagged: mesos-1503566787-18522:latest
Deleted: sha256:29c26dc27a2d95fe9af5e5a542bbc4e48e68300a445a319d4650563b5caf12be
Deleted: sha256:50bcafbf5a224f23ff2fd4ba913a715306bb7b99d655ca6a839b01ae88d94598
Deleted: sha256:2c6471cf665c96a9d2f920e6dc316ca1300880f5f7383263a038512921d424a0
Deleted: sha256:cf24965ecf4abfe663e113fc6fee527d3d3a7e6ffed802ad0304bfa2905522c6
Deleted: sha256:b448053096c1d9d63f4213db97d817c5f81f3352ebf6c742b1ed666b0a275960
Deleted: sha256:ff3e7f6d3b2dfe6dad18d5c0f64854da10c39fd28e9b03cbdad6bf0de41641f1
Deleted: sha256:037908c9f96cf8d29c53ceada4549353c37c83647de70a8d7bfb70cf7ad8052a
Deleted: sha256:96b51b8686b9046ba7252cc864fd75f08776da1a0bd209b3039ebd88f3d813fc
Deleted: sha256:d5a0c2b945add623bb758f4b6ad086ae23a6266d0e490c973e51143d6266b5d1
Deleted: sha256:5acb4abb155222c104072f2d5da3832f005dbd58cd4dd88dd0853a4cb51c3e79
Deleted: sha256:d7768e31ebafcfee25850ad85c89663184e0aa3fea4438488c9301ef5d3a0f78
Deleted: sha256:f9bf116e7bff1fd530a3d2d77c3d2ef41aced1474c5d2076d88ee405f6ce749f
Deleted: sha256:bc779135a22801aff053e097d6d7778ef62e308a4e2f454d2c2f836759136dd2
Deleted: sha256:ed8d8cfee4f7582b3cbc9d85fd5be433ab1bfa0c18f65219537e288477894dc1
Deleted: sha256:fe153cd845682436f11a93b7599d8c13fcc72b20483f4a3a1724a1f377fd0789
Deleted: sha256:732a7c82adc06f7ed1113fec4337b088525c3c5d7203e3a69af6f5c536969f81
Deleted: sha256:6e3fc8a16b7f0f4db2321ad01da5b3820a4d5555411d5be245054fcf01f5815c
Deleted: sha256:c6b4ac1f844563fa038c10c41a458698ae798afd4e40356b24dd6eb5d4e577f2
Deleted: sha256:29843cc6c2473454cc08322d986ca26495a61c98faddd0360674aa58458dde6a
Deleted: sha256:ad8f64170f5fb709f0ed0ed51fe69d797390e09acf224e01799b082bd736401d
Deleted: sha256:1e79c29154ae9cb5cd777c5879076980c736b5e91c5ffda5b53adec231dddf0e
Deleted: sha256:bf439fd332c4ebd99e070719987fb7e6680c526c439b001f7f6246a3f7a72050
Deleted: sha256:baecf5bb657b6f15fa41ff1ce53465a42f78d0419c7bb333609d6a4edc88e5dc
Deleted: sha256:954b18c582b90a73bbb4efde77372858e64ea7fe96907f6ecf7bfec8883ad9f0
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19026

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19026/display/redirect>

------------------------------------------
[...truncated 316.08 KB...]
checking for the pthreads library -llthread... yes
checking if gcc supports -c -o file.o... no
checking whether pthreads work with -pthread... yes
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 dynamic linker characteristics... yes
checking for joinable pthread attribute... 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... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... 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
yes
checking for pthread_self in -lpthread... checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
yes
checking for gtest-config... no
checking support for pthread_rwlock_* functions... checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking whether the compiler implements namespaces... yes
checking if g++ static flag -static works... yes
checking what namespace STL code is in... 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
checking for python... /usr/bin/python
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... std
checking whether compiler supports using ::operator<<... 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 whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
1
checking for ucontext.h... (cached) yes
checking sys/ucontext.h usability... yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking how to access the program counter from a struct ucontext... uc_mcontext.gregs[REG_RIP]
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/gtest-config
config.status: creating build-aux/config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-python-dependency-install
config.status: executing libtool commands
 /bin/bash ./config.status
make[5]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make  all-recursive
make[6]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
Making all in .
make[7]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[7]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
Making all in src
config.status: creating Makefile
config.status: creating src/glog/logging.h
config.status: creating src/glog/raw_logging.h
make[7]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0/src'
depbase=`echo google/protobuf/stubs/mathlimits.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/mathlimits.lo google/protobuf/stubs/mathlimits.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/stubs/substitute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/substitute.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/substitute.lo google/protobuf/stubs/substitute.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/compiler/importer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/importer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/importer.lo google/protobuf/compiler/importer.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/compiler/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/parser.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/parser.lo google/protobuf/compiler/parser.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
config.status: creating src/glog/vlog_is_on.h
depbase=`echo google/protobuf/util/json_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/json_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/json_util.lo google/protobuf/util/json_util.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
config.status: creating src/glog/stl_logging.h
config.status: creating libglog.pc
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF google/protobuf/stubs/.deps/mathlimits.Tpo -c google/protobuf/stubs/mathlimits.cc  -fPIC -DPIC -o google/protobuf/stubs/mathlimits.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/substitute.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc  -fPIC -DPIC -o google/protobuf/stubs/substitute.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc  -fPIC -DPIC -o google/protobuf/compiler/importer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc  -fPIC -DPIC -o google/protobuf/compiler/parser.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/json_util.lo -MD -MP -MF google/protobuf/util/.deps/json_util.Tpo -c google/protobuf/util/json_util.cc  -fPIC -DPIC -o google/protobuf/util/json_util.o
config.status: executing libtool commands
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
make[5]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c -o libglog_la-logging.lo `test -f 'src/logging.cc' || echo './'`src/logging.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c src/logging.cc  -fPIC -DPIC -o libglog_la-logging.o
depbase=`echo google/protobuf/util/message_differencer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/message_differencer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/message_differencer.lo google/protobuf/util/message_differencer.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/message_differencer.lo -MD -MP -MF google/protobuf/util/.deps/message_differencer.Tpo -c google/protobuf/util/message_differencer.cc  -fPIC -DPIC -o google/protobuf/util/message_differencer.o
depbase=`echo google/protobuf/util/time_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/time_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/time_util.lo google/protobuf/util/time_util.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/time_util.lo -MD -MP -MF google/protobuf/util/.deps/time_util.Tpo -c google/protobuf/util/time_util.cc  -fPIC -DPIC -o google/protobuf/util/time_util.o
mv -f .deps/libglog_la-logging.Tpo .deps/libglog_la-logging.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c -o libglog_la-raw_logging.lo `test -f 'src/raw_logging.cc' || echo './'`src/raw_logging.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c src/raw_logging.cc  -fPIC -DPIC -o libglog_la-raw_logging.o
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c -o libglog_la-vlog_is_on.lo `test -f 'src/vlog_is_on.cc' || echo './'`src/vlog_is_on.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c src/vlog_is_on.cc  -fPIC -DPIC -o libglog_la-vlog_is_on.o
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c -o libglog_la-utilities.lo `test -f 'src/utilities.cc' || echo './'`src/utilities.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c src/utilities.cc  -fPIC -DPIC -o libglog_la-utilities.o
mv -f .deps/libglog_la-raw_logging.Tpo .deps/libglog_la-raw_logging.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c -o libglog_la-demangle.lo `test -f 'src/demangle.cc' || echo './'`src/demangle.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c src/demangle.cc  -fPIC -DPIC -o libglog_la-demangle.o
depbase=`echo google/protobuf/util/type_resolver_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/type_resolver_util.lo google/protobuf/util/type_resolver_util.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
mv -f .deps/libglog_la-demangle.Tpo .deps/libglog_la-demangle.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c -o libglog_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF google/protobuf/util/.deps/type_resolver_util.Tpo -c google/protobuf/util/type_resolver_util.cc  -fPIC -DPIC -o google/protobuf/util/type_resolver_util.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-symbolize.lo -MD -MP -MF .deps/libglog_la-symbolize.Tpo -c src/symbolize.cc  -fPIC -DPIC -o libglog_la-symbolize.o
mv -f .deps/libglog_la-vlog_is_on.Tpo .deps/libglog_la-vlog_is_on.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c -o libglog_la-signalhandler.lo `test -f 'src/signalhandler.cc' || echo './'`src/signalhandler.cc
In file included from src/base/commandlineflags.h:51:0,
                 from src/utilities.cc:67:
./src/config.h:169:32: fatal error: error writing to /tmp/cccbWviB.s: No space left on device
 #define _END_GOOGLE_NAMESPACE_ }
                                ^
src/stacktrace_generic-inl.h:59:1: note: in expansion of macro '_END_GOOGLE_NAMESPACE_'
 _END_GOOGLE_NAMESPACE_
 ^
compilation terminated.
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-signalhandler.lo -MD -MP -MF .deps/libglog_la-signalhandler.Tpo -c src/signalhandler.cc  -fPIC -DPIC -o libglog_la-signalhandler.o
In file included from src/symbolize.cc:113:0:
src/config.h:169:32: fatal error: error writing to /tmp/ccdAEwfh.s: No space left on device
 #define _END_GOOGLE_NAMESPACE_ }
                                ^
src/symbolize.cc:663:1: note: in expansion of macro '_END_GOOGLE_NAMESPACE_'
 _END_GOOGLE_NAMESPACE_
 ^
compilation terminated.
google/protobuf/compiler/parser.cc:2119:1: fatal error: error writing to /tmp/ccjLeTkJ.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
In file included from src/symbolize.h:58:0,
                 from src/signalhandler.cc:36:
src/config.h:169:32: fatal error: error writing to /tmp/cc5jaicy.s: No space left on device
 #define _END_GOOGLE_NAMESPACE_ }
                                ^
src/signalhandler.cc:350:1: note: in expansion of macro '_END_GOOGLE_NAMESPACE_'
 _END_GOOGLE_NAMESPACE_
 ^
compilation terminated.
make[5]: *** [libglog_la-utilities.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
depbase=`echo google/protobuf/compiler/code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/code_generator.lo google/protobuf/compiler/code_generator.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
google/protobuf/util/message_differencer.cc:1706:1: fatal error: error writing to /tmp/cc29l2Sn.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc  -fPIC -DPIC -o google/protobuf/compiler/code_generator.o
google/protobuf/util/type_resolver_util.cc:247:1: fatal error: error writing to /tmp/ccPQDrOd.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
make[5]: *** [libglog_la-symbolize.lo] Error 1
depbase=`echo google/protobuf/compiler/command_line_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/command_line_interface.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc  -fPIC -DPIC -o google/protobuf/compiler/command_line_interface.o
google/protobuf/compiler/code_generator.cc:121:1: fatal error: error writing to /tmp/ccZMySZx.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
make[5]: *** [libglog_la-signalhandler.lo] Error 1
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
make[4]: *** [glog-0.3.3-build-stamp] Error 2
make[4]: *** Waiting for unfinished jobs....
depbase=`echo google/protobuf/compiler/plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/plugin.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/plugin.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc  -fPIC -DPIC -o google/protobuf/compiler/plugin.o
google/protobuf/compiler/plugin.cc:184:1: fatal error: error writing to /tmp/ccdtCiOh.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
make[7]: *** [google/protobuf/util/type_resolver_util.lo] Error 1
make[7]: *** Waiting for unfinished jobs....
make[7]: *** [google/protobuf/compiler/code_generator.lo] Error 1
google/protobuf/compiler/command_line_interface.cc:1995:1: fatal error: error writing to /tmp/cc9qNGWg.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
make[7]: *** [google/protobuf/compiler/parser.lo] Error 1
make[7]: *** [google/protobuf/compiler/plugin.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/util/message_differencer.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/compiler/command_line_interface.lo] Error 1
make[7]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0/src'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[4]: *** [protobuf-3.3.0-build-stamp] Error 2
make[4]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.5.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1503564281-5091
Untagged: mesos-1503564281-5091:latest
Deleted: sha256:23ba979bed8659005e472888acac82dc0efcd1a6ed29eae691d810d667c8d01f
Deleted: sha256:48278f662f6e85a18f05d5023d0fe4f451823c273260b38e462f9e00ad1c811f
Deleted: sha256:684c05976409ffb47c4327d7075151c02cd5158bea78a80ecb4575259755333a
Deleted: sha256:60bd6173ae2b20f9a95fc93e0a270ebfffae75931a86e4c0bc6645b7d353a56a
Deleted: sha256:1fd03309a8abfd2dee04a12e9f89c43e0a0c9d1e5b63b7d364f3aba1043192f9
Deleted: sha256:dd89ae7c28d0d3eabab0566144391c08c1f85382d9f28aeab8d95ae7275a121c
Deleted: sha256:2cd493335516e7c6015e43c9198f5a637e820afe993353456ab22eb844c2ae3c
Deleted: sha256:56d79d5ddafceaeaf77deeabb989d80049b1d1f4f84c77feca44a421c3d59068
Deleted: sha256:4093c268ec13061378f43a1f8096b1e93ffa388cf187e809b7eb01bdc9d6ced3
Deleted: sha256:1c5b30da950291771454c4a71d27aef86682006b0412d0e3253d5e01274cdff8
Deleted: sha256:5314341a6d4e49a316e3bd5ce51d61efb1bc170d1eb3b0a73140658210f5886c
Deleted: sha256:39c002954d5330515b79e254541ceaab2e426399501d0402601b8935094d83d1
Deleted: sha256:a4c064cfb20ad89e2bf386bf72d8f2aaafbc189eb1ce1aa45df33f9919b6b2ad
Deleted: sha256:7785bf15de67931bd9720b4f31d9a0222179469b6cc5a45658dc9a77473d5cf3
Deleted: sha256:5b65a17a274bf68c6d6e997ce7d6804f25236e2e722349392459e17bda0b5985
Deleted: sha256:99a1853adb6f379cfd96d202a92c0845aba0b853bbd7db150c79c802d1cdce21
Deleted: sha256:9cea482170fa80b501a8204c5642c1f0e95a166912d06f5de4adf5cc95692e1e
Deleted: sha256:baaa91fae2e6807bf2fd3a4b02087e594b4ed51c299e1f5945d5c100f1dfb585
Deleted: sha256:eb36d34bea0626d42c8576f8a5bf3fb8510bb1520865f629fe345a9da4cfc9d9
Deleted: sha256:c5de36aa72cf100e6b491fc7488938d455392f802cfafec43a02326592ccc34e
Deleted: sha256:a8891a3d711d1e292d29fc542edb4f5ef3cc2552b36979783076220743f4d939
Deleted: sha256:281ed858c193b87e8067e54cb8667d0c5bab902327a2d6bf55e7f048dc99de22
Deleted: sha256:07e1bf6ea7706319025427deadb8ff4a7a9c9db3fb52e028a96ac661037b72d2
Deleted: sha256:ae546af4c485a8b33154a9983048fd93ed9d19a9dfeaf49c51d5c790039e327a
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: Mesos-Reviewbot #19025

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Reviewbot/19025/display/redirect>

------------------------------------------
[...truncated 315.37 KB...]
checking for fcntl... checking for string.h... yes
checking for memory.h... yes
checking for __attribute__... yes
checking for strings.h... yes
checking for __builtin_expect... yes
checking for __sync_val_compare_and_swap... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for the pthreads library -lpthreads... yes
checking for unistd.h... no
checking whether pthreads work without any flags... yes
checking for dlfcn.h... yes
checking for objdir... .libs
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... checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking if gcc supports -c -o file.o... yes
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 -pthread is sufficient with -shared... yes
checking dynamic linker characteristics... yes
checking for pthread_self in -lpthread... 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... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
yes
checking for gtest-config... no
checking support for pthread_rwlock_* functions... yes
checking whether the compiler implements namespaces... yes
checking what namespace STL code is in... 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
checking for python... /usr/bin/python
std
checking whether compiler supports using ::operator<<... 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 whether to check for GCC pthread/shared inconsistencies... 1
checking for ucontext.h... (cached) yes
checking sys/ucontext.h usability... yes
checking whether -pthread is sufficient with -shared... yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking how to access the program counter from a struct ucontext... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
uc_mcontext.gregs[REG_RIP]
configure: creating ./config.status
configure: WARNING: unrecognized options: --disable-python-dependency-install
 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating scripts/gtest-config
config.status: creating build-aux/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: creating Makefile
config.status: creating src/glog/logging.h
config.status: creating src/glog/raw_logging.h
config.status: creating src/glog/vlog_is_on.h
config.status: creating src/glog/stl_logging.h
config.status: creating libglog.pc
make[5]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make  all-recursive
config.status: creating src/config.h
make[6]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
Making all in .
config.status: src/config.h is unchanged
config.status: executing depfiles commands
make[7]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[7]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
Making all in src
config.status: executing libtool commands
make[7]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0/src'
depbase=`echo google/protobuf/stubs/mathlimits.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/mathlimits.lo google/protobuf/stubs/mathlimits.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/stubs/substitute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/substitute.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/stubs/substitute.lo google/protobuf/stubs/substitute.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/compiler/importer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/importer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/importer.lo google/protobuf/compiler/importer.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/compiler/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/parser.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/parser.lo google/protobuf/compiler/parser.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
depbase=`echo google/protobuf/util/json_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/json_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/json_util.lo google/protobuf/util/json_util.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/substitute.lo -MD -MP -MF google/protobuf/stubs/.deps/substitute.Tpo -c google/protobuf/stubs/substitute.cc  -fPIC -DPIC -o google/protobuf/stubs/substitute.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/importer.lo -MD -MP -MF google/protobuf/compiler/.deps/importer.Tpo -c google/protobuf/compiler/importer.cc  -fPIC -DPIC -o google/protobuf/compiler/importer.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/stubs/mathlimits.lo -MD -MP -MF google/protobuf/stubs/.deps/mathlimits.Tpo -c google/protobuf/stubs/mathlimits.cc  -fPIC -DPIC -o google/protobuf/stubs/mathlimits.o
make[5]: Entering directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c -o libglog_la-logging.lo `test -f 'src/logging.cc' || echo './'`src/logging.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/parser.lo -MD -MP -MF google/protobuf/compiler/.deps/parser.Tpo -c google/protobuf/compiler/parser.cc  -fPIC -DPIC -o google/protobuf/compiler/parser.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/json_util.lo -MD -MP -MF google/protobuf/util/.deps/json_util.Tpo -c google/protobuf/util/json_util.cc  -fPIC -DPIC -o google/protobuf/util/json_util.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-logging.lo -MD -MP -MF .deps/libglog_la-logging.Tpo -c src/logging.cc  -fPIC -DPIC -o libglog_la-logging.o
depbase=`echo google/protobuf/util/message_differencer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/message_differencer.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/message_differencer.lo google/protobuf/util/message_differencer.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/message_differencer.lo -MD -MP -MF google/protobuf/util/.deps/message_differencer.Tpo -c google/protobuf/util/message_differencer.cc  -fPIC -DPIC -o google/protobuf/util/message_differencer.o
depbase=`echo google/protobuf/util/time_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/time_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/time_util.lo google/protobuf/util/time_util.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/time_util.lo -MD -MP -MF google/protobuf/util/.deps/time_util.Tpo -c google/protobuf/util/time_util.cc  -fPIC -DPIC -o google/protobuf/util/time_util.o
mv -f .deps/libglog_la-logging.Tpo .deps/libglog_la-logging.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c -o libglog_la-raw_logging.lo `test -f 'src/raw_logging.cc' || echo './'`src/raw_logging.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-raw_logging.lo -MD -MP -MF .deps/libglog_la-raw_logging.Tpo -c src/raw_logging.cc  -fPIC -DPIC -o libglog_la-raw_logging.o
mv -f .deps/libglog_la-raw_logging.Tpo .deps/libglog_la-raw_logging.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c -o libglog_la-vlog_is_on.lo `test -f 'src/vlog_is_on.cc' || echo './'`src/vlog_is_on.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-vlog_is_on.lo -MD -MP -MF .deps/libglog_la-vlog_is_on.Tpo -c src/vlog_is_on.cc  -fPIC -DPIC -o libglog_la-vlog_is_on.o
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c -o libglog_la-utilities.lo `test -f 'src/utilities.cc' || echo './'`src/utilities.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-utilities.lo -MD -MP -MF .deps/libglog_la-utilities.Tpo -c src/utilities.cc  -fPIC -DPIC -o libglog_la-utilities.o
depbase=`echo google/protobuf/util/type_resolver_util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/util/type_resolver_util.lo google/protobuf/util/type_resolver_util.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/util/type_resolver_util.lo -MD -MP -MF google/protobuf/util/.deps/type_resolver_util.Tpo -c google/protobuf/util/type_resolver_util.cc  -fPIC -DPIC -o google/protobuf/util/type_resolver_util.o
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src    -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare  -DNO_FRAME_POINTER  -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c -o libglog_la-demangle.lo `test -f 'src/demangle.cc' || echo './'`src/demangle.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -DNO_FRAME_POINTER -DNDEBUG -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT libglog_la-demangle.lo -MD -MP -MF .deps/libglog_la-demangle.Tpo -c src/demangle.cc  -fPIC -DPIC -o libglog_la-demangle.o
mv -f .deps/libglog_la-vlog_is_on.Tpo .deps/libglog_la-vlog_is_on.Plo
depbase=`echo google/protobuf/compiler/code_generator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/code_generator.lo google/protobuf/compiler/code_generator.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
/tmp/ccxcTlQO.s: Assembler messages:
/tmp/ccxcTlQO.s: Fatal error: can't write libglog_la-demangle.o: No space left on device
/tmp/ccxcTlQO.s: Fatal error: can't close libglog_la-demangle.o: No space left on device
make[5]: *** [libglog_la-demangle.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
depbase=`echo google/protobuf/compiler/command_line_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/command_line_interface.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
In file included from src/base/commandlineflags.h:51:0,
                 from src/utilities.cc:67:
./src/config.h:169:32: fatal error: closing dependency file .deps/libglog_la-utilities.Tpo: No space left on device
 #define _END_GOOGLE_NAMESPACE_ }
                                ^
src/stacktrace_generic-inl.h:59:1: note: in expansion of macro '_END_GOOGLE_NAMESPACE_'
 _END_GOOGLE_NAMESPACE_
 ^
compilation terminated.
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/code_generator.lo -MD -MP -MF google/protobuf/compiler/.deps/code_generator.Tpo -c google/protobuf/compiler/code_generator.cc  -fPIC -DPIC -o google/protobuf/compiler/code_generator.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/command_line_interface.lo -MD -MP -MF google/protobuf/compiler/.deps/command_line_interface.Tpo -c google/protobuf/compiler/command_line_interface.cc  -fPIC -DPIC -o google/protobuf/compiler/command_line_interface.o
google/protobuf/compiler/parser.cc:2119:1: fatal error: error writing to /tmp/ccWic0ws.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
make[5]: *** [libglog_la-utilities.lo] Error 1
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/glog-0.3.3'
make[4]: *** [glog-0.3.3-build-stamp] Error 2
make[4]: *** Waiting for unfinished jobs....
depbase=`echo google/protobuf/compiler/plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
	/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..    -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare  -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/plugin.lo -MD -MP -MF $depbase.Tpo -c -o google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.cc &&\
	mv -f $depbase.Tpo $depbase.Plo
google/protobuf/util/message_differencer.cc:1706:1: fatal error: error writing to /tmp/ccRAsKJ3.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -g1 -O0 -Wno-unused-local-typedefs -std=c++11 -MT google/protobuf/compiler/plugin.lo -MD -MP -MF google/protobuf/compiler/.deps/plugin.Tpo -c google/protobuf/compiler/plugin.cc  -fPIC -DPIC -o google/protobuf/compiler/plugin.o
google/protobuf/util/type_resolver_util.cc:247:1: fatal error: error writing to /tmp/ccw1NpAx.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/compiler/code_generator.cc:121:1: fatal error: error writing to /tmp/ccrnOZ2b.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/compiler/plugin.cc:184:1: fatal error: error writing to /tmp/ccZ8BQA2.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
google/protobuf/compiler/command_line_interface.cc:1995:1: fatal error: error writing to /tmp/cckAbWke.s: No space left on device
 }  // namespace google
 ^
compilation terminated.
make[7]: *** [google/protobuf/compiler/code_generator.lo] Error 1
make[7]: *** Waiting for unfinished jobs....
make[7]: *** [google/protobuf/util/type_resolver_util.lo] Error 1
make[7]: *** [google/protobuf/compiler/plugin.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/compiler/parser.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/util/message_differencer.lo] Error 1
The bug is not reproducible, so it is likely a hardware or OS problem.
make[7]: *** [google/protobuf/compiler/command_line_interface.lo] Error 1
make[7]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0/src'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty/protobuf-3.3.0'
make[4]: *** [protobuf-3.3.0-build-stamp] Error 2
make[4]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/mesos/mesos-1.5.0/_build/3rdparty'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.5.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1503563079-20151
Untagged: mesos-1503563079-20151:latest
Deleted: sha256:9ef727c1ee4d13aca1f8bd00a91bd4531a2524348da5585fe6dec5354321995e
Deleted: sha256:6bd18c59f9cf5931f86559d16de97deea10ee9bdf3d8bbb3ad7b4540a08ee002
Deleted: sha256:e335015a7e228f422a2b6a9cb621430f315c959195791399624e0284798027cd
Deleted: sha256:7065c0f7d7e7397f63e326326431d94ebfac1b84be12532e96ebe4335624641a
Deleted: sha256:cd70e3b12fd0f60520bc9913150922d872768709712a28d6648788af081e50da
Deleted: sha256:3ee05f3929d83ca5f35f636f96f5ad342cd97bbb79b3858fd979c155bde08c8c
Deleted: sha256:c0d45eefd6bbd10a6e49a561b6e114fc20bbb0c515ee4304ee60cff6941ab188
Deleted: sha256:81fd6e0d150ed81b7176a4d4a32a0155c270a94edafab9273111f2a35abb970c
Deleted: sha256:740f3f2e02cc4a7c29229d009e1027528900547358a21450622c3622e2cce25b
Deleted: sha256:e00141aecdbd0dac4b35227655a202da3d1646fdd8d6fe5824438ff377867874
Deleted: sha256:51e3a764b4e3a4d2424dc2c8e36ee4249c35c85c6897b5f02105c8cc8e960ce1
Deleted: sha256:126fa00056739ca9f59bbf954cf79f495c4451c7013fed5d47a86d3f42f71eef
Deleted: sha256:684789358e02aa607fbf144309f4e632681357c4d6bfb49d08b2b1d28bf21ecc
Deleted: sha256:e5cdf50440694faa5836561d69f1ebc358791b3d543db76bc65526583fee75bb
Deleted: sha256:014b4aba6b5c287124802f8138a0fee3013c44b140914b5d5fdc62602c75a952
Deleted: sha256:f00a60280f25672edf2857d735efde5e403bff7f5b77c632e1ad15008b81f741
Deleted: sha256:29eec7dd8d06a56fc70f3fe109402033d777726c7364097a626e6c86df604684
Deleted: sha256:d0eddcf3a761c1dde572012857d95c4723eea0cfd89cb9b5db0ad29c5af1aba5
Deleted: sha256:8729a42469664b22791d89703cda7dad1bcacf66ee74f001327f14dbf0f32805
Deleted: sha256:112c1b85a65012cec1dd711bfe3fdc71ff61ab5d4300a0d4a86196c735f1349b
Deleted: sha256:fab1de3654857763ebb0de74c2098cfa5c5728bc2ddcb2414012b3f99256ef93
Deleted: sha256:9afa7664992197da804665ca755b64ebe517c62ae81132675246c8e5db4ffde6
Deleted: sha256:202f504d2f97b33b124f380973f48a31e6f6483ecadd27aad2bb3dc4a6391097
Deleted: sha256:9e170af110ae05e904d2ba45a8ae0d1553006bc3f6705d2a121c8af4a4506cac
Build step 'Execute shell' marked build as failure