You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@mesos.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/06 06:06:27 UTC

Build failed in Jenkins: Mesos » cmake,clang,--verbose,GLOG_v=1 MESOS_VERBOSE=1,ubuntu:14.04,(docker||Hadoop)&&(!ubuntu-us1)&&(!ubuntu-6) #2452

See <https://builds.apache.org/job/Mesos/BUILDTOOL=cmake,COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-6)/2452/changes>

Changes:

[anand] Refactored 'Master::Http::getTasks()' into helper function.

[anand] Refactored 'Master::Http::getAgents()' into helper function.

[anand] Refactored 'master::Http::getFrameworks()' to helper function.

[anand] Revised protobuf definition of 'GetState' response.

[anand] Refactored 'Master::Http::getExecutors()' into helper function.

[anand] Implemented 'GetState' call in v1 master API.

[anand] Implemented 'Subscribed' event for v1 master event stream.

------------------------------------------
[...truncated 7775 lines...]
[ RUN      ] UUIDTest.MalformedUUID
[       OK ] UUIDTest.MalformedUUID (0 ms)
[----------] 2 tests from UUIDTest (0 ms total)

[----------] 2 tests from VersionTest
[ RUN      ] VersionTest.Comparison
[       OK ] VersionTest.Comparison (0 ms)
[ RUN      ] VersionTest.Parse
[       OK ] VersionTest.Parse (0 ms)
[----------] 2 tests from VersionTest (0 ms total)

[----------] 25 tests from FlagsTest
[ RUN      ] FlagsTest.Load
[       OK ] FlagsTest.Load (1 ms)
[ RUN      ] FlagsTest.Add
[       OK ] FlagsTest.Add (0 ms)
[ RUN      ] FlagsTest.Alias
[       OK ] FlagsTest.Alias (0 ms)
[ RUN      ] FlagsTest.Flags
[       OK ] FlagsTest.Flags (0 ms)
[ RUN      ] FlagsTest.LoadFromEnvironment
[       OK ] FlagsTest.LoadFromEnvironment (0 ms)
[ RUN      ] FlagsTest.LoadFromCommandLine
[       OK ] FlagsTest.LoadFromCommandLine (1 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.EffectiveName
[       OK ] FlagsTest.EffectiveName (0 ms)
[ RUN      ] FlagsTest.DeprecationWarning
[       OK ] FlagsTest.DeprecationWarning (0 ms)
[ RUN      ] FlagsTest.DuplicatesFromEnvironment
[       OK ] FlagsTest.DuplicatesFromEnvironment (1 ms)
[ RUN      ] FlagsTest.DuplicatesFromCommandLine
[       OK ] FlagsTest.DuplicatesFromCommandLine (0 ms)
[ RUN      ] FlagsTest.AliasDuplicateFromCommandLine
[       OK ] FlagsTest.AliasDuplicateFromCommandLine (0 ms)
[ RUN      ] FlagsTest.Errors
[       OK ] FlagsTest.Errors (0 ms)
[ RUN      ] FlagsTest.MissingRequiredFlag
[       OK ] FlagsTest.MissingRequiredFlag (0 ms)
[ RUN      ] FlagsTest.Validate
[       OK ] FlagsTest.Validate (1 ms)
[ RUN      ] FlagsTest.Usage
[       OK ] FlagsTest.Usage (0 ms)
[ RUN      ] FlagsTest.UsageMessage
[       OK ] FlagsTest.UsageMessage (0 ms)
[ RUN      ] FlagsTest.EmptyUsage
[       OK ] FlagsTest.EmptyUsage (0 ms)
[ RUN      ] FlagsTest.ProgramName
[       OK ] FlagsTest.ProgramName (0 ms)
[ RUN      ] FlagsTest.OptionalMessage
[       OK ] FlagsTest.OptionalMessage (0 ms)
[ RUN      ] FlagsTest.Duration
[       OK ] FlagsTest.Duration (0 ms)
[ RUN      ] FlagsTest.JSON
[       OK ] FlagsTest.JSON (1 ms)
[----------] 25 tests from FlagsTest (5 ms total)

[----------] 2 tests from FlagsFileTest
[ RUN      ] FlagsFileTest.JSONFile
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0706 06:06:24.520524 18264 parse.hpp:89] Specifying an absolute filename to read a command line option out of without using 'file:// is deprecated and will be removed in a future release. Simply adding 'file://' to the beginning of the path should eliminate this warning.
[       OK ] FlagsFileTest.JSONFile (1 ms)
[ RUN      ] FlagsFileTest.FilePrefix
[       OK ] FlagsFileTest.FilePrefix (0 ms)
[----------] 2 tests from FlagsFileTest (1 ms total)

