You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by "Tse, Philip" <Ph...@VerizonWireless.com> on 2013/10/15 22:41:14 UTC

Help with make check errors on mesos-0.13.0 on ubuntu-12.04

Hi,

Newbie trying to get mesos-0.13.0 to build and installed.  I go it to configure and make without errors-passed all test from make except one that it said was disabled.  When I move on to try make check, I got this error:

make check

make[3]: Entering directory `/opt/mesos-0.13.0/build/src'
./mesos-tests
Source directory: /opt/mesos-0.13.0
Build directory: /opt/mesos-0.13.0/build
Note: Google Test filter = *-
[==========] Running 209 tests from 41 test cases.
[----------] Global test environment set-up.
[----------] 12 tests from MasterTest
[ RUN      ] MasterTest.TaskRunning
F1015 12:35:28.310546  1316 resources.cpp:189] Bad type for resource
ports text (null) type 3
*** Check failure stack trace: ***
make[3]: *** [check-local] Aborted


I also unable to get mesos-0.12.0 nor mesos-0.12.1 to build and install.  I have gone the furthest with Mesos-0.13.0.

Any suggestions will be appreciated.  Thanks in advance for all your help.

Phil



Re: Help with make check errors on mesos-0.13.0 on ubuntu-12.04

Posted by Vinod Kone <vi...@gmail.com>.
Can you run it in verbose mode and email the output?

MESOS_VERBOSE=1 make check


On Tue, Oct 15, 2013 at 1:41 PM, Tse, Philip <Philip.Tse@verizonwireless.com
> wrote:

>  Hi,****
>
> ** **
>
> Newbie trying to get mesos-0.13.0 to build and installed.  I go it to
> configure and make without errors—passed all test from make except one that
> it said was disabled.  When I move on to try make check, I got this error:
> ****
>
> ** **
>
> make check****
>
> ** **
>
> make[3]: Entering directory `/opt/mesos-0.13.0/build/src'****
>
> ./mesos-tests****
>
> Source directory: /opt/mesos-0.13.0****
>
> Build directory: /opt/mesos-0.13.0/build****
>
> Note: Google Test filter = *-****
>
> [==========] Running 209 tests from 41 test cases.****
>
> [----------] Global test environment set-up.****
>
> [----------] 12 tests from MasterTest****
>
> [ RUN      ] MasterTest.TaskRunning****
>
> F1015 12:35:28.310546  1316 resources.cpp:189] Bad type for resource****
>
> ports text (null) type 3****
>
> *** Check failure stack trace: *******
>
> make[3]: *** [check-local] Aborted****
>
> ** **
>
> ** **
>
> I also unable to get mesos-0.12.0 nor mesos-0.12.1 to build and install.
> I have gone the furthest with Mesos-0.13.0.****
>
> ** **
>
> Any suggestions will be appreciated.  Thanks in advance for all your help.
> ****
>
> ** **
>
> Phil****
>
> ** **
>
> ** **
>

Re: Help with make check errors on mesos-0.13.0 on ubuntu-12.04

Posted by Vinod Kone <vi...@gmail.com>.
This is bizarre. I was able to repro this on a 32 bit ubuntu 12.04 but not
on 64 bit ubuntu 12.04.

>From the looks of it, the wrong Resources::parse() overload is getting
called from Slave::initialize(). Instead of "Resources::parse(const string&
s)",  "Resources::parse(const std::string& name, const std::string& text)"
overload is getting called. I'm not yet sure why!

Mind filing a bug?

In the meanwhile I recommend using a 64 bit system. That's what we
develop/test mesos on.

HTH,


On Tue, Oct 15, 2013 at 2:57 PM, Tse, Philip <Philip.Tse@verizonwireless.com
> wrote:

