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 2014/06/04 01:48:43 UTC

Build failed in Jenkins: Mesos-Ubuntu-distcheck #115

See <https://builds.apache.org/job/Mesos-Ubuntu-distcheck/115/changes>

Changes:

[bmahler] Fixed memory leaks and cleaned up the mesos containerizer logic.

[bmahler] Updated dropped message logging to use VLOG.

[benjamin.hindman] Added a concurrent 'Queue' to libprocess.

[benjamin.hindman] Introduced a low-level scheduler API.

------------------------------------------
[...truncated 3988 lines...]
[ RUN      ] Metrics.AsyncTimer
[       OK ] Metrics.AsyncTimer (30 ms)
[ RUN      ] Metrics.Snapshot
I0603 23:34:25.852915  8325 process.cpp:3335] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
I0603 23:34:25.853658  8333 process.cpp:1037] Socket closed while receiving
I0603 23:34:25.903429  8331 process.cpp:3335] Handling HTTP event for process 'metrics' with path: '/metrics/snapshot'
I0603 23:34:25.904083  8333 process.cpp:1037] Socket closed while receiving
[       OK ] Metrics.Snapshot (91 ms)
[ RUN      ] Metrics.Statistics
[       OK ] Metrics.Statistics (20 ms)
[----------] 8 tests from Metrics (325 ms total)

[----------] 1 test from Future
[ RUN      ] Future.FromTry
[       OK ] Future.FromTry (0 ms)
[----------] 1 test from Future (0 ms total)

[----------] 3 tests from Queue
[ RUN      ] Queue.noblock
[       OK ] Queue.noblock (0 ms)
[ RUN      ] Queue.block
[       OK ] Queue.block (0 ms)
[ RUN      ] Queue.queue
[       OK ] Queue.queue (0 ms)
[----------] 3 tests from Queue (0 ms total)

[----------] 6 tests from HTTP
[ RUN      ] HTTP.auth
I0603 23:34:25.934113  8330 process.cpp:3335] Handling HTTP event for process '(49)' with path: '/(49)/auth'
I0603 23:34:25.934427  8333 process.cpp:1037] Socket closed while receiving
I0603 23:34:25.934741  8332 process.cpp:3335] Handling HTTP event for process '(49)' with path: '/(49)/auth'
I0603 23:34:25.934998  8333 process.cpp:1037] Socket closed while receiving
I0603 23:34:25.935312  8328 process.cpp:3335] Handling HTTP event for process '(49)' with path: '/(49)/auth'
I0603 23:34:25.935627  8333 process.cpp:1037] Socket closed while receiving
[       OK ] HTTP.auth (2 ms)
[ RUN      ] HTTP.Endpoints
I0603 23:34:25.936058  8330 process.cpp:3335] Handling HTTP event for process '(50)' with path: '/(50)/body'
I0603 23:34:25.936225  8333 process.cpp:1035] Socket error while receiving: Connection reset by peer
I0603 23:34:25.936358  8329 process.cpp:3335] Handling HTTP event for process '(50)' with path: '/(50)/pipe'
I0603 23:34:25.936532  8329 process.cpp:1848] Starting "chunked" streaming
I0603 23:34:25.936761  8333 process.cpp:1037] Socket closed while receiving
[       OK ] HTTP.Endpoints (1 ms)
[ RUN      ] HTTP.Encode
[       OK ] HTTP.Encode (0 ms)
[ RUN      ] HTTP.Get
I0603 23:34:25.937270  8328 process.cpp:3335] Handling HTTP event for process '(51)' with path: '/(51)/get'
I0603 23:34:25.937597  8333 process.cpp:1037] Socket closed while receiving
I0603 23:34:25.937986  8327 process.cpp:3335] Handling HTTP event for process '(51)' with path: '/(51)/get'
I0603 23:34:25.938221  8333 process.cpp:1037] Socket closed while receiving
[       OK ] HTTP.Get (1 ms)
[ RUN      ] HTTP.PathParse
[       OK ] HTTP.PathParse (0 ms)
[ RUN      ] HTTP.Post
I0603 23:34:25.938730  8327 process.cpp:3335] Handling HTTP event for process '(52)' with path: '/(52)/post'
I0603 23:34:25.939010  8333 process.cpp:1037] Socket closed while receiving
I0603 23:34:25.939301  8328 process.cpp:3335] Handling HTTP event for process '(52)' with path: '/(52)/post'
I0603 23:34:25.939592  8333 process.cpp:1037] Socket closed while receiving
[       OK ] HTTP.Post (1 ms)
[----------] 6 tests from HTTP (6 ms total)

