See <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/264/changes>
Changes: [vinodkone] Fixed initialization of slave resources to properly set default resources. From: Vinod Kone <[email protected]> Review: https://reviews.apache.org/r/8171 [vinodkone] Added helpers to extract cpus, mem, disk and ports from resources. From: Vinod Kone <[email protected]> Review: https://reviews.apache.org/r/8145 [vinodkone] Added 'MesosTest' test fixture to properly setup and teardown slave working directory. From: Vinod Kone <[email protected]> Review: https://reviews.apache.org/r/8055 [vinodkone] Added string replace utility to stout. From: Vinod Kone <[email protected]> Review: https://reviews.apache.org/r/8043 [vinodkone] Added success logging for resource collection, and fixed a monitoring issue caused by a gcc bug. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/9640 [vinodkone] Added ResourceMonitor unit tests. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/9636 [vinodkone] Fixed some webui issues introduced by resource monitoring. From: Ben Mahler <[email protected]> Review: https://reviews.apache.org/r/9633 ------------------------------------------ [...truncated 1153 lines...] checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking sys/queue.h usability... yes checking sys/queue.h presence... yes checking for sys/queue.h... yes checking port.h usability... no checking port.h presence... no checking for port.h... no checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/eventfd.h usability... yes checking sys/eventfd.h presence... yes checking for sys/eventfd.h... yes checking sys/signalfd.h usability... yes checking sys/signalfd.h presence... yes checking for sys/signalfd.h... yes checking for inotify_init... yes checking for epoll_ctl... yes checking for kqueue... no checking for port_create... no checking for poll... yes checking for select... yes checking for eventfd... yes checking for signalfd... yes checking for clock_gettime... no checking for clock_gettime syscall... yes checking for nanosleep... yes checking for ceil in -lm... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make[6]: Entering directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party/libev-3.8'> make all-am make[7]: Entering directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party/libev-3.8'> /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -O3 -c -o ev.lo ev.c gcc -DHAVE_CONFIG_H -I. -g -O2 -O3 -c ev.c -fPIC -DPIC -o ev.o ev.c: In function 'evpipe_write': ev.c:1205:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] ev.c:1209:15: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] ev.c: In function 'pipecb': ev.c:1226:12: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] ev.c:1232:12: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -O3 -c -o event.lo event.c gcc -DHAVE_CONFIG_H -I. -g -O2 -O3 -c event.c -fPIC -DPIC -o event.o /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -O3 -version-info 3:0 -o libev.la -rpath /usr/local/lib ev.lo event.lo -lm mkdir .libs ar cru .libs/libev.a ev.o event.o ranlib .libs/libev.a creating libev.la (cd .libs && rm -f libev.la && ln -s ../libev.la libev.la) make[7]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party/libev-3.8'> make[6]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party/libev-3.8'> make libgmock.la make[6]: Entering directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party'> /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. -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -MT libgmock_la-gtest-all.lo -MD -MP -MF .deps/libgmock_la-gtest-all.Tpo -c -o libgmock_la-gtest-all.lo `test -f 'gmock-1.6.0/gtest/src/gtest-all.cc' || echo './'`gmock-1.6.0/gtest/src/gtest-all.cc 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. -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -MT libgmock_la-gtest-all.lo -MD -MP -MF .deps/libgmock_la-gtest-all.Tpo -c gmock-1.6.0/gtest/src/gtest-all.cc -fPIC -DPIC -o libgmock_la-gtest-all.o mv -f .deps/libgmock_la-gtest-all.Tpo .deps/libgmock_la-gtest-all.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. -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -MT libgmock_la-gmock-all.lo -MD -MP -MF .deps/libgmock_la-gmock-all.Tpo -c -o libgmock_la-gmock-all.lo `test -f 'gmock-1.6.0/src/gmock-all.cc' || echo './'`gmock-1.6.0/src/gmock-all.cc 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. -Igmock-1.6.0/gtest/include -Igmock-1.6.0/gtest -Igmock-1.6.0/include -Igmock-1.6.0 -MT libgmock_la-gmock-all.lo -MD -MP -MF .deps/libgmock_la-gmock-all.Tpo -c gmock-1.6.0/src/gmock-all.cc -fPIC -DPIC -o libgmock_la-gmock-all.o mv -f .deps/libgmock_la-gmock-all.Tpo .deps/libgmock_la-gmock-all.Plo /bin/bash ../libtool --tag=CXX --mode=link g++ -o libgmock.la libgmock_la-gtest-all.lo libgmock_la-gmock-all.lo -lz libtool: link: ar cru .libs/libgmock.a libgmock_la-gtest-all.o libgmock_la-gmock-all.o libtool: link: ranlib .libs/libgmock.a libtool: link: ( cd ".libs" && rm -f "libgmock.la" && ln -s "../libgmock.la" "libgmock.la" ) make[6]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party'> make[5]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party'> make[4]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party'> Making check in . make[4]: Entering directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/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./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -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 './'`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./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-process.lo -MD -MP -MF .deps/libprocess_la-process.Tpo -c 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./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -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 './'`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./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-pid.lo -MD -MP -MF .deps/libprocess_la-pid.Tpo -c 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./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -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 './'`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./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-latch.lo -MD -MP -MF .deps/libprocess_la-latch.Tpo -c 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./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -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 './'`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./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT libprocess_la-statistics.lo -MD -MP -MF .deps/libprocess_la-statistics.Tpo -c 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++ -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-In-Src-Set-JAVA_HOME/ws/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-In-Src-Set-JAVA_HOME/ws/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./src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -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 './'`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./src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -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 './'`src/tests/io_tests.cpp 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./src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -MT tests-main.o -MD -MP -MF .deps/tests-main.Tpo -c -o tests-main.o `test -f 'src/tests/main.cpp' || echo './'`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./src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -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 './'`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./src -Ithird_party/gmock-1.6.0/gtest/include -Ithird_party/gmock-1.6.0/include -I./include -Ithird_party/boost-1.53.0 -Ithird_party/glog-0.3.1/src -Ithird_party/ry-http-parser-1c3624a -Ithird_party/libev-3.8 -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 './'`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++ -o tests 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++ -o tests 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-In-Src-Set-JAVA_HOME/ws/third_party/libprocess/third_party/glog-0.3.1/.libs/libglog.a> -lpthread <https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/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-In-Src-Set-JAVA_HOME/ws/third_party/libprocess'> make check-TESTS make[5]: Entering directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess'> [==========] Running 36 tests from 4 test cases. [----------] Global test environment set-up. [----------] 2 tests from HTTP [ RUN ] HTTP.Endpoints src/tests/http_tests.cpp:105: Failure Value of: future.isReady() Actual: false Expected: true [ FAILED ] HTTP.Endpoints (1005 ms) [ RUN ] HTTP.Encode [ OK ] HTTP.Encode (1 ms) [----------] 2 tests from HTTP (1006 ms total) [----------] 2 tests from IO [ RUN ] IO.Poll [ OK ] IO.Poll (0 ms) [ RUN ] IO.Read [ OK ] IO.Read (2 ms) [----------] 2 tests from IO (2 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 (1 ms) [ RUN ] Process.chain [ OK ] Process.chain (1 ms) [ RUN ] Process.spawn [ OK ] Process.spawn (0 ms) [ RUN ] Process.dispatch [ OK ] Process.dispatch (1 ms) [ RUN ] Process.defer1 [ OK ] Process.defer1 (2 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 (1 ms) [ RUN ] Process.delegate [ OK ] Process.delegate (0 ms) [ RUN ] Process.delay [ OK ] Process.delay (0 ms) [ RUN ] Process.order [ OK ] Process.order (0 ms) [ RUN ] Process.donate [ OK ] Process.donate (6 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 (4035 ms) [ RUN ] Process.pid [ OK ] Process.pid (0 ms) [ RUN ] Process.listener [ OK ] Process.listener (0 ms) [ RUN ] Process.executor [ OK ] Process.executor (1 ms) [ RUN ] Process.remote [ OK ] Process.remote (0 ms) [ RUN ] Process.async [ OK ] Process.async (2 ms) [----------] 28 tests from Process (4053 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 (1 ms) [ RUN ] Statistics.archive [ OK ] Statistics.archive (1 ms) [----------] 4 tests from Statistics (3 ms total) [----------] Global test environment tear-down [==========] 36 tests from 4 test cases ran. (5064 ms total) [ PASSED ] 35 tests. [ FAILED ] 1 test, listed below: [ FAILED ] HTTP.Endpoints 1 FAILED TEST YOU HAVE 1 DISABLED TEST 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-In-Src-Set-JAVA_HOME/ws/third_party/libprocess'> make[4]: *** [check-am] Error 2 make[4]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess'> make[3]: *** [check-recursive] Error 1 make[3]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party/libprocess'> make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party'> make[1]: *** [check] Error 2 make[1]: Leaving directory `<https://builds.apache.org/job/Mesos-Trunk-Ubuntu-Build-In-Src-Set-JAVA_HOME/ws/third_party'> make: *** [check-recursive] Error 1 Build step 'Execute shell' marked build as failure