>  Hi Vinod,****
>
> Thanks for the reply. Here is the make check output:****
>
> ** **
>
> root@Ubuntu-VirtualBox:/opt/mesos-0.13.0/build# MESOS_VERBOSE=1****
>
> root@Ubuntu-VirtualBox:/opt/mesos-0.13.0/build# make check****
>
> Making check in .****
>
> make[1]: Entering directory `/opt/mesos-0.13.0/build'****
>
> make[1]: Nothing to be done for `check-am'.****
>
> make[1]: Leaving directory `/opt/mesos-0.13.0/build'****
>
> Making check in 3rdparty****
>
> make[1]: Entering directory `/opt/mesos-0.13.0/build/3rdparty'****
>
> make  check-recursive****
>
> make[2]: Entering directory `/opt/mesos-0.13.0/build/3rdparty'****
>
> Making check in libprocess****
>
> make[3]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'*
> ***
>
> Making check in 3rdparty****
>
> make[4]: Entering directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'****
>
> make  check-recursive****
>
> make[5]: Entering directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'****
>
> Making check in stout****
>
> make[6]: Entering directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty/stout'****
>
> make[6]: Nothing to be done for `check'.****
>
> make[6]: Leaving directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty/stout'****
>
> make[6]: Entering directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'****
>
> make  libgmock.la stout-tests****
>
> make[7]: Entering directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'****
>
> make[7]: `libgmock.la' is up to date.****
>
> make[7]: `stout-tests' is up to date.****
>
> make[7]: Leaving directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'****
>
> make  check-local****
>
> make[7]: Entering directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'****
>
> ./stout-tests****
>
> [==========] Running 69 tests from 15 test cases.****
>
> [----------] Global test environment set-up.****
>
> [----------] 1 test from Stout****
>
> [ RUN      ] Stout.Bytes****
>
> [       OK ] Stout.Bytes (0 ms)****
>
> [----------] 1 test from Stout (0 ms total)****
>
> ** **
>
> [----------] 4 tests from DurationTest****
>
> [ RUN      ] DurationTest.Comparison****
>
> [       OK ] DurationTest.Comparison (0 ms)****
>
> [ RUN      ] DurationTest.ParseAndTry****
>
> [       OK ] DurationTest.ParseAndTry (0 ms)****
>
> [ RUN      ] DurationTest.Arithmetic****
>
> [       OK ] DurationTest.Arithmetic (0 ms)****
>
> [ RUN      ] DurationTest.OutputFormat****
>
> [       OK ] DurationTest.OutputFormat (0 ms)****
>
> [----------] 4 tests from DurationTest (1 ms total)****
>
> ** **
>
> [----------] 1 test from ErrorTest****
>
> [ RUN      ] ErrorTest.Test****
>
> [       OK ] ErrorTest.Test (0 ms)****
>
> [----------] 1 test from ErrorTest (1 ms total)****
>
> ** **
>
> [----------] 10 tests from FlagsTest****
>
> [ RUN      ] FlagsTest.Load****
>
> [       OK ] FlagsTest.Load (0 ms)****
>
> [ RUN      ] FlagsTest.Add****
>
> [       OK ] FlagsTest.Add (0 ms)****
>
> [ RUN      ] FlagsTest.Flags****
>
> [       OK ] FlagsTest.Flags (0 ms)****
>
> [ RUN      ] FlagsTest.LoadFromEnvironment****
>
> [       OK ] FlagsTest.LoadFromEnvironment (0 ms)****
>
> [ RUN      ] FlagsTest.LoadFromCommandLine****
>
> [       OK ] FlagsTest.LoadFromCommandLine (0 ms)****
>
> [ RUN      ] FlagsTest.DuplicatesFromEnvironment****
>
> [       OK ] FlagsTest.DuplicatesFromEnvironment (0 ms)****
>
> [ RUN      ] FlagsTest.DuplicatesFromCommandLine****
>
> [       OK ] FlagsTest.DuplicatesFromCommandLine (0 ms)****
>
> [ RUN      ] FlagsTest.Errors****
>
> [       OK ] FlagsTest.Errors (0 ms)****
>
> [ RUN      ] FlagsTest.Usage****
>
> [       OK ] FlagsTest.Usage (0 ms)****
>
> [ RUN      ] FlagsTest.Duration****
>
> [       OK ] FlagsTest.Duration (0 ms)****
>
> [----------] 10 tests from FlagsTest (4 ms total)****
>
> ** **
>
> [----------] 1 test from GzipTest****
>
> [ RUN      ] GzipTest.CompressDecompressString****
>
> [       OK ] GzipTest.CompressDecompressString (182 ms)****
>
> [----------] 1 test from GzipTest (183 ms total)****
>
> ** **
>
> [----------] 1 test from HashsetTest****
>
> [ RUN      ] HashsetTest.Insert****
>
> [       OK ] HashsetTest.Insert (0 ms)****
>
> [----------] 1 test from HashsetTest (0 ms total)****
>
> ** **
>
> [----------] 1 test from JsonTest****
>
> [ RUN      ] JsonTest.BinaryData****
>
> [       OK ] JsonTest.BinaryData (0 ms)****
>
> [----------] 1 test from JsonTest (0 ms total)****
>
> ** **
>
> [----------] 6 tests from MultimapTest/0, where TypeParam =****
>
> Multimap<std::string, unsigned short>****
>
> [ RUN      ] MultimapTest/0.Put****
>
> [       OK ] MultimapTest/0.Put (0 ms)****
>
> [ RUN      ] MultimapTest/0.Remove****
>
> [       OK ] MultimapTest/0.Remove (0 ms)****
>
> [ RUN      ] MultimapTest/0.Size****
>
> [       OK ] MultimapTest/0.Size (0 ms)****
>
> [ RUN      ] MultimapTest/0.Keys****
>
> [       OK ] MultimapTest/0.Keys (0 ms)****
>
> [ RUN      ] MultimapTest/0.Iterator****
>
> [       OK ] MultimapTest/0.Iterator (0 ms)****
>
> [ RUN      ] MultimapTest/0.Foreach****
>
> [       OK ] MultimapTest/0.Foreach (0 ms)****
>
> [----------] 6 tests from MultimapTest/0 (2 ms total)****
>
> ** **
>
> [----------] 6 tests from MultimapTest/1, where TypeParam =****
>
> multihashmap<std::string, unsigned short>****
>
> [ RUN      ] MultimapTest/1.Put****
>
> [       OK ] MultimapTest/1.Put (0 ms)****
>
> [ RUN      ] MultimapTest/1.Remove****
>
> [       OK ] MultimapTest/1.Remove (0 ms)****
>
> [ RUN      ] MultimapTest/1.Size****
>
> [       OK ] MultimapTest/1.Size (0 ms)****
>
> [ RUN      ] MultimapTest/1.Keys****
>
> [       OK ] MultimapTest/1.Keys (0 ms)****
>
> [ RUN      ] MultimapTest/1.Iterator****
>
> [       OK ] MultimapTest/1.Iterator (0 ms)****
>
> [ RUN      ] MultimapTest/1.Foreach****
>
> [       OK ] MultimapTest/1.Foreach (0 ms)****
>
> [----------] 6 tests from MultimapTest/1 (1 ms total)****
>
> ** **
>
> [----------] 1 test from NoneTest****
>
> [ RUN      ] NoneTest.Test****
>
> [       OK ] NoneTest.Test (0 ms)****
>
> [----------] 1 test from NoneTest (0 ms total)****
>
> ** **
>
> [----------] 9 tests from OsTest****
>
> [ RUN      ] OsTest.rmdir****
>
> [       OK ] OsTest.rmdir (1 ms)****
>
> [ RUN      ] OsTest.nonblock****
>
> [       OK ] OsTest.nonblock (0 ms)****
>
> [ RUN      ] OsTest.touch****
>
> [       OK ] OsTest.touch (1 ms)****
>
> [ RUN      ] OsTest.readWriteString****
>
> [       OK ] OsTest.readWriteString (2 ms)****
>
> [ RUN      ] OsTest.find****
>
> [       OK ] OsTest.find (1 ms)****
>
> [ RUN      ] OsTest.uname****
>
> [       OK ] OsTest.uname (0 ms)****
>
> [ RUN      ] OsTest.sysname****
>
> [       OK ] OsTest.sysname (0 ms)****
>
> [ RUN      ] OsTest.release****
>
> [       OK ] OsTest.release (0 ms)****
>
> [ RUN      ] OsTest.sleep****
>
> [       OK ] OsTest.sleep (11 ms)****
>
> [----------] 9 tests from OsTest (27 ms total)****
>
> ** **
>
> [----------] 21 tests from StringsTest****
>
> [ RUN      ] StringsTest.Format****
>
> [       OK ] StringsTest.Format (0 ms)****
>
> [ RUN      ] StringsTest.Remove****
>
> [       OK ] StringsTest.Remove (0 ms)****
>
> [ RUN      ] StringsTest.Replace****
>
> [       OK ] StringsTest.Replace (0 ms)****
>
> [ RUN      ] StringsTest.Trim****
>
> [       OK ] StringsTest.Trim (0 ms)****
>
> [ RUN      ] StringsTest.Tokenize****
>
> [       OK ] StringsTest.Tokenize (0 ms)****
>
> [ RUN      ] StringsTest.TokenizeStringWithDelimsAtStart****
>
> [       OK ] StringsTest.TokenizeStringWithDelimsAtStart (0 ms)****
>
> [ RUN      ] StringsTest.TokenizeStringWithDelimsAtEnd****
>
> [       OK ] StringsTest.TokenizeStringWithDelimsAtEnd (0 ms)****
>
> [ RUN      ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd****
>
> [       OK ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd (0 ms)****
>
> [ RUN      ] StringsTest.TokenizeWithMultipleDelims****
>
> [       OK ] StringsTest.TokenizeWithMultipleDelims (0 ms)****
>
> [ RUN      ] StringsTest.TokenizeEmptyString****
>
> [       OK ] StringsTest.TokenizeEmptyString (0 ms)****
>
> [ RUN      ] StringsTest.TokenizeDelimOnlyString****
>
> [       OK ] StringsTest.TokenizeDelimOnlyString (0 ms)****
>
> [ RUN      ] StringsTest.SplitEmptyString****
>
> [       OK ] StringsTest.SplitEmptyString (0 ms)****
>
> [ RUN      ] StringsTest.SplitDelimOnlyString****
>
> [       OK ] StringsTest.SplitDelimOnlyString (0 ms)****
>
> [ RUN      ] StringsTest.Split****
>
> [       OK ] StringsTest.Split (0 ms)****
>
> [ RUN      ] StringsTest.SplitStringWithDelimsAtStart****
>
> [       OK ] StringsTest.SplitStringWithDelimsAtStart (0 ms)****
>
> [ RUN      ] StringsTest.SplitStringWithDelimsAtEnd****
>
> [       OK ] StringsTest.SplitStringWithDelimsAtEnd (0 ms)****
>
> [ RUN      ] StringsTest.SplitStringWithDelimsAtStartAndEnd****
>
> [       OK ] StringsTest.SplitStringWithDelimsAtStartAndEnd (0 ms)****
>
> [ RUN      ] StringsTest.SplitWithMultipleDelims****
>
> [       OK ] StringsTest.SplitWithMultipleDelims (0 ms)****
>
> [ RUN      ] StringsTest.Pairs****
>
> [       OK ] StringsTest.Pairs (0 ms)****
>
> [ RUN      ] StringsTest.StartsWith****
>
> [       OK ] StringsTest.StartsWith (0 ms)****
>
> [ RUN      ] StringsTest.Contains****
>
> [       OK ] StringsTest.Contains (0 ms)****
>
> [----------] 21 tests from StringsTest (5 ms total)****
>
> ** **
>
> [----------] 1 test from Thread****
>
> [ RUN      ] Thread.local****
>
> [       OK ] Thread.local (0 ms)****
>
> [----------] 1 test from Thread (0 ms total)****
>
> ** **
>
> [----------] 1 test from UUIDTest****
>
> [ RUN      ] UUIDTest.test****
>
> [       OK ] UUIDTest.test (1 ms)****
>
> [----------] 1 test from UUIDTest (1 ms total)****
>
> ** **
>
> [----------] 5 tests from ProcTest****
>
> [ RUN      ] ProcTest.pids****
>
> [       OK ] ProcTest.pids (2 ms)****
>
> [ RUN      ] ProcTest.children****
>
> [       OK ] ProcTest.children (79 ms)****
>
> [ RUN      ] ProcTest.cpus****
>
> [       OK ] ProcTest.cpus (0 ms)****
>
> [ RUN      ] ProcTest.SystemStatus****
>
> [       OK ] ProcTest.SystemStatus (0 ms)****
>
> [ RUN      ] ProcTest.ProcessStatus****
>
> [       OK ] ProcTest.ProcessStatus (0 ms)****
>
> [----------] 5 tests from ProcTest (87 ms total)****
>
> ** **
>
> [----------] Global test environment tear-down****
>
> [==========] 69 tests from 15 test cases ran. (317 ms total)****
>
> [  PASSED  ] 69 tests.****
>
> make[7]: Leaving directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'****
>
> make[6]: Leaving directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'****
>
> make[5]: Leaving directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'****
>
> make[4]: Leaving directory****
>
> `/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'****
>
> Making check in .****
>
> make[4]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'*
> ***
>
> make  tests****
>
> make[5]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'*
> ***
>
> make[5]: `tests' is up to date.****
>
> make[5]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'**
> **
>
> make  check-local****
>
> make[5]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'*
> ***
>
> ./tests****
>
> [==========] Running 46 tests from 7 test cases.****
>
> [----------] Global test environment set-up.****
>
> [----------] 3 tests from Decoder****
>
> [ RUN      ] Decoder.Request****
>
> [       OK ] Decoder.Request (0 ms)****
>
> [ RUN      ] Decoder.RequestHeaderContinuation****
>
> [       OK ] Decoder.RequestHeaderContinuation (0 ms)****
>
> [ RUN      ] Decoder.Response****
>
> [       OK ] Decoder.Response (0 ms)****
>
> [----------] 3 tests from Decoder (1 ms total)****
>
> ** **
>
> [----------] 2 tests from Encoder****
>
> [ RUN      ] Encoder.Response****
>
> [       OK ] Encoder.Response (0 ms)****
>
> [ RUN      ] Encoder.AcceptableEncodings****
>
> [       OK ] Encoder.AcceptableEncodings (1 ms)****
>
> [----------] 2 tests from Encoder (1 ms total)****
>
> ** **
>
> [----------] 2 tests from HTTP****
>
> [ RUN      ] HTTP.Endpoints****
>
> [       OK ] HTTP.Endpoints (4 ms)****
>
> [ RUN      ] HTTP.Encode****
>
> [       OK ] HTTP.Encode (0 ms)****
>
> [----------] 2 tests from HTTP (4 ms total)****
>
> ** **
>
> [----------] 3 tests from IO****
>
> [ RUN      ] IO.Poll****
>
> [       OK ] IO.Poll (0 ms)****
>
> [ RUN      ] IO.Read****
>
> [       OK ] IO.Read (5 ms)****
>
> [ RUN      ] IO.BufferedRead****
>
> [       OK ] IO.BufferedRead (19 ms)****
>
> [----------] 3 tests from IO (25 ms total)****
>
> ** **
>
> [----------] 29 tests from Process****
>
> [ RUN      ] Process.event****
>
> [       OK ] Process.event (0 ms)****
>
> [ RUN      ] Process.future****
>
> [       OK ] Process.future (0 ms)****
>
> [ RUN      ] Process.associate****
>
> [       OK ] Process.associate (1 ms)****
>
> [ RUN      ] Process.onAny****
>
> [       OK ] Process.onAny (4 ms)****
>
> [ RUN      ] Process.then****
>
> [       OK ] Process.then (8 ms)****
>
> [ RUN      ] Process.chain****
>
> [       OK ] Process.chain (0 ms)****
>
> [ RUN      ] Process.spawn****
>
> [       OK ] Process.spawn (9 ms)****
>
> [ RUN      ] Process.dispatch****
>
> [       OK ] Process.dispatch (0 ms)****
>
> [ RUN      ] Process.defer1****
>
> [       OK ] Process.defer1 (14 ms)****
>
> [ RUN      ] Process.defer2****
>
> [       OK ] Process.defer2 (0 ms)****
>
> [ RUN      ] Process.defer3****
>
> [       OK ] Process.defer3 (2 ms)****
>
> [ RUN      ] Process.handlers****
>
> [       OK ] Process.handlers (10 ms)****
>
> [ RUN      ] Process.expect****
>
> [       OK ] Process.expect (0 ms)****
>
> [ RUN      ] Process.action****
>
> [       OK ] Process.action (0 ms)****
>
> [ RUN      ] Process.inheritance****
>
> [       OK ] Process.inheritance (0 ms)****
>
> [ RUN      ] Process.thunk****
>
> [       OK ] Process.thunk (0 ms)****
>
> [ RUN      ] Process.delegate****
>
> [       OK ] Process.delegate (1 ms)****
>
> [ RUN      ] Process.delay****
>
> [       OK ] Process.delay (5 ms)****
>
> [ RUN      ] Process.order****
>
> [       OK ] Process.order (23 ms)****
>
> [ RUN      ] Process.donate****
>
> [       OK ] Process.donate (0 ms)****
>
> [ RUN      ] Process.exited****
>
> [       OK ] Process.exited (23 ms)****
>
> [ RUN      ] Process.select****
>
> [       OK ] Process.select (0 ms)****
>
> [ RUN      ] Process.collect****
>
> [       OK ] Process.collect (1 ms)****
>
> [ RUN      ] Process.settle****
>
> [       OK ] Process.settle (31 ms)****
>
> [ RUN      ] Process.pid****
>
> [       OK ] Process.pid (0 ms)****
>
> [ RUN      ] Process.listener****
>
> [       OK ] Process.listener (1 ms)****
>
> [ RUN      ] Process.executor****
>
> [       OK ] Process.executor (18 ms)****
>
> [ RUN      ] Process.remote****
>
> [       OK ] Process.remote (16 ms)****
>
> [ RUN      ] Process.async****
>
> [       OK ] Process.async (8 ms)****
>
> [----------] 29 tests from Process (205 ms total)****
>
> ** **
>
> [----------] 4 tests from Statistics****
>
> [ RUN      ] Statistics.set****
>
> [       OK ] Statistics.set (14 ms)****
>
> [ RUN      ] Statistics.truncate****
>
> [       OK ] Statistics.truncate (11 ms)****
>
> [ RUN      ] Statistics.meter****
>
> [       OK ] Statistics.meter (0 ms)****
>
> [ RUN      ] Statistics.archive****
>
> [       OK ] Statistics.archive (20 ms)****
>
> [----------] 4 tests from Statistics (47 ms total)****
>
> ** **
>
> [----------] 3 tests from TimeTest****
>
> [ RUN      ] TimeTest.Arithmetic****
>
> [       OK ] TimeTest.Arithmetic (0 ms)****
>
> [ RUN      ] TimeTest.Now****
>
> [       OK ] TimeTest.Now (0 ms)****
>
> [ RUN      ] TimeTest.Output****
>
> [       OK ] TimeTest.Output (0 ms)****
>
> ** **
>
> [----------] Global test environment tear-down****
>
> [==========] 46 tests from 7 test cases ran. (287 ms total)****
>
> [  PASSED  ] 46 tests.****
>
> ** **
>
>   YOU HAVE 1 DISABLED TEST****
>
> ** **
>
> make[5]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'**
> **
>
> make[4]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'**
> **
>
> make[3]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'**
> **
>
> make[3]: Entering directory `/opt/mesos-0.13.0/build/3rdparty'****
>
> make[3]: Nothing to be done for `check-am'.****
>
> make[3]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty'****
>
> make[2]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty'****
>
> make[1]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty'****
>
> Making check in src****
>
> make[1]: Entering directory `/opt/mesos-0.13.0/build/src'****
>
> /usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \****
>
>           ../protobuf-2.4.1.jar:java/classes       \****
>
>           org.apache.mesos.MesosSchedulerDriver****
>
> /usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \****
>
>           ../protobuf-2.4.1.jar:java/classes       \****
>
>           org.apache.mesos.MesosExecutorDriver****
>
> /usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \****
>
>           ../protobuf-2.4.1.jar:java/classes org.apache.mesos.Log****
>
> /usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \****
>
>           ../protobuf-2.4.1.jar:java/classes****
>
> org.apache.mesos.state.Variable****
>
> /usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \****
>
>           ../protobuf-2.4.1.jar:java/classes****
>
> org.apache.mesos.state.ZooKeeperState****
>
> make  check-am****
>
> make[2]: Entering directory `/opt/mesos-0.13.0/build/src'****
>
> /usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \****
>
>           ../protobuf-2.4.1.jar:java/classes org.apache.mesos.Log****
>
> /usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \****
>
>           ../protobuf-2.4.1.jar:java/classes       \****
>
>           org.apache.mesos.MesosSchedulerDriver****
>
> /usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \****
>
>           ../protobuf-2.4.1.jar:java/classes       \****
>
>           org.apache.mesos.MesosExecutorDriver****
>
> 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 \****
>
>      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/python_framework_test.sh****
>
> tests/killtree_test.sh****
>
> make[3]: Entering directory `/opt/mesos-0.13.0/build/src'****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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****
>
> /usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \****
>
>           ../protobuf-2.4.1.jar:java/classes org.apache.mesos.Log****
>
> /usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \****
>
>           ../protobuf-2.4.1.jar:java/classes       \****
>
>           org.apache.mesos.MesosSchedulerDriver****
>
> /usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \****
>
>           ../protobuf-2.4.1.jar:java/classes       \****
>
>           org.apache.mesos.MesosExecutorDriver****
>
> /bin/bash ../libtool  --tag=CXX   --mode=link g++ -pthread -g -g2 -O2****
>
> -o test-framework examples/test_framework-test_framework.o libmesos.la****
>
> -lcurl -lssl -lcrypto -lz  -lrt****
>
> libtool: link: g++ -pthread -g -g2 -O2 -o .libs/test-framework****
>
> examples/test_framework-test_framework.o  ./.libs/libmesos.so****
>
> -L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread****
>
> /usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt****
>
> -pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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****
>
> -o test-executor examples/test_executor-test_executor.o libmesos.la****
>
> -lcurl -lssl -lcrypto -lz  -lrt****
>
> libtool: link: g++ -pthread -g -g2 -O2 -o .libs/test-executor****
>
> examples/test_executor-test_executor.o  ./.libs/libmesos.so****
>
> -L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread****
>
> /usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt****
>
> -pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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****
>
> -o long-lived-framework****
>
> examples/long_lived_framework-long_lived_framework.o libmesos.la -lcurl***
> *
>
> -lssl -lcrypto -lz  -lrt****
>
> libtool: link: g++ -pthread -g -g2 -O2 -o .libs/long-lived-framework****
>
> examples/long_lived_framework-long_lived_framework.o  ./.libs/libmesos.so*
> ***
>
> -L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread****
>
> /usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt****
>
> -pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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****
>
> -o long-lived-executor examples/long_lived_executor-long_lived_executor.o*
> ***
>
> libmesos.la -lcurl -lssl -lcrypto -lz  -lrt****
>
> libtool: link: g++ -pthread -g -g2 -O2 -o .libs/long-lived-executor****
>
> examples/long_lived_executor-long_lived_executor.o  ./.libs/libmesos.so***
> *
>
> -L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread****
>
> /usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt****
>
> -pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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****
>
> -o no-executor-framework****
>
> examples/no_executor_framework-no_executor_framework.o libmesos.la -lcurl*
> ***
>
> -lssl -lcrypto -lz  -lrt****
>
> libtool: link: g++ -pthread -g -g2 -O2 -o .libs/no-executor-framework****
>
> examples/no_executor_framework-no_executor_framework.o****
>
> ./.libs/libmesos.so -L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server****
>
> -lpthread /usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz****
>
> -lrt -pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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****
>
> -o balloon-framework examples/balloon_framework-balloon_framework.o****
>
> libmesos.la -lcurl -lssl -lcrypto -lz  -lrt****
>
> libtool: link: g++ -pthread -g -g2 -O2 -o .libs/balloon-framework****
>
> examples/balloon_framework-balloon_framework.o  ./.libs/libmesos.so****
>
> -L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread****
>
> /usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt****
>
> -pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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****
>
> -o balloon-executor examples/balloon_executor-balloon_executor.o****
>
> libmesos.la -lcurl -lssl -lcrypto -lz  -lrt****
>
> libtool: link: g++ -pthread -g -g2 -O2 -o .libs/balloon-executor****
>
> examples/balloon_executor-balloon_executor.o  ./.libs/libmesos.so****
>
> -L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread****
>
> /usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt****
>
> -pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -MT tests/mesos_tests-state_tests.o -MD -MP -MF****
>
> tests/.deps/mesos_tests-state_tests.Tpo -c -o****
>
> tests/mesos_tests-state_tests.o `test -f 'tests/state_tests.cpp' || echo**
> **
>
> '../../src/'`tests/state_tests.cpp****
>
> mv -f tests/.deps/mesos_tests-state_tests.Tpo****
>
> tests/.deps/mesos_tests-state_tests.Po****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -MT tests/mesos_tests-slave_recovery_tests.o -MD -MP**
> **
>
> -MF tests/.deps/mesos_tests-slave_recovery_tests.Tpo -c -o****
>
> tests/mesos_tests-slave_recovery_tests.o `test -f****
>
> 'tests/slave_recovery_tests.cpp' || echo****
>
> '../../src/'`tests/slave_recovery_tests.cpp****
>
> mv -f tests/.deps/mesos_tests-slave_recovery_tests.Tpo****
>
> tests/.deps/mesos_tests-slave_recovery_tests.Po****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -MT tests/mesos_tests-status_update_manager_tests.o***
> *
>
> -MD -MP -MF tests/.deps/mesos_tests-status_update_manager_tests.Tpo -c -o*
> ***
>
> tests/mesos_tests-status_update_manager_tests.o `test -f****
>
> 'tests/status_update_manager_tests.cpp' || echo****
>
> '../../src/'`tests/status_update_manager_tests.cpp****
>
> mv -f tests/.deps/mesos_tests-status_update_manager_tests.Tpo****
>
> tests/.deps/mesos_tests-status_update_manager_tests.Po****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -MT tests/mesos_tests-master_detector_tests.o -MD -MP*
> ***
>
> -MF tests/.deps/mesos_tests-master_detector_tests.Tpo -c -o****
>
> tests/mesos_tests-master_detector_tests.o `test -f****
>
> 'tests/master_detector_tests.cpp' || echo****
>
> '../../src/'`tests/master_detector_tests.cpp****
>
> mv -f tests/.deps/mesos_tests-master_detector_tests.Tpo****
>
> tests/.deps/mesos_tests-master_detector_tests.Po****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -MT tests/mesos_tests-sorter_tests.o -MD -MP -MF****
>
> tests/.deps/mesos_tests-sorter_tests.Tpo -c -o****
>
> tests/mesos_tests-sorter_tests.o `test -f 'tests/sorter_tests.cpp' ||****
>
> echo '../../src/'`tests/sorter_tests.cpp****
>
> mv -f tests/.deps/mesos_tests-sorter_tests.Tpo****
>
> tests/.deps/mesos_tests-sorter_tests.Po****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -MT tests/mesos_tests-cgroups_isolator_tests.o -MD****
>
> -MP -MF tests/.deps/mesos_tests-cgroups_isolator_tests.Tpo -c -o****
>
> tests/mesos_tests-cgroups_isolator_tests.o `test -f****
>
> 'tests/cgroups_isolator_tests.cpp' || echo****
>
> '../../src/'`tests/cgroups_isolator_tests.cpp****
>
> mv -f tests/.deps/mesos_tests-cgroups_isolator_tests.Tpo****
>
> tests/.deps/mesos_tests-cgroups_isolator_tests.Po****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -MT tests/mesos_tests-cgroups_tests.o -MD -MP -MF****
>
> tests/.deps/mesos_tests-cgroups_tests.Tpo -c -o****
>
> tests/mesos_tests-cgroups_tests.o `test -f 'tests/cgroups_tests.cpp' ||***
> *
>
> echo '../../src/'`tests/cgroups_tests.cpp****
>
> mv -f tests/.deps/mesos_tests-cgroups_tests.Tpo****
>
> tests/.deps/mesos_tests-cgroups_tests.Po****
>
> g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"****
>
> -DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"****
>
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"****
>
> -DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1****
>
> -DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror****
>
> -DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"****
>
> -DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"****
>
> -DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src****
>
> -I../3rdparty/libprocess/3rdparty/glog-0.3.1/src****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/include****
>
> -I../3rdparty/zookeeper-3.3.4/src/c/generated****
>
> -DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"****
>
> -DBUILD_DIR=\"/opt/mesos-0.13.0/build\"****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include****
>
> -I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include****
>
> -I/usr/lib/jvm/java-7-oracle/include****
>
> -I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"**
> **
>
> -pthread -g -g2 -O2 -MT tests/mesos_tests-allocator_zookeeper_tests.o -MD*
> ***
>
> -MP -MF tests/.deps/mesos_tests-allocator_zookeeper_tests.Tpo -c -o****
>
> tests/mesos_tests-allocator_zookeeper_tests.o `test -f****
>
> 'tests/allocator_zookeeper_tests.cpp' || echo****
>
> '../../src/'`tests/allocator_zookeeper_tests.cpp****
>
> ** **
>
> btool: link: g++ -pthread -g -g2 -O2 -Wl,-ljvm -o .libs/mesos-tests****
>
> tests/mesos_tests-main.o tests/mesos_tests-utils.o****
>
> tests/mesos_tests-environment.o tests/mesos_tests-flags.o
> tests/mesos_tests-mesos.o****
>
> tests/mesos_tests-master_tests.o****
>
> tests/mesos_tests-state_tests.o****
>
> tests/mesos_tests-paths_tests.o****
>
> tests/mesos_tests-reaper_tests.o****
>
> tests/mesos_tests-slave_recovery_tests.o****
>
> tests/mesos_tests-status_update_manager_tests.o
> tests/mesos_tests-gc_tests.o****
>
> tests/mesos_tests-resource_offers_tests.o****
>
> tests/mesos_tests-fault_tolerance_tests.o tests/mesos_tests-files_tests.o
> tests/mesos_tests-isolator_tests.o****
>
> tests/mesos_tests-log_tests.o****
>
> tests/mesos_tests-monitor_tests.o****
>
> tests/mesos_tests-resources_tests.o****
>
> tests/mesos_tests-script.o****
>
> tests/mesos_tests-examples_tests.o****
>
> tests/mesos_tests-protobuf_io_tests.o****
>
> tests/mesos_tests-zookeeper_url_tests.o****
>
> tests/mesos_tests-killtree_tests.o****
>
> tests/mesos_tests-exception_tests.o****
>
> tests/mesos_tests-attributes_tests.o****
>
> tests/mesos_tests-master_detector_tests.o****
>
> tests/mesos_tests-sorter_tests.o****
>
> tests/mesos_tests-allocator_tests.o****
>
> tests/mesos_tests-logging_tests.o****
>
> tests/mesos_tests-cgroups_isolator_tests.o****
>
> tests/mesos_tests-cgroups_tests.o****
>
> tests/mesos_tests-fs_tests.o****
>
> tests/mesos_tests-zookeeper.o****
>
> tests/mesos_tests-zookeeper_test_server.o****
>
> tests/mesos_tests-zookeeper_tests.o****
>
> tests/mesos_tests-group_tests.o****
>
> tests/mesos_tests-allocator_zookeeper_tests.o****
>
> -L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server
> ../3rdparty/libprocess/3rdparty/.libs/libgmock.a****
>
> ./.libs/libmesos.so -lpthread****
>
> /usr/lib/i386-linux-gnu/libcurl-gnutls.so****
>
> -lssl -lcrypto -lz -lrt -pthread****
>
> -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib****
>
> -Wl,-rpath****
>
> -Wl,/usr/lib/jvm/java-7-oracle/jre/lib/i386/server****
>
> make[3]: Nothing to be****
>
> done for****
>
> `../../src/examples/python/test_framework.py'.****
>
> make[3]: Nothing to be done****
>
> for `examples/python/test-framework'.****
>
> make[3]: Nothing to be done for****
>
> `../../src/examples/python/test_executor.py'.****
>
> make[3]: Nothing to be done****
>
> for `examples/python/test-executor'.****
>
> make[3]: Nothing to be done for****
>
> `../../src/tests/balloon_framework_test.sh'.****
>
> make[3]: Nothing to be done****
>
> for `../../src/tests/test_framework_test.sh'.****
>
> make[3]: Nothing to be done****
>
> for****
>
> `../../src/tests/no_executor_framework_test.sh'.****
>
> make[3]: Nothing to be****
>
> done for `../../src/tests/java_exception_test.sh'.****
>
> make[3]: Nothing to be****
>
> done for `../../src/tests/java_framework_test.sh'.****
>
> make[3]: Nothing to be****
>
> done for****
>
> `../../src/tests/python_framework_test.sh'.****
>
> make[3]: Nothing to be done****
>
> for `../../src/tests/killtree_test.sh'.****
>
> make[3]: Leaving directory****
>
> `/opt/mesos-0.13.0/build/src'****
>
> make  check-local****
>
> make[3]: Entering directory****
>
> `/opt/mesos-0.13.0/build/src'****
>
> ./mesos-tests****
>
> Source directory: /opt/mesos-0.13.0****
>
> Build directory:****
>
> /opt/mesos-0.13.0/build****
>
> Note: Google Test filter = *-****
>
> [==========] Running 209 tests from 41 test****
>
> cases.****
>
> [----------] Global test environment set-up.****
>
> [----------] 12 tests from****
>
> MasterTest****
>
> [ RUN      ] MasterTest.TaskRunning****
>
> F1015 14:45:00.856343 13259****
>
> resources.cpp:189] Bad type for resource ports****
>
> text (null) type 3****
>
> *** Check failure stack trace: *******
>
> make[3]: *** [check-local] Aborted****
>
> make[3]: Leaving directory****
>
> `/opt/mesos-0.13.0/build/src'****
>
> make[2]: *** [check-am] Error 2****
>
> make[2]: Leaving directory****
>
> `/opt/mesos-0.13.0/build/src'****
>
> make[1]: *** [check] Error 2****
>
> make[1]: Leaving directory****
>
> `/opt/mesos-0.13.0/build/src'****
>
> make: *** [check-recursive] Error 1****
>
> root@Ubuntu-VirtualBox:/opt/mesos-0.13.0/build#****
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> ** **
>
> *From:* vinod@twitter.com [mailto:vinod@twitter.com] *On Behalf Of *Vinod
> Kone
> *Sent:* Tuesday, October 15, 2013 1:49 PM
> *To:* user@mesos.apache.org
> *Subject:* Re: Help with make check errors on mesos-0.13.0 on ubuntu-12.04
> ****
>
> ** **
>
> Can you run it in verbose mode and email the output?****
>
> ** **
>
> MESOS_VERBOSE=1 make check****
>
> ** **
>
> On Tue, Oct 15, 2013 at 1:41 PM, Tse, Philip <
> Philip.Tse@verizonwireless.com> wrote:****
>
> Hi,****
>
>  ****
>
> Newbie trying to get mesos-0.13.0 to build and installed.  I go it to
> configure and make without errors—passed all test from make except one that
> it said was disabled.  When I move on to try make check, I got this error:
> ****
>
>  ****
>
> make check****
>
>  ****
>
> make[3]: Entering directory `/opt/mesos-0.13.0/build/src'****
>
> ./mesos-tests****
>
> Source directory: /opt/mesos-0.13.0****
>
> Build directory: /opt/mesos-0.13.0/build****
>
> Note: Google Test filter = *-****
>
> [==========] Running 209 tests from 41 test cases.****
>
> [----------] Global test environment set-up.****
>
> [----------] 12 tests from MasterTest****
>
> [ RUN      ] MasterTest.TaskRunning****
>
> F1015 12:35:28.310546  1316 resources.cpp:189] Bad type for resource****
>
> ports text (null) type 3****
>
> *** Check failure stack trace: *******
>
> make[3]: *** [check-local] Aborted****
>
>  ****
>
>  ****
>
> I also unable to get mesos-0.12.0 nor mesos-0.12.1 to build and install.
> I have gone the furthest with Mesos-0.13.0.****
>
>  ****
>
> Any suggestions will be appreciated.  Thanks in advance for all your help.
> ****
>
>  ****
>
> Phil****
>
>  ****
>
>  ****
>
> ** **
>

