You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/03/21 05:53:36 UTC

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #288

See <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/288/changes>

Changes:

[benh] Removed multihashmap_tests, since it resides inside the stout tests.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9862

[benh] Fixed the libprocess makefile for the split apart stout tests.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9864

[benh] Split apart the stout tests.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9863

[benh] Disabled perftools in configure, by default (given it's instability).

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9805

[benh] Compile libprocess with optimizations and debugging symbols, by
default.

From: Ben Mahler <be...@gmail.com>
Review: https://reviews.apache.org/r/9861

[benh] Fixes the flaky AllocatorTests.TaskFinished unit test.

From: Thomas Marshall <tw...@gmail.com>
Review: https://reviews.apache.org/r/9887

[benh] Fixes the flaky AllocatorTest/ResourcesUnused test.

From: Thomas Marshall <tw...@gmail.com>
Review: https://reviews.apache.org/r/9996

------------------------------------------
[...truncated 3657 lines...]
checking whether posix_memalign is declared... yes
checking whether memalign is declared... yes
checking whether valloc is declared... yes
checking whether pvalloc is declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking if int32_t is the same type as intptr_t... no
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking sys/ucontext.h usability... yes
checking sys/ucontext.h presence... yes
checking for sys/ucontext.h... yes
checking cygwin/signal.h usability... no
checking cygwin/signal.h presence... no
checking for cygwin/signal.h... no
checking how to access the program counter from a struct ucontext... uc_mcontext.gregs[REG_RIP]
checking for backtrace in -lunwind... no
checking if the compiler supports -Wno-unused-result... yes
checking printf format code for printing a size_t and ssize_t... l
checking for __builtin_stack_pointer()... no
checking for __environ... yes
checking for __thread... yes
checking if __malloc_hook is declared volatile... yes
checking if nanosleep requires any libraries... no
checking whether uname is declared... yes
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... yes
checking whether -pthread is sufficient with -shared... yes
checking whether what we have so far is sufficient with -nostdlib... no
checking whether -lpthread saves the day... yes
checking whether the compiler implements namespaces... yes
checking what namespace STL code is in... std
checking for program_invocation_name... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/gperftools/tcmalloc.h
config.status: creating src/windows/gperftools/tcmalloc.h
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[7]: Entering directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party/libprocess/third_party/gperftools-2.0'
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -g -O2 -MT libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c -o libtcmalloc_minimal_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo './'`src/tcmalloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -g -O2 -MT libtcmalloc_minimal_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_la-tcmalloc.Tpo -c src/tcmalloc.cc  -fPIC -DPIC -o libtcmalloc_minimal_la-tcmalloc.o
mv -f .deps/libtcmalloc_minimal_la-tcmalloc.Tpo .deps/libtcmalloc_minimal_la-tcmalloc.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-common.Tpo -c -o libtcmalloc_minimal_internal_la-common.lo `test -f 'src/common.cc' || echo './'`src/common.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-common.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-common.Tpo -c src/common.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-common.o
mv -f .deps/libtcmalloc_minimal_internal_la-common.Tpo .deps/libtcmalloc_minimal_internal_la-common.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c -o libtcmalloc_minimal_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo './'`src/internal_logging.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-internal_logging.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo -c src/internal_logging.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-internal_logging.o
mv -f .deps/libtcmalloc_minimal_internal_la-internal_logging.Tpo .deps/libtcmalloc_minimal_internal_la-internal_logging.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c -o libtcmalloc_minimal_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo './'`src/system-alloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-system-alloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo -c src/system-alloc.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-system-alloc.o
mv -f .deps/libtcmalloc_minimal_internal_la-system-alloc.Tpo .deps/libtcmalloc_minimal_internal_la-system-alloc.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c -o libtcmalloc_minimal_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo './'`src/memfs_malloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo -c src/memfs_malloc.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-memfs_malloc.o
mv -f .deps/libtcmalloc_minimal_internal_la-memfs_malloc.Tpo .deps/libtcmalloc_minimal_internal_la-memfs_malloc.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c -o libtcmalloc_minimal_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo './'`src/central_freelist.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-central_freelist.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo -c src/central_freelist.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-central_freelist.o
mv -f .deps/libtcmalloc_minimal_internal_la-central_freelist.Tpo .deps/libtcmalloc_minimal_internal_la-central_freelist.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c -o libtcmalloc_minimal_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo './'`src/page_heap.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-page_heap.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-page_heap.Tpo -c src/page_heap.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-page_heap.o
mv -f .deps/libtcmalloc_minimal_internal_la-page_heap.Tpo .deps/libtcmalloc_minimal_internal_la-page_heap.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c -o libtcmalloc_minimal_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo './'`src/sampler.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-sampler.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-sampler.Tpo -c src/sampler.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-sampler.o
mv -f .deps/libtcmalloc_minimal_internal_la-sampler.Tpo .deps/libtcmalloc_minimal_internal_la-sampler.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-span.Tpo -c -o libtcmalloc_minimal_internal_la-span.lo `test -f 'src/span.cc' || echo './'`src/span.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-span.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-span.Tpo -c src/span.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-span.o
mv -f .deps/libtcmalloc_minimal_internal_la-span.Tpo .deps/libtcmalloc_minimal_internal_la-span.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c -o libtcmalloc_minimal_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo './'`src/stack_trace_table.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo -c src/stack_trace_table.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-stack_trace_table.o
mv -f .deps/libtcmalloc_minimal_internal_la-stack_trace_table.Tpo .deps/libtcmalloc_minimal_internal_la-stack_trace_table.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c -o libtcmalloc_minimal_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo './'`src/static_vars.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-static_vars.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-static_vars.Tpo -c src/static_vars.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-static_vars.o
mv -f .deps/libtcmalloc_minimal_internal_la-static_vars.Tpo .deps/libtcmalloc_minimal_internal_la-static_vars.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c -o libtcmalloc_minimal_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-symbolize.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-symbolize.Tpo -c src/symbolize.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-symbolize.o
mv -f .deps/libtcmalloc_minimal_internal_la-symbolize.Tpo .deps/libtcmalloc_minimal_internal_la-symbolize.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c -o libtcmalloc_minimal_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo './'`src/thread_cache.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-thread_cache.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo -c src/thread_cache.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-thread_cache.o
mv -f .deps/libtcmalloc_minimal_internal_la-thread_cache.Tpo .deps/libtcmalloc_minimal_internal_la-thread_cache.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c -o libtcmalloc_minimal_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo './'`src/malloc_hook.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo -c src/malloc_hook.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-malloc_hook.o
mv -f .deps/libtcmalloc_minimal_internal_la-malloc_hook.Tpo .deps/libtcmalloc_minimal_internal_la-malloc_hook.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c -o libtcmalloc_minimal_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo './'`src/malloc_extension.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo -c src/malloc_extension.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-malloc_extension.o
mv -f .deps/libtcmalloc_minimal_internal_la-malloc_extension.Tpo .deps/libtcmalloc_minimal_internal_la-malloc_extension.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo -c -o libtcmalloc_minimal_internal_la-maybe_threads.lo `test -f 'src/maybe_threads.cc' || echo './'`src/maybe_threads.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_minimal_internal_la-maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo -c src/maybe_threads.cc  -fPIC -DPIC -o libtcmalloc_minimal_internal_la-maybe_threads.o
mv -f .deps/libtcmalloc_minimal_internal_la-maybe_threads.Tpo .deps/libtcmalloc_minimal_internal_la-maybe_threads.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 -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -g -O2 -MT spinlock.lo -MD -MP -MF .deps/spinlock.Tpo -c -o spinlock.lo `test -f 'src/base/spinlock.cc' || echo './'`src/base/spinlock.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -g -O2 -MT spinlock.lo -MD -MP -MF .deps/spinlock.Tpo -c src/base/spinlock.cc  -fPIC -DPIC -o spinlock.o
mv -f .deps/spinlock.Tpo .deps/spinlock.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 -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -g -O2 -MT spinlock_internal.lo -MD -MP -MF .deps/spinlock_internal.Tpo -c -o spinlock_internal.lo `test -f 'src/base/spinlock_internal.cc' || echo './'`src/base/spinlock_internal.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -g -O2 -MT spinlock_internal.lo -MD -MP -MF .deps/spinlock_internal.Tpo -c src/base/spinlock_internal.cc  -fPIC -DPIC -o spinlock_internal.o
mv -f .deps/spinlock_internal.Tpo .deps/spinlock_internal.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 -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -g -O2 -MT atomicops-internals-x86.lo -MD -MP -MF .deps/atomicops-internals-x86.Tpo -c -o atomicops-internals-x86.lo `test -f 'src/base/atomicops-internals-x86.cc' || echo './'`src/base/atomicops-internals-x86.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -g -O2 -MT atomicops-internals-x86.lo -MD -MP -MF .deps/atomicops-internals-x86.Tpo -c src/base/atomicops-internals-x86.cc  -fPIC -DPIC -o atomicops-internals-x86.o
mv -f .deps/atomicops-internals-x86.Tpo .deps/atomicops-internals-x86.Plo
/bin/bash ./libtool --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -g -O2 -no-undefined   -o libspinlock.la  spinlock.lo spinlock_internal.lo atomicops-internals-x86.lo   
libtool: link: ar cru .libs/libspinlock.a  spinlock.o spinlock_internal.o atomicops-internals-x86.o
libtool: link: ranlib .libs/libspinlock.a
libtool: link: ( cd ".libs" && rm -f "libspinlock.la" && ln -s "../libspinlock.la" "libspinlock.la" )
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -g -O2 -MT sysinfo.lo -MD -MP -MF .deps/sysinfo.Tpo -c -o sysinfo.lo `test -f 'src/base/sysinfo.cc' || echo './'`src/base/sysinfo.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -g -O2 -MT sysinfo.lo -MD -MP -MF .deps/sysinfo.Tpo -c src/base/sysinfo.cc  -fPIC -DPIC -o sysinfo.o
mv -f .deps/sysinfo.Tpo .deps/sysinfo.Plo
/bin/bash ./libtool --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -g -O2 -no-undefined   -o libsysinfo.la  sysinfo.lo    
libtool: link: ar cru .libs/libsysinfo.a  sysinfo.o
libtool: link: ranlib .libs/libsysinfo.a
libtool: link: ( cd ".libs" && rm -f "libsysinfo.la" && ln -s "../libsysinfo.la" "libsysinfo.la" )
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -g -O2 -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c -o logging.lo `test -f 'src/base/logging.cc' || echo './'`src/base/logging.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -g -O2 -MT logging.lo -MD -MP -MF .deps/logging.Tpo -c src/base/logging.cc  -fPIC -DPIC -o logging.o
mv -f .deps/logging.Tpo .deps/logging.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -I./src    -g -O2 -MT dynamic_annotations.lo -MD -MP -MF .deps/dynamic_annotations.Tpo -c -o dynamic_annotations.lo `test -f 'src/base/dynamic_annotations.c' || echo './'`src/base/dynamic_annotations.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -I./src -g -O2 -MT dynamic_annotations.lo -MD -MP -MF .deps/dynamic_annotations.Tpo -c src/base/dynamic_annotations.c  -fPIC -DPIC -o dynamic_annotations.o
mv -f .deps/dynamic_annotations.Tpo .deps/dynamic_annotations.Plo
/bin/bash ./libtool --tag=CXX   --mode=link g++ -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -g -O2 -no-undefined   -o liblogging.la  logging.lo dynamic_annotations.lo   
libtool: link: ar cru .libs/liblogging.a  logging.o dynamic_annotations.o
libtool: link: ranlib .libs/liblogging.a
libtool: link: ( cd ".libs" && rm -f "liblogging.la" && ln -s "../liblogging.la" "liblogging.la" )
/bin/bash ./libtool --tag=CXX   --mode=link g++ -DNO_TCMALLOC_SAMPLES -DNO_HEAP_CHECK -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions -g -O2 -pthread  -o libtcmalloc_minimal_internal.la  libtcmalloc_minimal_internal_la-common.lo libtcmalloc_minimal_internal_la-internal_logging.lo libtcmalloc_minimal_internal_la-system-alloc.lo libtcmalloc_minimal_internal_la-memfs_malloc.lo libtcmalloc_minimal_internal_la-central_freelist.lo libtcmalloc_minimal_internal_la-page_heap.lo libtcmalloc_minimal_internal_la-sampler.lo libtcmalloc_minimal_internal_la-span.lo libtcmalloc_minimal_internal_la-stack_trace_table.lo libtcmalloc_minimal_internal_la-static_vars.lo libtcmalloc_minimal_internal_la-symbolize.lo libtcmalloc_minimal_internal_la-thread_cache.lo libtcmalloc_minimal_internal_la-malloc_hook.lo libtcmalloc_minimal_internal_la-malloc_extension.lo libtcmalloc_minimal_internal_la-maybe_threads.lo   -lpthread libspinlock.la libsysinfo.la liblogging.la 
libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libspinlock.a && ar x "/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party/libprocess/third_party/gperftools-2.0/./.libs/libspinlock.a")
libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/libsysinfo.a && ar x "/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party/libprocess/third_party/gperftools-2.0/./.libs/libsysinfo.a")
libtool: link: (cd .libs/libtcmalloc_minimal_internal.lax/liblogging.a && ar x "/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party/libprocess/third_party/gperftools-2.0/./.libs/liblogging.a")
libtool: link: ar cru .libs/libtcmalloc_minimal_internal.a  libtcmalloc_minimal_internal_la-common.o libtcmalloc_minimal_internal_la-internal_logging.o libtcmalloc_minimal_internal_la-system-alloc.o libtcmalloc_minimal_internal_la-memfs_malloc.o libtcmalloc_minimal_internal_la-central_freelist.o libtcmalloc_minimal_internal_la-page_heap.o libtcmalloc_minimal_internal_la-sampler.o libtcmalloc_minimal_internal_la-span.o libtcmalloc_minimal_internal_la-stack_trace_table.o libtcmalloc_minimal_internal_la-static_vars.o libtcmalloc_minimal_internal_la-symbolize.o libtcmalloc_minimal_internal_la-thread_cache.o libtcmalloc_minimal_internal_la-malloc_hook.o libtcmalloc_minimal_internal_la-malloc_extension.o libtcmalloc_minimal_internal_la-maybe_threads.o  .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/spinlock_internal.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal_internal.lax/libspinlock.a/spinlock.o  .libs/libtcmalloc_minimal_internal.lax/libsysinfo.a/sysinfo.o  .libs/libtcmalloc_minimal_internal.lax/liblogging.a/logging.o .libs/libtcmalloc_minimal_internal.lax/liblogging.a/dynamic_annotations.o 
libtool: link: ranlib .libs/libtcmalloc_minimal_internal.a
libtool: link: rm -fr .libs/libtcmalloc_minimal_internal.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal_internal.la" && ln -s "../libtcmalloc_minimal_internal.la" "libtcmalloc_minimal_internal.la" )
/bin/bash ./libtool --tag=CXX   --mode=link g++ -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -g -O2 -pthread -version-info 5:0:1  -o libtcmalloc_minimal.la -rpath /usr/local/lib libtcmalloc_minimal_la-tcmalloc.lo   libtcmalloc_minimal_internal.la -lpthread 
libtool: link: (cd .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a && ar x "/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party/libprocess/third_party/gperftools-2.0/./.libs/libtcmalloc_minimal_internal.a")
libtool: link: ar cru .libs/libtcmalloc_minimal.a  libtcmalloc_minimal_la-tcmalloc.o  .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-central_freelist.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-maybe_threads.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/spinlock_internal.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-symbolize.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/logging.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-system-alloc.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-static_vars.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/sysinfo.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-stack_trace_table.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_extension.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/dynamic_annotations.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-internal_logging.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-memfs_malloc.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-page_heap.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-span.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/spinlock.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-common.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-sampler.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_hook.o .libs/libtcmalloc_minimal.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-thread_cache.o 
libtool: link: ranlib .libs/libtcmalloc_minimal.a
libtool: link: rm -fr .libs/libtcmalloc_minimal.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal.la" && ln -s "../libtcmalloc_minimal.la" "libtcmalloc_minimal.la" )
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -MT libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF .deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c -o libtcmalloc_minimal_debug_la-debugallocation.lo `test -f 'src/debugallocation.cc' || echo './'`src/debugallocation.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -MT libtcmalloc_minimal_debug_la-debugallocation.lo -MD -MP -MF .deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo -c src/debugallocation.cc  -fPIC -DPIC -o libtcmalloc_minimal_debug_la-debugallocation.o
mv -f .deps/libtcmalloc_minimal_debug_la-debugallocation.Tpo .deps/libtcmalloc_minimal_debug_la-debugallocation.Plo
/bin/bash ./libtool --tag=CXX   --mode=link g++ -DNO_TCMALLOC_SAMPLES -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -DTCMALLOC_FOR_DEBUGALLOCATION -g -O2 -pthread -version-info 5:0:1 -version-info 5:0:1  -o libtcmalloc_minimal_debug.la -rpath /usr/local/lib libtcmalloc_minimal_debug_la-debugallocation.lo   libtcmalloc_minimal_internal.la -lpthread 
libtool: link: (cd .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a && ar x "/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party/libprocess/third_party/gperftools-2.0/./.libs/libtcmalloc_minimal_internal.a")
libtool: link: ar cru .libs/libtcmalloc_minimal_debug.a  libtcmalloc_minimal_debug_la-debugallocation.o  .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-central_freelist.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-maybe_threads.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/spinlock_internal.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-symbolize.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/logging.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-system-alloc.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-static_vars.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/sysinfo.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-stack_trace_table.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_extension.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/dynamic_annotations.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-internal_logging.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/atomicops-internals-x86.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-memfs_malloc.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-page_heap.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-span.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/spinlock.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-common.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-sampler.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-malloc_hook.o .libs/libtcmalloc_minimal_debug.lax/libtcmalloc_minimal_internal.a/libtcmalloc_minimal_internal_la-thread_cache.o 
libtool: link: ranlib .libs/libtcmalloc_minimal_debug.a
libtool: link: rm -fr .libs/libtcmalloc_minimal_debug.lax
libtool: link: ( cd ".libs" && rm -f "libtcmalloc_minimal_debug.la" && ln -s "../libtcmalloc_minimal_debug.la" "libtcmalloc_minimal_debug.la" )
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER  -g -O2 -MT libtcmalloc_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_la-tcmalloc.Tpo -c -o libtcmalloc_la-tcmalloc.lo `test -f 'src/tcmalloc.cc' || echo './'`src/tcmalloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -g -O2 -MT libtcmalloc_la-tcmalloc.lo -MD -MP -MF .deps/libtcmalloc_la-tcmalloc.Tpo -c src/tcmalloc.cc  -fPIC -DPIC -o libtcmalloc_la-tcmalloc.o
mv -f .deps/libtcmalloc_la-tcmalloc.Tpo .deps/libtcmalloc_la-tcmalloc.Plo
/bin/bash ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I./src  -I./src    -g -O2 -MT thread_lister.lo -MD -MP -MF .deps/thread_lister.Tpo -c -o thread_lister.lo `test -f 'src/base/thread_lister.c' || echo './'`src/base/thread_lister.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I./src -I./src -g -O2 -MT thread_lister.lo -MD -MP -MF .deps/thread_lister.Tpo -c src/base/thread_lister.c  -fPIC -DPIC -o thread_lister.o
mv -f .deps/thread_lister.Tpo .deps/thread_lister.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER  -g -O2 -MT libtcmalloc_la-linuxthreads.lo -MD -MP -MF .deps/libtcmalloc_la-linuxthreads.Tpo -c -o libtcmalloc_la-linuxthreads.lo `test -f 'src/base/linuxthreads.cc' || echo './'`src/base/linuxthreads.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -g -O2 -MT libtcmalloc_la-linuxthreads.lo -MD -MP -MF .deps/libtcmalloc_la-linuxthreads.Tpo -c src/base/linuxthreads.cc  -fPIC -DPIC -o libtcmalloc_la-linuxthreads.o
mv -f .deps/libtcmalloc_la-linuxthreads.Tpo .deps/libtcmalloc_la-linuxthreads.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER  -g -O2 -MT libtcmalloc_la-heap-checker.lo -MD -MP -MF .deps/libtcmalloc_la-heap-checker.Tpo -c -o libtcmalloc_la-heap-checker.lo `test -f 'src/heap-checker.cc' || echo './'`src/heap-checker.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -g -O2 -MT libtcmalloc_la-heap-checker.lo -MD -MP -MF .deps/libtcmalloc_la-heap-checker.Tpo -c src/heap-checker.cc  -fPIC -DPIC -o libtcmalloc_la-heap-checker.o
mv -f .deps/libtcmalloc_la-heap-checker.Tpo .deps/libtcmalloc_la-heap-checker.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER  -g -O2 -MT libtcmalloc_la-heap-checker-bcad.lo -MD -MP -MF .deps/libtcmalloc_la-heap-checker-bcad.Tpo -c -o libtcmalloc_la-heap-checker-bcad.lo `test -f 'src/heap-checker-bcad.cc' || echo './'`src/heap-checker-bcad.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -g -O2 -MT libtcmalloc_la-heap-checker-bcad.lo -MD -MP -MF .deps/libtcmalloc_la-heap-checker-bcad.Tpo -c src/heap-checker-bcad.cc  -fPIC -DPIC -o libtcmalloc_la-heap-checker-bcad.o
mv -f .deps/libtcmalloc_la-heap-checker-bcad.Tpo .deps/libtcmalloc_la-heap-checker-bcad.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-common.lo -MD -MP -MF .deps/libtcmalloc_internal_la-common.Tpo -c -o libtcmalloc_internal_la-common.lo `test -f 'src/common.cc' || echo './'`src/common.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-common.lo -MD -MP -MF .deps/libtcmalloc_internal_la-common.Tpo -c src/common.cc  -fPIC -DPIC -o libtcmalloc_internal_la-common.o
mv -f .deps/libtcmalloc_internal_la-common.Tpo .deps/libtcmalloc_internal_la-common.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF .deps/libtcmalloc_internal_la-internal_logging.Tpo -c -o libtcmalloc_internal_la-internal_logging.lo `test -f 'src/internal_logging.cc' || echo './'`src/internal_logging.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-internal_logging.lo -MD -MP -MF .deps/libtcmalloc_internal_la-internal_logging.Tpo -c src/internal_logging.cc  -fPIC -DPIC -o libtcmalloc_internal_la-internal_logging.o
mv -f .deps/libtcmalloc_internal_la-internal_logging.Tpo .deps/libtcmalloc_internal_la-internal_logging.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-system-alloc.Tpo -c -o libtcmalloc_internal_la-system-alloc.lo `test -f 'src/system-alloc.cc' || echo './'`src/system-alloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-system-alloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-system-alloc.Tpo -c src/system-alloc.cc  -fPIC -DPIC -o libtcmalloc_internal_la-system-alloc.o
mv -f .deps/libtcmalloc_internal_la-system-alloc.Tpo .deps/libtcmalloc_internal_la-system-alloc.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-memfs_malloc.Tpo -c -o libtcmalloc_internal_la-memfs_malloc.lo `test -f 'src/memfs_malloc.cc' || echo './'`src/memfs_malloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-memfs_malloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-memfs_malloc.Tpo -c src/memfs_malloc.cc  -fPIC -DPIC -o libtcmalloc_internal_la-memfs_malloc.o
mv -f .deps/libtcmalloc_internal_la-memfs_malloc.Tpo .deps/libtcmalloc_internal_la-memfs_malloc.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF .deps/libtcmalloc_internal_la-central_freelist.Tpo -c -o libtcmalloc_internal_la-central_freelist.lo `test -f 'src/central_freelist.cc' || echo './'`src/central_freelist.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-central_freelist.lo -MD -MP -MF .deps/libtcmalloc_internal_la-central_freelist.Tpo -c src/central_freelist.cc  -fPIC -DPIC -o libtcmalloc_internal_la-central_freelist.o
mv -f .deps/libtcmalloc_internal_la-central_freelist.Tpo .deps/libtcmalloc_internal_la-central_freelist.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-page_heap.lo -MD -MP -MF .deps/libtcmalloc_internal_la-page_heap.Tpo -c -o libtcmalloc_internal_la-page_heap.lo `test -f 'src/page_heap.cc' || echo './'`src/page_heap.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-page_heap.lo -MD -MP -MF .deps/libtcmalloc_internal_la-page_heap.Tpo -c src/page_heap.cc  -fPIC -DPIC -o libtcmalloc_internal_la-page_heap.o
mv -f .deps/libtcmalloc_internal_la-page_heap.Tpo .deps/libtcmalloc_internal_la-page_heap.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-sampler.lo -MD -MP -MF .deps/libtcmalloc_internal_la-sampler.Tpo -c -o libtcmalloc_internal_la-sampler.lo `test -f 'src/sampler.cc' || echo './'`src/sampler.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-sampler.lo -MD -MP -MF .deps/libtcmalloc_internal_la-sampler.Tpo -c src/sampler.cc  -fPIC -DPIC -o libtcmalloc_internal_la-sampler.o
mv -f .deps/libtcmalloc_internal_la-sampler.Tpo .deps/libtcmalloc_internal_la-sampler.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-span.lo -MD -MP -MF .deps/libtcmalloc_internal_la-span.Tpo -c -o libtcmalloc_internal_la-span.lo `test -f 'src/span.cc' || echo './'`src/span.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-span.lo -MD -MP -MF .deps/libtcmalloc_internal_la-span.Tpo -c src/span.cc  -fPIC -DPIC -o libtcmalloc_internal_la-span.o
mv -f .deps/libtcmalloc_internal_la-span.Tpo .deps/libtcmalloc_internal_la-span.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_internal_la-stack_trace_table.Tpo -c -o libtcmalloc_internal_la-stack_trace_table.lo `test -f 'src/stack_trace_table.cc' || echo './'`src/stack_trace_table.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-stack_trace_table.lo -MD -MP -MF .deps/libtcmalloc_internal_la-stack_trace_table.Tpo -c src/stack_trace_table.cc  -fPIC -DPIC -o libtcmalloc_internal_la-stack_trace_table.o
mv -f .deps/libtcmalloc_internal_la-stack_trace_table.Tpo .deps/libtcmalloc_internal_la-stack_trace_table.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-static_vars.lo -MD -MP -MF .deps/libtcmalloc_internal_la-static_vars.Tpo -c -o libtcmalloc_internal_la-static_vars.lo `test -f 'src/static_vars.cc' || echo './'`src/static_vars.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-static_vars.lo -MD -MP -MF .deps/libtcmalloc_internal_la-static_vars.Tpo -c src/static_vars.cc  -fPIC -DPIC -o libtcmalloc_internal_la-static_vars.o
mv -f .deps/libtcmalloc_internal_la-static_vars.Tpo .deps/libtcmalloc_internal_la-static_vars.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-symbolize.lo -MD -MP -MF .deps/libtcmalloc_internal_la-symbolize.Tpo -c -o libtcmalloc_internal_la-symbolize.lo `test -f 'src/symbolize.cc' || echo './'`src/symbolize.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-symbolize.lo -MD -MP -MF .deps/libtcmalloc_internal_la-symbolize.Tpo -c src/symbolize.cc  -fPIC -DPIC -o libtcmalloc_internal_la-symbolize.o
mv -f .deps/libtcmalloc_internal_la-symbolize.Tpo .deps/libtcmalloc_internal_la-symbolize.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF .deps/libtcmalloc_internal_la-thread_cache.Tpo -c -o libtcmalloc_internal_la-thread_cache.lo `test -f 'src/thread_cache.cc' || echo './'`src/thread_cache.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-thread_cache.lo -MD -MP -MF .deps/libtcmalloc_internal_la-thread_cache.Tpo -c src/thread_cache.cc  -fPIC -DPIC -o libtcmalloc_internal_la-thread_cache.o
mv -f .deps/libtcmalloc_internal_la-thread_cache.Tpo .deps/libtcmalloc_internal_la-thread_cache.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_internal_la-malloc_hook.Tpo -c -o libtcmalloc_internal_la-malloc_hook.lo `test -f 'src/malloc_hook.cc' || echo './'`src/malloc_hook.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-malloc_hook.lo -MD -MP -MF .deps/libtcmalloc_internal_la-malloc_hook.Tpo -c src/malloc_hook.cc  -fPIC -DPIC -o libtcmalloc_internal_la-malloc_hook.o
mv -f .deps/libtcmalloc_internal_la-malloc_hook.Tpo .deps/libtcmalloc_internal_la-malloc_hook.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_internal_la-malloc_extension.Tpo -c -o libtcmalloc_internal_la-malloc_extension.lo `test -f 'src/malloc_extension.cc' || echo './'`src/malloc_extension.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-malloc_extension.lo -MD -MP -MF .deps/libtcmalloc_internal_la-malloc_extension.Tpo -c src/malloc_extension.cc  -fPIC -DPIC -o libtcmalloc_internal_la-malloc_extension.o
mv -f .deps/libtcmalloc_internal_la-malloc_extension.Tpo .deps/libtcmalloc_internal_la-malloc_extension.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_internal_la-maybe_threads.Tpo -c -o libtcmalloc_internal_la-maybe_threads.lo `test -f 'src/maybe_threads.cc' || echo './'`src/maybe_threads.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-maybe_threads.lo -MD -MP -MF .deps/libtcmalloc_internal_la-maybe_threads.Tpo -c src/maybe_threads.cc  -fPIC -DPIC -o libtcmalloc_internal_la-maybe_threads.o
mv -f .deps/libtcmalloc_internal_la-maybe_threads.Tpo .deps/libtcmalloc_internal_la-maybe_threads.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-low_level_alloc.Tpo -c -o libtcmalloc_internal_la-low_level_alloc.lo `test -f 'src/base/low_level_alloc.cc' || echo './'`src/base/low_level_alloc.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-low_level_alloc.lo -MD -MP -MF .deps/libtcmalloc_internal_la-low_level_alloc.Tpo -c src/base/low_level_alloc.cc  -fPIC -DPIC -o libtcmalloc_internal_la-low_level_alloc.o
mv -f .deps/libtcmalloc_internal_la-low_level_alloc.Tpo .deps/libtcmalloc_internal_la-low_level_alloc.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF .deps/libtcmalloc_internal_la-heap-profile-table.Tpo -c -o libtcmalloc_internal_la-heap-profile-table.lo `test -f 'src/heap-profile-table.cc' || echo './'`src/heap-profile-table.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-heap-profile-table.lo -MD -MP -MF .deps/libtcmalloc_internal_la-heap-profile-table.Tpo -c src/heap-profile-table.cc  -fPIC -DPIC -o libtcmalloc_internal_la-heap-profile-table.o
mv -f .deps/libtcmalloc_internal_la-heap-profile-table.Tpo .deps/libtcmalloc_internal_la-heap-profile-table.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF .deps/libtcmalloc_internal_la-heap-profiler.Tpo -c -o libtcmalloc_internal_la-heap-profiler.lo `test -f 'src/heap-profiler.cc' || echo './'`src/heap-profiler.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-heap-profiler.lo -MD -MP -MF .deps/libtcmalloc_internal_la-heap-profiler.Tpo -c src/heap-profiler.cc  -fPIC -DPIC -o libtcmalloc_internal_la-heap-profiler.o
mv -f .deps/libtcmalloc_internal_la-heap-profiler.Tpo .deps/libtcmalloc_internal_la-heap-profiler.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF .deps/libtcmalloc_internal_la-raw_printer.Tpo -c -o libtcmalloc_internal_la-raw_printer.lo `test -f 'src/raw_printer.cc' || echo './'`src/raw_printer.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-raw_printer.lo -MD -MP -MF .deps/libtcmalloc_internal_la-raw_printer.Tpo -c src/raw_printer.cc  -fPIC -DPIC -o libtcmalloc_internal_la-raw_printer.o
mv -f .deps/libtcmalloc_internal_la-raw_printer.Tpo .deps/libtcmalloc_internal_la-raw_printer.Plo
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src  -I./src   -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -fno-exceptions  -g -O2 -MT libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF .deps/libtcmalloc_internal_la-memory_region_map.Tpo -c -o libtcmalloc_internal_la-memory_region_map.lo `test -f 'src/memory_region_map.cc' || echo './'`src/memory_region_map.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -pthread -DNDEBUG -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -fno-exceptions -g -O2 -MT libtcmalloc_internal_la-memory_region_map.lo -MD -MP -MF .deps/libtcmalloc_internal_la-memory_region_map.Tpo -c src/memory_region_map.cc  -fPIC -DPIC -o libtcmalloc_internal_la-memory_region_map.o
mv -f .deps/libtcmalloc_internal_la-memory_region_map.Tpo .deps/libtcmalloc_internal_la-memory_region_map.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 -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc  -Wno-unused-result  -DNO_FRAME_POINTER -g -O2 -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c -o stacktrace.lo `test -f 'src/stacktrace.cc' || echo './'`src/stacktrace.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I./src -I./src -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare -fno-builtin-malloc -fno-builtin-free -fno-builtin-realloc -fno-builtin-calloc -fno-builtin-cfree -fno-builtin-memalign -fno-builtin-posix_memalign -fno-builtin-valloc -fno-builtin-pvalloc -Wno-unused-result -DNO_FRAME_POINTER -g -O2 -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c src/stacktrace.cc  -fPIC -DPIC -o stacktrace.o
In file included from src/stacktrace.cc:57:0:
src/stacktrace_config.h:58:5: error: #error Cannnot calculate stack trace: need either libunwind or frame-pointers (see INSTALL file)
src/stacktrace.cc:109:3: error: #error Cannot calculate stack trace: will need to write for your environment
make[7]: *** [stacktrace.lo] Error 1
make[7]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party/libprocess/third_party/gperftools-2.0'
make[6]: *** [gperftools-2.0-build-stamp] Error 2
make[6]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party/libprocess/third_party'
make[5]: *** [check-recursive] Error 1
make[5]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party/libprocess/third_party'
make[4]: *** [check] Error 2
make[4]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party/libprocess/third_party'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party/libprocess'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/x1/jenkins/jenkins-slave/workspace/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/build/third_party'
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #290

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/290/changes>