[----------] 18 tests from OsTest
[ RUN      ] OsTest.Environment
[       OK ] OsTest.Environment (0 ms)
[ RUN      ] OsTest.Argv
[       OK ] OsTest.Argv (0 ms)
[ RUN      ] OsTest.System
sh: 1: invalid.command: not found
[       OK ] OsTest.System (10 ms)
[ RUN      ] OsTest.Cloexec
[       OK ] OsTest.Cloexec (0 ms)
[ RUN      ] OsTest.Nonblock
[       OK ] OsTest.Nonblock (0 ms)
[ RUN      ] OsTest.Size
[       OK ] OsTest.Size (1 ms)
[ RUN      ] OsTest.BootId
[       OK ] OsTest.BootId (0 ms)
[ RUN      ] OsTest.Sleep
[       OK ] OsTest.Sleep (10 ms)
[ RUN      ] OsTest.Children
[       OK ] OsTest.Children (6 ms)
[ RUN      ] OsTest.Killtree
[       OK ] OsTest.Killtree (21 ms)
[ RUN      ] OsTest.KilltreeNoRoot
[       OK ] OsTest.KilltreeNoRoot (24 ms)
[ RUN      ] OsTest.ProcessExists
[       OK ] OsTest.ProcessExists (6 ms)
[ RUN      ] OsTest.User
[       OK ] OsTest.User (10 ms)
[ RUN      ] OsTest.Libraries
[       OK ] OsTest.Libraries (0 ms)
[ RUN      ] OsTest.Shell
sh: 1: foobar: not found
E0706 06:06:24.611644 18264 shell.hpp:106] Command 'foobar' failed; this is the output:
[       OK ] OsTest.Shell (8 ms)
[ RUN      ] OsTest.Mknod
[       OK ] OsTest.Mknod (0 ms)
[ RUN      ] OsTest.Realpath
[       OK ] OsTest.Realpath (1 ms)
[ RUN      ] OsTest.Which
[       OK ] OsTest.Which (0 ms)
[----------] 18 tests from OsTest (97 ms total)

[----------] 6 tests from PathTest
[ RUN      ] PathTest.Basename
[       OK ] PathTest.Basename (0 ms)
[ RUN      ] PathTest.Dirname
[       OK ] PathTest.Dirname (0 ms)
[ RUN      ] PathTest.Extension
[       OK ] PathTest.Extension (0 ms)
[ RUN      ] PathTest.Join
[       OK ] PathTest.Join (0 ms)
[ RUN      ] PathTest.Absolute
[       OK ] PathTest.Absolute (0 ms)
[ RUN      ] PathTest.Comparison
[       OK ] PathTest.Comparison (0 ms)
[----------] 6 tests from PathTest (0 ms total)

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

[----------] 10 tests from ProtobufTest
[ RUN      ] ProtobufTest.JSON
[       OK ] ProtobufTest.JSON (2 ms)
[ RUN      ] ProtobufTest.JSONArray
[       OK ] ProtobufTest.JSONArray (0 ms)
[ RUN      ] ProtobufTest.JsonLargeIntegers
[       OK ] ProtobufTest.JsonLargeIntegers (0 ms)
[ RUN      ] ProtobufTest.SimpleMessageEquals
[       OK ] ProtobufTest.SimpleMessageEquals (0 ms)
[ RUN      ] ProtobufTest.ParseJSONArray
[       OK ] ProtobufTest.ParseJSONArray (0 ms)
[ RUN      ] ProtobufTest.ParseJSONNull
[       OK ] ProtobufTest.ParseJSONNull (0 ms)
[ RUN      ] ProtobufTest.ParseJSONNestedError
[       OK ] ProtobufTest.ParseJSONNestedError (1 ms)
[ RUN      ] ProtobufTest.Jsonify
[       OK ] ProtobufTest.Jsonify (0 ms)
[ RUN      ] ProtobufTest.JsonifyArray
[       OK ] ProtobufTest.JsonifyArray (0 ms)
[ RUN      ] ProtobufTest.JsonifyLargeIntegers
[       OK ] ProtobufTest.JsonifyLargeIntegers (0 ms)
[----------] 10 tests from ProtobufTest (3 ms total)