[----------] 3 tests from Statistics
[ RUN      ] Statistics.single
[       OK ] Statistics.single (0 ms)
[ RUN      ] Statistics.statistics
[       OK ] Statistics.statistics (0 ms)
[ RUN      ] Statistics.empty
[       OK ] Statistics.empty (0 ms)
[----------] 3 tests from Statistics (0 ms total)

[----------] 3 tests from TimeSeries
[ RUN      ] TimeSeries.set
[       OK ] TimeSeries.set (0 ms)
[ RUN      ] TimeSeries.sparsify
[       OK ] TimeSeries.sparsify (0 ms)
[ RUN      ] TimeSeries.truncate
[       OK ] TimeSeries.truncate (0 ms)
[----------] 3 tests from TimeSeries (1 ms total)

[----------] 3 tests from Reap
[ RUN      ] Reap.ChildProcess
[       OK ] Reap.ChildProcess (31 ms)
[ RUN      ] Reap.TerminatedChildProcess
[       OK ] Reap.TerminatedChildProcess (22 ms)
[ RUN      ] Reap.NonChildProcess
[       OK ] Reap.NonChildProcess (41 ms)
[----------] 3 tests from Reap (94 ms total)

[----------] 10 tests from Subprocess
[ RUN      ] Subprocess.status
[       OK ] Subprocess.status (124 ms)
[ RUN      ] Subprocess.environment
[       OK ] Subprocess.environment (62 ms)
[ RUN      ] Subprocess.environmentWithSpaces
[       OK ] Subprocess.environmentWithSpaces (31 ms)
[ RUN      ] Subprocess.setupStatus
[       OK ] Subprocess.setupStatus (62 ms)
[ RUN      ] Subprocess.input
[       OK ] Subprocess.input (31 ms)
[ RUN      ] Subprocess.setup
[       OK ] Subprocess.setup (31 ms)
[ RUN      ] Subprocess.output
[       OK ] Subprocess.output (61 ms)
[ RUN      ] Subprocess.splice
[       OK ] Subprocess.splice (31 ms)
[ RUN      ] Subprocess.environmentWithSpacesAndQuotes
[       OK ] Subprocess.environmentWithSpacesAndQuotes (31 ms)
[ RUN      ] Subprocess.environmentOverride
[       OK ] Subprocess.environmentOverride (31 ms)
[----------] 10 tests from Subprocess (495 ms total)

[----------] 4 tests from Shared
[ RUN      ] Shared.Reset
[       OK ] Shared.Reset (0 ms)
[ RUN      ] Shared.Own
[       OK ] Shared.Own (0 ms)
[ RUN      ] Shared.Null
[       OK ] Shared.Null (0 ms)
[ RUN      ] Shared.ConstAccess
[       OK ] Shared.ConstAccess (0 ms)
[----------] 4 tests from Shared (0 ms total)

[----------] Global test environment tear-down
[==========] 108 tests from 17 test cases ran. (1113 ms total)
[  PASSED  ] 108 tests.

  YOU HAVE 3 DISABLED TESTS

make[6]: Leaving directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/3rdparty/libprocess'>
make[5]: Leaving directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/3rdparty/libprocess'>
make[4]: Leaving directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/3rdparty/libprocess'>
make[4]: Entering directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/3rdparty'>
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/3rdparty'>
make[3]: Leaving directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/3rdparty'>
make[2]: Leaving directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/3rdparty'>
Making check in src
make[2]: Entering directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/src'>
make  check-am
make[3]: Entering directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/src'>
make  test-framework test-executor long-lived-framework long-lived-executor no-executor-framework balloon-framework balloon-executor mesos-tests  examples/python/test_framework.py examples/python/test-framework examples/python/test_executor.py examples/python/test-executor examples/python/test_containerizer.py examples/python/test-containerizer \
	  tests/balloon_framework_test.sh tests/test_framework_test.sh tests/no_executor_framework_test.sh tests/java_exception_test.sh tests/java_framework_test.sh tests/java_log_test.sh tests/python_framework_test.sh