RE: Help with make check errors on mesos-0.13.0 on ubuntu-12.04

Posted by "Tse, Philip" <Ph...@VerizonWireless.com>.
Hi Vinod,

Sorry, I just spammed you with an email. I didn't see the email I send appear on the apache email archive.
I will file the bug report and try to re-build on 64 bit env.

Thx!

From: vinod@twitter.com [mailto:vinod@twitter.com] On Behalf Of Vinod Kone
Sent: Wednesday, October 16, 2013 12:22 PM
To: user@mesos.apache.org
Subject: Re: Help with make check errors on mesos-0.13.0 on ubuntu-12.04

This is bizarre. I was able to repro this on a 32 bit ubuntu 12.04 but not on 64 bit ubuntu 12.04.

>From the looks of it, the wrong Resources::parse() overload is getting called from Slave::initialize(). Instead of "Resources::parse(const string& s)",  "Resources::parse(const std::string& name, const std::string& text)" overload is getting called. I'm not yet sure why!

Mind filing a bug?

In the meanwhile I recommend using a 64 bit system. That's what we develop/test mesos on.

HTH,

On Tue, Oct 15, 2013 at 2:57 PM, Tse, Philip <Ph...@verizonwireless.com>> wrote:
Hi Vinod,
Thanks for the reply. Here is the make check output:

root@Ubuntu-VirtualBox:/opt/mesos-0.13.0/build#<mailto:root@Ubuntu-VirtualBox:/opt/mesos-0.13.0/build#> MESOS_VERBOSE=1
root@Ubuntu-VirtualBox:/opt/mesos-0.13.0/build#<mailto:root@Ubuntu-VirtualBox:/opt/mesos-0.13.0/build#> make check
Making check in .
make[1]: Entering directory `/opt/mesos-0.13.0/build'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/opt/mesos-0.13.0/build'
Making check in 3rdparty
make[1]: Entering directory `/opt/mesos-0.13.0/build/3rdparty'
make  check-recursive
make[2]: Entering directory `/opt/mesos-0.13.0/build/3rdparty'
Making check in libprocess
make[3]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
Making check in 3rdparty
make[4]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make  check-recursive
make[5]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
Making check in stout
make[6]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty/stout'
make[6]: Nothing to be done for `check'.
make[6]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty/stout'
make[6]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make  libgmock.la<http://libgmock.la> stout-tests
make[7]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make[7]: `libgmock.la<http://libgmock.la>' is up to date.
make[7]: `stout-tests' is up to date.
make[7]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make  check-local
make[7]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
./stout-tests
[==========] Running 69 tests from 15 test cases.
[----------] Global test environment set-up.
[----------] 1 test from Stout
[ RUN      ] Stout.Bytes
[       OK ] Stout.Bytes (0 ms)
[----------] 1 test from Stout (0 ms total)

[----------] 4 tests from DurationTest
[ RUN      ] DurationTest.Comparison
[       OK ] DurationTest.Comparison (0 ms)
[ RUN      ] DurationTest.ParseAndTry
[       OK ] DurationTest.ParseAndTry (0 ms)
[ RUN      ] DurationTest.Arithmetic
[       OK ] DurationTest.Arithmetic (0 ms)
[ RUN      ] DurationTest.OutputFormat
[       OK ] DurationTest.OutputFormat (0 ms)
[----------] 4 tests from DurationTest (1 ms total)

[----------] 1 test from ErrorTest
[ RUN      ] ErrorTest.Test
[       OK ] ErrorTest.Test (0 ms)
[----------] 1 test from ErrorTest (1 ms total)

[----------] 10 tests from FlagsTest
[ RUN      ] FlagsTest.Load
[       OK ] FlagsTest.Load (0 ms)
[ RUN      ] FlagsTest.Add
[       OK ] FlagsTest.Add (0 ms)
[ RUN      ] FlagsTest.Flags
[       OK ] FlagsTest.Flags (0 ms)
[ RUN      ] FlagsTest.LoadFromEnvironment
[       OK ] FlagsTest.LoadFromEnvironment (0 ms)
[ RUN      ] FlagsTest.LoadFromCommandLine
[       OK ] FlagsTest.LoadFromCommandLine (0 ms)
[ RUN      ] FlagsTest.DuplicatesFromEnvironment
[       OK ] FlagsTest.DuplicatesFromEnvironment (0 ms)
[ RUN      ] FlagsTest.DuplicatesFromCommandLine
[       OK ] FlagsTest.DuplicatesFromCommandLine (0 ms)
[ RUN      ] FlagsTest.Errors
[       OK ] FlagsTest.Errors (0 ms)
[ RUN      ] FlagsTest.Usage
[       OK ] FlagsTest.Usage (0 ms)
[ RUN      ] FlagsTest.Duration
[       OK ] FlagsTest.Duration (0 ms)
[----------] 10 tests from FlagsTest (4 ms total)

[----------] 1 test from GzipTest
[ RUN      ] GzipTest.CompressDecompressString
[       OK ] GzipTest.CompressDecompressString (182 ms)
[----------] 1 test from GzipTest (183 ms total)

[----------] 1 test from HashsetTest
[ RUN      ] HashsetTest.Insert
[       OK ] HashsetTest.Insert (0 ms)
[----------] 1 test from HashsetTest (0 ms total)

[----------] 1 test from JsonTest
[ RUN      ] JsonTest.BinaryData
[       OK ] JsonTest.BinaryData (0 ms)
[----------] 1 test from JsonTest (0 ms total)

[----------] 6 tests from MultimapTest/0, where TypeParam =
Multimap<std::string, unsigned short>
[ RUN      ] MultimapTest/0.Put
[       OK ] MultimapTest/0.Put (0 ms)
[ RUN      ] MultimapTest/0.Remove
[       OK ] MultimapTest/0.Remove (0 ms)
[ RUN      ] MultimapTest/0.Size
[       OK ] MultimapTest/0.Size (0 ms)
[ RUN      ] MultimapTest/0.Keys
[       OK ] MultimapTest/0.Keys (0 ms)
[ RUN      ] MultimapTest/0.Iterator
[       OK ] MultimapTest/0.Iterator (0 ms)
[ RUN      ] MultimapTest/0.Foreach
[       OK ] MultimapTest/0.Foreach (0 ms)
[----------] 6 tests from MultimapTest/0 (2 ms total)

[----------] 6 tests from MultimapTest/1, where TypeParam =
multihashmap<std::string, unsigned short>
[ RUN      ] MultimapTest/1.Put
[       OK ] MultimapTest/1.Put (0 ms)
[ RUN      ] MultimapTest/1.Remove
[       OK ] MultimapTest/1.Remove (0 ms)
[ RUN      ] MultimapTest/1.Size
[       OK ] MultimapTest/1.Size (0 ms)
[ RUN      ] MultimapTest/1.Keys
[       OK ] MultimapTest/1.Keys (0 ms)
[ RUN      ] MultimapTest/1.Iterator
[       OK ] MultimapTest/1.Iterator (0 ms)
[ RUN      ] MultimapTest/1.Foreach
[       OK ] MultimapTest/1.Foreach (0 ms)
[----------] 6 tests from MultimapTest/1 (1 ms total)

[----------] 1 test from NoneTest
[ RUN      ] NoneTest.Test
[       OK ] NoneTest.Test (0 ms)
[----------] 1 test from NoneTest (0 ms total)

[----------] 9 tests from OsTest
[ RUN      ] OsTest.rmdir
[       OK ] OsTest.rmdir (1 ms)
[ RUN      ] OsTest.nonblock
[       OK ] OsTest.nonblock (0 ms)
[ RUN      ] OsTest.touch
[       OK ] OsTest.touch (1 ms)
[ RUN      ] OsTest.readWriteString
[       OK ] OsTest.readWriteString (2 ms)
[ RUN      ] OsTest.find
[       OK ] OsTest.find (1 ms)
[ RUN      ] OsTest.uname
[       OK ] OsTest.uname (0 ms)
[ RUN      ] OsTest.sysname
[       OK ] OsTest.sysname (0 ms)
[ RUN      ] OsTest.release
[       OK ] OsTest.release (0 ms)
[ RUN      ] OsTest.sleep
[       OK ] OsTest.sleep (11 ms)
[----------] 9 tests from OsTest (27 ms total)

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

[----------] 1 test from Thread
[ RUN      ] Thread.local
[       OK ] Thread.local (0 ms)
[----------] 1 test from Thread (0 ms total)

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

[----------] 5 tests from ProcTest
[ RUN      ] ProcTest.pids
[       OK ] ProcTest.pids (2 ms)
[ RUN      ] ProcTest.children
[       OK ] ProcTest.children (79 ms)
[ RUN      ] ProcTest.cpus
[       OK ] ProcTest.cpus (0 ms)
[ RUN      ] ProcTest.SystemStatus
[       OK ] ProcTest.SystemStatus (0 ms)
[ RUN      ] ProcTest.ProcessStatus
[       OK ] ProcTest.ProcessStatus (0 ms)
[----------] 5 tests from ProcTest (87 ms total)

[----------] Global test environment tear-down
[==========] 69 tests from 15 test cases ran. (317 ms total)
[  PASSED  ] 69 tests.
make[7]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make[6]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make[5]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make[4]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
Making check in .
make[4]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make  tests
make[5]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make[5]: `tests' is up to date.
make[5]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make  check-local
make[5]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
./tests
[==========] Running 46 tests from 7 test cases.
[----------] Global test environment set-up.
[----------] 3 tests from Decoder
[ RUN      ] Decoder.Request
[       OK ] Decoder.Request (0 ms)
[ RUN      ] Decoder.RequestHeaderContinuation
[       OK ] Decoder.RequestHeaderContinuation (0 ms)
[ RUN      ] Decoder.Response
[       OK ] Decoder.Response (0 ms)
[----------] 3 tests from Decoder (1 ms total)

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

[----------] 2 tests from HTTP
[ RUN      ] HTTP.Endpoints
[       OK ] HTTP.Endpoints (4 ms)
[ RUN      ] HTTP.Encode
[       OK ] HTTP.Encode (0 ms)
[----------] 2 tests from HTTP (4 ms total)

[----------] 3 tests from IO
[ RUN      ] IO.Poll
[       OK ] IO.Poll (0 ms)
[ RUN      ] IO.Read
[       OK ] IO.Read (5 ms)
[ RUN      ] IO.BufferedRead
[       OK ] IO.BufferedRead (19 ms)
[----------] 3 tests from IO (25 ms total)

[----------] 29 tests from Process
[ RUN      ] Process.event
[       OK ] Process.event (0 ms)
[ RUN      ] Process.future
[       OK ] Process.future (0 ms)
[ RUN      ] Process.associate
[       OK ] Process.associate (1 ms)
[ RUN      ] Process.onAny
[       OK ] Process.onAny (4 ms)
[ RUN      ] Process.then
[       OK ] Process.then (8 ms)
[ RUN      ] Process.chain
[       OK ] Process.chain (0 ms)
[ RUN      ] Process.spawn
[       OK ] Process.spawn (9 ms)
[ RUN      ] Process.dispatch
[       OK ] Process.dispatch (0 ms)
[ RUN      ] Process.defer1
[       OK ] Process.defer1 (14 ms)
[ RUN      ] Process.defer2
[       OK ] Process.defer2 (0 ms)
[ RUN      ] Process.defer3
[       OK ] Process.defer3 (2 ms)
[ RUN      ] Process.handlers
[       OK ] Process.handlers (10 ms)
[ RUN      ] Process.expect
[       OK ] Process.expect (0 ms)
[ RUN      ] Process.action
[       OK ] Process.action (0 ms)
[ RUN      ] Process.inheritance
[       OK ] Process.inheritance (0 ms)
[ RUN      ] Process.thunk
[       OK ] Process.thunk (0 ms)
[ RUN      ] Process.delegate
[       OK ] Process.delegate (1 ms)
[ RUN      ] Process.delay
[       OK ] Process.delay (5 ms)
[ RUN      ] Process.order
[       OK ] Process.order (23 ms)
[ RUN      ] Process.donate
[       OK ] Process.donate (0 ms)
[ RUN      ] Process.exited
[       OK ] Process.exited (23 ms)
[ RUN      ] Process.select
[       OK ] Process.select (0 ms)
[ RUN      ] Process.collect
[       OK ] Process.collect (1 ms)
[ RUN      ] Process.settle
[       OK ] Process.settle (31 ms)
[ RUN      ] Process.pid
[       OK ] Process.pid (0 ms)
[ RUN      ] Process.listener
[       OK ] Process.listener (1 ms)
[ RUN      ] Process.executor
[       OK ] Process.executor (18 ms)
[ RUN      ] Process.remote
[       OK ] Process.remote (16 ms)
[ RUN      ] Process.async
[       OK ] Process.async (8 ms)
[----------] 29 tests from Process (205 ms total)

[----------] 4 tests from Statistics
[ RUN      ] Statistics.set
[       OK ] Statistics.set (14 ms)
[ RUN      ] Statistics.truncate
[       OK ] Statistics.truncate (11 ms)
[ RUN      ] Statistics.meter
[       OK ] Statistics.meter (0 ms)
[ RUN      ] Statistics.archive
[       OK ] Statistics.archive (20 ms)
[----------] 4 tests from Statistics (47 ms total)

[----------] 3 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)

[----------] Global test environment tear-down
[==========] 46 tests from 7 test cases ran. (287 ms total)
[  PASSED  ] 46 tests.

  YOU HAVE 1 DISABLED TEST

make[5]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make[4]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make[3]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make[3]: Entering directory `/opt/mesos-0.13.0/build/3rdparty'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty'
make[2]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty'
make[1]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty'
Making check in src
make[1]: Entering directory `/opt/mesos-0.13.0/build/src'
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosSchedulerDriver
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosExecutorDriver
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \
          ../protobuf-2.4.1.jar:java/classes org.apache.mesos.Log
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \
          ../protobuf-2.4.1.jar:java/classes
org.apache.mesos.state.Variable
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \
          ../protobuf-2.4.1.jar:java/classes
org.apache.mesos.state.ZooKeeperState
make  check-am
make[2]: Entering directory `/opt/mesos-0.13.0/build/src'
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \
          ../protobuf-2.4.1.jar:java/classes org.apache.mesos.Log
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosSchedulerDriver
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosExecutorDriver
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 \
     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/python_framework_test.sh
tests/killtree_test.sh
make[3]: Entering directory `/opt/mesos-0.13.0/build/src'
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \
          ../protobuf-2.4.1.jar:java/classes org.apache.mesos.Log
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosSchedulerDriver
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosExecutorDriver
/bin/bash ../libtool  --tag=CXX   --mode=link g++ -pthread -g -g2 -O2
-o test-framework examples/test_framework-test_framework.o libmesos.la<http://libmesos.la>
-lcurl -lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/test-framework
examples/test_framework-test_framework.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o test-executor examples/test_executor-test_executor.o libmesos.la<http://libmesos.la>
-lcurl -lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/test-executor
examples/test_executor-test_executor.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o long-lived-framework
examples/long_lived_framework-long_lived_framework.o libmesos.la<http://libmesos.la> -lcurl
-lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/long-lived-framework
examples/long_lived_framework-long_lived_framework.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o long-lived-executor examples/long_lived_executor-long_lived_executor.o
libmesos.la<http://libmesos.la> -lcurl -lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/long-lived-executor
examples/long_lived_executor-long_lived_executor.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o no-executor-framework
examples/no_executor_framework-no_executor_framework.o libmesos.la<http://libmesos.la> -lcurl
-lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/no-executor-framework
examples/no_executor_framework-no_executor_framework.o
./.libs/libmesos.so -L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server
-lpthread /usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz
-lrt -pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o balloon-framework examples/balloon_framework-balloon_framework.o
libmesos.la<http://libmesos.la> -lcurl -lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/balloon-framework
examples/balloon_framework-balloon_framework.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o balloon-executor examples/balloon_executor-balloon_executor.o
libmesos.la<http://libmesos.la> -lcurl -lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/balloon-executor
examples/balloon_executor-balloon_executor.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-state_tests.o -MD -MP -MF
tests/.deps/mesos_tests-state_tests.Tpo -c -o
tests/mesos_tests-state_tests.o `test -f 'tests/state_tests.cpp' || echo
'../../src/'`tests/state_tests.cpp
mv -f tests/.deps/mesos_tests-state_tests.Tpo
tests/.deps/mesos_tests-state_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-slave_recovery_tests.o -MD -MP
-MF tests/.deps/mesos_tests-slave_recovery_tests.Tpo -c -o
tests/mesos_tests-slave_recovery_tests.o `test -f
'tests/slave_recovery_tests.cpp' || echo
'../../src/'`tests/slave_recovery_tests.cpp
mv -f tests/.deps/mesos_tests-slave_recovery_tests.Tpo
tests/.deps/mesos_tests-slave_recovery_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-status_update_manager_tests.o
-MD -MP -MF tests/.deps/mesos_tests-status_update_manager_tests.Tpo -c -o
tests/mesos_tests-status_update_manager_tests.o `test -f
'tests/status_update_manager_tests.cpp' || echo
'../../src/'`tests/status_update_manager_tests.cpp
mv -f tests/.deps/mesos_tests-status_update_manager_tests.Tpo
tests/.deps/mesos_tests-status_update_manager_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-master_detector_tests.o -MD -MP
-MF tests/.deps/mesos_tests-master_detector_tests.Tpo -c -o
tests/mesos_tests-master_detector_tests.o `test -f
'tests/master_detector_tests.cpp' || echo
'../../src/'`tests/master_detector_tests.cpp
mv -f tests/.deps/mesos_tests-master_detector_tests.Tpo
tests/.deps/mesos_tests-master_detector_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-sorter_tests.o -MD -MP -MF
tests/.deps/mesos_tests-sorter_tests.Tpo -c -o
tests/mesos_tests-sorter_tests.o `test -f 'tests/sorter_tests.cpp' ||
echo '../../src/'`tests/sorter_tests.cpp
mv -f tests/.deps/mesos_tests-sorter_tests.Tpo
tests/.deps/mesos_tests-sorter_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-cgroups_isolator_tests.o -MD
-MP -MF tests/.deps/mesos_tests-cgroups_isolator_tests.Tpo -c -o
tests/mesos_tests-cgroups_isolator_tests.o `test -f
'tests/cgroups_isolator_tests.cpp' || echo
'../../src/'`tests/cgroups_isolator_tests.cpp
mv -f tests/.deps/mesos_tests-cgroups_isolator_tests.Tpo
tests/.deps/mesos_tests-cgroups_isolator_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-cgroups_tests.o -MD -MP -MF
tests/.deps/mesos_tests-cgroups_tests.Tpo -c -o
tests/mesos_tests-cgroups_tests.o `test -f 'tests/cgroups_tests.cpp' ||
echo '../../src/'`tests/cgroups_tests.cpp
mv -f tests/.deps/mesos_tests-cgroups_tests.Tpo
tests/.deps/mesos_tests-cgroups_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-allocator_zookeeper_tests.o -MD
-MP -MF tests/.deps/mesos_tests-allocator_zookeeper_tests.Tpo -c -o
tests/mesos_tests-allocator_zookeeper_tests.o `test -f
'tests/allocator_zookeeper_tests.cpp' || echo
'../../src/'`tests/allocator_zookeeper_tests.cpp

btool: link: g++ -pthread -g -g2 -O2 -Wl,-ljvm -o .libs/mesos-tests
tests/mesos_tests-main.o tests/mesos_tests-utils.o
tests/mesos_tests-environment.o tests/mesos_tests-flags.o tests/mesos_tests-mesos.o
tests/mesos_tests-master_tests.o
tests/mesos_tests-state_tests.o
tests/mesos_tests-paths_tests.o
tests/mesos_tests-reaper_tests.o
tests/mesos_tests-slave_recovery_tests.o
tests/mesos_tests-status_update_manager_tests.o tests/mesos_tests-gc_tests.o
tests/mesos_tests-resource_offers_tests.o
tests/mesos_tests-fault_tolerance_tests.o tests/mesos_tests-files_tests.o tests/mesos_tests-isolator_tests.o
tests/mesos_tests-log_tests.o
tests/mesos_tests-monitor_tests.o
tests/mesos_tests-resources_tests.o
tests/mesos_tests-script.o
tests/mesos_tests-examples_tests.o
tests/mesos_tests-protobuf_io_tests.o
tests/mesos_tests-zookeeper_url_tests.o
tests/mesos_tests-killtree_tests.o
tests/mesos_tests-exception_tests.o
tests/mesos_tests-attributes_tests.o
tests/mesos_tests-master_detector_tests.o
tests/mesos_tests-sorter_tests.o
tests/mesos_tests-allocator_tests.o
tests/mesos_tests-logging_tests.o
tests/mesos_tests-cgroups_isolator_tests.o
tests/mesos_tests-cgroups_tests.o
tests/mesos_tests-fs_tests.o
tests/mesos_tests-zookeeper.o
tests/mesos_tests-zookeeper_test_server.o
tests/mesos_tests-zookeeper_tests.o
tests/mesos_tests-group_tests.o
tests/mesos_tests-allocator_zookeeper_tests.o
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server ../3rdparty/libprocess/3rdparty/.libs/libgmock.a
./.libs/libmesos.so -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so
-lssl -lcrypto -lz -lrt -pthread
-Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
-Wl,-rpath
-Wl,/usr/lib/jvm/java-7-oracle/jre/lib/i386/server
make[3]: Nothing to be
done for
`../../src/examples/python/test_framework.py'.
make[3]: Nothing to be done
for `examples/python/test-framework'.
make[3]: Nothing to be done for
`../../src/examples/python/test_executor.py'.
make[3]: Nothing to be done
for `examples/python/test-executor'.
make[3]: Nothing to be done for
`../../src/tests/balloon_framework_test.sh'.
make[3]: Nothing to be done
for `../../src/tests/test_framework_test.sh'.
make[3]: Nothing to be done
for
`../../src/tests/no_executor_framework_test.sh'.
make[3]: Nothing to be
done for `../../src/tests/java_exception_test.sh'.
make[3]: Nothing to be
done for `../../src/tests/java_framework_test.sh'.
make[3]: Nothing to be
done for
`../../src/tests/python_framework_test.sh'.
make[3]: Nothing to be done
for `../../src/tests/killtree_test.sh'.
make[3]: Leaving directory
`/opt/mesos-0.13.0/build/src'
make  check-local
make[3]: Entering directory
`/opt/mesos-0.13.0/build/src'
./mesos-tests
Source directory: /opt/mesos-0.13.0
Build directory:
/opt/mesos-0.13.0/build
Note: Google Test filter = *-
[==========] Running 209 tests from 41 test
cases.
[----------] Global test environment set-up.
[----------] 12 tests from
MasterTest
[ RUN      ] MasterTest.TaskRunning
F1015 14:45:00.856343 13259
resources.cpp:189] Bad type for resource ports
text (null) type 3
*** Check failure stack trace: ***
make[3]: *** [check-local] Aborted
make[3]: Leaving directory
`/opt/mesos-0.13.0/build/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory
`/opt/mesos-0.13.0/build/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory
`/opt/mesos-0.13.0/build/src'
make: *** [check-recursive] Error 1
root@Ubuntu-VirtualBox:/opt/mesos-0.13.0/build#





From: vinod@twitter.com<ma...@twitter.com> [mailto:vinod@twitter.com<ma...@twitter.com>] On Behalf Of Vinod Kone
Sent: Tuesday, October 15, 2013 1:49 PM
To: user@mesos.apache.org<ma...@mesos.apache.org>
Subject: Re: Help with make check errors on mesos-0.13.0 on ubuntu-12.04

Can you run it in verbose mode and email the output?

MESOS_VERBOSE=1 make check

On Tue, Oct 15, 2013 at 1:41 PM, Tse, Philip <Ph...@verizonwireless.com>> wrote:
Hi,

Newbie trying to get mesos-0.13.0 to build and installed.  I go it to configure and make without errors-passed all test from make except one that it said was disabled.  When I move on to try make check, I got this error:

make check

make[3]: Entering directory `/opt/mesos-0.13.0/build/src'
./mesos-tests
Source directory: /opt/mesos-0.13.0
Build directory: /opt/mesos-0.13.0/build
Note: Google Test filter = *-
[==========] Running 209 tests from 41 test cases.
[----------] Global test environment set-up.
[----------] 12 tests from MasterTest
[ RUN      ] MasterTest.TaskRunning
F1015 12:35:28.310546  1316 resources.cpp:189] Bad type for resource
ports text (null) type 3
*** Check failure stack trace: ***
make[3]: *** [check-local] Aborted


I also unable to get mesos-0.12.0 nor mesos-0.12.1 to build and install.  I have gone the furthest with Mesos-0.13.0.

Any suggestions will be appreciated.  Thanks in advance for all your help.

Phil





RE: Help with make check errors on mesos-0.13.0 on ubuntu-12.04

Posted by "Tse, Philip" <Ph...@VerizonWireless.com>.
Hi Vinod,
Thanks for the reply. Here is the make check output:

root@Ubuntu-VirtualBox:/opt/mesos-0.13.0/build# MESOS_VERBOSE=1
root@Ubuntu-VirtualBox:/opt/mesos-0.13.0/build# make check
Making check in .
make[1]: Entering directory `/opt/mesos-0.13.0/build'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/opt/mesos-0.13.0/build'
Making check in 3rdparty
make[1]: Entering directory `/opt/mesos-0.13.0/build/3rdparty'
make  check-recursive
make[2]: Entering directory `/opt/mesos-0.13.0/build/3rdparty'
Making check in libprocess
make[3]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
Making check in 3rdparty
make[4]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make  check-recursive
make[5]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
Making check in stout
make[6]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty/stout'
make[6]: Nothing to be done for `check'.
make[6]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty/stout'
make[6]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make  libgmock.la stout-tests
make[7]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make[7]: `libgmock.la' is up to date.
make[7]: `stout-tests' is up to date.
make[7]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make  check-local
make[7]: Entering directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
./stout-tests
[==========] Running 69 tests from 15 test cases.
[----------] Global test environment set-up.
[----------] 1 test from Stout
[ RUN      ] Stout.Bytes
[       OK ] Stout.Bytes (0 ms)
[----------] 1 test from Stout (0 ms total)

[----------] 4 tests from DurationTest
[ RUN      ] DurationTest.Comparison
[       OK ] DurationTest.Comparison (0 ms)
[ RUN      ] DurationTest.ParseAndTry
[       OK ] DurationTest.ParseAndTry (0 ms)
[ RUN      ] DurationTest.Arithmetic
[       OK ] DurationTest.Arithmetic (0 ms)
[ RUN      ] DurationTest.OutputFormat
[       OK ] DurationTest.OutputFormat (0 ms)
[----------] 4 tests from DurationTest (1 ms total)

[----------] 1 test from ErrorTest
[ RUN      ] ErrorTest.Test
[       OK ] ErrorTest.Test (0 ms)
[----------] 1 test from ErrorTest (1 ms total)

[----------] 10 tests from FlagsTest
[ RUN      ] FlagsTest.Load
[       OK ] FlagsTest.Load (0 ms)
[ RUN      ] FlagsTest.Add
[       OK ] FlagsTest.Add (0 ms)
[ RUN      ] FlagsTest.Flags
[       OK ] FlagsTest.Flags (0 ms)
[ RUN      ] FlagsTest.LoadFromEnvironment
[       OK ] FlagsTest.LoadFromEnvironment (0 ms)
[ RUN      ] FlagsTest.LoadFromCommandLine
[       OK ] FlagsTest.LoadFromCommandLine (0 ms)
[ RUN      ] FlagsTest.DuplicatesFromEnvironment
[       OK ] FlagsTest.DuplicatesFromEnvironment (0 ms)
[ RUN      ] FlagsTest.DuplicatesFromCommandLine
[       OK ] FlagsTest.DuplicatesFromCommandLine (0 ms)
[ RUN      ] FlagsTest.Errors
[       OK ] FlagsTest.Errors (0 ms)
[ RUN      ] FlagsTest.Usage
[       OK ] FlagsTest.Usage (0 ms)
[ RUN      ] FlagsTest.Duration
[       OK ] FlagsTest.Duration (0 ms)
[----------] 10 tests from FlagsTest (4 ms total)

[----------] 1 test from GzipTest
[ RUN      ] GzipTest.CompressDecompressString
[       OK ] GzipTest.CompressDecompressString (182 ms)
[----------] 1 test from GzipTest (183 ms total)

[----------] 1 test from HashsetTest
[ RUN      ] HashsetTest.Insert
[       OK ] HashsetTest.Insert (0 ms)
[----------] 1 test from HashsetTest (0 ms total)

[----------] 1 test from JsonTest
[ RUN      ] JsonTest.BinaryData
[       OK ] JsonTest.BinaryData (0 ms)
[----------] 1 test from JsonTest (0 ms total)

[----------] 6 tests from MultimapTest/0, where TypeParam =
Multimap<std::string, unsigned short>
[ RUN      ] MultimapTest/0.Put
[       OK ] MultimapTest/0.Put (0 ms)
[ RUN      ] MultimapTest/0.Remove
[       OK ] MultimapTest/0.Remove (0 ms)
[ RUN      ] MultimapTest/0.Size
[       OK ] MultimapTest/0.Size (0 ms)
[ RUN      ] MultimapTest/0.Keys
[       OK ] MultimapTest/0.Keys (0 ms)
[ RUN      ] MultimapTest/0.Iterator
[       OK ] MultimapTest/0.Iterator (0 ms)
[ RUN      ] MultimapTest/0.Foreach
[       OK ] MultimapTest/0.Foreach (0 ms)
[----------] 6 tests from MultimapTest/0 (2 ms total)

[----------] 6 tests from MultimapTest/1, where TypeParam =
multihashmap<std::string, unsigned short>
[ RUN      ] MultimapTest/1.Put
[       OK ] MultimapTest/1.Put (0 ms)
[ RUN      ] MultimapTest/1.Remove
[       OK ] MultimapTest/1.Remove (0 ms)
[ RUN      ] MultimapTest/1.Size
[       OK ] MultimapTest/1.Size (0 ms)
[ RUN      ] MultimapTest/1.Keys
[       OK ] MultimapTest/1.Keys (0 ms)
[ RUN      ] MultimapTest/1.Iterator
[       OK ] MultimapTest/1.Iterator (0 ms)
[ RUN      ] MultimapTest/1.Foreach
[       OK ] MultimapTest/1.Foreach (0 ms)
[----------] 6 tests from MultimapTest/1 (1 ms total)

[----------] 1 test from NoneTest
[ RUN      ] NoneTest.Test
[       OK ] NoneTest.Test (0 ms)
[----------] 1 test from NoneTest (0 ms total)

[----------] 9 tests from OsTest
[ RUN      ] OsTest.rmdir
[       OK ] OsTest.rmdir (1 ms)
[ RUN      ] OsTest.nonblock
[       OK ] OsTest.nonblock (0 ms)
[ RUN      ] OsTest.touch
[       OK ] OsTest.touch (1 ms)
[ RUN      ] OsTest.readWriteString
[       OK ] OsTest.readWriteString (2 ms)
[ RUN      ] OsTest.find
[       OK ] OsTest.find (1 ms)
[ RUN      ] OsTest.uname
[       OK ] OsTest.uname (0 ms)
[ RUN      ] OsTest.sysname
[       OK ] OsTest.sysname (0 ms)
[ RUN      ] OsTest.release
[       OK ] OsTest.release (0 ms)
[ RUN      ] OsTest.sleep
[       OK ] OsTest.sleep (11 ms)
[----------] 9 tests from OsTest (27 ms total)

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

[----------] 1 test from Thread
[ RUN      ] Thread.local
[       OK ] Thread.local (0 ms)
[----------] 1 test from Thread (0 ms total)

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

[----------] 5 tests from ProcTest
[ RUN      ] ProcTest.pids
[       OK ] ProcTest.pids (2 ms)
[ RUN      ] ProcTest.children
[       OK ] ProcTest.children (79 ms)
[ RUN      ] ProcTest.cpus
[       OK ] ProcTest.cpus (0 ms)
[ RUN      ] ProcTest.SystemStatus
[       OK ] ProcTest.SystemStatus (0 ms)
[ RUN      ] ProcTest.ProcessStatus
[       OK ] ProcTest.ProcessStatus (0 ms)
[----------] 5 tests from ProcTest (87 ms total)

[----------] Global test environment tear-down
[==========] 69 tests from 15 test cases ran. (317 ms total)
[  PASSED  ] 69 tests.
make[7]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make[6]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make[5]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
make[4]: Leaving directory
`/opt/mesos-0.13.0/build/3rdparty/libprocess/3rdparty'
Making check in .
make[4]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make  tests
make[5]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make[5]: `tests' is up to date.
make[5]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make  check-local
make[5]: Entering directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
./tests
[==========] Running 46 tests from 7 test cases.
[----------] Global test environment set-up.
[----------] 3 tests from Decoder
[ RUN      ] Decoder.Request
[       OK ] Decoder.Request (0 ms)
[ RUN      ] Decoder.RequestHeaderContinuation
[       OK ] Decoder.RequestHeaderContinuation (0 ms)
[ RUN      ] Decoder.Response
[       OK ] Decoder.Response (0 ms)
[----------] 3 tests from Decoder (1 ms total)

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

[----------] 2 tests from HTTP
[ RUN      ] HTTP.Endpoints
[       OK ] HTTP.Endpoints (4 ms)
[ RUN      ] HTTP.Encode
[       OK ] HTTP.Encode (0 ms)
[----------] 2 tests from HTTP (4 ms total)

[----------] 3 tests from IO
[ RUN      ] IO.Poll
[       OK ] IO.Poll (0 ms)
[ RUN      ] IO.Read
[       OK ] IO.Read (5 ms)
[ RUN      ] IO.BufferedRead
[       OK ] IO.BufferedRead (19 ms)
[----------] 3 tests from IO (25 ms total)

[----------] 29 tests from Process
[ RUN      ] Process.event
[       OK ] Process.event (0 ms)
[ RUN      ] Process.future
[       OK ] Process.future (0 ms)
[ RUN      ] Process.associate
[       OK ] Process.associate (1 ms)
[ RUN      ] Process.onAny
[       OK ] Process.onAny (4 ms)
[ RUN      ] Process.then
[       OK ] Process.then (8 ms)
[ RUN      ] Process.chain
[       OK ] Process.chain (0 ms)
[ RUN      ] Process.spawn
[       OK ] Process.spawn (9 ms)
[ RUN      ] Process.dispatch
[       OK ] Process.dispatch (0 ms)
[ RUN      ] Process.defer1
[       OK ] Process.defer1 (14 ms)
[ RUN      ] Process.defer2
[       OK ] Process.defer2 (0 ms)
[ RUN      ] Process.defer3
[       OK ] Process.defer3 (2 ms)
[ RUN      ] Process.handlers
[       OK ] Process.handlers (10 ms)
[ RUN      ] Process.expect
[       OK ] Process.expect (0 ms)
[ RUN      ] Process.action
[       OK ] Process.action (0 ms)
[ RUN      ] Process.inheritance
[       OK ] Process.inheritance (0 ms)
[ RUN      ] Process.thunk
[       OK ] Process.thunk (0 ms)
[ RUN      ] Process.delegate
[       OK ] Process.delegate (1 ms)
[ RUN      ] Process.delay
[       OK ] Process.delay (5 ms)
[ RUN      ] Process.order
[       OK ] Process.order (23 ms)
[ RUN      ] Process.donate
[       OK ] Process.donate (0 ms)
[ RUN      ] Process.exited
[       OK ] Process.exited (23 ms)
[ RUN      ] Process.select
[       OK ] Process.select (0 ms)
[ RUN      ] Process.collect
[       OK ] Process.collect (1 ms)
[ RUN      ] Process.settle
[       OK ] Process.settle (31 ms)
[ RUN      ] Process.pid
[       OK ] Process.pid (0 ms)
[ RUN      ] Process.listener
[       OK ] Process.listener (1 ms)
[ RUN      ] Process.executor
[       OK ] Process.executor (18 ms)
[ RUN      ] Process.remote
[       OK ] Process.remote (16 ms)
[ RUN      ] Process.async
[       OK ] Process.async (8 ms)
[----------] 29 tests from Process (205 ms total)

[----------] 4 tests from Statistics
[ RUN      ] Statistics.set
[       OK ] Statistics.set (14 ms)
[ RUN      ] Statistics.truncate
[       OK ] Statistics.truncate (11 ms)
[ RUN      ] Statistics.meter
[       OK ] Statistics.meter (0 ms)
[ RUN      ] Statistics.archive
[       OK ] Statistics.archive (20 ms)
[----------] 4 tests from Statistics (47 ms total)

[----------] 3 tests from TimeTest
[ RUN      ] TimeTest.Arithmetic
[       OK ] TimeTest.Arithmetic (0 ms)
[ RUN      ] TimeTest.Now
[       OK ] TimeTest.Now (0 ms)
[ RUN      ] TimeTest.Output
[       OK ] TimeTest.Output (0 ms)

[----------] Global test environment tear-down
[==========] 46 tests from 7 test cases ran. (287 ms total)
[  PASSED  ] 46 tests.

  YOU HAVE 1 DISABLED TEST

make[5]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make[4]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make[3]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty/libprocess'
make[3]: Entering directory `/opt/mesos-0.13.0/build/3rdparty'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty'
make[2]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty'
make[1]: Leaving directory `/opt/mesos-0.13.0/build/3rdparty'
Making check in src
make[1]: Entering directory `/opt/mesos-0.13.0/build/src'
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosSchedulerDriver
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosExecutorDriver
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \
          ../protobuf-2.4.1.jar:java/classes org.apache.mesos.Log
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \
          ../protobuf-2.4.1.jar:java/classes
org.apache.mesos.state.Variable
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \
          ../protobuf-2.4.1.jar:java/classes
org.apache.mesos.state.ZooKeeperState
make  check-am
make[2]: Entering directory `/opt/mesos-0.13.0/build/src'
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \
          ../protobuf-2.4.1.jar:java/classes org.apache.mesos.Log
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosSchedulerDriver
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosExecutorDriver
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 \
     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/python_framework_test.sh
tests/killtree_test.sh
make[3]: Entering directory `/opt/mesos-0.13.0/build/src'
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath    \
          ../protobuf-2.4.1.jar:java/classes org.apache.mesos.Log
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosSchedulerDriver
/usr/lib/jvm/java-7-oracle/bin/javah -d java/jni -classpath \
          ../protobuf-2.4.1.jar:java/classes       \
          org.apache.mesos.MesosExecutorDriver
/bin/bash ../libtool  --tag=CXX   --mode=link g++ -pthread -g -g2 -O2
-o test-framework examples/test_framework-test_framework.o libmesos.la
-lcurl -lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/test-framework
examples/test_framework-test_framework.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o test-executor examples/test_executor-test_executor.o libmesos.la
-lcurl -lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/test-executor
examples/test_executor-test_executor.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o long-lived-framework
examples/long_lived_framework-long_lived_framework.o libmesos.la -lcurl
-lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/long-lived-framework
examples/long_lived_framework-long_lived_framework.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o long-lived-executor examples/long_lived_executor-long_lived_executor.o
libmesos.la -lcurl -lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/long-lived-executor
examples/long_lived_executor-long_lived_executor.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o no-executor-framework
examples/no_executor_framework-no_executor_framework.o libmesos.la -lcurl
-lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/no-executor-framework
examples/no_executor_framework-no_executor_framework.o
./.libs/libmesos.so -L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server
-lpthread /usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz
-lrt -pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o balloon-framework examples/balloon_framework-balloon_framework.o
libmesos.la -lcurl -lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/balloon-framework
examples/balloon_framework-balloon_framework.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated  -pthread -g -g2 -O2 -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
-o balloon-executor examples/balloon_executor-balloon_executor.o
libmesos.la -lcurl -lssl -lcrypto -lz  -lrt
libtool: link: g++ -pthread -g -g2 -O2 -o .libs/balloon-executor
examples/balloon_executor-balloon_executor.o  ./.libs/libmesos.so
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so -lssl -lcrypto -lz -lrt
-pthread -Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-state_tests.o -MD -MP -MF
tests/.deps/mesos_tests-state_tests.Tpo -c -o
tests/mesos_tests-state_tests.o `test -f 'tests/state_tests.cpp' || echo
'../../src/'`tests/state_tests.cpp
mv -f tests/.deps/mesos_tests-state_tests.Tpo
tests/.deps/mesos_tests-state_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-slave_recovery_tests.o -MD -MP
-MF tests/.deps/mesos_tests-slave_recovery_tests.Tpo -c -o
tests/mesos_tests-slave_recovery_tests.o `test -f
'tests/slave_recovery_tests.cpp' || echo
'../../src/'`tests/slave_recovery_tests.cpp
mv -f tests/.deps/mesos_tests-slave_recovery_tests.Tpo
tests/.deps/mesos_tests-slave_recovery_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-status_update_manager_tests.o
-MD -MP -MF tests/.deps/mesos_tests-status_update_manager_tests.Tpo -c -o
tests/mesos_tests-status_update_manager_tests.o `test -f
'tests/status_update_manager_tests.cpp' || echo
'../../src/'`tests/status_update_manager_tests.cpp
mv -f tests/.deps/mesos_tests-status_update_manager_tests.Tpo
tests/.deps/mesos_tests-status_update_manager_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-master_detector_tests.o -MD -MP
-MF tests/.deps/mesos_tests-master_detector_tests.Tpo -c -o
tests/mesos_tests-master_detector_tests.o `test -f
'tests/master_detector_tests.cpp' || echo
'../../src/'`tests/master_detector_tests.cpp
mv -f tests/.deps/mesos_tests-master_detector_tests.Tpo
tests/.deps/mesos_tests-master_detector_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-sorter_tests.o -MD -MP -MF
tests/.deps/mesos_tests-sorter_tests.Tpo -c -o
tests/mesos_tests-sorter_tests.o `test -f 'tests/sorter_tests.cpp' ||
echo '../../src/'`tests/sorter_tests.cpp
mv -f tests/.deps/mesos_tests-sorter_tests.Tpo
tests/.deps/mesos_tests-sorter_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -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.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-cgroups_isolator_tests.o -MD
-MP -MF tests/.deps/mesos_tests-cgroups_isolator_tests.Tpo -c -o
tests/mesos_tests-cgroups_isolator_tests.o `test -f
'tests/cgroups_isolator_tests.cpp' || echo
'../../src/'`tests/cgroups_isolator_tests.cpp
mv -f tests/.deps/mesos_tests-cgroups_isolator_tests.Tpo
tests/.deps/mesos_tests-cgroups_isolator_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-cgroups_tests.o -MD -MP -MF
tests/.deps/mesos_tests-cgroups_tests.Tpo -c -o
tests/mesos_tests-cgroups_tests.o `test -f 'tests/cgroups_tests.cpp' ||
echo '../../src/'`tests/cgroups_tests.cpp
mv -f tests/.deps/mesos_tests-cgroups_tests.Tpo
tests/.deps/mesos_tests-cgroups_tests.Po
g++ -DPACKAGE_NAME=\"mesos\" -DPACKAGE_TARNAME=\"mesos\"
-DPACKAGE_VERSION=\"0.13.0\" -DPACKAGE_STRING=\"mesos\ 0.13.0\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"mesos\"
-DVERSION=\"0.13.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_LIBCRYPTO=1 -DHAVE_LIBSSL=1
-DHAVE_LIBCURL=1 -I. -I../../src   -Wall -Werror
-DLIBDIR=\"/usr/apps/mesos-0.13.0/lib\"
-DPKGLIBEXECDIR=\"/usr/apps/mesos-0.13.0/libexec/mesos\"
-DPKGDATADIR=\"/usr/apps/mesos-0.13.0/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.4.1/src
-I../3rdparty/libprocess/3rdparty/glog-0.3.1/src
-I../3rdparty/zookeeper-3.3.4/src/c/include
-I../3rdparty/zookeeper-3.3.4/src/c/generated
-DSOURCE_DIR=\"/opt/mesos-0.13.0/build/..\"
-DBUILD_DIR=\"/opt/mesos-0.13.0/build\"
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/gtest/include
-I../3rdparty/libprocess/3rdparty/gmock-1.6.0/include
-I/usr/lib/jvm/java-7-oracle/include
-I/usr/lib/jvm/java-7-oracle/include/linux -DZOOKEEPER_VERSION=\"3.3.4\"
-pthread -g -g2 -O2 -MT tests/mesos_tests-allocator_zookeeper_tests.o -MD
-MP -MF tests/.deps/mesos_tests-allocator_zookeeper_tests.Tpo -c -o
tests/mesos_tests-allocator_zookeeper_tests.o `test -f
'tests/allocator_zookeeper_tests.cpp' || echo
'../../src/'`tests/allocator_zookeeper_tests.cpp

btool: link: g++ -pthread -g -g2 -O2 -Wl,-ljvm -o .libs/mesos-tests
tests/mesos_tests-main.o tests/mesos_tests-utils.o
tests/mesos_tests-environment.o tests/mesos_tests-flags.o tests/mesos_tests-mesos.o
tests/mesos_tests-master_tests.o
tests/mesos_tests-state_tests.o
tests/mesos_tests-paths_tests.o
tests/mesos_tests-reaper_tests.o
tests/mesos_tests-slave_recovery_tests.o
tests/mesos_tests-status_update_manager_tests.o tests/mesos_tests-gc_tests.o
tests/mesos_tests-resource_offers_tests.o
tests/mesos_tests-fault_tolerance_tests.o tests/mesos_tests-files_tests.o tests/mesos_tests-isolator_tests.o
tests/mesos_tests-log_tests.o
tests/mesos_tests-monitor_tests.o
tests/mesos_tests-resources_tests.o
tests/mesos_tests-script.o
tests/mesos_tests-examples_tests.o
tests/mesos_tests-protobuf_io_tests.o
tests/mesos_tests-zookeeper_url_tests.o
tests/mesos_tests-killtree_tests.o
tests/mesos_tests-exception_tests.o
tests/mesos_tests-attributes_tests.o
tests/mesos_tests-master_detector_tests.o
tests/mesos_tests-sorter_tests.o
tests/mesos_tests-allocator_tests.o
tests/mesos_tests-logging_tests.o
tests/mesos_tests-cgroups_isolator_tests.o
tests/mesos_tests-cgroups_tests.o
tests/mesos_tests-fs_tests.o
tests/mesos_tests-zookeeper.o
tests/mesos_tests-zookeeper_test_server.o
tests/mesos_tests-zookeeper_tests.o
tests/mesos_tests-group_tests.o
tests/mesos_tests-allocator_zookeeper_tests.o
-L/usr/lib/jvm/java-7-oracle/jre/lib/i386/server ../3rdparty/libprocess/3rdparty/.libs/libgmock.a
./.libs/libmesos.so -lpthread
/usr/lib/i386-linux-gnu/libcurl-gnutls.so
-lssl -lcrypto -lz -lrt -pthread
-Wl,-rpath -Wl,/usr/apps/mesos-0.13.0/lib
-Wl,-rpath
-Wl,/usr/lib/jvm/java-7-oracle/jre/lib/i386/server
make[3]: Nothing to be
done for
`../../src/examples/python/test_framework.py'.
make[3]: Nothing to be done
for `examples/python/test-framework'.
make[3]: Nothing to be done for
`../../src/examples/python/test_executor.py'.
make[3]: Nothing to be done
for `examples/python/test-executor'.
make[3]: Nothing to be done for
`../../src/tests/balloon_framework_test.sh'.
make[3]: Nothing to be done
for `../../src/tests/test_framework_test.sh'.
make[3]: Nothing to be done
for
`../../src/tests/no_executor_framework_test.sh'.
make[3]: Nothing to be
done for `../../src/tests/java_exception_test.sh'.
make[3]: Nothing to be
done for `../../src/tests/java_framework_test.sh'.
make[3]: Nothing to be
done for
`../../src/tests/python_framework_test.sh'.
make[3]: Nothing to be done
for `../../src/tests/killtree_test.sh'.
make[3]: Leaving directory
`/opt/mesos-0.13.0/build/src'
make  check-local
make[3]: Entering directory
`/opt/mesos-0.13.0/build/src'
./mesos-tests
Source directory: /opt/mesos-0.13.0
Build directory:
/opt/mesos-0.13.0/build
Note: Google Test filter = *-
[==========] Running 209 tests from 41 test
cases.
[----------] Global test environment set-up.
[----------] 12 tests from
MasterTest
[ RUN      ] MasterTest.TaskRunning
F1015 14:45:00.856343 13259
resources.cpp:189] Bad type for resource ports
text (null) type 3
*** Check failure stack trace: ***
make[3]: *** [check-local] Aborted
make[3]: Leaving directory
`/opt/mesos-0.13.0/build/src'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory
`/opt/mesos-0.13.0/build/src'
make[1]: *** [check] Error 2
make[1]: Leaving directory
`/opt/mesos-0.13.0/build/src'
make: *** [check-recursive] Error 1
root@Ubuntu-VirtualBox:/opt/mesos-0.13.0/build#





From: vinod@twitter.com [mailto:vinod@twitter.com] On Behalf Of Vinod Kone
Sent: Tuesday, October 15, 2013 1:49 PM
To: user@mesos.apache.org
Subject: Re: Help with make check errors on mesos-0.13.0 on ubuntu-12.04

Can you run it in verbose mode and email the output?

MESOS_VERBOSE=1 make check

On Tue, Oct 15, 2013 at 1:41 PM, Tse, Philip <Ph...@verizonwireless.com>> wrote:
Hi,

Newbie trying to get mesos-0.13.0 to build and installed.  I go it to configure and make without errors-passed all test from make except one that it said was disabled.  When I move on to try make check, I got this error:

make check

make[3]: Entering directory `/opt/mesos-0.13.0/build/src'
./mesos-tests
Source directory: /opt/mesos-0.13.0
Build directory: /opt/mesos-0.13.0/build
Note: Google Test filter = *-
[==========] Running 209 tests from 41 test cases.
[----------] Global test environment set-up.
[----------] 12 tests from MasterTest
[ RUN      ] MasterTest.TaskRunning
F1015 12:35:28.310546  1316 resources.cpp:189] Bad type for resource
ports text (null) type 3
*** Check failure stack trace: ***
make[3]: *** [check-local] Aborted


I also unable to get mesos-0.12.0 nor mesos-0.12.1 to build and install.  I have gone the furthest with Mesos-0.13.0.

Any suggestions will be appreciated.  Thanks in advance for all your help.

Phil