[----------] 2 tests from RecordIOTest
[ RUN      ] RecordIOTest.Encoder
[       OK ] RecordIOTest.Encoder (0 ms)
[ RUN      ] RecordIOTest.Decoder
[       OK ] RecordIOTest.Decoder (0 ms)
[----------] 2 tests from RecordIOTest (0 ms total)

[----------] 2 tests from SubcommandTest
[ RUN      ] SubcommandTest.Flags
[       OK ] SubcommandTest.Flags (1 ms)
[ RUN      ] SubcommandTest.Dispatch
Subcommand 'subcommand' is not available
Usage: command <subcommand> [OPTIONS]

Available subcommands:
    help
    subcommand2

Multiple subcommands have name 'subcommand'
[       OK ] SubcommandTest.Dispatch (0 ms)
[----------] 2 tests from SubcommandTest (1 ms total)

[----------] 2 tests from SVNTest
[ RUN      ] SVNTest.DiffPatch
[       OK ] SVNTest.DiffPatch (43 ms)
[ RUN      ] SVNTest.EmptyDiffPatch
[       OK ] SVNTest.EmptyDiffPatch (49 ms)
[----------] 2 tests from SVNTest (92 ms total)

[----------] 1 test from TryTest
[ RUN      ] TryTest.ArrowOperator
[       OK ] TryTest.ArrowOperator (0 ms)
[----------] 1 test from TryTest (0 ms total)

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

[----------] 1 test from OsSignalsTest
[ RUN      ] OsSignalsTest.Suppress
[       OK ] OsSignalsTest.Suppress (0 ms)
[----------] 1 test from OsSignalsTest (0 ms total)

[----------] 6 tests from ProcTest
[ RUN      ] ProcTest.Pids
[       OK ] ProcTest.Pids (1 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 (2 ms total)

[----------] Global test environment tear-down
[==========] 267 tests from 45 test cases ran. (238 ms total)
[  PASSED  ] 266 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JsonTest.Find

 1 FAILED TEST
make[3]: *** [CMakeFiles/check] Error 1
make[3]: Leaving directory `/mesos/build'
make[2]: *** [CMakeFiles/check.dir/all] Error 2
make[2]: Leaving directory `/mesos/build'
make[1]: *** [CMakeFiles/check.dir/rule] Error 2
make[1]: Leaving directory `/mesos/build'
make: *** [check] Error 2
+ docker rmi mesos-1467784624-25076
Untagged: mesos-1467784624-25076:latest
Deleted: 17e70864bd77e2e17953821c1966c877097707769f63072c5b602f8164f6642c
Deleted: bd0f101a9949884c53c90c2389e0369b7878a7aa1a6a8b2d49deda93d976d9be
Deleted: 6b55d16682d679895784fd2e046e5e5ff2e2940a7b6c8652df3df49b83661aeb
Deleted: 3b36316a7204fc27e801a9118e9d992fac63fd3e01c239201003e81794061876
Deleted: a31ae9bec24b9ec63ebbbf1487bf34d8cbfca0022123a0132201fcf6a27a5ca2
Deleted: b7617025bff3df381d6424773ee969ff191c232021d345d88b3bc1c3eacb1864
Deleted: b6bf8a929ffacfd5504a3f6075685a2bd46e8e66c7e18ba9405c4b59f5b10030
Deleted: 4eb8c86042360bb9473663e5abac6df6e92f1181f310538da09d90ce79ad5e69
Deleted: 8f6ebf6a31e1e02a420cea42161a3a32b7c9114e6ae112865ffe746d32960df7
Deleted: 8a0eb156cc76aa9b1666697acb7481dfdf087a834a07da6f98cd21efe0db5fe0
Deleted: 1863f30554a3b83be4dbba64bbf41fce6792b02fe7d39735fc676df857a33a59
Deleted: 8e77b22ae435559fe5e07915d20e478875f5a4571f47ef79c81521769a05294b
Deleted: 42848723767bb974cf3f1e262d0ce6fe294fe30b1ec47a47f3f809a31f4d8fdb
Deleted: f6eb9fe4da3eb36219f6ede9281cf6b791486b508b553b47c65135e98e039640
Deleted: dda3f59c90aa7be1c2aa843c666780475a91810ca904570db6c0b9a71f4137c9
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos » cmake,clang,--verbose,GLOG_v=1 MESOS_VERBOSE=1,ubuntu:14.04,(docker||Hadoop)&&(!ubuntu-us1)&&(!ubuntu-6) #2454

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/BUILDTOOL=cmake,COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-6)/2454/changes>


Build failed in Jenkins: Mesos » cmake,clang,--verbose,GLOG_v=1 MESOS_VERBOSE=1,ubuntu:14.04,(docker||Hadoop)&&(!ubuntu-us1)&&(!ubuntu-6) #2453

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/BUILDTOOL=cmake,COMPILER=clang,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu%3A14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-6)/2453/changes>

Changes:

[adam] Fixed minor style issues.

------------------------------------------
[...truncated 7776 lines...]
[ RUN      ] UUIDTest.MalformedUUID
[       OK ] UUIDTest.MalformedUUID (0 ms)
[----------] 2 tests from UUIDTest (0 ms total)

[----------] 2 tests from VersionTest
[ RUN      ] VersionTest.Comparison
[       OK ] VersionTest.Comparison (0 ms)
[ RUN      ] VersionTest.Parse
[       OK ] VersionTest.Parse (1 ms)
[----------] 2 tests from VersionTest (1 ms total)

[----------] 25 tests from FlagsTest
[ RUN      ] FlagsTest.Load
[       OK ] FlagsTest.Load (0 ms)
[ RUN      ] FlagsTest.Add
[       OK ] FlagsTest.Add (0 ms)
[ RUN      ] FlagsTest.Alias
[       OK ] FlagsTest.Alias (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 (1 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.EffectiveName
[       OK ] FlagsTest.EffectiveName (0 ms)
[ RUN      ] FlagsTest.DeprecationWarning
[       OK ] FlagsTest.DeprecationWarning (0 ms)
[ RUN      ] FlagsTest.DuplicatesFromEnvironment
[       OK ] FlagsTest.DuplicatesFromEnvironment (0 ms)
[ RUN      ] FlagsTest.DuplicatesFromCommandLine
[       OK ] FlagsTest.DuplicatesFromCommandLine (0 ms)
[ RUN      ] FlagsTest.AliasDuplicateFromCommandLine
[       OK ] FlagsTest.AliasDuplicateFromCommandLine (0 ms)
[ RUN      ] FlagsTest.Errors
[       OK ] FlagsTest.Errors (1 ms)
[ RUN      ] FlagsTest.MissingRequiredFlag
[       OK ] FlagsTest.MissingRequiredFlag (0 ms)
[ RUN      ] FlagsTest.Validate
[       OK ] FlagsTest.Validate (0 ms)
[ RUN      ] FlagsTest.Usage
[       OK ] FlagsTest.Usage (0 ms)
[ RUN      ] FlagsTest.UsageMessage
[       OK ] FlagsTest.UsageMessage (0 ms)
[ RUN      ] FlagsTest.EmptyUsage
[       OK ] FlagsTest.EmptyUsage (0 ms)
[ RUN      ] FlagsTest.ProgramName
[       OK ] FlagsTest.ProgramName (0 ms)
[ RUN      ] FlagsTest.OptionalMessage
[       OK ] FlagsTest.OptionalMessage (0 ms)
[ RUN      ] FlagsTest.Duration
[       OK ] FlagsTest.Duration (0 ms)
[ RUN      ] FlagsTest.JSON
[       OK ] FlagsTest.JSON (1 ms)
[----------] 25 tests from FlagsTest (3 ms total)

[----------] 2 tests from FlagsFileTest
[ RUN      ] FlagsFileTest.JSONFile
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0706 06:33:02.365345 18263 parse.hpp:89] Specifying an absolute filename to read a command line option out of without using 'file:// is deprecated and will be removed in a future release. Simply adding 'file://' to the beginning of the path should eliminate this warning.
[       OK ] FlagsFileTest.JSONFile (0 ms)
[ RUN      ] FlagsFileTest.FilePrefix
[       OK ] FlagsFileTest.FilePrefix (1 ms)
[----------] 2 tests from FlagsFileTest (1 ms total)

[----------] 18 tests from OsTest
[ RUN      ] OsTest.Environment
[       OK ] OsTest.Environment (0 ms)
[ RUN      ] OsTest.Argv
[       OK ] OsTest.Argv (0 ms)
[ RUN      ] OsTest.System
sh: 1: invalid.command: not found
[       OK ] OsTest.System (10 ms)
[ RUN      ] OsTest.Cloexec
[       OK ] OsTest.Cloexec (1 ms)
[ RUN      ] OsTest.Nonblock
[       OK ] OsTest.Nonblock (0 ms)
[ RUN      ] OsTest.Size
[       OK ] OsTest.Size (0 ms)
[ RUN      ] OsTest.BootId
[       OK ] OsTest.BootId (1 ms)
[ RUN      ] OsTest.Sleep
[       OK ] OsTest.Sleep (10 ms)
[ RUN      ] OsTest.Children
[       OK ] OsTest.Children (6 ms)
[ RUN      ] OsTest.Killtree
[       OK ] OsTest.Killtree (28 ms)
[ RUN      ] OsTest.KilltreeNoRoot
[       OK ] OsTest.KilltreeNoRoot (25 ms)
[ RUN      ] OsTest.ProcessExists
[       OK ] OsTest.ProcessExists (6 ms)
[ RUN      ] OsTest.User
[       OK ] OsTest.User (13 ms)
[ RUN      ] OsTest.Libraries
[       OK ] OsTest.Libraries (0 ms)
[ RUN      ] OsTest.Shell
sh: 1: foobar: not found
E0706 06:33:02.470592 18263 shell.hpp:106] Command 'foobar' failed; this is the output:
[       OK ] OsTest.Shell (12 ms)
[ RUN      ] OsTest.Mknod
[       OK ] OsTest.Mknod (1 ms)
[ RUN      ] OsTest.Realpath
[       OK ] OsTest.Realpath (0 ms)
[ RUN      ] OsTest.Which
[       OK ] OsTest.Which (1 ms)
[----------] 18 tests from OsTest (114 ms total)

[----------] 6 tests from PathTest
[ RUN      ] PathTest.Basename
[       OK ] PathTest.Basename (0 ms)
[ RUN      ] PathTest.Dirname
[       OK ] PathTest.Dirname (0 ms)
[ RUN      ] PathTest.Extension
[       OK ] PathTest.Extension (0 ms)
[ RUN      ] PathTest.Join
[       OK ] PathTest.Join (0 ms)
[ RUN      ] PathTest.Absolute
[       OK ] PathTest.Absolute (0 ms)
[ RUN      ] PathTest.Comparison
[       OK ] PathTest.Comparison (0 ms)
[----------] 6 tests from PathTest (0 ms total)

[----------] 1 test from PathFileTest
[ RUN      ] PathFileTest.ImplicitConversion
[       OK ] PathFileTest.ImplicitConversion (0 ms)
[----------] 1 test from PathFileTest (0 ms total)

[----------] 10 tests from ProtobufTest
[ RUN      ] ProtobufTest.JSON
[       OK ] ProtobufTest.JSON (2 ms)
[ RUN      ] ProtobufTest.JSONArray
[       OK ] ProtobufTest.JSONArray (0 ms)
[ RUN      ] ProtobufTest.JsonLargeIntegers
[       OK ] ProtobufTest.JsonLargeIntegers (1 ms)
[ RUN      ] ProtobufTest.SimpleMessageEquals
[       OK ] ProtobufTest.SimpleMessageEquals (0 ms)
[ RUN      ] ProtobufTest.ParseJSONArray
[       OK ] ProtobufTest.ParseJSONArray (0 ms)
[ RUN      ] ProtobufTest.ParseJSONNull
[       OK ] ProtobufTest.ParseJSONNull (0 ms)
[ RUN      ] ProtobufTest.ParseJSONNestedError
[       OK ] ProtobufTest.ParseJSONNestedError (0 ms)
[ RUN      ] ProtobufTest.Jsonify
[       OK ] ProtobufTest.Jsonify (0 ms)
[ RUN      ] ProtobufTest.JsonifyArray
[       OK ] ProtobufTest.JsonifyArray (0 ms)
[ RUN      ] ProtobufTest.JsonifyLargeIntegers
[       OK ] ProtobufTest.JsonifyLargeIntegers (1 ms)
[----------] 10 tests from ProtobufTest (4 ms total)

[----------] 2 tests from RecordIOTest
[ RUN      ] RecordIOTest.Encoder
[       OK ] RecordIOTest.Encoder (0 ms)
[ RUN      ] RecordIOTest.Decoder
[       OK ] RecordIOTest.Decoder (0 ms)
[----------] 2 tests from RecordIOTest (0 ms total)

[----------] 2 tests from SubcommandTest
[ RUN      ] SubcommandTest.Flags
[       OK ] SubcommandTest.Flags (0 ms)
[ RUN      ] SubcommandTest.Dispatch
Subcommand 'subcommand' is not available
Usage: command <subcommand> [OPTIONS]

Available subcommands:
    help
    subcommand2

Multiple subcommands have name 'subcommand'
[       OK ] SubcommandTest.Dispatch (0 ms)
[----------] 2 tests from SubcommandTest (0 ms total)

[----------] 2 tests from SVNTest
[ RUN      ] SVNTest.DiffPatch
[       OK ] SVNTest.DiffPatch (46 ms)
[ RUN      ] SVNTest.EmptyDiffPatch
[       OK ] SVNTest.EmptyDiffPatch (50 ms)
[----------] 2 tests from SVNTest (96 ms total)

[----------] 1 test from TryTest
[ RUN      ] TryTest.ArrowOperator
[       OK ] TryTest.ArrowOperator (0 ms)
[----------] 1 test from TryTest (0 ms total)

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

[----------] 1 test from OsSignalsTest
[ RUN      ] OsSignalsTest.Suppress
[       OK ] OsSignalsTest.Suppress (0 ms)
[----------] 1 test from OsSignalsTest (0 ms total)

[----------] 6 tests from ProcTest
[ RUN      ] ProcTest.Pids
[       OK ] ProcTest.Pids (1 ms)
[ RUN      ] ProcTest.Cpus
[       OK ] ProcTest.Cpus (0 ms)
[ RUN      ] ProcTest.SystemStatus
[       OK ] ProcTest.SystemStatus (1 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 (2 ms total)

[----------] Global test environment tear-down
[==========] 267 tests from 45 test cases ran. (258 ms total)
[  PASSED  ] 266 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JsonTest.Find

 1 FAILED TEST
make[3]: *** [CMakeFiles/check] Error 1
make[3]: Leaving directory `/mesos/build'
make[2]: *** [CMakeFiles/check.dir/all] Error 2
make[2]: Leaving directory `/mesos/build'
make[1]: *** [CMakeFiles/check.dir/rule] Error 2
make[1]: Leaving directory `/mesos/build'
make: *** [check] Error 2
+ docker rmi mesos-1467786245-20338
Untagged: mesos-1467786245-20338:latest
Deleted: 5315f49af104a35f9b4d94cb4b7df5fa8acbc739a9aea2d0f6e760c3ba397bb5
Deleted: 17b4ec56f382f16201d71c0c79469e7d78e171a636f5f3b515f0a0ca7d0eed02
Deleted: a87449fddf87fbbf75892e6c994f05cc2bf08296571d60931f1ed38726f9a830
Deleted: d23f5ba33cd7bd9c19bd08783d0cebf150165ef7374087d595bf3e8c6406d620
Deleted: e7c4a5db01b20f7de02ea40a41197d2745e55bf6af08fe84741ea1e9c8a5afb3
Deleted: 77dadb4e1e33528e77bd3d8acf2db1c097e2aa83f58973a53413c4b0cc9be7ae
Deleted: 3e411f8db776491b7f854f6918a55b67673d475a6e4ac874081334378b3f7208
Deleted: 8c2cfaa622b79e5e6acdc49889583639a5109c465338500b37d4ec70af83ac1f
Deleted: 8fd96cccd036a9686095d01b55f9fe228b3531f16a5115130af41431d4cc5c34
Deleted: b7bb5d2198cb5fb0f5efc742c16615c55d14d845eb5485d5bc858bd1de114092
Deleted: 29c01f248c54304c0a81f2e2527b31e9579de0890181bf188cab96485a75980b
Deleted: e76142f041f47cd51c5870cf59cee4e6cfb1dc7f6a966e67a751bc445bbf5036
Deleted: acb645afdb3f0955d59ff478d9b4c86930a11bc971bf81d455ff3dec15107484
Deleted: 78c0d0433369c5ba07b201ffd6e54b674f875da590c1b427e2740aa0210027ea
Deleted: 963d23d7185c8bc5a278edd5c908a38000c84863dd22e058e7cf7fce9458f2e4
Build step 'Execute shell' marked build as failure