make[4]: Entering directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/src'>
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated   -pthread -g -g2 -O2 -std=c++0x -MT examples/test_framework-test_framework.o -MD -MP -MF examples/.deps/test_framework-test_framework.Tpo -c -o examples/test_framework-test_framework.o `test -f 'examples/test_framework.cpp' || echo '../../src/'`examples/test_framework.cpp
mv -f examples/.deps/test_framework-test_framework.Tpo examples/.deps/test_framework-test_framework.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++ -pthread -g -g2 -O2 -std=c++0x   -o test-framework examples/test_framework-test_framework.o libmesos.la -lsasl2 -lcurl -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -std=c++0x -o .libs/test-framework examples/test_framework-test_framework.o  ./.libs/libmesos.so -lsasl2 /usr/lib/x86_64-linux-gnu/libcurl.so -lz -lrt -pthread -Wl,-rpath -Wl,<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib>
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated   -pthread -g -g2 -O2 -std=c++0x -MT examples/test_executor-test_executor.o -MD -MP -MF examples/.deps/test_executor-test_executor.Tpo -c -o examples/test_executor-test_executor.o `test -f 'examples/test_executor.cpp' || echo '../../src/'`examples/test_executor.cpp
mv -f examples/.deps/test_executor-test_executor.Tpo examples/.deps/test_executor-test_executor.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++ -pthread -g -g2 -O2 -std=c++0x   -o test-executor examples/test_executor-test_executor.o libmesos.la -lsasl2 -lcurl -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -std=c++0x -o .libs/test-executor examples/test_executor-test_executor.o  ./.libs/libmesos.so -lsasl2 /usr/lib/x86_64-linux-gnu/libcurl.so -lz -lrt -pthread -Wl,-rpath -Wl,<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib>
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated   -pthread -g -g2 -O2 -std=c++0x -MT examples/long_lived_framework-long_lived_framework.o -MD -MP -MF examples/.deps/long_lived_framework-long_lived_framework.Tpo -c -o examples/long_lived_framework-long_lived_framework.o `test -f 'examples/long_lived_framework.cpp' || echo '../../src/'`examples/long_lived_framework.cpp
mv -f examples/.deps/long_lived_framework-long_lived_framework.Tpo examples/.deps/long_lived_framework-long_lived_framework.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++ -pthread -g -g2 -O2 -std=c++0x   -o long-lived-framework examples/long_lived_framework-long_lived_framework.o libmesos.la -lsasl2 -lcurl -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -std=c++0x -o .libs/long-lived-framework examples/long_lived_framework-long_lived_framework.o  ./.libs/libmesos.so -lsasl2 /usr/lib/x86_64-linux-gnu/libcurl.so -lz -lrt -pthread -Wl,-rpath -Wl,<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib>
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated   -pthread -g -g2 -O2 -std=c++0x -MT examples/long_lived_executor-long_lived_executor.o -MD -MP -MF examples/.deps/long_lived_executor-long_lived_executor.Tpo -c -o examples/long_lived_executor-long_lived_executor.o `test -f 'examples/long_lived_executor.cpp' || echo '../../src/'`examples/long_lived_executor.cpp
mv -f examples/.deps/long_lived_executor-long_lived_executor.Tpo examples/.deps/long_lived_executor-long_lived_executor.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++ -pthread -g -g2 -O2 -std=c++0x   -o long-lived-executor examples/long_lived_executor-long_lived_executor.o libmesos.la -lsasl2 -lcurl -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -std=c++0x -o .libs/long-lived-executor examples/long_lived_executor-long_lived_executor.o  ./.libs/libmesos.so -lsasl2 /usr/lib/x86_64-linux-gnu/libcurl.so -lz -lrt -pthread -Wl,-rpath -Wl,<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib>
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated   -pthread -g -g2 -O2 -std=c++0x -MT examples/no_executor_framework-no_executor_framework.o -MD -MP -MF examples/.deps/no_executor_framework-no_executor_framework.Tpo -c -o examples/no_executor_framework-no_executor_framework.o `test -f 'examples/no_executor_framework.cpp' || echo '../../src/'`examples/no_executor_framework.cpp
mv -f examples/.deps/no_executor_framework-no_executor_framework.Tpo examples/.deps/no_executor_framework-no_executor_framework.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++ -pthread -g -g2 -O2 -std=c++0x   -o no-executor-framework examples/no_executor_framework-no_executor_framework.o libmesos.la -lsasl2 -lcurl -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -std=c++0x -o .libs/no-executor-framework examples/no_executor_framework-no_executor_framework.o  ./.libs/libmesos.so -lsasl2 /usr/lib/x86_64-linux-gnu/libcurl.so -lz -lrt -pthread -Wl,-rpath -Wl,<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib>
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated   -pthread -g -g2 -O2 -std=c++0x -MT examples/balloon_framework-balloon_framework.o -MD -MP -MF examples/.deps/balloon_framework-balloon_framework.Tpo -c -o examples/balloon_framework-balloon_framework.o `test -f 'examples/balloon_framework.cpp' || echo '../../src/'`examples/balloon_framework.cpp
mv -f examples/.deps/balloon_framework-balloon_framework.Tpo examples/.deps/balloon_framework-balloon_framework.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++ -pthread -g -g2 -O2 -std=c++0x   -o balloon-framework examples/balloon_framework-balloon_framework.o libmesos.la -lsasl2 -lcurl -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -std=c++0x -o .libs/balloon-framework examples/balloon_framework-balloon_framework.o  ./.libs/libmesos.so -lsasl2 /usr/lib/x86_64-linux-gnu/libcurl.so -lz -lrt -pthread -Wl,-rpath -Wl,<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib>
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated   -pthread -g -g2 -O2 -std=c++0x -MT examples/balloon_executor-balloon_executor.o -MD -MP -MF examples/.deps/balloon_executor-balloon_executor.Tpo -c -o examples/balloon_executor-balloon_executor.o `test -f 'examples/balloon_executor.cpp' || echo '../../src/'`examples/balloon_executor.cpp
mv -f examples/.deps/balloon_executor-balloon_executor.Tpo examples/.deps/balloon_executor-balloon_executor.Po
/bin/bash ../libtool --tag=CXX   --mode=link g++ -pthread -g -g2 -O2 -std=c++0x   -o balloon-executor examples/balloon_executor-balloon_executor.o libmesos.la -lsasl2 -lcurl -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -std=c++0x -o .libs/balloon-executor examples/balloon_executor-balloon_executor.o  ./.libs/libmesos.so -lsasl2 /usr/lib/x86_64-linux-gnu/libcurl.so -lz -lrt -pthread -Wl,-rpath -Wl,<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib>
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-allocator_tests.o -MD -MP -MF tests/.deps/mesos_tests-allocator_tests.Tpo -c -o tests/mesos_tests-allocator_tests.o `test -f 'tests/allocator_tests.cpp' || echo '../../src/'`tests/allocator_tests.cpp
mv -f tests/.deps/mesos_tests-allocator_tests.Tpo tests/.deps/mesos_tests-allocator_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-attributes_tests.o -MD -MP -MF tests/.deps/mesos_tests-attributes_tests.Tpo -c -o tests/mesos_tests-attributes_tests.o `test -f 'tests/attributes_tests.cpp' || echo '../../src/'`tests/attributes_tests.cpp
mv -f tests/.deps/mesos_tests-attributes_tests.Tpo tests/.deps/mesos_tests-attributes_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-authentication_tests.o -MD -MP -MF tests/.deps/mesos_tests-authentication_tests.Tpo -c -o tests/mesos_tests-authentication_tests.o `test -f 'tests/authentication_tests.cpp' || echo '../../src/'`tests/authentication_tests.cpp
mv -f tests/.deps/mesos_tests-authentication_tests.Tpo tests/.deps/mesos_tests-authentication_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-authorization_tests.o -MD -MP -MF tests/.deps/mesos_tests-authorization_tests.Tpo -c -o tests/mesos_tests-authorization_tests.o `test -f 'tests/authorization_tests.cpp' || echo '../../src/'`tests/authorization_tests.cpp
mv -f tests/.deps/mesos_tests-authorization_tests.Tpo tests/.deps/mesos_tests-authorization_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-containerizer.o -MD -MP -MF tests/.deps/mesos_tests-containerizer.Tpo -c -o tests/mesos_tests-containerizer.o `test -f 'tests/containerizer.cpp' || echo '../../src/'`tests/containerizer.cpp
mv -f tests/.deps/mesos_tests-containerizer.Tpo tests/.deps/mesos_tests-containerizer.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-containerizer_tests.o -MD -MP -MF tests/.deps/mesos_tests-containerizer_tests.Tpo -c -o tests/mesos_tests-containerizer_tests.o `test -f 'tests/containerizer_tests.cpp' || echo '../../src/'`tests/containerizer_tests.cpp
mv -f tests/.deps/mesos_tests-containerizer_tests.Tpo tests/.deps/mesos_tests-containerizer_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-environment.o -MD -MP -MF tests/.deps/mesos_tests-environment.Tpo -c -o tests/mesos_tests-environment.o `test -f 'tests/environment.cpp' || echo '../../src/'`tests/environment.cpp
mv -f tests/.deps/mesos_tests-environment.Tpo tests/.deps/mesos_tests-environment.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-examples_tests.o -MD -MP -MF tests/.deps/mesos_tests-examples_tests.Tpo -c -o tests/mesos_tests-examples_tests.o `test -f 'tests/examples_tests.cpp' || echo '../../src/'`tests/examples_tests.cpp
mv -f tests/.deps/mesos_tests-examples_tests.Tpo tests/.deps/mesos_tests-examples_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-exception_tests.o -MD -MP -MF tests/.deps/mesos_tests-exception_tests.Tpo -c -o tests/mesos_tests-exception_tests.o `test -f 'tests/exception_tests.cpp' || echo '../../src/'`tests/exception_tests.cpp
mv -f tests/.deps/mesos_tests-exception_tests.Tpo tests/.deps/mesos_tests-exception_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-fault_tolerance_tests.o -MD -MP -MF tests/.deps/mesos_tests-fault_tolerance_tests.Tpo -c -o tests/mesos_tests-fault_tolerance_tests.o `test -f 'tests/fault_tolerance_tests.cpp' || echo '../../src/'`tests/fault_tolerance_tests.cpp
mv -f tests/.deps/mesos_tests-fault_tolerance_tests.Tpo tests/.deps/mesos_tests-fault_tolerance_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-files_tests.o -MD -MP -MF tests/.deps/mesos_tests-files_tests.Tpo -c -o tests/mesos_tests-files_tests.o `test -f 'tests/files_tests.cpp' || echo '../../src/'`tests/files_tests.cpp
mv -f tests/.deps/mesos_tests-files_tests.Tpo tests/.deps/mesos_tests-files_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-flags.o -MD -MP -MF tests/.deps/mesos_tests-flags.Tpo -c -o tests/mesos_tests-flags.o `test -f 'tests/flags.cpp' || echo '../../src/'`tests/flags.cpp
mv -f tests/.deps/mesos_tests-flags.Tpo tests/.deps/mesos_tests-flags.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-gc_tests.o -MD -MP -MF tests/.deps/mesos_tests-gc_tests.Tpo -c -o tests/mesos_tests-gc_tests.o `test -f 'tests/gc_tests.cpp' || echo '../../src/'`tests/gc_tests.cpp
mv -f tests/.deps/mesos_tests-gc_tests.Tpo tests/.deps/mesos_tests-gc_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-isolator_tests.o -MD -MP -MF tests/.deps/mesos_tests-isolator_tests.Tpo -c -o tests/mesos_tests-isolator_tests.o `test -f 'tests/isolator_tests.cpp' || echo '../../src/'`tests/isolator_tests.cpp
mv -f tests/.deps/mesos_tests-isolator_tests.Tpo tests/.deps/mesos_tests-isolator_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-external_containerizer_test.o -MD -MP -MF tests/.deps/mesos_tests-external_containerizer_test.Tpo -c -o tests/mesos_tests-external_containerizer_test.o `test -f 'tests/external_containerizer_test.cpp' || echo '../../src/'`tests/external_containerizer_test.cpp
mv -f tests/.deps/mesos_tests-external_containerizer_test.Tpo tests/.deps/mesos_tests-external_containerizer_test.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-log_tests.o -MD -MP -MF tests/.deps/mesos_tests-log_tests.Tpo -c -o tests/mesos_tests-log_tests.o `test -f 'tests/log_tests.cpp' || echo '../../src/'`tests/log_tests.cpp
mv -f tests/.deps/mesos_tests-log_tests.Tpo tests/.deps/mesos_tests-log_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-logging_tests.o -MD -MP -MF tests/.deps/mesos_tests-logging_tests.Tpo -c -o tests/mesos_tests-logging_tests.o `test -f 'tests/logging_tests.cpp' || echo '../../src/'`tests/logging_tests.cpp
mv -f tests/.deps/mesos_tests-logging_tests.Tpo tests/.deps/mesos_tests-logging_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-main.o -MD -MP -MF tests/.deps/mesos_tests-main.Tpo -c -o tests/mesos_tests-main.o `test -f 'tests/main.cpp' || echo '../../src/'`tests/main.cpp
mv -f tests/.deps/mesos_tests-main.Tpo tests/.deps/mesos_tests-main.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-master_contender_detector_tests.o -MD -MP -MF tests/.deps/mesos_tests-master_contender_detector_tests.Tpo -c -o tests/mesos_tests-master_contender_detector_tests.o `test -f 'tests/master_contender_detector_tests.cpp' || echo '../../src/'`tests/master_contender_detector_tests.cpp
mv -f tests/.deps/mesos_tests-master_contender_detector_tests.Tpo tests/.deps/mesos_tests-master_contender_detector_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-master_tests.o -MD -MP -MF tests/.deps/mesos_tests-master_tests.Tpo -c -o tests/mesos_tests-master_tests.o `test -f 'tests/master_tests.cpp' || echo '../../src/'`tests/master_tests.cpp
mv -f tests/.deps/mesos_tests-master_tests.Tpo tests/.deps/mesos_tests-master_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-mesos.o -MD -MP -MF tests/.deps/mesos_tests-mesos.Tpo -c -o tests/mesos_tests-mesos.o `test -f 'tests/mesos.cpp' || echo '../../src/'`tests/mesos.cpp
mv -f tests/.deps/mesos_tests-mesos.Tpo tests/.deps/mesos_tests-mesos.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-monitor_tests.o -MD -MP -MF tests/.deps/mesos_tests-monitor_tests.Tpo -c -o tests/mesos_tests-monitor_tests.o `test -f 'tests/monitor_tests.cpp' || echo '../../src/'`tests/monitor_tests.cpp
mv -f tests/.deps/mesos_tests-monitor_tests.Tpo tests/.deps/mesos_tests-monitor_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-paths_tests.o -MD -MP -MF tests/.deps/mesos_tests-paths_tests.Tpo -c -o tests/mesos_tests-paths_tests.o `test -f 'tests/paths_tests.cpp' || echo '../../src/'`tests/paths_tests.cpp
mv -f tests/.deps/mesos_tests-paths_tests.Tpo tests/.deps/mesos_tests-paths_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-protobuf_io_tests.o -MD -MP -MF tests/.deps/mesos_tests-protobuf_io_tests.Tpo -c -o tests/mesos_tests-protobuf_io_tests.o `test -f 'tests/protobuf_io_tests.cpp' || echo '../../src/'`tests/protobuf_io_tests.cpp
mv -f tests/.deps/mesos_tests-protobuf_io_tests.Tpo tests/.deps/mesos_tests-protobuf_io_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-reconciliation_tests.o -MD -MP -MF tests/.deps/mesos_tests-reconciliation_tests.Tpo -c -o tests/mesos_tests-reconciliation_tests.o `test -f 'tests/reconciliation_tests.cpp' || echo '../../src/'`tests/reconciliation_tests.cpp
mv -f tests/.deps/mesos_tests-reconciliation_tests.Tpo tests/.deps/mesos_tests-reconciliation_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-registrar_tests.o -MD -MP -MF tests/.deps/mesos_tests-registrar_tests.Tpo -c -o tests/mesos_tests-registrar_tests.o `test -f 'tests/registrar_tests.cpp' || echo '../../src/'`tests/registrar_tests.cpp
mv -f tests/.deps/mesos_tests-registrar_tests.Tpo tests/.deps/mesos_tests-registrar_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-repair_tests.o -MD -MP -MF tests/.deps/mesos_tests-repair_tests.Tpo -c -o tests/mesos_tests-repair_tests.o `test -f 'tests/repair_tests.cpp' || echo '../../src/'`tests/repair_tests.cpp
mv -f tests/.deps/mesos_tests-repair_tests.Tpo tests/.deps/mesos_tests-repair_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-resource_offers_tests.o -MD -MP -MF tests/.deps/mesos_tests-resource_offers_tests.Tpo -c -o tests/mesos_tests-resource_offers_tests.o `test -f 'tests/resource_offers_tests.cpp' || echo '../../src/'`tests/resource_offers_tests.cpp
mv -f tests/.deps/mesos_tests-resource_offers_tests.Tpo tests/.deps/mesos_tests-resource_offers_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-resources_tests.o -MD -MP -MF tests/.deps/mesos_tests-resources_tests.Tpo -c -o tests/mesos_tests-resources_tests.o `test -f 'tests/resources_tests.cpp' || echo '../../src/'`tests/resources_tests.cpp
mv -f tests/.deps/mesos_tests-resources_tests.Tpo tests/.deps/mesos_tests-resources_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-sasl_tests.o -MD -MP -MF tests/.deps/mesos_tests-sasl_tests.Tpo -c -o tests/mesos_tests-sasl_tests.o `test -f 'tests/sasl_tests.cpp' || echo '../../src/'`tests/sasl_tests.cpp
mv -f tests/.deps/mesos_tests-sasl_tests.Tpo tests/.deps/mesos_tests-sasl_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"mesos\ 0.20.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\" -DVERSION=\"0.20.0\" -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 -DMESOS_HAS_JAVA=1 -DHAVE_PYTHON=\"2.7\" -DMESOS_HAS_PYTHON=1 -DHAVE_LIBZ=1 -DHAVE_LIBCURL=1 -DHAVE_LIBSASL2=1 -I. -I../../src   -Wall -Werror -DLIBDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/lib\"> -DPKGLIBEXECDIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/libexec/mesos\"> -DPKGDATADIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_inst/share/mesos\"> -I../../include -I../../3rdparty/libprocess/include -I../../3rdparty/libprocess/3rdparty/stout/include -I../include -I../3rdparty/libprocess/3rdparty/boost-1.53.0 -I../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src -I../3rdparty/libprocess/3rdparty/picojson-4f93734 -I../3rdparty/libprocess/3rdparty/glog-0.3.3/src -I../3rdparty/leveldb/include -I../3rdparty/zookeeper-3.4.5/src/c/include -I../3rdparty/zookeeper-3.4.5/src/c/generated  -DSOURCE_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/..\"> -DBUILD_DIR=\"<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build\"> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include -I/home/jenkins/tools/java/jdk1.6.0_20-64/include/linux -DZOOKEEPER_VERSION=\"3.4.5\"  -pthread -g -g2 -O2 -std=c++0x -MT tests/mesos_tests-scheduler_tests.o -MD -MP -MF tests/.deps/mesos_tests-scheduler_tests.Tpo -c -o tests/mesos_tests-scheduler_tests.o `test -f 'tests/scheduler_tests.cpp' || echo '../../src/'`tests/scheduler_tests.cpp
In file included from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/internal/gmock-internal-utils.h:47:0,
                 from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock-actions.h:46,
                 from ../3rdparty/libprocess/3rdparty/gmock-1.6.0/include/gmock/gmock.h:58,
                 from ../../src/tests/scheduler_tests.cpp:19:
../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h: In function 'testing::AssertionResult testing::internal::CmpHelperNE(const char*, const char*, const T1&, const T2&) [with T1 = unsigned int, T2 = int]':
../../src/tests/scheduler_tests.cpp:154:3:   instantiated from here
../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include/gtest/gtest.h:1445:1: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
cc1plus: all warnings being treated as errors
make[4]: *** [tests/mesos_tests-scheduler_tests.o] Error 1
make[4]: Leaving directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/src'>
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/src'>
make[2]: *** [check] Error 2
make[2]: Leaving directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build/src'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://builds.apache.org/job/Mesos-Ubuntu-distcheck/ws/build/mesos-0.20.0/_build'>
make: *** [distcheck] Error 1
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos-Ubuntu-distcheck #117

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Ubuntu-distcheck/117/changes>


Build failed in Jenkins: Mesos-Ubuntu-distcheck #116

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos-Ubuntu-distcheck/116/changes>

Changes:

[benjamin.hindman] Removed unsignedness from constant.

[benjamin.hindman] Removed newline (style failure).

[bmahler] Increased the registry store timeout for tests.

------------------------------------------
[...truncated 36417 lines...]
2014-06-04 03:00:56,978:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:00,314:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:03,651:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:06,987:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:10,323:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:13,660:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:16,994:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:20,330:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:23,667:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:27,002:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:30,338:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:33,675:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:37,011:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:40,347:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:43,684:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:47,020:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:50,357:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:53,693:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:01:57,029:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:00,366:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:03,702:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:07,039:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:10,375:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:13,712:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:17,048:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:20,385:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:23,721:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:27,057:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:30,394:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:33,730:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:37,067:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:40,403:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:43,737:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:47,073:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:50,409:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:53,746:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:02:57,082:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:00,419:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:03,755:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:07,091:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:10,428:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:13,763:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:17,100:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:20,436:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:23,773:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:27,109:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:30,445:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:33,782:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:37,118:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:40,455:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:43,791:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:47,127:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:50,464:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:53,800:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:03:57,137:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:00,471:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:03,807:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:07,144:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:10,480:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:13,816:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:17,153:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:20,489:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:23,826:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:27,162:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:30,499:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:33,835:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:37,171:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:40,508:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:43,844:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:47,178:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:50,515:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:53,851:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:04:57,188:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:00,524:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:03,860:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:07,194:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:10,531:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:13,867:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:17,203:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:20,540:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:23,876:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:27,213:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:30,549:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:33,885:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:37,222:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:40,558:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:43,895:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:47,231:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:50,568:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:53,904:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:05:57,241:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:00,577:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:03,914:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:07,250:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:10,587:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:13,920:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:17,257:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:20,593:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:23,929:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:27,266:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:30,602:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:33,939:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:37,275:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:40,611:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:43,948:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:47,284:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:50,621:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:53,957:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:06:57,294:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:00,630:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:03,966:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:07,303:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:10,639:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:13,974:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:17,311:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:20,647:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:23,982:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:27,318:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:30,654:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:33,991:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:37,327:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:40,664:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:44,000:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:47,337:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:50,673:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:54,010:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:07:57,346:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:00,682:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:04,019:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:07,355:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:10,692:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:14,028:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:17,364:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:20,701:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:24,037:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:27,374:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:30,710:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:34,047:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:37,383:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:40,719:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:44,056:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:47,392:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:50,729:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:54,065:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:08:57,401:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:00,738:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:04,074:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:07,410:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:10,746:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:14,083:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:17,418:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:20,755:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:24,091:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:27,428:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:30,764:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:34,100:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:37,436:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:40,772:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:44,109:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:47,445:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:50,782:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:54,118:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:09:57,454:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:00,791:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:04,127:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:07,464:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:10,800:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:14,136:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:17,473:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:20,809:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:24,146:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:27,482:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:30,819:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:34,155:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:37,491:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:40,828:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:44,164:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:47,501:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:50,837:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:54,173:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:10:57,510:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:00,846:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:04,183:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:07,519:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:10,856:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:14,192:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:17,528:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:20,865:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:24,201:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:27,538:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:30,872:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:34,209:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:37,545:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:40,881:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:44,218:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:47,554:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:50,891:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:54,227:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:11:57,564:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:00,900:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:04,236:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:07,573:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:10,909:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:14,245:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:17,581:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:20,918:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:24,254:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:27,589:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:30,926:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:34,262:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:37,599:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:40,935:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:44,272:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:47,606:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:50,943:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:54,279:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:12:57,616:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:00,950:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:04,287:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:07,621:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:10,957:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:14,294:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:17,630:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:20,967:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:24,303:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:27,640:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:30,976:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:34,313:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:37,649:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:40,985:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:44,322:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:47,658:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:50,995:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:54,331:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:13:57,668:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:14:01,004:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:14:04,341:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:14:07,674:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:14:11,011:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:14:14,347:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
2014-06-04 03:14:17,684:8548(0x2af425395700):ZOO_ERROR@handle_socket_error_msg@1697: Socket [127.0.0.1:55960] zk retcode=-4, errno=111(Connection refused): server refused to accept the client
Build timed out (after 120 minutes). Marking the build as failed.
Build was aborted
make[1]: *** wait: No child processesmake: .  Stop.
*** [distcheck] Terminatedmake[1]: *** Waiting for unfinished jobs....

make[1]: *** wait: No child processes.  Stop.
make[4]: *** [check-local] Error 143
make[3]: *** [check-am] Terminated