Re: Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #289

Posted by Benjamin Mahler <be...@gmail.com>.
MESOS-411 - Statistics.archive test is
flaky.<https://issues.apache.org/jira/browse/MESOS-411>


On Thu, Mar 21, 2013 at 1:09 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> See <
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/289/changes
> >
>
> Changes:
>
> [vinodkone] Fixed slave to delete an executor after all its pending
> updates have
> been acknowledged.
>
> Review: https://reviews.apache.org/r/10019
>
> [vinodkone] Fixed a minor bug in using path::join() in cgroups isolator.
>
> Review: https://reviews.apache.org/r/10064
>
> [vinodkone] Fixed launcher to flush std::cout when copying local resource.
>
> Review: https://reviews.apache.org/r/10054
>
> [vinodkone] Add pydocs to mesos.py for Executor/Scheduler and driver
> methods.
>
> From: Brian Wickman <wi...@gmail.com>
> Review: https://reviews.apache.org/r/9572
>
> ------------------------------------------
> [...truncated 3597 lines...]
> [       OK ] OsTest.sysname (0 ms)
> [ RUN      ] OsTest.release
> [       OK ] OsTest.release (0 ms)
> [----------] 8 tests from OsTest (15 ms total)
>
> [----------] 21 tests from StringsTest
> [ RUN      ] StringsTest.Format
> [       OK ] StringsTest.Format (0 ms)
> [ RUN      ] StringsTest.Remove
> [       OK ] StringsTest.Remove (0 ms)
> [ RUN      ] StringsTest.Replace
> [       OK ] StringsTest.Replace (0 ms)
> [ RUN      ] StringsTest.Trim
> [       OK ] StringsTest.Trim (0 ms)
> [ RUN      ] StringsTest.Tokenize
> [       OK ] StringsTest.Tokenize (0 ms)
> [ RUN      ] StringsTest.TokenizeStringWithDelimsAtStart
> [       OK ] StringsTest.TokenizeStringWithDelimsAtStart (0 ms)
> [ RUN      ] StringsTest.TokenizeStringWithDelimsAtEnd
> [       OK ] StringsTest.TokenizeStringWithDelimsAtEnd (0 ms)
> [ RUN      ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd
> [       OK ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd (0 ms)
> [ RUN      ] StringsTest.TokenizeWithMultipleDelims
> [       OK ] StringsTest.TokenizeWithMultipleDelims (0 ms)
> [ RUN      ] StringsTest.TokenizeEmptyString
> [       OK ] StringsTest.TokenizeEmptyString (0 ms)
> [ RUN      ] StringsTest.TokenizeDelimOnlyString
> [       OK ] StringsTest.TokenizeDelimOnlyString (0 ms)
> [ RUN      ] StringsTest.SplitEmptyString
> [       OK ] StringsTest.SplitEmptyString (0 ms)
> [ RUN      ] StringsTest.SplitDelimOnlyString
> [       OK ] StringsTest.SplitDelimOnlyString (0 ms)
> [ RUN      ] StringsTest.Split
> [       OK ] StringsTest.Split (0 ms)
> [ RUN      ] StringsTest.SplitStringWithDelimsAtStart
> [       OK ] StringsTest.SplitStringWithDelimsAtStart (0 ms)
> [ RUN      ] StringsTest.SplitStringWithDelimsAtEnd
> [       OK ] StringsTest.SplitStringWithDelimsAtEnd (0 ms)
> [ RUN      ] StringsTest.SplitStringWithDelimsAtStartAndEnd
> [       OK ] StringsTest.SplitStringWithDelimsAtStartAndEnd (0 ms)
> [ RUN      ] StringsTest.SplitWithMultipleDelims
> [       OK ] StringsTest.SplitWithMultipleDelims (0 ms)
> [ RUN      ] StringsTest.Pairs
> [       OK ] StringsTest.Pairs (0 ms)
> [ RUN      ] StringsTest.StartsWith
> [       OK ] StringsTest.StartsWith (0 ms)
> [ RUN      ] StringsTest.Contains
> [       OK ] StringsTest.Contains (0 ms)
> [----------] 21 tests from StringsTest (0 ms total)
>
> [----------] 1 test from UUIDTest
> [ RUN      ] UUIDTest.test
> [       OK ] UUIDTest.test (1 ms)
> [----------] 1 test from UUIDTest (1 ms total)
>
> [----------] Global test environment tear-down
> [==========] 42 tests from 11 test cases ran. (209 ms total)
> [  PASSED  ] 42 tests.
> PASS: stout-tests
> =============
> 1 test passed
> =============
> make[7]: Leaving directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party
> '>
> make[6]: Leaving directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party
> '>
> make[5]: Leaving directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party
> '>
> make[4]: Leaving directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party
> '>
> Making check in .
> make[4]: Entering directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess
> '>
> /bin/bash ./libtool  --tag=CXX   --mode=compile g++
> -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
> -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
> -I../../../third_party/libprocess
>  -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2
> -MT libprocess_la-process.lo -MD -MP -MF .deps/libprocess_la-process.Tpo -c
> -o libprocess_la-process.lo `test -f 'src/process.cpp' || echo
> '../../../third_party/libprocess/'`src/process.cpp
> libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\"
> -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\"
> "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\"
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
> -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess
> -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a -g2 -O2 -MT
> libprocess_la-process.lo -MD -MP -MF .deps/libprocess_la-process.Tpo -c
> ../../../third_party/libprocess/src/process.cpp  -fPIC -DPIC -o
> libprocess_la-process.o
> mv -f .deps/libprocess_la-process.Tpo .deps/libprocess_la-process.Plo
> /bin/bash ./libtool  --tag=CXX   --mode=compile g++
> -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
> -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
> -I../../../third_party/libprocess
>  -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2
> -MT libprocess_la-pid.lo -MD -MP -MF .deps/libprocess_la-pid.Tpo -c -o
> libprocess_la-pid.lo `test -f 'src/pid.cpp' || echo
> '../../../third_party/libprocess/'`src/pid.cpp
> libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\"
> -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\"
> "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\"
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
> -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess
> -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a -g2 -O2 -MT
> libprocess_la-pid.lo -MD -MP -MF .deps/libprocess_la-pid.Tpo -c
> ../../../third_party/libprocess/src/pid.cpp  -fPIC -DPIC -o
> libprocess_la-pid.o
> mv -f .deps/libprocess_la-pid.Tpo .deps/libprocess_la-pid.Plo
> /bin/bash ./libtool  --tag=CXX   --mode=compile g++
> -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
> -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
> -I../../../third_party/libprocess
>  -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2
> -MT libprocess_la-latch.lo -MD -MP -MF .deps/libprocess_la-latch.Tpo -c -o
> libprocess_la-latch.lo `test -f 'src/latch.cpp' || echo
> '../../../third_party/libprocess/'`src/latch.cpp
> libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\"
> -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\"
> "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\"
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
> -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess
> -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a -g2 -O2 -MT
> libprocess_la-latch.lo -MD -MP -MF .deps/libprocess_la-latch.Tpo -c
> ../../../third_party/libprocess/src/latch.cpp  -fPIC -DPIC -o
> libprocess_la-latch.o
> mv -f .deps/libprocess_la-latch.Tpo .deps/libprocess_la-latch.Plo
> /bin/bash ./libtool  --tag=CXX   --mode=compile g++
> -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
> -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
> -I../../../third_party/libprocess
>  -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2
> -MT libprocess_la-statistics.lo -MD -MP -MF
> .deps/libprocess_la-statistics.Tpo -c -o libprocess_la-statistics.lo `test
> -f 'src/statistics.cpp' || echo
> '../../../third_party/libprocess/'`src/statistics.cpp
> libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\"
> -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\"
> "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\"
> -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\"
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\"
> -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess
> -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a -g2 -O2 -MT
> libprocess_la-statistics.lo -MD -MP -MF .deps/libprocess_la-statistics.Tpo
> -c ../../../third_party/libprocess/src/statistics.cpp  -fPIC -DPIC -o
> libprocess_la-statistics.o
> mv -f .deps/libprocess_la-statistics.Tpo .deps/libprocess_la-statistics.Plo
> /bin/bash ./libtool --tag=CXX   --mode=link g++  -g2 -O2   -o
> libprocess.la  libprocess_la-process.lo libprocess_la-pid.lo
> libprocess_la-latch.lo libprocess_la-statistics.lo third_party/glog-0.3.1/
> libglog.la third_party/libry_http_parser.la third_party/libev-3.8/libev.la -lz
> libtool: link: (cd .libs/libprocess.lax/libry_http_parser.a && ar x "<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party/.libs/libry_http_parser.a
> ")>
> libtool: link: ar cru .libs/libprocess.a  libprocess_la-process.o
> libprocess_la-pid.o libprocess_la-latch.o libprocess_la-statistics.o
>  .libs/libprocess.lax/libry_http_parser.a/libry_http_parser_la-http_parser.o
> libtool: link: ranlib .libs/libprocess.a
> libtool: link: rm -fr .libs/libprocess.lax
> libtool: link: ( cd ".libs" && rm -f "libprocess.la" && ln -s "../
> libprocess.la" "libprocess.la" )
> make  tests
> make[5]: Entering directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess
> '>
> g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
> -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
> -I../../../third_party/libprocess  -I../../../third_party/libprocess/src
> -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include
> -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2
> -MT tests-decoder_tests.o -MD -MP -MF .deps/tests-decoder_tests.Tpo -c -o
> tests-decoder_tests.o `test -f 'src/tests/decoder_tests.cpp' || echo
> '../../../third_party/libprocess/'`src/tests/decoder_tests.cpp
> mv -f .deps/tests-decoder_tests.Tpo .deps/tests-decoder_tests.Po
> g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
> -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
> -I../../../third_party/libprocess  -I../../../third_party/libprocess/src
> -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include
> -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2
> -MT tests-encoder_tests.o -MD -MP -MF .deps/tests-encoder_tests.Tpo -c -o
> tests-encoder_tests.o `test -f 'src/tests/encoder_tests.cpp' || echo
> '../../../third_party/libprocess/'`src/tests/encoder_tests.cpp
> mv -f .deps/tests-encoder_tests.Tpo .deps/tests-encoder_tests.Po
> g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
> -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
> -I../../../third_party/libprocess  -I../../../third_party/libprocess/src
> -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include
> -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2
> -MT tests-http_tests.o -MD -MP -MF .deps/tests-http_tests.Tpo -c -o
> tests-http_tests.o `test -f 'src/tests/http_tests.cpp' || echo
> '../../../third_party/libprocess/'`src/tests/http_tests.cpp
> mv -f .deps/tests-http_tests.Tpo .deps/tests-http_tests.Po
> g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
> -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
> -I../../../third_party/libprocess  -I../../../third_party/libprocess/src
> -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include
> -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2
> -MT tests-io_tests.o -MD -MP -MF .deps/tests-io_tests.Tpo -c -o
> tests-io_tests.o `test -f 'src/tests/io_tests.cpp' || echo
> '../../../third_party/libprocess/'`src/tests/io_tests.cpp
> ../../../third_party/libprocess/src/tests/io_tests.cpp: In member function
> 'virtual void IO_Poll_Test::TestBody()':
> ../../../third_party/libprocess/src/tests/io_tests.cpp:20:14: warning:
> ignoring return value of 'int pipe(int*)', declared with attribute
> warn_unused_result [-Wunused-result]
> mv -f .deps/tests-io_tests.Tpo .deps/tests-io_tests.Po
> g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
> -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
> -I../../../third_party/libprocess  -I../../../third_party/libprocess/src
> -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include
> -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2
> -MT tests-main.o -MD -MP -MF .deps/tests-main.Tpo -c -o tests-main.o `test
> -f 'src/tests/main.cpp' || echo
> '../../../third_party/libprocess/'`src/tests/main.cpp
> mv -f .deps/tests-main.Tpo .deps/tests-main.Po
> g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
> -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
> -I../../../third_party/libprocess  -I../../../third_party/libprocess/src
> -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include
> -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2
> -MT tests-process_tests.o -MD -MP -MF .deps/tests-process_tests.Tpo -c -o
> tests-process_tests.o `test -f 'src/tests/process_tests.cpp' || echo
> '../../../third_party/libprocess/'`src/tests/process_tests.cpp
> mv -f .deps/tests-process_tests.Tpo .deps/tests-process_tests.Po
> g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
> -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
> -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
> -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
> -I../../../third_party/libprocess  -I../../../third_party/libprocess/src
> -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include
> -I../../../third_party/libprocess/include
> -I../../../third_party/libprocess/third_party/stout/include
> -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src
> -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2
> -MT tests-statistics_tests.o -MD -MP -MF .deps/tests-statistics_tests.Tpo
> -c -o tests-statistics_tests.o `test -f 'src/tests/statistics_tests.cpp' ||
> echo '../../../third_party/libprocess/'`src/tests/statistics_tests.cpp
> mv -f .deps/tests-statistics_tests.Tpo .deps/tests-statistics_tests.Po
> /bin/bash ./libtool --tag=CXX   --mode=link g++  -g2 -O2   -o tests
> tests-decoder_tests.o tests-encoder_tests.o tests-http_tests.o
> tests-io_tests.o tests-main.o tests-process_tests.o
> tests-statistics_tests.o third_party/libgmock.la libprocess.la -lz
> libtool: link: g++ -g2 -O2 -o tests tests-decoder_tests.o
> tests-encoder_tests.o tests-http_tests.o tests-io_tests.o tests-main.o
> tests-process_tests.o tests-statistics_tests.o
>  third_party/.libs/libgmock.a ./.libs/libprocess.a <
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party/glog-0.3.1/.libs/libglog.a>
> -lpthread <
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party/libev-3.8/.libs/libev.a>
> -lm -lz
> make[5]: Leaving directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess
> '>
> make  check-TESTS
> make[5]: Entering directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess
> '>
> WARNING: Logging before InitGoogleLogging() is written to STDERR
> I0321 20:09:36.262111 26826 process.cpp:1419] libprocess is initialized on
> 67.195.138.60:55211 for 8 cpus
> [==========] Running 41 tests from 6 test cases.
> [----------] Global test environment set-up.
> [----------] 3 tests from Decoder
> [ RUN      ] Decoder.Request
> [       OK ] Decoder.Request (0 ms)
> [ RUN      ] Decoder.RequestHeaderContinuation
> [       OK ] Decoder.RequestHeaderContinuation (0 ms)
> [ RUN      ] Decoder.Response
> [       OK ] Decoder.Response (0 ms)
> [----------] 3 tests from Decoder (0 ms total)
>
> [----------] 2 tests from Encoder
> [ RUN      ] Encoder.Response
> [       OK ] Encoder.Response (0 ms)
> [ RUN      ] Encoder.AcceptableEncodings
> [       OK ] Encoder.AcceptableEncodings (1 ms)
> [----------] 2 tests from Encoder (1 ms total)
>
> [----------] 2 tests from HTTP
> [ RUN      ] HTTP.Endpoints
> I0321 20:09:36.263633 26827 process.cpp:2931] Handling HTTP event for
> process '(1)' with path: '/(1)/body'
> I0321 20:09:36.276743 26835 process.cpp:876] Socket error while receiving:
> Connection reset by peer
> I0321 20:09:36.276909 26833 process.cpp:2931] Handling HTTP event for
> process '(1)' with path: '/(1)/pipe'
> I0321 20:09:36.277096 26833 process.cpp:1597] Starting "chunked" streaming
> I0321 20:09:36.280767 26835 process.cpp:878] Socket closed while receiving
> [       OK ] HTTP.Endpoints (23 ms)
> [ RUN      ] HTTP.Encode
> [       OK ] HTTP.Encode (0 ms)
> [----------] 2 tests from HTTP (23 ms total)
>
> [----------] 2 tests from IO
> [ RUN      ] IO.Poll
> [       OK ] IO.Poll (0 ms)
> [ RUN      ] IO.Read
> [       OK ] IO.Read (1 ms)
> [----------] 2 tests from IO (1 ms total)
>
> [----------] 28 tests from Process
> [ RUN      ] Process.thread
> [       OK ] Process.thread (0 ms)
> [ RUN      ] Process.event
> [       OK ] Process.event (0 ms)
> [ RUN      ] Process.future
> [       OK ] Process.future (0 ms)
> [ RUN      ] Process.associate
> [       OK ] Process.associate (0 ms)
> [ RUN      ] Process.onAny
> [       OK ] Process.onAny (0 ms)
> [ RUN      ] Process.then
> [       OK ] Process.then (0 ms)
> [ RUN      ] Process.chain
> [       OK ] Process.chain (0 ms)
> [ RUN      ] Process.spawn
> [       OK ] Process.spawn (1 ms)
> [ RUN      ] Process.dispatch
> [       OK ] Process.dispatch (0 ms)
> [ RUN      ] Process.defer1
> [       OK ] Process.defer1 (1 ms)
> [ RUN      ] Process.defer2
> [       OK ] Process.defer2 (1 ms)
> [ RUN      ] Process.defer3
> [       OK ] Process.defer3 (0 ms)
> [ RUN      ] Process.handlers
> [       OK ] Process.handlers (0 ms)
> [ RUN      ] Process.inheritance
> [       OK ] Process.inheritance (0 ms)
> [ RUN      ] Process.thunk
> [       OK ] Process.thunk (0 ms)
> [ RUN      ] Process.delegate
> I0321 20:09:36.290921 26826 process.cpp:2914] Delegating message 'func' to
> (10)@67.195.138.60:55211
> [       OK ] Process.delegate (0 ms)
> [ RUN      ] Process.delay
> [       OK ] Process.delay (2 ms)
> [ RUN      ] Process.order
> [       OK ] Process.order (0 ms)
> [ RUN      ] Process.donate
> [       OK ] Process.donate (0 ms)
> [ RUN      ] Process.exited
> [       OK ] Process.exited (1 ms)
> [ RUN      ] Process.select
> [       OK ] Process.select (0 ms)
> [ RUN      ] Process.collect
> [       OK ] Process.collect (0 ms)
> [ RUN      ] Process.settle
> [       OK ] Process.settle (4026 ms)
> [ RUN      ] Process.pid
> [       OK ] Process.pid (0 ms)
> [ RUN      ] Process.listener
> [       OK ] Process.listener (0 ms)
> [ RUN      ] Process.executor
> [       OK ] Process.executor (0 ms)
> [ RUN      ] Process.remote
> I0321 20:09:40.321579 26835 process.cpp:878] Socket closed while receiving
> [       OK ] Process.remote (1 ms)
> [ RUN      ] Process.async
> [       OK ] Process.async (1 ms)
> [----------] 28 tests from Process (4035 ms total)
>
> [----------] 4 tests from Statistics
> [ RUN      ] Statistics.set
> [       OK ] Statistics.set (0 ms)
> [ RUN      ] Statistics.truncate
> [       OK ] Statistics.truncate (1 ms)
> [ RUN      ] Statistics.meter
> [       OK ] Statistics.meter (0 ms)
> [ RUN      ] Statistics.archive
> ../../../third_party/libprocess/src/tests/statistics_tests.cpp:175: Failure
> Value of: values.get().empty()
>   Actual: false
> Expected: true
> [  FAILED  ] Statistics.archive (1 ms)
> [----------] 4 tests from Statistics (2 ms total)
>
> [----------] Global test environment tear-down
> [==========] 41 tests from 6 test cases ran. (4062 ms total)
> [  PASSED  ] 40 tests.
> [  FAILED  ] 1 test, listed below:
> [  FAILED  ] Statistics.archive
>
>  1 FAILED TEST
>   YOU HAVE 2 DISABLED TESTS
>
> FAIL: tests
> ==================
> 1 of 1 test failed
> ==================
> make[5]: *** [check-TESTS] Error 1
> make[5]: Leaving directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess
> '>
> make[4]: *** [check-am] Error 2
> make[4]: Leaving directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess
> '>
> make[3]: *** [check-recursive] Error 1
> make[3]: Leaving directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess
> '>
> make[2]: *** [check-recursive] Error 1
> make[2]: Leaving directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party
> '>
> make[1]: *** [check] Error 2
> make[1]: Leaving directory `<
> https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party
> '>
> make: *** [check-recursive] Error 1
> Build step 'Execute shell' marked build as failure
>

Build failed in Jenkins: Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #289

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/289/changes>

Changes:

[vinodkone] Fixed slave to delete an executor after all its pending updates have
been acknowledged.

Review: https://reviews.apache.org/r/10019

[vinodkone] Fixed a minor bug in using path::join() in cgroups isolator.

Review: https://reviews.apache.org/r/10064

[vinodkone] Fixed launcher to flush std::cout when copying local resource.

Review: https://reviews.apache.org/r/10054

[vinodkone] Add pydocs to mesos.py for Executor/Scheduler and driver methods.

From: Brian Wickman <wi...@gmail.com>
Review: https://reviews.apache.org/r/9572

------------------------------------------
[...truncated 3597 lines...]
[       OK ] OsTest.sysname (0 ms)
[ RUN      ] OsTest.release
[       OK ] OsTest.release (0 ms)
[----------] 8 tests from OsTest (15 ms total)

[----------] 21 tests from StringsTest
[ RUN      ] StringsTest.Format
[       OK ] StringsTest.Format (0 ms)
[ RUN      ] StringsTest.Remove
[       OK ] StringsTest.Remove (0 ms)
[ RUN      ] StringsTest.Replace
[       OK ] StringsTest.Replace (0 ms)
[ RUN      ] StringsTest.Trim
[       OK ] StringsTest.Trim (0 ms)
[ RUN      ] StringsTest.Tokenize
[       OK ] StringsTest.Tokenize (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtStart
[       OK ] StringsTest.TokenizeStringWithDelimsAtStart (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtEnd
[       OK ] StringsTest.TokenizeStringWithDelimsAtEnd (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd
[       OK ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd (0 ms)
[ RUN      ] StringsTest.TokenizeWithMultipleDelims
[       OK ] StringsTest.TokenizeWithMultipleDelims (0 ms)
[ RUN      ] StringsTest.TokenizeEmptyString
[       OK ] StringsTest.TokenizeEmptyString (0 ms)
[ RUN      ] StringsTest.TokenizeDelimOnlyString
[       OK ] StringsTest.TokenizeDelimOnlyString (0 ms)
[ RUN      ] StringsTest.SplitEmptyString
[       OK ] StringsTest.SplitEmptyString (0 ms)
[ RUN      ] StringsTest.SplitDelimOnlyString
[       OK ] StringsTest.SplitDelimOnlyString (0 ms)
[ RUN      ] StringsTest.Split
[       OK ] StringsTest.Split (0 ms)
[ RUN      ] StringsTest.SplitStringWithDelimsAtStart
[       OK ] StringsTest.SplitStringWithDelimsAtStart (0 ms)
[ RUN      ] StringsTest.SplitStringWithDelimsAtEnd
[       OK ] StringsTest.SplitStringWithDelimsAtEnd (0 ms)
[ RUN      ] StringsTest.SplitStringWithDelimsAtStartAndEnd
[       OK ] StringsTest.SplitStringWithDelimsAtStartAndEnd (0 ms)
[ RUN      ] StringsTest.SplitWithMultipleDelims
[       OK ] StringsTest.SplitWithMultipleDelims (0 ms)
[ RUN      ] StringsTest.Pairs
[       OK ] StringsTest.Pairs (0 ms)
[ RUN      ] StringsTest.StartsWith
[       OK ] StringsTest.StartsWith (0 ms)
[ RUN      ] StringsTest.Contains
[       OK ] StringsTest.Contains (0 ms)
[----------] 21 tests from StringsTest (0 ms total)

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

[----------] Global test environment tear-down
[==========] 42 tests from 11 test cases ran. (209 ms total)
[  PASSED  ] 42 tests.
PASS: stout-tests
=============
1 test passed
=============
make[7]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party'>
make[6]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party'>
make[5]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party'>
make[4]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party'>
Making check in .
make[4]: Entering directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess'>
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess  -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2 -MT libprocess_la-process.lo -MD -MP -MF .deps/libprocess_la-process.Tpo -c -o libprocess_la-process.lo `test -f 'src/process.cpp' || echo '../../../third_party/libprocess/'`src/process.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a -g2 -O2 -MT libprocess_la-process.lo -MD -MP -MF .deps/libprocess_la-process.Tpo -c ../../../third_party/libprocess/src/process.cpp  -fPIC -DPIC -o libprocess_la-process.o
mv -f .deps/libprocess_la-process.Tpo .deps/libprocess_la-process.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess  -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2 -MT libprocess_la-pid.lo -MD -MP -MF .deps/libprocess_la-pid.Tpo -c -o libprocess_la-pid.lo `test -f 'src/pid.cpp' || echo '../../../third_party/libprocess/'`src/pid.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a -g2 -O2 -MT libprocess_la-pid.lo -MD -MP -MF .deps/libprocess_la-pid.Tpo -c ../../../third_party/libprocess/src/pid.cpp  -fPIC -DPIC -o libprocess_la-pid.o
mv -f .deps/libprocess_la-pid.Tpo .deps/libprocess_la-pid.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess  -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2 -MT libprocess_la-latch.lo -MD -MP -MF .deps/libprocess_la-latch.Tpo -c -o libprocess_la-latch.lo `test -f 'src/latch.cpp' || echo '../../../third_party/libprocess/'`src/latch.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a -g2 -O2 -MT libprocess_la-latch.lo -MD -MP -MF .deps/libprocess_la-latch.Tpo -c ../../../third_party/libprocess/src/latch.cpp  -fPIC -DPIC -o libprocess_la-latch.o
mv -f .deps/libprocess_la-latch.Tpo .deps/libprocess_la-latch.Plo
/bin/bash ./libtool  --tag=CXX   --mode=compile g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess  -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2 -MT libprocess_la-statistics.lo -MD -MP -MF .deps/libprocess_la-statistics.Tpo -c -o libprocess_la-statistics.lo `test -f 'src/statistics.cpp' || echo '../../../third_party/libprocess/'`src/statistics.cpp
libtool: compile:  g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" "-DPACKAGE_STRING=\"libprocess 0.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a -g2 -O2 -MT libprocess_la-statistics.lo -MD -MP -MF .deps/libprocess_la-statistics.Tpo -c ../../../third_party/libprocess/src/statistics.cpp  -fPIC -DPIC -o libprocess_la-statistics.o
mv -f .deps/libprocess_la-statistics.Tpo .deps/libprocess_la-statistics.Plo
/bin/bash ./libtool --tag=CXX   --mode=link g++  -g2 -O2   -o libprocess.la  libprocess_la-process.lo libprocess_la-pid.lo libprocess_la-latch.lo libprocess_la-statistics.lo third_party/glog-0.3.1/libglog.la third_party/libry_http_parser.la third_party/libev-3.8/libev.la  -lz 
libtool: link: (cd .libs/libprocess.lax/libry_http_parser.a && ar x "<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party/.libs/libry_http_parser.a")>
libtool: link: ar cru .libs/libprocess.a  libprocess_la-process.o libprocess_la-pid.o libprocess_la-latch.o libprocess_la-statistics.o  .libs/libprocess.lax/libry_http_parser.a/libry_http_parser_la-http_parser.o 
libtool: link: ranlib .libs/libprocess.a
libtool: link: rm -fr .libs/libprocess.lax
libtool: link: ( cd ".libs" && rm -f "libprocess.la" && ln -s "../libprocess.la" "libprocess.la" )
make  tests
make[5]: Entering directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess'>
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess  -I../../../third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2 -MT tests-decoder_tests.o -MD -MP -MF .deps/tests-decoder_tests.Tpo -c -o tests-decoder_tests.o `test -f 'src/tests/decoder_tests.cpp' || echo '../../../third_party/libprocess/'`src/tests/decoder_tests.cpp
mv -f .deps/tests-decoder_tests.Tpo .deps/tests-decoder_tests.Po
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess  -I../../../third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2 -MT tests-encoder_tests.o -MD -MP -MF .deps/tests-encoder_tests.Tpo -c -o tests-encoder_tests.o `test -f 'src/tests/encoder_tests.cpp' || echo '../../../third_party/libprocess/'`src/tests/encoder_tests.cpp
mv -f .deps/tests-encoder_tests.Tpo .deps/tests-encoder_tests.Po
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess  -I../../../third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2 -MT tests-http_tests.o -MD -MP -MF .deps/tests-http_tests.Tpo -c -o tests-http_tests.o `test -f 'src/tests/http_tests.cpp' || echo '../../../third_party/libprocess/'`src/tests/http_tests.cpp
mv -f .deps/tests-http_tests.Tpo .deps/tests-http_tests.Po
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess  -I../../../third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2 -MT tests-io_tests.o -MD -MP -MF .deps/tests-io_tests.Tpo -c -o tests-io_tests.o `test -f 'src/tests/io_tests.cpp' || echo '../../../third_party/libprocess/'`src/tests/io_tests.cpp
../../../third_party/libprocess/src/tests/io_tests.cpp: In member function 'virtual void IO_Poll_Test::TestBody()':
../../../third_party/libprocess/src/tests/io_tests.cpp:20:14: warning: ignoring return value of 'int pipe(int*)', declared with attribute warn_unused_result [-Wunused-result]
mv -f .deps/tests-io_tests.Tpo .deps/tests-io_tests.Po
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess  -I../../../third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2 -MT tests-main.o -MD -MP -MF .deps/tests-main.Tpo -c -o tests-main.o `test -f 'src/tests/main.cpp' || echo '../../../third_party/libprocess/'`src/tests/main.cpp
mv -f .deps/tests-main.Tpo .deps/tests-main.Po
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess  -I../../../third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2 -MT tests-process_tests.o -MD -MP -MF .deps/tests-process_tests.Tpo -c -o tests-process_tests.o `test -f 'src/tests/process_tests.cpp' || echo '../../../third_party/libprocess/'`src/tests/process_tests.cpp
mv -f .deps/tests-process_tests.Tpo .deps/tests-process_tests.Po
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\" -DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\" -DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I. -I../../../third_party/libprocess  -I../../../third_party/libprocess/src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I../../../third_party/libprocess/include -I../../../third_party/libprocess/third_party/stout/include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/libev-3.8 -Ithird_party/ry-http-parser-1c3624a     -g2 -O2 -MT tests-statistics_tests.o -MD -MP -MF .deps/tests-statistics_tests.Tpo -c -o tests-statistics_tests.o `test -f 'src/tests/statistics_tests.cpp' || echo '../../../third_party/libprocess/'`src/tests/statistics_tests.cpp
mv -f .deps/tests-statistics_tests.Tpo .deps/tests-statistics_tests.Po
/bin/bash ./libtool --tag=CXX   --mode=link g++  -g2 -O2   -o tests tests-decoder_tests.o tests-encoder_tests.o tests-http_tests.o tests-io_tests.o tests-main.o tests-process_tests.o tests-statistics_tests.o third_party/libgmock.la libprocess.la -lz 
libtool: link: g++ -g2 -O2 -o tests tests-decoder_tests.o tests-encoder_tests.o tests-http_tests.o tests-io_tests.o tests-main.o tests-process_tests.o tests-statistics_tests.o  third_party/.libs/libgmock.a ./.libs/libprocess.a <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party/glog-0.3.1/.libs/libglog.a> -lpthread <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess/third_party/libev-3.8/.libs/libev.a> -lm -lz
make[5]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess'>
make  check-TESTS
make[5]: Entering directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess'>
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0321 20:09:36.262111 26826 process.cpp:1419] libprocess is initialized on 67.195.138.60:55211 for 8 cpus
[==========] Running 41 tests from 6 test cases.
[----------] Global test environment set-up.
[----------] 3 tests from Decoder
[ RUN      ] Decoder.Request
[       OK ] Decoder.Request (0 ms)
[ RUN      ] Decoder.RequestHeaderContinuation
[       OK ] Decoder.RequestHeaderContinuation (0 ms)
[ RUN      ] Decoder.Response
[       OK ] Decoder.Response (0 ms)
[----------] 3 tests from Decoder (0 ms total)

[----------] 2 tests from Encoder
[ RUN      ] Encoder.Response
[       OK ] Encoder.Response (0 ms)
[ RUN      ] Encoder.AcceptableEncodings
[       OK ] Encoder.AcceptableEncodings (1 ms)
[----------] 2 tests from Encoder (1 ms total)

[----------] 2 tests from HTTP
[ RUN      ] HTTP.Endpoints
I0321 20:09:36.263633 26827 process.cpp:2931] Handling HTTP event for process '(1)' with path: '/(1)/body'
I0321 20:09:36.276743 26835 process.cpp:876] Socket error while receiving: Connection reset by peer
I0321 20:09:36.276909 26833 process.cpp:2931] Handling HTTP event for process '(1)' with path: '/(1)/pipe'
I0321 20:09:36.277096 26833 process.cpp:1597] Starting "chunked" streaming
I0321 20:09:36.280767 26835 process.cpp:878] Socket closed while receiving
[       OK ] HTTP.Endpoints (23 ms)
[ RUN      ] HTTP.Encode
[       OK ] HTTP.Encode (0 ms)
[----------] 2 tests from HTTP (23 ms total)

[----------] 2 tests from IO
[ RUN      ] IO.Poll
[       OK ] IO.Poll (0 ms)
[ RUN      ] IO.Read
[       OK ] IO.Read (1 ms)
[----------] 2 tests from IO (1 ms total)

[----------] 28 tests from Process
[ RUN      ] Process.thread
[       OK ] Process.thread (0 ms)
[ RUN      ] Process.event
[       OK ] Process.event (0 ms)
[ RUN      ] Process.future
[       OK ] Process.future (0 ms)
[ RUN      ] Process.associate
[       OK ] Process.associate (0 ms)
[ RUN      ] Process.onAny
[       OK ] Process.onAny (0 ms)
[ RUN      ] Process.then
[       OK ] Process.then (0 ms)
[ RUN      ] Process.chain
[       OK ] Process.chain (0 ms)
[ RUN      ] Process.spawn
[       OK ] Process.spawn (1 ms)
[ RUN      ] Process.dispatch
[       OK ] Process.dispatch (0 ms)
[ RUN      ] Process.defer1
[       OK ] Process.defer1 (1 ms)
[ RUN      ] Process.defer2
[       OK ] Process.defer2 (1 ms)
[ RUN      ] Process.defer3
[       OK ] Process.defer3 (0 ms)
[ RUN      ] Process.handlers
[       OK ] Process.handlers (0 ms)
[ RUN      ] Process.inheritance
[       OK ] Process.inheritance (0 ms)
[ RUN      ] Process.thunk
[       OK ] Process.thunk (0 ms)
[ RUN      ] Process.delegate
I0321 20:09:36.290921 26826 process.cpp:2914] Delegating message 'func' to (10)@67.195.138.60:55211
[       OK ] Process.delegate (0 ms)
[ RUN      ] Process.delay
[       OK ] Process.delay (2 ms)
[ RUN      ] Process.order
[       OK ] Process.order (0 ms)
[ RUN      ] Process.donate
[       OK ] Process.donate (0 ms)
[ RUN      ] Process.exited
[       OK ] Process.exited (1 ms)
[ RUN      ] Process.select
[       OK ] Process.select (0 ms)
[ RUN      ] Process.collect
[       OK ] Process.collect (0 ms)
[ RUN      ] Process.settle
[       OK ] Process.settle (4026 ms)
[ RUN      ] Process.pid
[       OK ] Process.pid (0 ms)
[ RUN      ] Process.listener
[       OK ] Process.listener (0 ms)
[ RUN      ] Process.executor
[       OK ] Process.executor (0 ms)
[ RUN      ] Process.remote
I0321 20:09:40.321579 26835 process.cpp:878] Socket closed while receiving
[       OK ] Process.remote (1 ms)
[ RUN      ] Process.async
[       OK ] Process.async (1 ms)
[----------] 28 tests from Process (4035 ms total)

[----------] 4 tests from Statistics
[ RUN      ] Statistics.set
[       OK ] Statistics.set (0 ms)
[ RUN      ] Statistics.truncate
[       OK ] Statistics.truncate (1 ms)
[ RUN      ] Statistics.meter
[       OK ] Statistics.meter (0 ms)
[ RUN      ] Statistics.archive
../../../third_party/libprocess/src/tests/statistics_tests.cpp:175: Failure
Value of: values.get().empty()
  Actual: false
Expected: true
[  FAILED  ] Statistics.archive (1 ms)
[----------] 4 tests from Statistics (2 ms total)

[----------] Global test environment tear-down
[==========] 41 tests from 6 test cases ran. (4062 ms total)
[  PASSED  ] 40 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] Statistics.archive

 1 FAILED TEST
  YOU HAVE 2 DISABLED TESTS

FAIL: tests
==================
1 of 1 test failed
==================
make[5]: *** [check-TESTS] Error 1
make[5]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess'>
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess'>
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party/libprocess'>
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party'>
make[1]: *** [check] Error 2
make[1]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui/ws/build/third_party'>
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure