seems it is more on random.
I am using the source code checked out from git. The latest commit is
commit fd798ffbeecee644b4674a9149c38d563bfa044e
Author: Timothy St. Clair <[email protected]>
Date: Tue Sep 9 13:28:10 2014 -0500
Update deploy_dir from localstate to sysconf
Updates the mesos-env files to install to /etc/mesos vs.
/var/lib/deploy/mesos.
Review: https://reviews.apache.org/r/25447
The make check take less time than the first time running. The failed test
were also different.
More insight would be helpful.
Thanks.
On Wed, Sep 10, 2014 at 1:58 PM, Luyi Wang <[email protected]> wrote:
> rerunning the make check again with output redirect to a log file. It
> would take a while. will update afterward.
>
> On Wed, Sep 10, 2014 at 1:46 PM, Till Toenshoff <[email protected]> wrote:
>
>>
>> What's the error message / logs associated for those failed tests?
>>
>>
>> To expand on what Tim said, see the following for details:
>>
>> http://stackoverflow.com/questions/22619124/when-running-make-check-on-mesos-one-of-the-tests-fails-what-now
>>
>>
>>
>> Tim
>>
>> On Wed, Sep 10, 2014 at 1:27 PM, Luyi Wang <[email protected]> wrote:
>>
>>> [ FAILED ] 3 tests, listed below:
>>> [ FAILED ] DRFAllocatorTest.DRFAllocatorProcess
>>> [ FAILED ] ResourceOffersTest.TaskUsesNoResources
>>> [ FAILED ] ShutdownTest.ShutdownEndpointGoodACLs
>>>
>>>
>>>
>>
>>
>
Making check in .
make[1]: Entering directory `/home/ubuntu/mesos/build'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/home/ubuntu/mesos/build'
Making check in 3rdparty
make[1]: Entering directory `/home/ubuntu/mesos/build/3rdparty'
make check-recursive
make[2]: Entering directory `/home/ubuntu/mesos/build/3rdparty'
Making check in libprocess
make[3]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess'
Making check in 3rdparty
make[4]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty'
make check-recursive
make[5]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty'
Making check in stout
make[6]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty/stout'
Making check in .
make[7]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty/stout'
make[7]: Nothing to be done for `check-am'.
make[7]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty/stout'
Making check in include
make[7]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty/stout/include'
make[7]: Nothing to be done for `check'.
make[7]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty/stout/include'
make[6]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty/stout'
make[6]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty'
make libgmock.la stout-tests
make[7]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty'
make[7]: `libgmock.la' is up to date.
make[7]: `stout-tests' is up to date.
make[7]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty'
make check-local
make[7]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty'
./stout-tests
[==========] Running 146 tests from 29 test cases.
[----------] Global test environment set-up.
[----------] 2 tests from Base64
[ RUN ] Base64.Encode
[ OK ] Base64.Encode (0 ms)
[ RUN ] Base64.Decode
[ OK ] Base64.Decode (0 ms)
[----------] 2 tests from Base64 (0 ms total)
[----------] 3 tests from Stout
[ RUN ] Stout.Bytes
[ OK ] Stout.Bytes (0 ms)
[ RUN ] Stout.Set
[ OK ] Stout.Set (0 ms)
[ RUN ] Stout.Some
[ OK ] Stout.Some (0 ms)
[----------] 3 tests from Stout (0 ms total)
[----------] 4 tests from Cache
[ RUN ] Cache.Insert
[ OK ] Cache.Insert (0 ms)
[ RUN ] Cache.Update
[ OK ] Cache.Update (0 ms)
[ RUN ] Cache.Erase
[ OK ] Cache.Erase (0 ms)
[ RUN ] Cache.LRUEviction
[ OK ] Cache.LRUEviction (0 ms)
[----------] 4 tests from Cache (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 (0 ms total)
[----------] 1 test from DynamicLibraryTest
[ RUN ] DynamicLibraryTest.LoadKnownSymbol
[ OK ] DynamicLibraryTest.LoadKnownSymbol (0 ms)
[----------] 1 test from DynamicLibraryTest (1 ms total)
[----------] 1 test from ErrorTest
[ RUN ] ErrorTest.Test
[ OK ] ErrorTest.Test (0 ms)
[----------] 1 test from ErrorTest (0 ms total)
[----------] 15 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.LoadFromCommandLineWithNonFlags
[ OK ] FlagsTest.LoadFromCommandLineWithNonFlags (0 ms)
[ RUN ] FlagsTest.LoadFromCommandLineWithDashDash
[ OK ] FlagsTest.LoadFromCommandLineWithDashDash (0 ms)
[ RUN ] FlagsTest.LoadFromCommandLineAndUpdateArgcArgv
[ OK ] FlagsTest.LoadFromCommandLineAndUpdateArgcArgv (0 ms)
[ RUN ] FlagsTest.Stringification
[ OK ] FlagsTest.Stringification (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)
[ RUN ] FlagsTest.JSON
[ OK ] FlagsTest.JSON (1 ms)
[----------] 15 tests from FlagsTest (1 ms total)
[----------] 1 test from FlagsFileTest
[ RUN ] FlagsFileTest.JSONFile
[ OK ] FlagsFileTest.JSONFile (0 ms)
[----------] 1 test from FlagsFileTest (0 ms total)
[----------] 1 test from GzipTest
[ RUN ] GzipTest.CompressDecompressString
[ OK ] GzipTest.CompressDecompressString (78 ms)
[----------] 1 test from GzipTest (78 ms total)
[----------] 2 tests from HashMapTest
[ RUN ] HashMapTest.Insert
[ OK ] HashMapTest.Insert (0 ms)
[ RUN ] HashMapTest.Contains
[ OK ] HashMapTest.Contains (0 ms)
[----------] 2 tests from HashMapTest (0 ms total)
[----------] 2 tests from HashsetTest
[ RUN ] HashsetTest.Insert
[ OK ] HashsetTest.Insert (0 ms)
[ RUN ] HashsetTest.Union
[ OK ] HashsetTest.Union (0 ms)
[----------] 2 tests from HashsetTest (0 ms total)
[----------] 13 tests from IntervalTest
[ RUN ] IntervalTest.Interval
[ OK ] IntervalTest.Interval (0 ms)
[ RUN ] IntervalTest.EmptyInterval
[ OK ] IntervalTest.EmptyInterval (0 ms)
[ RUN ] IntervalTest.IntervalEqual
[ OK ] IntervalTest.IntervalEqual (0 ms)
[ RUN ] IntervalTest.Constructor
[ OK ] IntervalTest.Constructor (0 ms)
[ RUN ] IntervalTest.Contains
[ OK ] IntervalTest.Contains (0 ms)
[ RUN ] IntervalTest.Addition
[ OK ] IntervalTest.Addition (0 ms)
[ RUN ] IntervalTest.Subtraction
[ OK ] IntervalTest.Subtraction (0 ms)
[ RUN ] IntervalTest.Intersection
[ OK ] IntervalTest.Intersection (0 ms)
[ RUN ] IntervalTest.IntersectionTest
[ OK ] IntervalTest.IntersectionTest (0 ms)
[ RUN ] IntervalTest.LargeInterval
[ OK ] IntervalTest.LargeInterval (0 ms)
[ RUN ] IntervalTest.IntervalIteration
[ OK ] IntervalTest.IntervalIteration (0 ms)
[ RUN ] IntervalTest.Stream
[ OK ] IntervalTest.Stream (0 ms)
[ RUN ] IntervalTest.InfixOperator
[ OK ] IntervalTest.InfixOperator (0 ms)
[----------] 13 tests from IntervalTest (0 ms total)
[----------] 9 tests from JsonTest
[ RUN ] JsonTest.DefaultValueIsNull
[ OK ] JsonTest.DefaultValueIsNull (0 ms)
[ RUN ] JsonTest.BinaryData
[ OK ] JsonTest.BinaryData (0 ms)
[ RUN ] JsonTest.NumberFormat
[ OK ] JsonTest.NumberFormat (0 ms)
[ RUN ] JsonTest.BooleanFormat
[ OK ] JsonTest.BooleanFormat (0 ms)
[ RUN ] JsonTest.BooleanAssignement
[ OK ] JsonTest.BooleanAssignement (0 ms)
[ RUN ] JsonTest.CStringAssignment
[ OK ] JsonTest.CStringAssignment (0 ms)
[ RUN ] JsonTest.NumericAssignment
[ OK ] JsonTest.NumericAssignment (0 ms)
[ RUN ] JsonTest.parse
[ OK ] JsonTest.parse (0 ms)
[ RUN ] JsonTest.Find
[ OK ] JsonTest.Find (0 ms)
[----------] 9 tests from JsonTest (0 ms total)
[----------] 5 tests from LinkedHashmapTest
[ RUN ] LinkedHashmapTest.Put
[ OK ] LinkedHashmapTest.Put (0 ms)
[ RUN ] LinkedHashmapTest.Contains
[ OK ] LinkedHashmapTest.Contains (0 ms)
[ RUN ] LinkedHashmapTest.Erase
[ OK ] LinkedHashmapTest.Erase (0 ms)
[ RUN ] LinkedHashmapTest.Keys
[ OK ] LinkedHashmapTest.Keys (0 ms)
[ RUN ] LinkedHashmapTest.Values
[ OK ] LinkedHashmapTest.Values (0 ms)
[----------] 5 tests from LinkedHashmapTest (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 (0 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 (0 ms total)
[----------] 4 tests from NetTest
[ RUN ] NetTest.mac
[ OK ] NetTest.mac (1 ms)
[ RUN ] NetTest.ConstructMAC
[ OK ] NetTest.ConstructMAC (0 ms)
[ RUN ] NetTest.ip
[ OK ] NetTest.ip (0 ms)
[ RUN ] NetTest.ConstructIP
[ OK ] NetTest.ConstructIP (0 ms)
[----------] 4 tests from NetTest (1 ms total)
[----------] 1 test from NoneTest
[ RUN ] NoneTest.Test
[ OK ] NoneTest.Test (0 ms)
[----------] 1 test from NoneTest (0 ms total)
[----------] 3 tests from OptionTest
[ RUN ] OptionTest.Min
[ OK ] OptionTest.Min (0 ms)
[ RUN ] OptionTest.Max
[ OK ] OptionTest.Max (0 ms)
[ RUN ] OptionTest.Comparison
[ OK ] OptionTest.Comparison (0 ms)
[----------] 3 tests from OptionTest (0 ms total)
[----------] 20 tests from OsTest
[ RUN ] OsTest.environment
[ OK ] OsTest.environment (0 ms)
[ RUN ] OsTest.rmdir
[ OK ] OsTest.rmdir (0 ms)
[ RUN ] OsTest.system
[ OK ] OsTest.system (6 ms)
[ RUN ] OsTest.nonblock
[ OK ] OsTest.nonblock (0 ms)
[ RUN ] OsTest.touch
[ OK ] OsTest.touch (0 ms)
[ RUN ] OsTest.readWriteString
[ OK ] OsTest.readWriteString (1 ms)
[ RUN ] OsTest.find
[ OK ] OsTest.find (1 ms)
[ RUN ] OsTest.bootId
[ OK ] OsTest.bootId (0 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)
[ RUN ] OsTest.pids
[ OK ] OsTest.pids (9 ms)
[ RUN ] OsTest.children
[ OK ] OsTest.children (14 ms)
[ RUN ] OsTest.process
[ OK ] OsTest.process (0 ms)
[ RUN ] OsTest.processes
[ OK ] OsTest.processes (5 ms)
[ RUN ] OsTest.killtree
[ OK ] OsTest.killtree (40 ms)
[ RUN ] OsTest.pstree
[ OK ] OsTest.pstree (9 ms)
[ RUN ] OsTest.ProcessExists
[ OK ] OsTest.ProcessExists (6 ms)
[ RUN ] OsTest.user
[ OK ] OsTest.user (7 ms)
[----------] 20 tests from OsTest (109 ms total)
[----------] 1 test from ProtobufTest
[ RUN ] ProtobufTest.JSON
[ OK ] ProtobufTest.JSON (0 ms)
[----------] 1 test from ProtobufTest (0 ms total)
[----------] 1 test from OsSendfileTest
[ RUN ] OsSendfileTest.sendfile
[ OK ] OsSendfileTest.sendfile (0 ms)
[----------] 1 test from OsSendfileTest (0 ms total)
[----------] 1 test from OsSignalsTest
[ RUN ] OsSignalsTest.suppress
[ OK ] OsSignalsTest.suppress (0 ms)
[----------] 1 test from OsSignalsTest (0 ms total)
[----------] 29 tests from StringsTest
[ RUN ] StringsTest.Format
[ OK ] StringsTest.Format (1 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.TokenizeNullByteDelim
[ OK ] StringsTest.TokenizeNullByteDelim (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.SplitNZero
[ OK ] StringsTest.SplitNZero (0 ms)
[ RUN ] StringsTest.SplitNDelimOnlyString
[ OK ] StringsTest.SplitNDelimOnlyString (0 ms)
[ RUN ] StringsTest.SplitN
[ OK ] StringsTest.SplitN (0 ms)
[ RUN ] StringsTest.SplitNStringWithDelimsAtStart
[ OK ] StringsTest.SplitNStringWithDelimsAtStart (0 ms)
[ RUN ] StringsTest.SplitNStringWithDelimsAtEnd
[ OK ] StringsTest.SplitNStringWithDelimsAtEnd (0 ms)
[ RUN ] StringsTest.SplitNStringWithDelimsAtStartAndEnd
[ OK ] StringsTest.SplitNStringWithDelimsAtStartAndEnd (0 ms)
[ RUN ] StringsTest.SplitNWithMultipleDelims
[ OK ] StringsTest.SplitNWithMultipleDelims (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)
[----------] 29 tests from StringsTest (1 ms total)
[----------] 2 tests from SubcommandTest
[ RUN ] SubcommandTest.Flags
[ OK ] SubcommandTest.Flags (0 ms)
[ RUN ] SubcommandTest.Dispatch
[ OK ] SubcommandTest.Dispatch (0 ms)
[----------] 2 tests from SubcommandTest (0 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)
[----------] 6 tests from ProcTest
[ RUN ] ProcTest.pids
[ OK ] ProcTest.pids (0 ms)
[ RUN ] ProcTest.cpus
[ OK ] ProcTest.cpus (1 ms)
[ RUN ] ProcTest.SystemStatus
[ OK ] ProcTest.SystemStatus (0 ms)
[ RUN ] ProcTest.ProcessStatus
[ OK ] ProcTest.ProcessStatus (0 ms)
[ RUN ] ProcTest.SingleThread
[ OK ] ProcTest.SingleThread (0 ms)
[ RUN ] ProcTest.MultipleThreads
[ OK ] ProcTest.MultipleThreads (0 ms)
[----------] 6 tests from ProcTest (1 ms total)
[----------] 1 test from OsSetnsTest
[ RUN ] OsSetnsTest.setns
[ OK ] OsSetnsTest.setns (1 ms)
[----------] 1 test from OsSetnsTest (1 ms total)
[----------] Global test environment tear-down
[==========] 146 tests from 29 test cases ran. (195 ms total)
[ PASSED ] 146 tests.
make[7]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty'
make[6]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty'
make[5]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty'
make[4]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess/3rdparty'
Making check in .
make[4]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess'
make tests
make[5]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess'
make[5]: `tests' is up to date.
make[5]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess'
make check-local
make[5]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess'
./tests
[==========] Running 114 tests from 17 test cases.
[----------] Global test environment set-up.
[----------] 3 tests from Decoder
[ RUN ] Decoder.Request
[ OK ] Decoder.Request (0 ms)
[ RUN ] Decoder.RequestHeaderContinuation
[ OK ] Decoder.RequestHeaderContinuation (0 ms)
[ RUN ] Decoder.Response
[ OK ] Decoder.Response (0 ms)
[----------] 3 tests from Decoder (0 ms total)
[----------] 2 tests from Encoder
[ RUN ] Encoder.Response
[ OK ] Encoder.Response (0 ms)
[ RUN ] Encoder.AcceptableEncodings
[ OK ] Encoder.AcceptableEncodings (1 ms)
[----------] 2 tests from Encoder (1 ms total)
[----------] 6 tests from HTTP
[ RUN ] HTTP.auth
[ OK ] HTTP.auth (2 ms)
[ RUN ] HTTP.Endpoints
[ OK ] HTTP.Endpoints (7 ms)
[ RUN ] HTTP.Encode
[ OK ] HTTP.Encode (0 ms)
[ RUN ] HTTP.PathParse
[ OK ] HTTP.PathParse (0 ms)
[ RUN ] HTTP.Get
[ OK ] HTTP.Get (1 ms)
[ RUN ] HTTP.Post
[ OK ] HTTP.Post (1 ms)
[----------] 6 tests from HTTP (11 ms total)
[----------] 5 tests from IO
[ RUN ] IO.Poll
[ OK ] IO.Poll (1 ms)
[ RUN ] IO.Read
[ OK ] IO.Read (0 ms)
[ RUN ] IO.BufferedRead
[ OK ] IO.BufferedRead (2 ms)
[ RUN ] IO.Write
[ OK ] IO.Write (0 ms)
[ RUN ] IO.redirect
[ OK ] IO.redirect (20 ms)
[----------] 5 tests from IO (23 ms total)
[----------] 3 tests from Mutex
[ RUN ] Mutex.lock
[ OK ] Mutex.lock (0 ms)
[ RUN ] Mutex.block
[ OK ] Mutex.block (0 ms)
[ RUN ] Mutex.queue
[ OK ] Mutex.queue (0 ms)
[----------] 3 tests from Mutex (1 ms total)
[----------] 8 tests from Metrics
[ RUN ] Metrics.Counter
[ OK ] Metrics.Counter (0 ms)
[ RUN ] Metrics.Gauge
[ OK ] Metrics.Gauge (0 ms)
[ RUN ] Metrics.Statistics
[ OK ] Metrics.Statistics (21 ms)
[ RUN ] Metrics.Snapshot
[ OK ] Metrics.Snapshot (93 ms)
[ RUN ] Metrics.SnapshotTimeout
[ OK ] Metrics.SnapshotTimeout (132 ms)
[ RUN ] Metrics.SnapshotStatistics
[ OK ] Metrics.SnapshotStatistics (31 ms)
[ RUN ] Metrics.Timer
[ OK ] Metrics.Timer (20 ms)
[ RUN ] Metrics.AsyncTimer
[ OK ] Metrics.AsyncTimer (31 ms)
[----------] 8 tests from Metrics (328 ms total)
[----------] 4 tests from Owned
[ RUN ] Owned.Access
[ OK ] Owned.Access (0 ms)
[ RUN ] Owned.Null
[ OK ] Owned.Null (0 ms)
[ RUN ] Owned.Share
[ OK ] Owned.Share (0 ms)
[ RUN ] Owned.Release
[ OK ] Owned.Release (0 ms)
[----------] 4 tests from Owned (0 ms total)
[----------] 43 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 (0 ms)
[ RUN ] Process.onAny
[ OK ] Process.onAny (0 ms)
[ RUN ] Process.then
[ OK ] Process.then (0 ms)
[ RUN ] Process.after1
[ OK ] Process.after1 (10 ms)
[ RUN ] Process.after2
[ OK ] Process.after2 (10 ms)
[ RUN ] Process.chain
[ OK ] Process.chain (0 ms)
[ RUN ] Process.discard1
[ OK ] Process.discard1 (0 ms)
[ RUN ] Process.discard2
[ OK ] Process.discard2 (0 ms)
[ RUN ] Process.discard3
[ OK ] Process.discard3 (0 ms)
[ RUN ] Process.spawn
[ OK ] Process.spawn (5 ms)
[ RUN ] Process.dispatch
[ OK ] Process.dispatch (0 ms)
[ RUN ] Process.defer1
[ OK ] Process.defer1 (0 ms)
[ RUN ] Process.defer2
[ OK ] Process.defer2 (0 ms)
[ RUN ] Process.defer3
[ OK ] Process.defer3 (0 ms)
[ RUN ] Process.handlers
[ OK ] Process.handlers (0 ms)
[ RUN ] Process.expect
[ OK ] Process.expect (0 ms)
[ RUN ] Process.action
[ OK ] Process.action (1 ms)
[ RUN ] Process.inheritance
[ OK ] Process.inheritance (0 ms)
[ RUN ] Process.thunk
[ OK ] Process.thunk (0 ms)
[ RUN ] Process.delegate
[ OK ] Process.delegate (0 ms)
[ RUN ] Process.delay
[ OK ] Process.delay (0 ms)
[ RUN ] Process.order
[ OK ] Process.order (0 ms)
[ RUN ] Process.donate
[ OK ] Process.donate (0 ms)
[ RUN ] Process.exited
[ OK ] Process.exited (1 ms)
[ RUN ] Process.injectExited
[ OK ] Process.injectExited (0 ms)
[ RUN ] Process.select
[ OK ] Process.select (0 ms)
[ RUN ] Process.collect
[ OK ] Process.collect (0 ms)
[ RUN ] Process.await1
[ OK ] Process.await1 (0 ms)
[ RUN ] Process.await2
[ OK ] Process.await2 (0 ms)
[ RUN ] Process.await3
[ OK ] Process.await3 (0 ms)
[ RUN ] Process.settle
[ OK ] Process.settle (41 ms)
[ RUN ] Process.pid
[ OK ] Process.pid (0 ms)
[ RUN ] Process.listener
[ OK ] Process.listener (0 ms)
[ RUN ] Process.executor
[ OK ] Process.executor (0 ms)
[ RUN ] Process.remote
[ OK ] Process.remote (4 ms)
[ RUN ] Process.http1
[ OK ] Process.http1 (0 ms)
[ RUN ] Process.http2
[ OK ] Process.http2 (1 ms)
[ RUN ] Process.async
[ OK ] Process.async (1 ms)
[ RUN ] Process.limiter
[ OK ] Process.limiter (7 ms)
[ RUN ] Process.provide
[ OK ] Process.provide (0 ms)
[ RUN ] Process.PercentEncodedURLs
[ OK ] Process.PercentEncodedURLs (0 ms)
[----------] 43 tests from Process (84 ms total)
[----------] 1 test from Future
[ RUN ] Future.FromTry
[ OK ] Future.FromTry (0 ms)
[----------] 1 test from Future (0 ms total)
[----------] 3 tests from Queue
[ RUN ] Queue.block
[ OK ] Queue.block (0 ms)
[ RUN ] Queue.noblock
[ OK ] Queue.noblock (0 ms)
[ RUN ] Queue.queue
[ OK ] Queue.queue (0 ms)
[----------] 3 tests from Queue (0 ms total)
[----------] 3 tests from Reap
[ RUN ] Reap.NonChildProcess
[ OK ] Reap.NonChildProcess (41 ms)
[ RUN ] Reap.ChildProcess
[ OK ] Reap.ChildProcess (31 ms)
[ RUN ] Reap.TerminatedChildProcess
[ OK ] Reap.TerminatedChildProcess (22 ms)
[----------] 3 tests from Reap (94 ms total)
[----------] 4 tests from Sequence
[ RUN ] Sequence.Serialize
[ OK ] Sequence.Serialize (11 ms)
[ RUN ] Sequence.DiscardOne
[ OK ] Sequence.DiscardOne (12 ms)
[ RUN ] Sequence.DiscardAll
[ OK ] Sequence.DiscardAll (10 ms)
[ RUN ] Sequence.Random
[ OK ] Sequence.Random (13 ms)
[----------] 4 tests from Sequence (46 ms total)
[----------] 4 tests from Shared
[ RUN ] Shared.ConstAccess
[ OK ] Shared.ConstAccess (0 ms)
[ RUN ] Shared.Null
[ OK ] Shared.Null (0 ms)
[ RUN ] Shared.Reset
[ OK ] Shared.Reset (0 ms)
[ RUN ] Shared.Own
[ OK ] Shared.Own (0 ms)
[----------] 4 tests from Shared (0 ms total)
[----------] 3 tests from Statistics
[ RUN ] Statistics.empty
[ OK ] Statistics.empty (0 ms)
[ RUN ] Statistics.single
[ OK ] Statistics.single (0 ms)
[ RUN ] Statistics.statistics
[ OK ] Statistics.statistics (0 ms)
[----------] 3 tests from Statistics (0 ms total)
[----------] 16 tests from SubprocessTest
[ RUN ] SubprocessTest.Status
[ OK ] SubprocessTest.Status (124 ms)
[ RUN ] SubprocessTest.PipeOutput
[ OK ] SubprocessTest.PipeOutput (62 ms)
[ RUN ] SubprocessTest.PipeInput
[ OK ] SubprocessTest.PipeInput (31 ms)
[ RUN ] SubprocessTest.PipeRedirect
[ OK ] SubprocessTest.PipeRedirect (31 ms)
[ RUN ] SubprocessTest.PathOutput
[ OK ] SubprocessTest.PathOutput (63 ms)
[ RUN ] SubprocessTest.PathInput
[ OK ] SubprocessTest.PathInput (31 ms)
[ RUN ] SubprocessTest.FdOutput
[ OK ] SubprocessTest.FdOutput (62 ms)
[ RUN ] SubprocessTest.FdInput
[ OK ] SubprocessTest.FdInput (31 ms)
[ RUN ] SubprocessTest.Default
hello world
[ OK ] SubprocessTest.Default (31 ms)
[ RUN ] SubprocessTest.Flags
[ OK ] SubprocessTest.Flags (32 ms)
[ RUN ] SubprocessTest.Environment
[ OK ] SubprocessTest.Environment (62 ms)
[ RUN ] SubprocessTest.EnvironmentWithSpaces
[ OK ] SubprocessTest.EnvironmentWithSpaces (31 ms)
[ RUN ] SubprocessTest.EnvironmentWithSpacesAndQuotes
[ OK ] SubprocessTest.EnvironmentWithSpacesAndQuotes (31 ms)
[ RUN ] SubprocessTest.EnvironmentOverride
[ OK ] SubprocessTest.EnvironmentOverride (31 ms)
[ RUN ] SubprocessTest.Setup
[ OK ] SubprocessTest.Setup (31 ms)
[ RUN ] SubprocessTest.SetupStatus
[ OK ] SubprocessTest.SetupStatus (52 ms)
[----------] 16 tests from SubprocessTest (737 ms total)
[----------] 3 tests from TimeSeries
[ RUN ] TimeSeries.set
[ OK ] TimeSeries.set (0 ms)
[ RUN ] TimeSeries.sparsify
[ OK ] TimeSeries.sparsify (0 ms)
[ RUN ] TimeSeries.truncate
[ OK ] TimeSeries.truncate (0 ms)
[----------] 3 tests from TimeSeries (0 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)
[----------] 3 tests from TimeTest (0 ms total)
[----------] Global test environment tear-down
[==========] 114 tests from 17 test cases ran. (1326 ms total)
[ PASSED ] 114 tests.
YOU HAVE 3 DISABLED TESTS
make[5]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess'
make[4]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess'
Making check in include
make[4]: Entering directory `/home/ubuntu/mesos/build/3rdparty/libprocess/include'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess/include'
make[3]: Leaving directory `/home/ubuntu/mesos/build/3rdparty/libprocess'
make[3]: Entering directory `/home/ubuntu/mesos/build/3rdparty'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/ubuntu/mesos/build/3rdparty'
make[2]: Leaving directory `/home/ubuntu/mesos/build/3rdparty'
make[1]: Leaving directory `/home/ubuntu/mesos/build/3rdparty'
Making check in src
make[1]: Entering directory `/home/ubuntu/mesos/build/src'
make check-am
make[2]: Entering directory `/home/ubuntu/mesos/build/src'
test "../.." = ".." || \
(/bin/mkdir -p python/src/mesos && cp -pf ../../src/python/src/mesos/__init__.py python/src/mesos/__init__.py)
test "../.." = ".." || \
(/bin/mkdir -p python/interface/src/mesos && cp -pf ../../src/python/interface/src/mesos/__init__.py python/interface/src/mesos/__init__.py)
test "../.." = ".." || \
(/bin/mkdir -p python/interface/src/mesos/interface && cp -pf ../../src/python/interface/src/mesos/interface/__init__.py python/interface/src/mesos/interface/__init__.py)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos && cp -pf ../../src/python/native/src/mesos/__init__.py python/native/src/mesos/__init__.py)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/__init__.py python/native/src/mesos/native/__init__.py)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/mesos_executor_driver_impl.cpp python/native/src/mesos/native/mesos_executor_driver_impl.cpp)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/mesos_executor_driver_impl.hpp python/native/src/mesos/native/mesos_executor_driver_impl.hpp)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/mesos_scheduler_driver_impl.cpp python/native/src/mesos/native/mesos_scheduler_driver_impl.cpp)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/mesos_scheduler_driver_impl.hpp python/native/src/mesos/native/mesos_scheduler_driver_impl.hpp)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/module.cpp python/native/src/mesos/native/module.cpp)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/module.hpp python/native/src/mesos/native/module.hpp)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/proxy_executor.cpp python/native/src/mesos/native/proxy_executor.cpp)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/proxy_executor.hpp python/native/src/mesos/native/proxy_executor.hpp)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/proxy_scheduler.cpp python/native/src/mesos/native/proxy_scheduler.cpp)
test "../.." = ".." || \
(/bin/mkdir -p python/native/src/mesos/native && cp -pf ../../src/python/native/src/mesos/native/proxy_scheduler.hpp python/native/src/mesos/native/proxy_scheduler.hpp)
running bdist_egg
running egg_info
writing requirements to src/mesos.egg-info/requires.txt
writing src/mesos.egg-info/PKG-INFO
writing namespace_packages to src/mesos.egg-info/namespace_packages.txt
writing top-level names to src/mesos.egg-info/top_level.txt
writing dependency_links to src/mesos.egg-info/dependency_links.txt
reading manifest file 'src/mesos.egg-info/SOURCES.txt'
writing manifest file 'src/mesos.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/mesos
copying build/lib.linux-x86_64-2.7/mesos/__init__.py -> build/bdist.linux-x86_64/egg/mesos
byte-compiling build/bdist.linux-x86_64/egg/mesos/__init__.py to __init__.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating 'dist/mesos-0.21.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
running bdist_egg
running egg_info
writing requirements to src/mesos.interface.egg-info/requires.txt
writing src/mesos.interface.egg-info/PKG-INFO
writing namespace_packages to src/mesos.interface.egg-info/namespace_packages.txt
writing top-level names to src/mesos.interface.egg-info/top_level.txt
writing dependency_links to src/mesos.interface.egg-info/dependency_links.txt
reading manifest file 'src/mesos.interface.egg-info/SOURCES.txt'
writing manifest file 'src/mesos.interface.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
copying src/mesos.interface.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.interface.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.interface.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.interface.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.interface.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.interface.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
creating 'dist/mesos.interface-0.21.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
running bdist_egg
running egg_info
writing requirements to src/mesos.native.egg-info/requires.txt
writing src/mesos.native.egg-info/PKG-INFO
writing namespace_packages to src/mesos.native.egg-info/namespace_packages.txt
writing top-level names to src/mesos.native.egg-info/top_level.txt
writing dependency_links to src/mesos.native.egg-info/dependency_links.txt
reading manifest file 'src/mesos.native.egg-info/SOURCES.txt'
writing manifest file 'src/mesos.native.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
running build_ext
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/mesos
creating build/bdist.linux-x86_64/egg/mesos/native
copying build/lib.linux-x86_64-2.7/mesos/native/_mesos.so -> build/bdist.linux-x86_64/egg/mesos/native
copying build/lib.linux-x86_64-2.7/mesos/native/__init__.py -> build/bdist.linux-x86_64/egg/mesos/native
copying build/lib.linux-x86_64-2.7/mesos/__init__.py -> build/bdist.linux-x86_64/egg/mesos
byte-compiling build/bdist.linux-x86_64/egg/mesos/native/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/mesos/__init__.py to __init__.pyc
creating stub loader for mesos/native/_mesos.so
byte-compiling build/bdist.linux-x86_64/egg/mesos/native/_mesos.py to _mesos.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying src/mesos.native.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
creating 'dist/mesos.native-0.21.0-py2.7-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
make low-level-scheduler-libprocess low-level-scheduler-pthread test-framework test-executor long-lived-framework long-lived-executor no-executor-framework docker-no-executor-framework balloon-framework balloon-executor load-generator-framework mesos-tests examples/java/test-framework examples/java/test-executor examples/java/test-exception-framework examples/java/test-multiple-executors-framework examples/java/test-log examples/python/test_containerizer.py examples/python/test-containerizer examples/python/test_framework.py examples/python/test-framework examples/python/test_executor.py examples/python/test-executor \
tests/balloon_framework_test.sh tests/low_level_scheduler_libprocess_test.sh tests/low_level_scheduler_pthread_test.sh tests/java_exception_test.sh tests/java_framework_test.sh tests/java_log_test.sh tests/no_executor_framework_test.sh tests/python_framework_test.sh tests/test_framework_test.sh
make[3]: Entering directory `/home/ubuntu/mesos/build/src'
make[3]: `low-level-scheduler-libprocess' is up to date.
make[3]: `low-level-scheduler-pthread' is up to date.
make[3]: `test-framework' is up to date.
make[3]: `test-executor' is up to date.
make[3]: `long-lived-framework' is up to date.
make[3]: `long-lived-executor' is up to date.
make[3]: `no-executor-framework' is up to date.
make[3]: `docker-no-executor-framework' is up to date.
make[3]: `balloon-framework' is up to date.
make[3]: `balloon-executor' is up to date.
make[3]: `load-generator-framework' is up to date.
make[3]: `mesos-tests' is up to date.
make[3]: Nothing to be done for `examples/java/test-framework'.
make[3]: Nothing to be done for `examples/java/test-executor'.
make[3]: Nothing to be done for `examples/java/test-exception-framework'.
make[3]: Nothing to be done for `examples/java/test-multiple-executors-framework'.
make[3]: Nothing to be done for `examples/java/test-log'.
make[3]: Nothing to be done for `../../src/examples/python/test_containerizer.py'.
make[3]: Nothing to be done for `examples/python/test-containerizer'.
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/low_level_scheduler_libprocess_test.sh'.
make[3]: Nothing to be done for `../../src/tests/low_level_scheduler_pthread_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/java_log_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/python_framework_test.sh'.
make[3]: Nothing to be done for `../../src/tests/test_framework_test.sh'.
make[3]: Leaving directory `/home/ubuntu/mesos/build/src'
make check-local
make[3]: Entering directory `/home/ubuntu/mesos/build/src'
./mesos-tests
Source directory: /home/ubuntu/mesos
Build directory: /home/ubuntu/mesos/build
Note: Google Test filter = *-DockerContainerizerTest.ROOT_DOCKER_Launch_Executor:DockerContainerizerTest.ROOT_DOCKER_Launch:DockerContainerizerTest.ROOT_DOCKER_Kill:DockerContainerizerTest.ROOT_DOCKER_Usage:DockerContainerizerTest.ROOT_DOCKER_Update:DockerContainerizerTest.DISABLED_ROOT_DOCKER_Recover:DockerContainerizerTest.ROOT_DOCKER_Logs:DockerContainerizerTest.ROOT_DOCKER_Default_CMD:DockerContainerizerTest.ROOT_DOCKER_Default_CMD_Override:DockerContainerizerTest.ROOT_DOCKER_Default_CMD_Args:DockerContainerizerTest.ROOT_DOCKER_SlaveRecoveryTaskContainer:DockerContainerizerTest.DISABLED_ROOT_DOCKER_SlaveRecoveryExecutorContainer:DockerTest.ROOT_DOCKER_interface:DockerTest.ROOT_DOCKER_CheckCommandWithShell:CpuIsolatorTest/1.UserCpuUsage:CpuIsolatorTest/1.SystemCpuUsage:LimitedCpuIsolatorTest.ROOT_CGROUPS_Cfs:LimitedCpuIsolatorTest.ROOT_CGROUPS_Cfs_Big_Quota:MemIsolatorTest/0.MemUsage:MemIsolatorTest/1.MemUsage:PerfEventIsolatorTest.ROOT_CGROUPS_Sample:MesosContainerizerSlaveRecoveryTest.CGROUPS_ROOT_PerfRollForward:SlaveTest.ROOT_RunTaskWithCommandInfoWithoutUser:SlaveTest.DISABLED_ROOT_RunTaskWithCommandInfoWithUser:ContainerizerTest.ROOT_CGROUPS_BalloonFramework:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Enabled:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Subsystems:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Mounted:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Get:CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Tasks:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Read:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Write:CgroupsAnyHierarchyTest.ROOT_CGROUPS_Cfs_Big_Quota:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Busy:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_SubsystemsHierarchy:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_FindCgroupSubsystems:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_MountedSubsystems:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_CreateRemove:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_Listen:CgroupsAnyHierarchyWithCpuMemoryTest.ROOT_CGROUPS_FreezeNonFreezer:CgroupsNoHierarchyTest.ROOT_CGROUPS_NOHIERARCHY_MountUnmountHierarchy:CgroupsAnyHierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Freeze:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Kill:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_Destroy:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_AssignThreads:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyStoppedProcess:CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyTracedProcess:CgroupsAnyHierarchyWithPerfEventTest.ROOT_CGROUPS_Perf:PerfTest.ROOT_Events:PerfTest.ROOT_SampleInit:SlaveCount/Registrar_BENCHMARK_Test.performance/0:SlaveCount/Registrar_BENCHMARK_Test.performance/1:SlaveCount/Registrar_BENCHMARK_Test.performance/2:SlaveCount/Registrar_BENCHMARK_Test.performance/3:
[==========] Running 404 tests from 66 test cases.
[----------] Global test environment set-up.
[----------] 3 tests from DRFAllocatorTest
[ RUN ] DRFAllocatorTest.DRFAllocatorProcess
[ OK ] DRFAllocatorTest.DRFAllocatorProcess (7943 ms)
[ RUN ] DRFAllocatorTest.PerSlaveAllocation
[ OK ] DRFAllocatorTest.PerSlaveAllocation (794 ms)
[ RUN ] DRFAllocatorTest.SameShareAllocations
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
../../src/tests/mesos.hpp:537:
Function call: frameworkDeactivated(@0x2af080001980 20140910-212907-326871232-40660-29653-0000)
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
../../src/tests/mesos.hpp:531:
Function call: frameworkRemoved(@0x2af08000a5d0 20140910-212907-326871232-40660-29653-0000)
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
../../src/tests/mesos.hpp:537:
Function call: frameworkDeactivated(@0x2af080005350 20140910-212907-326871232-40660-29653-0001)
Stack trace:
GMOCK WARNING:
Uninteresting mock function call - taking default action specified at:
../../src/tests/mesos.hpp:531:
Function call: frameworkRemoved(@0x2af08000f0d0 20140910-212907-326871232-40660-29653-0001)
Stack trace:
[ OK ] DRFAllocatorTest.SameShareAllocations (694 ms)
[----------] 3 tests from DRFAllocatorTest (9431 ms total)
[----------] 2 tests from ReservationAllocatorTest
[ RUN ] ReservationAllocatorTest.ReservedResources
[ OK ] ReservationAllocatorTest.ReservedResources (987 ms)
[ RUN ] ReservationAllocatorTest.ResourcesReturned
[ OK ] ReservationAllocatorTest.ResourcesReturned (823 ms)
[----------] 2 tests from ReservationAllocatorTest (1810 ms total)
[----------] 12 tests from AllocatorTest/0, where TypeParam = mesos::internal::master::allocator::HierarchicalAllocatorProcess<mesos::internal::master::allocator::DRFSorter, mesos::internal::master::allocator::DRFSorter>
[ RUN ] AllocatorTest/0.MockAllocator
[ OK ] AllocatorTest/0.MockAllocator (230 ms)
[ RUN ] AllocatorTest/0.ResourcesUnused
[ OK ] AllocatorTest/0.ResourcesUnused (422 ms)
[ RUN ] AllocatorTest/0.OutOfOrderDispatch
[ OK ] AllocatorTest/0.OutOfOrderDispatch (425 ms)
[ RUN ] AllocatorTest/0.SchedulerFailover
[ OK ] AllocatorTest/0.SchedulerFailover (416 ms)
[ RUN ] AllocatorTest/0.FrameworkExited
[ OK ] AllocatorTest/0.FrameworkExited (419 ms)
[ RUN ] AllocatorTest/0.SlaveLost
[ OK ] AllocatorTest/0.SlaveLost (426 ms)
[ RUN ] AllocatorTest/0.SlaveAdded
[ OK ] AllocatorTest/0.SlaveAdded (471 ms)
[ RUN ] AllocatorTest/0.TaskFinished
[ OK ] AllocatorTest/0.TaskFinished (268 ms)
[ RUN ] AllocatorTest/0.WhitelistSlave
[ OK ] AllocatorTest/0.WhitelistSlave (284 ms)
[ RUN ] AllocatorTest/0.RoleTest
[ OK ] AllocatorTest/0.RoleTest (416 ms)
[ RUN ] AllocatorTest/0.FrameworkReregistersFirst
[ OK ] AllocatorTest/0.FrameworkReregistersFirst (647 ms)
[ RUN ] AllocatorTest/0.SlaveReregistersFirst
[ OK ] AllocatorTest/0.SlaveReregistersFirst (641 ms)
[----------] 12 tests from AllocatorTest/0 (5066 ms total)
[----------] 2 tests from AttributesTest
[ RUN ] AttributesTest.Parsing
[ OK ] AttributesTest.Parsing (0 ms)
[ RUN ] AttributesTest.Equality
[ OK ] AttributesTest.Equality (1 ms)
[----------] 2 tests from AttributesTest (1 ms total)
[----------] 20 tests from AuthenticationTest
[ RUN ] AuthenticationTest.UnauthenticatedFramework
[ OK ] AuthenticationTest.UnauthenticatedFramework (38 ms)
[ RUN ] AuthenticationTest.UnauthenticatedSlave
[ OK ] AuthenticationTest.UnauthenticatedSlave (47 ms)
[ RUN ] AuthenticationTest.DisableFrameworkAuthentication
[ OK ] AuthenticationTest.DisableFrameworkAuthentication (46 ms)
[ RUN ] AuthenticationTest.DisableSlaveAuthentication
[ OK ] AuthenticationTest.DisableSlaveAuthentication (53 ms)
[ RUN ] AuthenticationTest.MismatchedFrameworkInfoPrincipal
[ OK ] AuthenticationTest.MismatchedFrameworkInfoPrincipal (215 ms)
[ RUN ] AuthenticationTest.UnspecifiedFrameworkInfoPrincipal
[ OK ] AuthenticationTest.UnspecifiedFrameworkInfoPrincipal (219 ms)
[ RUN ] AuthenticationTest.AuthenticatedFramework
[ OK ] AuthenticationTest.AuthenticatedFramework (217 ms)
[ RUN ] AuthenticationTest.AuthenticatedSlave
[ OK ] AuthenticationTest.AuthenticatedSlave (225 ms)
[ RUN ] AuthenticationTest.RetryFrameworkAuthentication
[ OK ] AuthenticationTest.RetryFrameworkAuthentication (315 ms)
[ RUN ] AuthenticationTest.RetrySlaveAuthentication
[ OK ] AuthenticationTest.RetrySlaveAuthentication (321 ms)
[ RUN ] AuthenticationTest.DropIntermediateSASLMessage
[ OK ] AuthenticationTest.DropIntermediateSASLMessage (397 ms)
[ RUN ] AuthenticationTest.DropIntermediateSASLMessageForSlave
[ OK ] AuthenticationTest.DropIntermediateSASLMessageForSlave (418 ms)
[ RUN ] AuthenticationTest.DropFinalSASLMessage
[ OK ] AuthenticationTest.DropFinalSASLMessage (403 ms)
[ RUN ] AuthenticationTest.DropFinalSASLMessageForSlave
[ OK ] AuthenticationTest.DropFinalSASLMessageForSlave (424 ms)
[ RUN ] AuthenticationTest.MasterFailover
[ OK ] AuthenticationTest.MasterFailover (349 ms)
[ RUN ] AuthenticationTest.MasterFailoverDuringSlaveAuthentication
[ OK ] AuthenticationTest.MasterFailoverDuringSlaveAuthentication (349 ms)
[ RUN ] AuthenticationTest.LeaderElection
[ OK ] AuthenticationTest.LeaderElection (403 ms)
[ RUN ] AuthenticationTest.LeaderElectionDuringSlaveAuthentication
[ OK ] AuthenticationTest.LeaderElectionDuringSlaveAuthentication (415 ms)
[ RUN ] AuthenticationTest.SchedulerFailover
[ OK ] AuthenticationTest.SchedulerFailover (596 ms)
[ RUN ] AuthenticationTest.RejectedSchedulerFailover
[ OK ] AuthenticationTest.RejectedSchedulerFailover (596 ms)
[----------] 20 tests from AuthenticationTest (6047 ms total)
[----------] 11 tests from AuthorizationTest
[ RUN ] AuthorizationTest.AnyPrincipalRunAsUser
[ OK ] AuthorizationTest.AnyPrincipalRunAsUser (5 ms)
[ RUN ] AuthorizationTest.NoPrincipalRunAsUser
[ OK ] AuthorizationTest.NoPrincipalRunAsUser (0 ms)
[ RUN ] AuthorizationTest.PrincipalRunAsAnyUser
[ OK ] AuthorizationTest.PrincipalRunAsAnyUser (1 ms)
[ RUN ] AuthorizationTest.AnyPrincipalRunAsAnyUser
[ OK ] AuthorizationTest.AnyPrincipalRunAsAnyUser (0 ms)
[ RUN ] AuthorizationTest.OnlySomePrincipalsRunAsSomeUsers
[ OK ] AuthorizationTest.OnlySomePrincipalsRunAsSomeUsers (1 ms)
[ RUN ] AuthorizationTest.SomePrincipalOnlySomeUser
[ OK ] AuthorizationTest.SomePrincipalOnlySomeUser (1 ms)
[ RUN ] AuthorizationTest.PrincipalRunAsSomeUserRestrictive
[ OK ] AuthorizationTest.PrincipalRunAsSomeUserRestrictive (0 ms)
[ RUN ] AuthorizationTest.AnyPrincipalOfferedRole
[ OK ] AuthorizationTest.AnyPrincipalOfferedRole (1 ms)
[ RUN ] AuthorizationTest.SomePrincipalsOfferedRole
[ OK ] AuthorizationTest.SomePrincipalsOfferedRole (0 ms)
[ RUN ] AuthorizationTest.PrincipalOfferedRole
[ OK ] AuthorizationTest.PrincipalOfferedRole (1 ms)
[ RUN ] AuthorizationTest.PrincipalNotOfferedAnyRoleRestrictive
[ OK ] AuthorizationTest.PrincipalNotOfferedAnyRoleRestrictive (0 ms)
[----------] 11 tests from AuthorizationTest (10 ms total)
[----------] 7 tests from MesosContainerizerProcessTest
[ RUN ] MesosContainerizerProcessTest.Simple
[ OK ] MesosContainerizerProcessTest.Simple (1 ms)
[ RUN ] MesosContainerizerProcessTest.MultipleURIs
[ OK ] MesosContainerizerProcessTest.MultipleURIs (0 ms)
[ RUN ] MesosContainerizerProcessTest.NoUser
[ OK ] MesosContainerizerProcessTest.NoUser (0 ms)
[ RUN ] MesosContainerizerProcessTest.EmptyHadoop
[ OK ] MesosContainerizerProcessTest.EmptyHadoop (0 ms)
[ RUN ] MesosContainerizerProcessTest.NoHadoop
[ OK ] MesosContainerizerProcessTest.NoHadoop (1 ms)
[ RUN ] MesosContainerizerProcessTest.NoExtract
[ OK ] MesosContainerizerProcessTest.NoExtract (0 ms)
[ RUN ] MesosContainerizerProcessTest.NoExtractExecutable
[ OK ] MesosContainerizerProcessTest.NoExtractExecutable (0 ms)
[----------] 7 tests from MesosContainerizerProcessTest (2 ms total)
[----------] 3 tests from MesosContainerizerIsolatorPreparationTest
[ RUN ] MesosContainerizerIsolatorPreparationTest.ScriptSucceeds
[ OK ] MesosContainerizerIsolatorPreparationTest.ScriptSucceeds (2011 ms)
[ RUN ] MesosContainerizerIsolatorPreparationTest.ScriptFails
[ OK ] MesosContainerizerIsolatorPreparationTest.ScriptFails (2001 ms)
[ RUN ] MesosContainerizerIsolatorPreparationTest.MultipleScripts
[ OK ] MesosContainerizerIsolatorPreparationTest.MultipleScripts (2003 ms)
[----------] 3 tests from MesosContainerizerIsolatorPreparationTest (6015 ms total)
[----------] 1 test from MesosContainerizerExecuteTest
[ RUN ] MesosContainerizerExecuteTest.IoRedirection
[ OK ] MesosContainerizerExecuteTest.IoRedirection (2001 ms)
[----------] 1 test from MesosContainerizerExecuteTest (2001 ms total)
[----------] 2 tests from CredentialsTest
[ RUN ] CredentialsTest.authenticatedSlave
[ OK ] CredentialsTest.authenticatedSlave (232 ms)
[ RUN ] CredentialsTest.authenticatedSlaveText
[ OK ] CredentialsTest.authenticatedSlaveText (232 ms)
[----------] 2 tests from CredentialsTest (464 ms total)
[----------] 8 tests from ExamplesTest
[ RUN ] ExamplesTest.TestFramework
[ OK ] ExamplesTest.TestFramework (1422 ms)
[ RUN ] ExamplesTest.NoExecutorFramework
[ OK ] ExamplesTest.NoExecutorFramework (2333 ms)
[ RUN ] ExamplesTest.LowLevelSchedulerLibprocess
[ OK ] ExamplesTest.LowLevelSchedulerLibprocess (1289 ms)
[ RUN ] ExamplesTest.LowLevelSchedulerPthread
[ OK ] ExamplesTest.LowLevelSchedulerPthread (1289 ms)
[ RUN ] ExamplesTest.JavaFramework
[ OK ] ExamplesTest.JavaFramework (2197 ms)
[ RUN ] ExamplesTest.JavaException
[ OK ] ExamplesTest.JavaException (349 ms)
[ RUN ] ExamplesTest.JavaLog
[ OK ] ExamplesTest.JavaLog (6382 ms)
[ RUN ] ExamplesTest.PythonFramework
[ OK ] ExamplesTest.PythonFramework (2140 ms)
[----------] 8 tests from ExamplesTest (17403 ms total)
[----------] 3 tests from ExceptionTest
[ RUN ] ExceptionTest.DeactivateFrameworkOnAbort
[ OK ] ExceptionTest.DeactivateFrameworkOnAbort (228 ms)
[ RUN ] ExceptionTest.DisallowSchedulerActionsOnAbort
[ OK ] ExceptionTest.DisallowSchedulerActionsOnAbort (226 ms)
[ RUN ] ExceptionTest.DisallowSchedulerCallbacksOnAbort
[ OK ] ExceptionTest.DisallowSchedulerCallbacksOnAbort (230 ms)
[----------] 3 tests from ExceptionTest (684 ms total)
[----------] 5 tests from HealthCheckTest
[ RUN ] HealthCheckTest.HealthyTask
[ OK ] HealthCheckTest.HealthyTask (2461 ms)
[ RUN ] HealthCheckTest.HealthyTaskNonShell
[ OK ] HealthCheckTest.HealthyTaskNonShell (3006 ms)
[ RUN ] HealthCheckTest.HealthStatusChange
[ OK ] HealthCheckTest.HealthStatusChange (5007 ms)
[ RUN ] HealthCheckTest.EnvironmentSetup
[ OK ] HealthCheckTest.EnvironmentSetup (3006 ms)
[ RUN ] HealthCheckTest.GracePeriod
[ OK ] HealthCheckTest.GracePeriod (8256 ms)
[----------] 5 tests from HealthCheckTest (21737 ms total)
[----------] 26 tests from FaultToleranceTest
[ RUN ] FaultToleranceTest.SlaveLost
[ OK ] FaultToleranceTest.SlaveLost (302 ms)
[ RUN ] FaultToleranceTest.PartitionedSlave
[ OK ] FaultToleranceTest.PartitionedSlave (313 ms)
[ RUN ] FaultToleranceTest.PartitionedSlaveReregistration
[ OK ] FaultToleranceTest.PartitionedSlaveReregistration (548 ms)
[ RUN ] FaultToleranceTest.PartitionedSlaveStatusUpdates
[ OK ] FaultToleranceTest.PartitionedSlaveStatusUpdates (554 ms)
[ RUN ] FaultToleranceTest.PartitionedSlaveExitedExecutor
[ OK ] FaultToleranceTest.PartitionedSlaveExitedExecutor (376 ms)
[ RUN ] FaultToleranceTest.MasterFailover
[ OK ] FaultToleranceTest.MasterFailover (427 ms)
[ RUN ] FaultToleranceTest.ReregisterCompletedFrameworks
[ OK ] FaultToleranceTest.ReregisterCompletedFrameworks (661 ms)
[ RUN ] FaultToleranceTest.SchedulerFailover
[ OK ] FaultToleranceTest.SchedulerFailover (410 ms)
[ RUN ] FaultToleranceTest.SchedulerReregisterAfterFailoverTimeout
[ OK ] FaultToleranceTest.SchedulerReregisterAfterFailoverTimeout (421 ms)
[ RUN ] FaultToleranceTest.SchedulerReregisterAfterUnregistration
[ OK ] FaultToleranceTest.SchedulerReregisterAfterUnregistration (402 ms)
[ RUN ] FaultToleranceTest.SchedulerFailoverRetriedReregistration
[ OK ] FaultToleranceTest.SchedulerFailoverRetriedReregistration (424 ms)
[ RUN ] FaultToleranceTest.FrameworkReliableRegistration
[ OK ] FaultToleranceTest.FrameworkReliableRegistration (243 ms)
[ RUN ] FaultToleranceTest.FrameworkReregister
[ OK ] FaultToleranceTest.FrameworkReregister (409 ms)
[ RUN ] FaultToleranceTest.TaskLost
[ OK ] FaultToleranceTest.TaskLost (235 ms)
[ RUN ] FaultToleranceTest.SchedulerFailoverStatusUpdate
[ OK ] FaultToleranceTest.SchedulerFailoverStatusUpdate (446 ms)
[ RUN ] FaultToleranceTest.ReregisterFrameworkExitedExecutor
[ OK ] FaultToleranceTest.ReregisterFrameworkExitedExecutor (642 ms)
[ RUN ] FaultToleranceTest.ForwardStatusUpdateUnknownExecutor
[ OK ] FaultToleranceTest.ForwardStatusUpdateUnknownExecutor (240 ms)
[ RUN ] FaultToleranceTest.SchedulerFailoverFrameworkMessage
[ OK ] FaultToleranceTest.SchedulerFailoverFrameworkMessage (427 ms)
[ RUN ] FaultToleranceTest.IgnoreKillTaskFromUnregisteredFramework
[ OK ] FaultToleranceTest.IgnoreKillTaskFromUnregisteredFramework (427 ms)
[ RUN ] FaultToleranceTest.SchedulerExit
[ OK ] FaultToleranceTest.SchedulerExit (242 ms)
[ RUN ] FaultToleranceTest.SlaveReliableRegistration
[ OK ] FaultToleranceTest.SlaveReliableRegistration (250 ms)
[ RUN ] FaultToleranceTest.SlaveReregisterOnZKExpiration
[ OK ] FaultToleranceTest.SlaveReregisterOnZKExpiration (598 ms)
[ RUN ] FaultToleranceTest.SlaveReregisterTerminatedExecutor
[ OK ] FaultToleranceTest.SlaveReregisterTerminatedExecutor (328 ms)
[ RUN ] FaultToleranceTest.ReconcileLostTasks
[ OK ] FaultToleranceTest.ReconcileLostTasks (414 ms)
[ RUN ] FaultToleranceTest.ReconcileIncompleteTasks
[ OK ] FaultToleranceTest.ReconcileIncompleteTasks (457 ms)
[ RUN ] FaultToleranceTest.SplitBrainMasters
[ OK ] FaultToleranceTest.SplitBrainMasters (240 ms)
[----------] 26 tests from FaultToleranceTest (10439 ms total)
[----------] 2 tests from FetcherTest
[ RUN ] FetcherTest.FileURI
[ OK ] FetcherTest.FileURI (943 ms)
[ RUN ] FetcherTest.FileLocalhostURI
[ OK ] FetcherTest.FileLocalhostURI (1001 ms)
[----------] 2 tests from FetcherTest (1944 ms total)
[----------] 6 tests from FilesTest
[ RUN ] FilesTest.AttachTest
[ OK ] FilesTest.AttachTest (1 ms)
[ RUN ] FilesTest.DetachTest
[ OK ] FilesTest.DetachTest (1 ms)
[ RUN ] FilesTest.ReadTest
[ OK ] FilesTest.ReadTest (4 ms)
[ RUN ] FilesTest.ResolveTest
[ OK ] FilesTest.ResolveTest (8 ms)
[ RUN ] FilesTest.BrowseTest
[ OK ] FilesTest.BrowseTest (5 ms)
[ RUN ] FilesTest.DownloadTest
[ OK ] FilesTest.DownloadTest (2 ms)
[----------] 6 tests from FilesTest (21 ms total)
[----------] 3 tests from GarbageCollectorTest
[ RUN ] GarbageCollectorTest.Schedule
[ OK ] GarbageCollectorTest.Schedule (91 ms)
[ RUN ] GarbageCollectorTest.Unschedule
[ OK ] GarbageCollectorTest.Unschedule (72 ms)
[ RUN ] GarbageCollectorTest.Prune
[ OK ] GarbageCollectorTest.Prune (51 ms)
[----------] 3 tests from GarbageCollectorTest (214 ms total)
[----------] 5 tests from GarbageCollectorIntegrationTest
[ RUN ] GarbageCollectorIntegrationTest.Restart
[ OK ] GarbageCollectorIntegrationTest.Restart (859 ms)
[ RUN ] GarbageCollectorIntegrationTest.ExitedFramework
[ OK ] GarbageCollectorIntegrationTest.ExitedFramework (675 ms)
[ RUN ] GarbageCollectorIntegrationTest.ExitedExecutor
[ OK ] GarbageCollectorIntegrationTest.ExitedExecutor (643 ms)
[ RUN ] GarbageCollectorIntegrationTest.DiskUsage
[ OK ] GarbageCollectorIntegrationTest.DiskUsage (469 ms)
[ RUN ] GarbageCollectorIntegrationTest.Unschedule
[ OK ] GarbageCollectorIntegrationTest.Unschedule (466 ms)
[----------] 5 tests from GarbageCollectorIntegrationTest (3112 ms total)
[----------] 2 tests from CpuIsolatorTest/0, where TypeParam = mesos::internal::slave::PosixCpuIsolatorProcess
[ RUN ] CpuIsolatorTest/0.UserCpuUsage
[ OK ] CpuIsolatorTest/0.UserCpuUsage (949 ms)
[ RUN ] CpuIsolatorTest/0.SystemCpuUsage
[ OK ] CpuIsolatorTest/0.SystemCpuUsage (1002 ms)
[----------] 2 tests from CpuIsolatorTest/0 (1951 ms total)
[----------] 1 test from NetworkTest
[ RUN ] NetworkTest.Watch
[ OK ] NetworkTest.Watch (1 ms)
[----------] 1 test from NetworkTest (1 ms total)
[----------] 3 tests from LogStorageTest/0, where TypeParam = mesos::internal::log::LevelDBStorage
[ RUN ] LogStorageTest/0.Truncate
[ OK ] LogStorageTest/0.Truncate (18 ms)
[ RUN ] LogStorageTest/0.TruncateWithEmptyLog
[ OK ] LogStorageTest/0.TruncateWithEmptyLog (8 ms)
[ RUN ] LogStorageTest/0.TruncateWithManyHoles
[ OK ] LogStorageTest/0.TruncateWithManyHoles (7 ms)
[----------] 3 tests from LogStorageTest/0 (33 ms total)
[----------] 4 tests from ReplicaTest
[ RUN ] ReplicaTest.Promise
[ OK ] ReplicaTest.Promise (28 ms)
[ RUN ] ReplicaTest.Append
[ OK ] ReplicaTest.Append (21 ms)
[ RUN ] ReplicaTest.Restore
[ OK ] ReplicaTest.Restore (31 ms)
[ RUN ] ReplicaTest.NonVoting
[ OK ] ReplicaTest.NonVoting (27 ms)
[----------] 4 tests from ReplicaTest (107 ms total)
[----------] 21 tests from CoordinatorTest
[ RUN ] CoordinatorTest.Elect
[ OK ] CoordinatorTest.Elect (43 ms)
[ RUN ] CoordinatorTest.ElectWithClockPaused
[ OK ] CoordinatorTest.ElectWithClockPaused (46 ms)
[ RUN ] CoordinatorTest.AppendRead
[ OK ] CoordinatorTest.AppendRead (44 ms)
[ RUN ] CoordinatorTest.AppendReadError
[ OK ] CoordinatorTest.AppendReadError (38 ms)
[ RUN ] CoordinatorTest.AppendDiscarded
[ OK ] CoordinatorTest.AppendDiscarded (34 ms)
[ RUN ] CoordinatorTest.ElectNoQuorum
[ OK ] CoordinatorTest.ElectNoQuorum (45 ms)
[ RUN ] CoordinatorTest.AppendNoQuorum
[ OK ] CoordinatorTest.AppendNoQuorum (51 ms)
[ RUN ] CoordinatorTest.Failover
[ OK ] CoordinatorTest.Failover (41 ms)
[ RUN ] CoordinatorTest.Demoted
[ OK ] CoordinatorTest.Demoted (43 ms)
[ RUN ] CoordinatorTest.Fill
[ OK ] CoordinatorTest.Fill (72 ms)
[ RUN ] CoordinatorTest.NotLearnedFill
[ OK ] CoordinatorTest.NotLearnedFill (66 ms)
[ RUN ] CoordinatorTest.MultipleAppends
[ OK ] CoordinatorTest.MultipleAppends (57 ms)
[ RUN ] CoordinatorTest.MultipleAppendsNotLearnedFill
[ OK ] CoordinatorTest.MultipleAppendsNotLearnedFill (118 ms)
[ RUN ] CoordinatorTest.Truncate
[ OK ] CoordinatorTest.Truncate (69 ms)
[ RUN ] CoordinatorTest.TruncateNotLearnedFill
[ OK ] CoordinatorTest.TruncateNotLearnedFill (137 ms)
[ RUN ] CoordinatorTest.TruncateLearnedFill
[ OK ] CoordinatorTest.TruncateLearnedFill (102 ms)
[ RUN ] CoordinatorTest.RacingElect
[ OK ] CoordinatorTest.RacingElect (0 ms)
[ RUN ] CoordinatorTest.FillNoQuorum
[ OK ] CoordinatorTest.FillNoQuorum (1 ms)
[ RUN ] CoordinatorTest.FillInconsistent
[ OK ] CoordinatorTest.FillInconsistent (0 ms)
[ RUN ] CoordinatorTest.LearnedOnOneReplica_NotLearnedOnAnother
[ OK ] CoordinatorTest.LearnedOnOneReplica_NotLearnedOnAnother (0 ms)
[ RUN ] CoordinatorTest.LearnedOnOneReplica_NotLearnedOnAnother_AnotherFailsAndRecovers
[ OK ] CoordinatorTest.LearnedOnOneReplica_NotLearnedOnAnother_AnotherFailsAndRecovers (0 ms)
[----------] 21 tests from CoordinatorTest (1007 ms total)
[----------] 4 tests from RecoverTest
[ RUN ] RecoverTest.RacingCatchup
[ OK ] RecoverTest.RacingCatchup (421 ms)
[ RUN ] RecoverTest.CatchupRetry
[ OK ] RecoverTest.CatchupRetry (130 ms)
[ RUN ] RecoverTest.AutoInitialization
[ OK ] RecoverTest.AutoInitialization (1144 ms)
[ RUN ] RecoverTest.AutoInitializationRetry
[ OK ] RecoverTest.AutoInitializationRetry (47 ms)
[----------] 4 tests from RecoverTest (1742 ms total)
[----------] 2 tests from LogTest
[ RUN ] LogTest.WriteRead
[ OK ] LogTest.WriteRead (37 ms)
[ RUN ] LogTest.Position
[ OK ] LogTest.Position (44 ms)
[----------] 2 tests from LogTest (82 ms total)
[----------] 2 tests from LogZooKeeperTest
[ RUN ] LogZooKeeperTest.WriteRead
[ OK ] LogZooKeeperTest.WriteRead (364 ms)
[ RUN ] LogZooKeeperTest.LostZooKeeper
[ OK ] LogZooKeeperTest.LostZooKeeper (21 ms)
[----------] 2 tests from LogZooKeeperTest (386 ms total)
[----------] 1 test from LoggingTest
[ RUN ] LoggingTest.Toggle
[ OK ] LoggingTest.Toggle (3 ms)
[----------] 1 test from LoggingTest (3 ms total)
[----------] 13 tests from MasterAuthorizationTest
[ RUN ] MasterAuthorizationTest.AuthorizedTask
../../src/tests/master_authorization_tests.cpp:109: Failure
Failed to wait 10secs for offers
../../src/tests/master_authorization_tests.cpp:103: Failure
Actual function call count doesn't match EXPECT_CALL(sched, resourceOffers(&driver, _))...
Expected: to be called at least once
Actual: never called - unsatisfied and active
../../src/tests/master_authorization_tests.cpp:99: Failure
Actual function call count doesn't match EXPECT_CALL(sched, registered(&driver, _, _))...
Expected: to be called once
Actual: never called - unsatisfied and active
[ FAILED ] MasterAuthorizationTest.AuthorizedTask (10044 ms)
[ RUN ] MasterAuthorizationTest.UnauthorizedTask
[ OK ] MasterAuthorizationTest.UnauthorizedTask (233 ms)
[ RUN ] MasterAuthorizationTest.KillTask
[ OK ] MasterAuthorizationTest.KillTask (233 ms)
[ RUN ] MasterAuthorizationTest.SlaveRemoved
[ OK ] MasterAuthorizationTest.SlaveRemoved (238 ms)
[ RUN ] MasterAuthorizationTest.SlaveDisconnected
[ OK ] MasterAuthorizationTest.SlaveDisconnected (233 ms)
[ RUN ] MasterAuthorizationTest.FrameworkRemoved
[ OK ] MasterAuthorizationTest.FrameworkRemoved (230 ms)
[ RUN ] MasterAuthorizationTest.PendingExecutorInfoDiffersOnDifferentSlaves
[ OK ] MasterAuthorizationTest.PendingExecutorInfoDiffersOnDifferentSlaves (619 ms)
[ RUN ] MasterAuthorizationTest.AuthorizedRole
[ OK ] MasterAuthorizationTest.AuthorizedRole (227 ms)
[ RUN ] MasterAuthorizationTest.UnauthorizedRole
[ OK ] MasterAuthorizationTest.UnauthorizedRole (228 ms)
[ RUN ] MasterAuthorizationTest.DuplicateRegistration
[ OK ] MasterAuthorizationTest.DuplicateRegistration (411 ms)
[ RUN ] MasterAuthorizationTest.DuplicateReregistration
[ OK ] MasterAuthorizationTest.DuplicateReregistration (587 ms)
[ RUN ] MasterAuthorizationTest.FrameworkRemovedBeforeRegistration
[ OK ] MasterAuthorizationTest.FrameworkRemovedBeforeRegistration (229 ms)
[ RUN ] MasterAuthorizationTest.FrameworkRemovedBeforeReregistration
[ OK ] MasterAuthorizationTest.FrameworkRemovedBeforeReregistration (414 ms)
[----------] 13 tests from MasterAuthorizationTest (13926 ms total)
[----------] 1 test from MasterContenderDetectorTest
[ RUN ] MasterContenderDetectorTest.File
[ OK ] MasterContenderDetectorTest.File (232 ms)
[----------] 1 test from MasterContenderDetectorTest (232 ms total)
[----------] 2 tests from BasicMasterContenderDetectorTest
[ RUN ] BasicMasterContenderDetectorTest.Contender
[ OK ] BasicMasterContenderDetectorTest.Contender (180 ms)
[ RUN ] BasicMasterContenderDetectorTest.Detector
[ OK ] BasicMasterContenderDetectorTest.Detector (2 ms)
[----------] 2 tests from BasicMasterContenderDetectorTest (182 ms total)
[----------] 9 tests from ZooKeeperMasterContenderDetectorTest
[ RUN ] ZooKeeperMasterContenderDetectorTest.MasterContender
[ OK ] ZooKeeperMasterContenderDetectorTest.MasterContender (3369 ms)
[ RUN ] ZooKeeperMasterContenderDetectorTest.ContenderPendingElection
[ OK ] ZooKeeperMasterContenderDetectorTest.ContenderPendingElection (304 ms)
[ RUN ] ZooKeeperMasterContenderDetectorTest.MasterContenders
[ OK ] ZooKeeperMasterContenderDetectorTest.MasterContenders (174 ms)
[ RUN ] ZooKeeperMasterContenderDetectorTest.NonRetryableFrrors
[ OK ] ZooKeeperMasterContenderDetectorTest.NonRetryableFrrors (8726 ms)
[ RUN ] ZooKeeperMasterContenderDetectorTest.ContenderDetectorShutdownNetwork
[ OK ] ZooKeeperMasterContenderDetectorTest.ContenderDetectorShutdownNetwork (3400 ms)
[ RUN ] ZooKeeperMasterContenderDetectorTest.MasterDetectorTimedoutSession
[ OK ] ZooKeeperMasterContenderDetectorTest.MasterDetectorTimedoutSession (72 ms)
[ RUN ] ZooKeeperMasterContenderDetectorTest.MasterDetectorExpireMasterZKSession
[ OK ] ZooKeeperMasterContenderDetectorTest.MasterDetectorExpireMasterZKSession (3375 ms)
[ RUN ] ZooKeeperMasterContenderDetectorTest.MasterDetectorExpireSlaveZKSession
[ OK ] ZooKeeperMasterContenderDetectorTest.MasterDetectorExpireSlaveZKSession (3382 ms)
[ RUN ] ZooKeeperMasterContenderDetectorTest.MasterDetectorExpireSlaveZKSessionNewMaster
[ OK ] ZooKeeperMasterContenderDetectorTest.MasterDetectorExpireSlaveZKSessionNewMaster (3376 ms)
[----------] 9 tests from ZooKeeperMasterContenderDetectorTest (26178 ms total)
[----------] 24 tests from MasterTest
[ RUN ] MasterTest.TaskRunning
[ OK ] MasterTest.TaskRunning (240 ms)
[ RUN ] MasterTest.ShutdownFrameworkWhileTaskRunning
[ OK ] MasterTest.ShutdownFrameworkWhileTaskRunning (239 ms)
[ RUN ] MasterTest.KillTask
[ OK ] MasterTest.KillTask (237 ms)
[ RUN ] MasterTest.KillUnknownTask
[ OK ] MasterTest.KillUnknownTask (235 ms)
[ RUN ] MasterTest.KillUnknownTaskSlaveInTransition
[ OK ] MasterTest.KillUnknownTaskSlaveInTransition (845 ms)
[ RUN ] MasterTest.StatusUpdateAck
[ OK ] MasterTest.StatusUpdateAck (237 ms)
[ RUN ] MasterTest.RecoverResources
[ OK ] MasterTest.RecoverResources (1013 ms)
[ RUN ] MasterTest.FrameworkMessage
[ OK ] MasterTest.FrameworkMessage (240 ms)
[ RUN ] MasterTest.MultipleExecutors
[ OK ] MasterTest.MultipleExecutors (238 ms)
[ RUN ] MasterTest.MasterInfo
[ OK ] MasterTest.MasterInfo (230 ms)
[ RUN ] MasterTest.MasterInfoOnReElection
[ OK ] MasterTest.MasterInfoOnReElection (420 ms)
[ RUN ] MasterTest.MasterLost
[ OK ] MasterTest.MasterLost (231 ms)
[ RUN ] MasterTest.LaunchCombinedOfferTest
[ OK ] MasterTest.LaunchCombinedOfferTest (2019 ms)
[ RUN ] MasterTest.LaunchAcrossSlavesTest
[ OK ] MasterTest.LaunchAcrossSlavesTest (430 ms)
[ RUN ] MasterTest.LaunchDuplicateOfferTest
[ OK ] MasterTest.LaunchDuplicateOfferTest (232 ms)
[ RUN ] MasterTest.MetricsInStatsEndpoint
[ OK ] MasterTest.MetricsInStatsEndpoint (41 ms)
[ RUN ] MasterTest.RecoveredSlaveDoesNotReregister
[ OK ] MasterTest.RecoveredSlaveDoesNotReregister (647 ms)
[ RUN ] MasterTest.NonStrictRegistryWriteOnly
[ OK ] MasterTest.NonStrictRegistryWriteOnly (646 ms)
[ RUN ] MasterTest.RecoveredSlaveReregisters
[ OK ] MasterTest.RecoveredSlaveReregisters (841 ms)
[ RUN ] MasterTest.OrphanTasks
[ OK ] MasterTest.OrphanTasks (513 ms)
[ RUN ] MasterTest.IgnoreEphemeralPortsResource
[ OK ] MasterTest.IgnoreEphemeralPortsResource (229 ms)
[ RUN ] MasterTest.OfferTimeout
[ OK ] MasterTest.OfferTimeout (1232 ms)
[ RUN ] MasterTest.OfferNotRescindedOnceUsed
[ OK ] MasterTest.OfferNotRescindedOnceUsed (266 ms)
[ RUN ] MasterTest.OfferNotRescindedOnceDeclined
[ OK ] MasterTest.OfferNotRescindedOnceDeclined (248 ms)
[----------] 24 tests from MasterTest (11752 ms total)
[----------] 1 test from WhitelistTest
[ RUN ] WhitelistTest.WhitelistSlave
[ OK ] WhitelistTest.WhitelistSlave (228 ms)
[----------] 1 test from WhitelistTest (228 ms total)
[----------] 1 test from MasterZooKeeperTest
[ RUN ] MasterZooKeeperTest.LostZooKeeperCluster
[ OK ] MasterZooKeeperTest.LostZooKeeperCluster (266 ms)
[----------] 1 test from MasterZooKeeperTest (266 ms total)
[----------] 2 tests from MonitorTest
[ RUN ] MonitorTest.Collection
[ OK ] MonitorTest.Collection (122 ms)
[ RUN ] MonitorTest.Statistics
[ OK ] MonitorTest.Statistics (102 ms)
[----------] 2 tests from MonitorTest (224 ms total)
[----------] 2 tests from PathsTest
[ RUN ] PathsTest.CreateExecutorDirectory
[ OK ] PathsTest.CreateExecutorDirectory (2 ms)
[ RUN ] PathsTest.format
[ OK ] PathsTest.format (1 ms)
[----------] 2 tests from PathsTest (3 ms total)
[----------] 1 test from ProtobufIOTest
[ RUN ] ProtobufIOTest.Basic
[ OK ] ProtobufIOTest.Basic (23 ms)
[----------] 1 test from ProtobufIOTest (23 ms total)
[----------] 6 tests from RateLimitingTest
[ RUN ] RateLimitingTest.NoRateLimiting
[ OK ] RateLimitingTest.NoRateLimiting (295 ms)
[ RUN ] RateLimitingTest.RateLimitingEnabled
[ OK ] RateLimitingTest.RateLimitingEnabled (301 ms)
[ RUN ] RateLimitingTest.DifferentPrincipalFrameworks
[ OK ] RateLimitingTest.DifferentPrincipalFrameworks (207 ms)
[ RUN ] RateLimitingTest.SamePrincipalFrameworks
[ OK ] RateLimitingTest.SamePrincipalFrameworks (520 ms)
[ RUN ] RateLimitingTest.SchedulerFailover
[ OK ] RateLimitingTest.SchedulerFailover (543 ms)
[ RUN ] RateLimitingTest.CapacityReached
[ OK ] RateLimitingTest.CapacityReached (354 ms)
[----------] 6 tests from RateLimitingTest (2221 ms total)
[----------] 8 tests from ReconciliationTest
[ RUN ] ReconciliationTest.TaskStateMismatch
[ OK ] ReconciliationTest.TaskStateMismatch (237 ms)
[ RUN ] ReconciliationTest.TaskStateMatch
[ OK ] ReconciliationTest.TaskStateMatch (234 ms)
[ RUN ] ReconciliationTest.UnknownSlave
[ OK ] ReconciliationTest.UnknownSlave (222 ms)
[ RUN ] ReconciliationTest.UnknownTask
[ OK ] ReconciliationTest.UnknownTask (421 ms)
[ RUN ] ReconciliationTest.SlaveInTransition
[ OK ] ReconciliationTest.SlaveInTransition (682 ms)
[ RUN ] ReconciliationTest.ImplicitNonTerminalTask
[ OK ] ReconciliationTest.ImplicitNonTerminalTask (234 ms)
[ RUN ] ReconciliationTest.ImplicitTerminalTask
[ OK ] ReconciliationTest.ImplicitTerminalTask (275 ms)
[ RUN ] ReconciliationTest.PendingTask
[ OK ] ReconciliationTest.PendingTask (413 ms)
[----------] 8 tests from ReconciliationTest (2718 ms total)
[----------] 1 test from HealthTest
[ RUN ] HealthTest.ObserveEndpoint
[ OK ] HealthTest.ObserveEndpoint (52 ms)
[----------] 1 test from HealthTest (52 ms total)
[----------] 8 tests from ResourceOffersTest
[ RUN ] ResourceOffersTest.ResourceOfferWithMultipleSlaves
[ OK ] ResourceOffersTest.ResourceOfferWithMultipleSlaves (427 ms)
[ RUN ] ResourceOffersTest.TaskUsesNoResources
[ OK ] ResourceOffersTest.TaskUsesNoResources (237 ms)
[ RUN ] ResourceOffersTest.TaskUsesInvalidResources
[ OK ] ResourceOffersTest.TaskUsesInvalidResources (227 ms)
[ RUN ] ResourceOffersTest.TaskUsesMoreResourcesThanOffered
[ OK ] ResourceOffersTest.TaskUsesMoreResourcesThanOffered (243 ms)
[ RUN ] ResourceOffersTest.ResourcesGetReofferedAfterFrameworkStops
[ OK ] ResourceOffersTest.ResourcesGetReofferedAfterFrameworkStops (413 ms)
[ RUN ] ResourceOffersTest.ResourcesGetReofferedWhenUnused
[ OK ] ResourceOffersTest.ResourcesGetReofferedWhenUnused (412 ms)
[ RUN ] ResourceOffersTest.ResourcesGetReofferedAfterTaskInfoError
[ OK ] ResourceOffersTest.ResourcesGetReofferedAfterTaskInfoError (416 ms)
[ RUN ] ResourceOffersTest.Request
[ OK ] ResourceOffersTest.Request (225 ms)
[----------] 8 tests from ResourceOffersTest (2600 ms total)
[----------] 2 tests from MultipleExecutorsTest
[ RUN ] MultipleExecutorsTest.ExecutorInfoDiffersOnSameSlave
[ OK ] MultipleExecutorsTest.ExecutorInfoDiffersOnSameSlave (233 ms)
[ RUN ] MultipleExecutorsTest.ExecutorInfoDiffersOnDifferentSlaves
[ OK ] MultipleExecutorsTest.ExecutorInfoDiffersOnDifferentSlaves (623 ms)
[----------] 2 tests from MultipleExecutorsTest (856 ms total)
[----------] 35 tests from ResourcesTest
[ RUN ] ResourcesTest.Parsing
[ OK ] ResourcesTest.Parsing (0 ms)
[ RUN ] ResourcesTest.ParsingWithRoles
[ OK ] ResourcesTest.ParsingWithRoles (0 ms)
[ RUN ] ResourcesTest.ParseError
[ OK ] ResourcesTest.ParseError (0 ms)
[ RUN ] ResourcesTest.Resources
[ OK ] ResourcesTest.Resources (1 ms)
[ RUN ] ResourcesTest.Ports
[ OK ] ResourcesTest.Ports (0 ms)
[ RUN ] ResourcesTest.Printing
[ OK ] ResourcesTest.Printing (0 ms)
[ RUN ] ResourcesTest.InitializedIsEmpty
[ OK ] ResourcesTest.InitializedIsEmpty (0 ms)
[ RUN ] ResourcesTest.BadResourcesNotAllocatable
[ OK ] ResourcesTest.BadResourcesNotAllocatable (0 ms)
[ RUN ] ResourcesTest.ScalarEquals
[ OK ] ResourcesTest.ScalarEquals (0 ms)
[ RUN ] ResourcesTest.ScalarSubset
[ OK ] ResourcesTest.ScalarSubset (0 ms)
[ RUN ] ResourcesTest.ScalarSubset2
[ OK ] ResourcesTest.ScalarSubset2 (0 ms)
[ RUN ] ResourcesTest.ScalarAddition
[ OK ] ResourcesTest.ScalarAddition (0 ms)
[ RUN ] ResourcesTest.ScalarAddition2
[ OK ] ResourcesTest.ScalarAddition2 (0 ms)
[ RUN ] ResourcesTest.ScalarSubtraction
[ OK ] ResourcesTest.ScalarSubtraction (0 ms)
[ RUN ] ResourcesTest.ScalarSubtraction2
[ OK ] ResourcesTest.ScalarSubtraction2 (0 ms)
[ RUN ] ResourcesTest.RangesEquals
[ OK ] ResourcesTest.RangesEquals (0 ms)
[ RUN ] ResourcesTest.RangesSubset
[ OK ] ResourcesTest.RangesSubset (0 ms)
[ RUN ] ResourcesTest.RangesAddition
[ OK ] ResourcesTest.RangesAddition (0 ms)
[ RUN ] ResourcesTest.RangesAddition2
[ OK ] ResourcesTest.RangesAddition2 (0 ms)
[ RUN ] ResourcesTest.RangesAdditon3
[ OK ] ResourcesTest.RangesAdditon3 (0 ms)
[ RUN ] ResourcesTest.RangesAddition4
[ OK ] ResourcesTest.RangesAddition4 (0 ms)
[ RUN ] ResourcesTest.RangesSubtraction
[ OK ] ResourcesTest.RangesSubtraction (0 ms)
[ RUN ] ResourcesTest.RangesSubtraction1
[ OK ] ResourcesTest.RangesSubtraction1 (0 ms)
[ RUN ] ResourcesTest.RangesSubtraction2
[ OK ] ResourcesTest.RangesSubtraction2 (0 ms)
[ RUN ] ResourcesTest.RangesSubtraction3
[ OK ] ResourcesTest.RangesSubtraction3 (0 ms)
[ RUN ] ResourcesTest.RangesSubtraction4
[ OK ] ResourcesTest.RangesSubtraction4 (0 ms)
[ RUN ] ResourcesTest.RangesSubtraction5
[ OK ] ResourcesTest.RangesSubtraction5 (0 ms)
[ RUN ] ResourcesTest.RangesSubtraction6
[ OK ] ResourcesTest.RangesSubtraction6 (0 ms)
[ RUN ] ResourcesTest.SetEquals
[ OK ] ResourcesTest.SetEquals (0 ms)
[ RUN ] ResourcesTest.SetSubset
[ OK ] ResourcesTest.SetSubset (0 ms)
[ RUN ] ResourcesTest.SetAddition
[ OK ] ResourcesTest.SetAddition (0 ms)
[ RUN ] ResourcesTest.SetSubtraction
[ OK ] ResourcesTest.SetSubtraction (0 ms)
[ RUN ] ResourcesTest.EmptyUnequal
[ OK ] ResourcesTest.EmptyUnequal (0 ms)
[ RUN ] ResourcesTest.FlattenRoles
[ OK ] ResourcesTest.FlattenRoles (0 ms)
[ RUN ] ResourcesTest.Find
[ OK ] ResourcesTest.Find (0 ms)
[----------] 35 tests from ResourcesTest (4 ms total)
[----------] 3 tests from SASL
[ RUN ] SASL.success
[ OK ] SASL.success (181 ms)
[ RUN ] SASL.failed1
[ OK ] SASL.failed1 (181 ms)
[ RUN ] SASL.failed2
[ OK ] SASL.failed2 (180 ms)
[----------] 3 tests from SASL (542 ms total)
[----------] 1 test from SchedulerTest
[ RUN ] SchedulerTest.TaskRunning
[ OK ] SchedulerTest.TaskRunning (237 ms)
[----------] 1 test from SchedulerTest (238 ms total)
[----------] 1 test from MesosSchedulerDriverTest
[ RUN ] MesosSchedulerDriverTest.MetricsEndpoint
[ OK ] MesosSchedulerDriverTest.MetricsEndpoint (224 ms)
[----------] 1 test from MesosSchedulerDriverTest (224 ms total)
[----------] 6 tests from ShutdownTest
[ RUN ] ShutdownTest.ShutdownEndpoint
[ OK ] ShutdownTest.ShutdownEndpoint (223 ms)
[ RUN ] ShutdownTest.ShutdownEndpointBadCredentials
../../src/tests/shutdown_tests.cpp:124: Failure
Failed to wait 10secs for frameworkId
../../src/tests/shutdown_tests.cpp:119: Failure
Actual function call count doesn't match EXPECT_CALL(sched, registered(&driver, _, _))...
Expected: to be called once
Actual: never called - unsatisfied and active
[ FAILED ] ShutdownTest.ShutdownEndpointBadCredentials (10130 ms)
[ RUN ] ShutdownTest.ShutdownEndpointGoodACLs
[ OK ] ShutdownTest.ShutdownEndpointGoodACLs (226 ms)
[ RUN ] ShutdownTest.ShutdownEndpointBadACLs
[ OK ] ShutdownTest.ShutdownEndpointBadACLs (220 ms)
[ RUN ] ShutdownTest.ShutdownEndpointNoFrameworkId
[ OK ] ShutdownTest.ShutdownEndpointNoFrameworkId (220 ms)
[ RUN ] ShutdownTest.ShutdownEndpointNoHeader
[ OK ] ShutdownTest.ShutdownEndpointNoHeader (218 ms)
[----------] 6 tests from ShutdownTest (11238 ms total)
[----------] 2 tests from SlaveStateTest
[ RUN ] SlaveStateTest.CheckpointProtobuf
[ OK ] SlaveStateTest.CheckpointProtobuf (0 ms)
[ RUN ] SlaveStateTest.CheckpointString
[ OK ] SlaveStateTest.CheckpointString (1 ms)
[----------] 2 tests from SlaveStateTest (1 ms total)
[----------] 25 tests from SlaveRecoveryTest/0, where TypeParam = mesos::internal::slave::MesosContainerizer
[ RUN ] SlaveRecoveryTest/0.RecoverSlaveState
Registered executor on mesos.novalocal
Starting task 1916ad11-a3ea-4e97-b614-d218cb2c078b
sh -c 'sleep 1000'
Forked command at 31820
Shutting down
Sending SIGTERM to process tree at pid 31820
[ OK ] SlaveRecoveryTest/0.RecoverSlaveState (2243 ms)
[ RUN ] SlaveRecoveryTest/0.RecoverStatusUpdateManager
Registered executor on mesos.novalocal
Starting task e64fdb4e-9e39-44b5-808a-4fe7ef2d0458
sh -c 'sleep 1000'
Forked command at 31880
Re-registered executor on mesos.novalocal
[ OK ] SlaveRecoveryTest/0.RecoverStatusUpdateManager (4009 ms)
[ RUN ] SlaveRecoveryTest/0.ReconnectExecutor
Registered executor on mesos.novalocal
Starting task 0ed4751d-7a4c-402b-99d8-fe35b328dc4c
sh -c 'sleep 1000'
Forked command at 31940
Re-registered executor on mesos.novalocal
[ OK ] SlaveRecoveryTest/0.ReconnectExecutor (4003 ms)
[ RUN ] SlaveRecoveryTest/0.RecoverUnregisteredExecutor
[ OK ] SlaveRecoveryTest/0.RecoverUnregisteredExecutor (1316 ms)
[ RUN ] SlaveRecoveryTest/0.RecoverTerminatedExecutor
Registered executor on mesos.novalocal
Starting task 131487d3-8b18-4463-956a-06f352dd517f
Forked command at 3Shutting down
Sending SIGTERM to process tree at pid 32058
Killing the following process trees:
[
-+- 32058 sh -c sleep 1000
\--- 32059 sleep 1000
]
[ OK ] SlaveRecoveryTest/0.RecoverTerminatedExecutor (1046 ms)
[ RUN ] SlaveRecoveryTest/0.RecoverCompletedExecutor
Registered executor on mesos.novalocal
Starting task d201fd83-0f31-4a1d-962d-8e479324c253
sh -c 'exit 0'
Forked command at 32118
Command exited with status 0 (pid: 32118)
[ OK ] SlaveRecoveryTest/0.RecoverCompletedExecutor (4016 ms)
[ RUN ] SlaveRecoveryTest/0.CleanupExecutor
Registered executor on mesos.novalocal
Starting task 56d53427-b060-4de3-864b-6e1402f96662
sh -c 'sleep 1000'
Forked command at 32177
Shutting down
Sending SIGTERM to process tree at pid 32177
Killing the following process trees:
[
-+- 32177 sh -c sleep 1000
\--- 32178 sleep 1000
]
[ OK ] SlaveRecoveryTest/0.CleanupExecutor (894 ms)
[ RUN ] SlaveRecoveryTest/0.RemoveNonCheckpointingFramework
Registered executor on mesos.novalocal
Starting task 6e61c8f9-190e-4617-a32d-b5a0d54d7574
sh -c 'sleep 1000'
Forked command at 32295
Registered executor on mesos.novalocal
Starting task 2eedae2a-daec-4ab7-8d3a-7e18dfebdab0
sh -c 'sleep 1000'
Forked command at 32297
Shutting down
Sending SIGTERM to process tree at pid 32297
Shutting down
Sending SIGTERM to process tree at pid 32295
Killing the following process trees:
[
-+- 32295 sh -c sleep 1000
\--- 32296 sleep 1000
]
[ OK ] SlaveRecoveryTest/0.RemoveNonCheckpointingFramework (2901 ms)
[ RUN ] SlaveRecoveryTest/0.NonCheckpointingFramework
Registered executor on mesos.novalocal
Starting task 4fab5bc9-845a-41bd-be98-b599fa6ad2d4
sh -c 'sleep 1000'
Forked command at 32357
[ OK ] SlaveRecoveryTest/0.NonCheckpointingFramework (2016 ms)
[ RUN ] SlaveRecoveryTest/0.NonCheckpointingSlave
[ OK ] SlaveRecoveryTest/0.NonCheckpointingSlave (440 ms)
[ RUN ] SlaveRecoveryTest/0.KillTask
Registered executor on mesos.novalocal
Starting task c8f9a962-4828-49d8-a17c-ced745b49c73
sh -c 'sleep 1000'
Forked command at 32417
Re-registered executor on mesos.novalocal
Shutting down
Sending SIGTERM to process tree at pid 32417
Killing the following process trees:
[
-+- 32417 sh -c sleep 1000
\--- 32418 sleep 1000
]
Command terminated with signal Terminated (pid: 32417)
[ OK ] SlaveRecoveryTest/0.KillTask (2619 ms)
[ RUN ] SlaveRecoveryTest/0.Reboot
Registered executor on mesos.novalocal
Starting task 2c71292e-e2da-4474-bd83-72e8d3838d3f
sh -c 'sleep 1000'
Forked command at 32487
Shutting down
Sending SIGTERM to process tree at pid 32487
Killing the following process trees:
[
-+- 32487 sh -c sleep 1000
\--- 32488 sleep 1000
]
Command terminated with signal Terminated (pid: 32487)
[ OK ] SlaveRecoveryTest/0.Reboot (4199 ms)
[ RUN ] SlaveRecoveryTest/0.GCExecutor
Registered executor on mesos.novalocal
Starting task 971646ce-1649-4c2a-9b53-554e52824b0e
sh -c 'sleep 1000'
Forked command at 32547
[ OK ] SlaveRecoveryTest/0.GCExecutor (2041 ms)
[ RUN ] SlaveRecoveryTest/0.ShutdownSlave
Registered executor on mesos.novalocal
Starting task 82ca02f3-3fc5-4254-b8fc-d7129f3c5b2d
sh -c 'sleep 1000'
Forked command at 32607
Shutting down
Sending SIGTERM to process tree at pid 32607
Killing the following process trees:
[
-+- 32607 sh -c sleep 1000
\--- 32608 sleep 1000
]
Command terminated with signal Terminated (pid: 32607)
[ OK ] SlaveRecoveryTest/0.ShutdownSlave (3067 ms)
[ RUN ] SlaveRecoveryTest/0.ShutdownSlaveSIGUSR1
Registered executor on mesos.novalocal
Starting task 79e7405b-4b50-4b49-bdbe-f1968bb8779a
sh -c 'sleep 1000'
Forked command at 32667
Shutting down
Sending SIGTERM to process tree at pid 32667
Killing the following process trees:
[
-+- 32667 sh -c sleep 1000
\--- 32668 sleep 1000
]
Command terminated with signal Terminated (pid: 32667)
[ OK ] SlaveRecoveryTest/0.ShutdownSlaveSIGUSR1 (3822 ms)
[ RUN ] SlaveRecoveryTest/0.RegisterDisconnectedSlave
Registered executor on mesos.novalocal
Starting task 46a60a51-2374-4b10-9463-70d8c47ad51b
sh -c 'sleep 1000'
Forked command at 32727
[ OK ] SlaveRecoveryTest/0.RegisterDisconnectedSlave (1998 ms)
[ RUN ] SlaveRecoveryTest/0.ReconcileKillTask
Registered executor on mesos.novalocal
Starting task 012e886c-d0f0-47af-8594-70ff48e2a5cb
Forked command at 319
Re-registered executor on mesos.novalocal
Shutting down
Sending SIGTERM to process tree at pid 319
Killing the following process trees:
[
-+- 319 sh -c sleep 1000
\--- 320 sleep 1000
]
Command terminated with signal Terminated (pid: 319)
[ OK ] SlaveRecoveryTest/0.ReconcileKillTask (6008 ms)
[ RUN ] SlaveRecoveryTest/0.ReconcileShutdownFramework
Registered executor on mesos.novalocal
Starting task 15010d89-9549-4899-b2d7-60396a77af13
sh -c 'sleep 1000'
Forked command at 382
Re-registered executor on mesos.novalocal
Shutting down
Sending SIGTERM to process tree at pid 382
Killing the following process trees:
[
-+- 382 sh -c sleep 1000
\--- 383 sleep 1000
]
Command terminated with signal Terminated (pid: 382)
[ OK ] SlaveRecoveryTest/0.ReconcileShutdownFramework (6015 ms)
[ RUN ] SlaveRecoveryTest/0.ReconcileTasksMissingFromSlave
Registered executor on mesos.novalocal
Starting task af385dbf-3377-4b2b-9fad-3ce652e71910
sh -c 'sleep 10'
Forked command at 443
[ OK ] SlaveRecoveryTest/0.ReconcileTasksMissingFromSlave (1292 ms)
[ RUN ] SlaveRecoveryTest/0.SchedulerFailover
Registered executor on mesos.novalocal
Starting task 7fba9da1-daca-42ba-9de2-e42a250e0746
sh -c 'sleep 1000'
Forked command at 506
Re-registered executor on mesos.novalocal
Shutting down
Sending SIGTERM to process tree at pid 506
Killing the following process trees:
[
-+- 506 sh -c sleep 1000
\--- 507 sleep 1000
]
Command terminated with signal Terminated (pid: 506)
[ OK ] SlaveRecoveryTest/0.SchedulerFailover (3034 ms)
[ RUN ] SlaveRecoveryTest/0.PartitionedSlave
Registered executor on mesos.novalocal
Starting task f94d0e87-f8d9-485a-95c1-2762157d192b
sh -c 'sleep 1000'
Forked command at 567
Shutting down
Sending SIGTERM to process tree at pid 567
Killing the following process trees:
[
-+- 567 sh -c sleep 1000
\--- 568 sleep 1000
]
[ OK ] SlaveRecoveryTest/0.PartitionedSlave (1479 ms)
[ RUN ] SlaveRecoveryTest/0.MasterFailover
Registered executor on mesos.novalocal
Starting task af0467f1-9f91-40bf-9925-9bd0ef8df606
sh -c 'sleep 1000'
Forked command at 627
Re-registered executor on mesos.novalocal
Shutting down
Sending SIGTERM to process tree at pid 627
Killing the following process trees:
[
-+- 627 sh -c sleep 1000
\--- 628 sleep 1000
]
Command terminated with signal Terminated (pid: 627)
[ OK ] SlaveRecoveryTest/0.MasterFailover (2861 ms)
[ RUN ] SlaveRecoveryTest/0.MultipleFrameworks
Registered executor on mesos.novalocal
Starting task 7dcdd9b4-c633-4c95-a964-e8e69f1d1a30
sh -c 'sleep 1000'
Forked command at 687
Registered executor on mesos.novalocal
Starting task b21dcf76-50f7-435e-b52f-0fd3ab1bf7d1
sh -c 'sleep 1000'
Forked command at 750
Re-registered executor on mesos.novalocal
Re-registered executor on mesos.novalocal
Shutting down
Sending SIGTERM to process tree at pid 687
Killing the following process trees:
[
-+- 687 sh -c sleep 1000
\--- 688 sleep 1000
]
Command terminated with signal Terminated (pid: 687)
Shutting down
Sending SIGTERM to process tree at pid 750
Killing the following process trees:
[
-+- 750 sh -c sleep 1000
\--- 751 sleep 1000
]
Command terminated with signal Terminated (pid: 750)
[ OK ] SlaveRecoveryTest/0.MultipleFrameworks (5118 ms)
[ RUN ] SlaveRecoveryTest/0.MultipleSlaves
Registered executor on mesos.novalocal
Starting task 7762524d-60f9-4087-8583-a39c09666613
sh -c 'sleep 1000'
Forked command at 812
Registered executor on mesos.novalocal
Starting task 48b3edbf-6125-4151-8769-56cb8ee52898
sh -c 'sleep 1000'
Forked command at 878
Re-registered executor on mesos.novalocal
Re-registered executor on mesos.novalocal
Shutting down
Sending SIGTERM to process tree at pid 812
Shutting down
Sending SIGTERM to process tree at pid 878
Killing the following process trees:
[
-+- 878 sh -c sleep 1000
\--- 880 sleep 1000
]
Killing the following process trees:
[
-+- 812 sh -c sleep 1000
\--- 813 sleep 1000
]
Command terminated with signal Terminated (pid: 812)
Command terminated with signal Terminated (pid: 878)
[ OK ] SlaveRecoveryTest/0.MultipleSlaves (4069 ms)
[ RUN ] SlaveRecoveryTest/0.RestartBeforeContainerizerLaunch
[ OK ] SlaveRecoveryTest/0.RestartBeforeContainerizerLaunch (347 ms)
[----------] 25 tests from SlaveRecoveryTest/0 (70857 ms total)
[----------] 1 test from MesosContainerizerSlaveRecoveryTest
[ RUN ] MesosContainerizerSlaveRecoveryTest.ResourceStatistics
Registered executor on mesos.novalocal
Starting task 840672da-d069-4068-8372-1016d3e19bfa
sh -c 'sleep 1000'
Forked command at 947
Re-registered executor on mesos.novalocal
[ OK ] MesosContainerizerSlaveRecoveryTest.ResourceStatistics (1933 ms)
[----------] 1 test from MesosContainerizerSlaveRecoveryTest (1933 ms total)
[----------] 9 tests from SlaveTest
[ RUN ] SlaveTest.ShutdownUnregisteredExecutor
[ OK ] SlaveTest.ShutdownUnregisteredExecutor (1119 ms)
[ RUN ] SlaveTest.RemoveUnregisteredTerminatedExecutor
[ OK ] SlaveTest.RemoveUnregisteredTerminatedExecutor (247 ms)
[ RUN ] SlaveTest.MesosExecutorWithOverride
[ OK ] SlaveTest.MesosExecutorWithOverride (2674 ms)
[ RUN ] SlaveTest.IgnoreNonLeaderStatusUpdateAcknowledgement
[ OK ] SlaveTest.IgnoreNonLeaderStatusUpdateAcknowledgement (315 ms)
[ RUN ] SlaveTest.MetricsInStatsEndpoint
[ OK ] SlaveTest.MetricsInStatsEndpoint (129 ms)
[ RUN ] SlaveTest.TerminatingSlaveDoesNotReregister
[ OK ] SlaveTest.TerminatingSlaveDoesNotReregister (438 ms)
[ RUN ] SlaveTest.TerminalTaskContainerizerUpdateFails
[ OK ] SlaveTest.TerminalTaskContainerizerUpdateFails (248 ms)
[ RUN ] SlaveTest.PingTimeoutNoPings
[ OK ] SlaveTest.PingTimeoutNoPings (452 ms)
[ RUN ] SlaveTest.PingTimeoutSomePings
[ OK ] SlaveTest.PingTimeoutSomePings (437 ms)
[----------] 9 tests from SlaveTest (6060 ms total)
[----------] 2 tests from SorterTest
[ RUN ] SorterTest.DRFSorter
[ OK ] SorterTest.DRFSorter (1 ms)
[ RUN ] SorterTest.WDRFSorter
[ OK ] SorterTest.WDRFSorter (0 ms)
[----------] 2 tests from SorterTest (1 ms total)
[----------] 7 tests from InMemoryStateTest
[ RUN ] InMemoryStateTest.FetchAndStoreAndFetch
[ OK ] InMemoryStateTest.FetchAndStoreAndFetch (2 ms)
[ RUN ] InMemoryStateTest.FetchAndStoreAndStoreAndFetch
[ OK ] InMemoryStateTest.FetchAndStoreAndStoreAndFetch (3 ms)
[ RUN ] InMemoryStateTest.FetchAndStoreAndStoreFailAndFetch
[ OK ] InMemoryStateTest.FetchAndStoreAndStoreFailAndFetch (8 ms)
[ RUN ] InMemoryStateTest.FetchAndStoreAndExpungeAndFetch
[ OK ] InMemoryStateTest.FetchAndStoreAndExpungeAndFetch (3 ms)
[ RUN ] InMemoryStateTest.FetchAndStoreAndExpungeAndExpunge
[ OK ] InMemoryStateTest.FetchAndStoreAndExpungeAndExpunge (2 ms)
[ RUN ] InMemoryStateTest.FetchAndStoreAndExpungeAndStoreAndFetch
[ OK ] InMemoryStateTest.FetchAndStoreAndExpungeAndStoreAndFetch (4 ms)
[ RUN ] InMemoryStateTest.Names
[ OK ] InMemoryStateTest.Names (3 ms)
[----------] 7 tests from InMemoryStateTest (25 ms total)
[----------] 7 tests from LevelDBStateTest
[ RUN ] LevelDBStateTest.FetchAndStoreAndFetch
[ OK ] LevelDBStateTest.FetchAndStoreAndFetch (19 ms)
[ RUN ] LevelDBStateTest.FetchAndStoreAndStoreAndFetch
[ OK ] LevelDBStateTest.FetchAndStoreAndStoreAndFetch (17 ms)
[ RUN ] LevelDBStateTest.FetchAndStoreAndStoreFailAndFetch
[ OK ] LevelDBStateTest.FetchAndStoreAndStoreFailAndFetch (11 ms)
[ RUN ] LevelDBStateTest.FetchAndStoreAndExpungeAndFetch
[ OK ] LevelDBStateTest.FetchAndStoreAndExpungeAndFetch (13 ms)
[ RUN ] LevelDBStateTest.FetchAndStoreAndExpungeAndExpunge
[ OK ] LevelDBStateTest.FetchAndStoreAndExpungeAndExpunge (16 ms)
[ RUN ] LevelDBStateTest.FetchAndStoreAndExpungeAndStoreAndFetch
[ OK ] LevelDBStateTest.FetchAndStoreAndExpungeAndStoreAndFetch (12 ms)
[ RUN ] LevelDBStateTest.Names
[ OK ] LevelDBStateTest.Names (14 ms)
[----------] 7 tests from LevelDBStateTest (102 ms total)
[----------] 8 tests from LogStateTest
[ RUN ] LogStateTest.FetchAndStoreAndFetch
[ OK ] LogStateTest.FetchAndStoreAndFetch (52 ms)
[ RUN ] LogStateTest.FetchAndStoreAndStoreAndFetch
[ OK ] LogStateTest.FetchAndStoreAndStoreAndFetch (49 ms)
[ RUN ] LogStateTest.FetchAndStoreAndStoreFailAndFetch
[ OK ] LogStateTest.FetchAndStoreAndStoreFailAndFetch (41 ms)
[ RUN ] LogStateTest.FetchAndStoreAndExpungeAndFetch
[ OK ] LogStateTest.FetchAndStoreAndExpungeAndFetch (47 ms)
[ RUN ] LogStateTest.FetchAndStoreAndExpungeAndExpunge
[ OK ] LogStateTest.FetchAndStoreAndExpungeAndExpunge (49 ms)
[ RUN ] LogStateTest.FetchAndStoreAndExpungeAndStoreAndFetch
[ OK ] LogStateTest.FetchAndStoreAndExpungeAndStoreAndFetch (55 ms)
[ RUN ] LogStateTest.Names
[ OK ] LogStateTest.Names (45 ms)
[ RUN ] LogStateTest.Timeout
[ OK ] LogStateTest.Timeout (62 ms)
[----------] 8 tests from LogStateTest (400 ms total)
[----------] 7 tests from ZooKeeperStateTest
[ RUN ] ZooKeeperStateTest.FetchAndStoreAndFetch
[ OK ] ZooKeeperStateTest.FetchAndStoreAndFetch (19 ms)
[ RUN ] ZooKeeperStateTest.FetchAndStoreAndStoreAndFetch
[ OK ] ZooKeeperStateTest.FetchAndStoreAndStoreAndFetch (56 ms)
[ RUN ] ZooKeeperStateTest.FetchAndStoreAndStoreFailAndFetch
[ OK ] ZooKeeperStateTest.FetchAndStoreAndStoreFailAndFetch (22 ms)
[ RUN ] ZooKeeperStateTest.FetchAndStoreAndExpungeAndFetch
[ OK ] ZooKeeperStateTest.FetchAndStoreAndExpungeAndFetch (22 ms)
[ RUN ] ZooKeeperStateTest.FetchAndStoreAndExpungeAndExpunge
[ OK ] ZooKeeperStateTest.FetchAndStoreAndExpungeAndExpunge (28 ms)
[ RUN ] ZooKeeperStateTest.FetchAndStoreAndExpungeAndStoreAndFetch
[ OK ] ZooKeeperStateTest.FetchAndStoreAndExpungeAndStoreAndFetch (25 ms)
[ RUN ] ZooKeeperStateTest.Names
[ OK ] ZooKeeperStateTest.Names (14 ms)
[----------] 7 tests from ZooKeeperStateTest (187 ms total)
[----------] 7 tests from StatusUpdateManagerTest
[ RUN ] StatusUpdateManagerTest.CheckpointStatusUpdate
[ OK ] StatusUpdateManagerTest.CheckpointStatusUpdate (249 ms)
[ RUN ] StatusUpdateManagerTest.RetryStatusUpdate
[ OK ] StatusUpdateManagerTest.RetryStatusUpdate (265 ms)
[ RUN ] StatusUpdateManagerTest.IgnoreDuplicateStatusUpdateAck
[ OK ] StatusUpdateManagerTest.IgnoreDuplicateStatusUpdateAck (301 ms)
[ RUN ] StatusUpdateManagerTest.IgnoreUnexpectedStatusUpdateAck
[ OK ] StatusUpdateManagerTest.IgnoreUnexpectedStatusUpdateAck (240 ms)
[ RUN ] StatusUpdateManagerTest.DuplicateTerminalUpdateBeforeAck
[ OK ] StatusUpdateManagerTest.DuplicateTerminalUpdateBeforeAck (295 ms)
[ RUN ] StatusUpdateManagerTest.DuplicateTerminalUpdateAfterAck
[ OK ] StatusUpdateManagerTest.DuplicateTerminalUpdateAfterAck (278 ms)
[ RUN ] StatusUpdateManagerTest.DuplicateUpdateBeforeAck
[ OK ] StatusUpdateManagerTest.DuplicateUpdateBeforeAck (290 ms)
[----------] 7 tests from StatusUpdateManagerTest (1918 ms total)
[----------] 2 tests from ValuesTest
[ RUN ] ValuesTest.ValidInput
[ OK ] ValuesTest.ValidInput (0 ms)
[ RUN ] ValuesTest.InvalidInput
[ OK ] ValuesTest.InvalidInput (0 ms)
[----------] 2 tests from ValuesTest (0 ms total)
[----------] 1 test from ZooKeeper
[ RUN ] ZooKeeper.URL
[ OK ] ZooKeeper.URL (0 ms)
[----------] 1 test from ZooKeeper (1 ms total)
[----------] 1 test from HTTP
[ RUN ] HTTP.ModelTask
[ OK ] HTTP.ModelTask (0 ms)
[----------] 1 test from HTTP (0 ms total)
[----------] 3 tests from FsTest
[ RUN ] FsTest.MountTableRead
[ OK ] FsTest.MountTableRead (0 ms)
[ RUN ] FsTest.MountTableHasOption
[ OK ] FsTest.MountTableHasOption (0 ms)
[ RUN ] FsTest.FileSystemTableRead
[ OK ] FsTest.FileSystemTableRead (0 ms)
[----------] 3 tests from FsTest (0 ms total)
[----------] 1 test from PerfTest
[ RUN ] PerfTest.Parse
[ OK ] PerfTest.Parse (1 ms)
[----------] 1 test from PerfTest (1 ms total)
[----------] 9 tests from GroupTest
[ RUN ] GroupTest.Group
[ OK ] GroupTest.Group (26 ms)
[ RUN ] GroupTest.GroupJoinWithDisconnect
[ OK ] GroupTest.GroupJoinWithDisconnect (1686 ms)
[ RUN ] GroupTest.GroupDataWithDisconnect
[ OK ] GroupTest.GroupDataWithDisconnect (2037 ms)
[ RUN ] GroupTest.GroupCancelWithDisconnect
[ OK ] GroupTest.GroupCancelWithDisconnect (2038 ms)
[ RUN ] GroupTest.GroupWatchWithSessionExpiration
[ OK ] GroupTest.GroupWatchWithSessionExpiration (2020 ms)
[ RUN ] GroupTest.MultipleGroups
[ OK ] GroupTest.MultipleGroups (30 ms)
[ RUN ] GroupTest.GroupPathWithRestrictivePerms
[ OK ] GroupTest.GroupPathWithRestrictivePerms (8058 ms)
[ RUN ] GroupTest.RetryableErrors
[ OK ] GroupTest.RetryableErrors (18080 ms)
[ RUN ] GroupTest.LabelledGroup
[ OK ] GroupTest.LabelledGroup (20 ms)
[----------] 9 tests from GroupTest (33995 ms total)
[----------] 1 test from RegistrarZooKeeperTest
[ RUN ] RegistrarZooKeeperTest.TaskRunning
[ OK ] RegistrarZooKeeperTest.TaskRunning (311 ms)
[----------] 1 test from RegistrarZooKeeperTest (311 ms total)
[----------] 7 tests from ZooKeeperTest
[ RUN ] ZooKeeperTest.Auth
[ OK ] ZooKeeperTest.Auth (4042 ms)
[ RUN ] ZooKeeperTest.SessionTimeoutNegotiation
[ OK ] ZooKeeperTest.SessionTimeoutNegotiation (14 ms)
[ RUN ] ZooKeeperTest.Create
[ OK ] ZooKeeperTest.Create (4039 ms)
[ RUN ] ZooKeeperTest.LeaderDetector
[ OK ] ZooKeeperTest.LeaderDetector (40 ms)
[ RUN ] ZooKeeperTest.LeaderDetectorTimeoutHandling
[ OK ] ZooKeeperTest.LeaderDetectorTimeoutHandling (47 ms)
[ RUN ] ZooKeeperTest.LeaderDetectorCancellationHandling
[ OK ] ZooKeeperTest.LeaderDetectorCancellationHandling (34 ms)
[ RUN ] ZooKeeperTest.LeaderContender
[ OK ] ZooKeeperTest.LeaderContender (6741 ms)
[----------] 7 tests from ZooKeeperTest (14957 ms total)
[----------] 16 tests from Strict/RegistrarTest
[ RUN ] Strict/RegistrarTest.recover/0
[ OK ] Strict/RegistrarTest.recover/0 (59 ms)
[ RUN ] Strict/RegistrarTest.recover/1
[ OK ] Strict/RegistrarTest.recover/1 (55 ms)
[ RUN ] Strict/RegistrarTest.admit/0
[ OK ] Strict/RegistrarTest.admit/0 (80 ms)
[ RUN ] Strict/RegistrarTest.admit/1
[ OK ] Strict/RegistrarTest.admit/1 (53 ms)
[ RUN ] Strict/RegistrarTest.readmit/0
[ OK ] Strict/RegistrarTest.readmit/0 (58 ms)
[ RUN ] Strict/RegistrarTest.readmit/1
[ OK ] Strict/RegistrarTest.readmit/1 (63 ms)
[ RUN ] Strict/RegistrarTest.remove/0
[ OK ] Strict/RegistrarTest.remove/0 (91 ms)
[ RUN ] Strict/RegistrarTest.remove/1
[ OK ] Strict/RegistrarTest.remove/1 (85 ms)
[ RUN ] Strict/RegistrarTest.bootstrap/0
[ OK ] Strict/RegistrarTest.bootstrap/0 (47 ms)
[ RUN ] Strict/RegistrarTest.bootstrap/1
[ OK ] Strict/RegistrarTest.bootstrap/1 (52 ms)
[ RUN ] Strict/RegistrarTest.fetchTimeout/0
[ OK ] Strict/RegistrarTest.fetchTimeout/0 (52 ms)
[ RUN ] Strict/RegistrarTest.fetchTimeout/1
[ OK ] Strict/RegistrarTest.fetchTimeout/1 (52 ms)
[ RUN ] Strict/RegistrarTest.storeTimeout/0
[ OK ] Strict/RegistrarTest.storeTimeout/0 (51 ms)
[ RUN ] Strict/RegistrarTest.storeTimeout/1
[ OK ] Strict/RegistrarTest.storeTimeout/1 (54 ms)
[ RUN ] Strict/RegistrarTest.abort/0
[ OK ] Strict/RegistrarTest.abort/0 (36 ms)
[ RUN ] Strict/RegistrarTest.abort/1
[ OK ] Strict/RegistrarTest.abort/1 (34 ms)
[----------] 16 tests from Strict/RegistrarTest (923 ms total)
[----------] Global test environment tear-down
[==========] 404 tests from 66 test cases ran. (297243 ms total)
[ PASSED ] 402 tests.
[ FAILED ] 2 tests, listed below:
[ FAILED ] MasterAuthorizationTest.AuthorizedTask
[ FAILED ] ShutdownTest.ShutdownEndpointBadCredentials
2 FAILED TESTS
YOU HAVE 6 DISABLED TESTS
make[3]: Leaving directory `/home/ubuntu/mesos/build/src'
make[2]: Leaving directory `/home/ubuntu/mesos/build/src'
make[1]: Leaving directory `/home/ubuntu/mesos/build/src'