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 05:18:47 UTC

Build failed in Jenkins: Mesos » cmake,gcc,--verbose,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(docker||Hadoop)&&(!ubuntu-us1)&&(!ubuntu-6) #2451

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

Changes:

[bmahler] Added test for using an Nvidia Docker image.

[bmahler] Updated JSON::Value.find to return None when a Null is found.

[bmahler] Minor cleanups in JsonTest.Find.

[bmahler] Fixed a bug in JSON::Object.find: array subscript is dropped.

[bmahler] Fixed the docker executor to handle inspect failures.

------------------------------------------
[...truncated 6669 lines...]
[       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 (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 (0 ms)
[ RUN      ] FlagsTest.LoadFromCommandLineWithDashDash
[       OK ] FlagsTest.LoadFromCommandLineWithDashDash (1 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 (1 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 (1 ms)
[ RUN      ] FlagsTest.JSON
[       OK ] FlagsTest.JSON (0 ms)
[----------] 25 tests from FlagsTest (5 ms total)

[----------] 2 tests from FlagsFileTest
[ RUN      ] FlagsFileTest.JSONFile
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0706 05:18:47.868883 18841 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 (1 ms)
[----------] 2 tests from FlagsFileTest (2 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: invalid.command: command not found
[       OK ] OsTest.System (15 ms)
[ RUN      ] OsTest.Cloexec
[       OK ] OsTest.Cloexec (0 ms)
[ RUN      ] OsTest.Nonblock
[       OK ] OsTest.Nonblock (0 ms)
[ RUN      ] OsTest.Size
[       OK ] OsTest.Size (0 ms)
[ RUN      ] OsTest.BootId
[       OK ] OsTest.BootId (0 ms)
[ RUN      ] OsTest.Sleep
[       OK ] OsTest.Sleep (11 ms)
[ RUN      ] OsTest.Children
[       OK ] OsTest.Children (8 ms)
[ RUN      ] OsTest.Killtree
[       OK ] OsTest.Killtree (20 ms)
[ RUN      ] OsTest.KilltreeNoRoot
[       OK ] OsTest.KilltreeNoRoot (14 ms)
[ RUN      ] OsTest.ProcessExists
[       OK ] OsTest.ProcessExists (6 ms)
[ RUN      ] OsTest.User
[       OK ] OsTest.User (36 ms)
[ RUN      ] OsTest.Libraries
[       OK ] OsTest.Libraries (0 ms)
[ RUN      ] OsTest.Shell
sh: foobar: command not found
E0706 05:18:47.988260 18841 shell.hpp:106] Command 'foobar' failed; this is the output:
[       OK ] OsTest.Shell (18 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 (132 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 (1 ms)
[ RUN      ] PathTest.Absolute
[       OK ] PathTest.Absolute (0 ms)
[ RUN      ] PathTest.Comparison
[       OK ] PathTest.Comparison (0 ms)
[----------] 6 tests from PathTest (1 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 (3 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 (1 ms)
[ RUN      ] ProtobufTest.JsonifyLargeIntegers
[       OK ] ProtobufTest.JsonifyLargeIntegers (0 ms)
[----------] 10 tests from ProtobufTest (5 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 (1 ms total)

[----------] 2 tests from SVNTest
[ RUN      ] SVNTest.DiffPatch
[       OK ] SVNTest.DiffPatch (58 ms)
[ RUN      ] SVNTest.EmptyDiffPatch
[       OK ] SVNTest.EmptyDiffPatch (59 ms)
[----------] 2 tests from SVNTest (117 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 (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)

[----------] 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 (1 ms)
[----------] 6 tests from ProcTest (3 ms total)

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

 1 FAILED TEST
make[3]: Leaving directory `/mesos/build'
make[3]: *** [CMakeFiles/check] Error 1
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-1467781421-5939
Untagged: mesos-1467781421-5939:latest
Deleted: 7f2a112a88b1df790bff0b5f77379ba2729fc6990b5aee20a1dd01e80fd386e4
Deleted: 28793c1fb322b96ed90e9a2864c4a7b7162097ecaf487f73b9f7d2081035e1eb
Deleted: 02e5e68ae5a49f29f6ceac2220ba9377c336a9919bb2f7871d6b3db58e71597d
Deleted: 2268bac48a778f00b3c4b6fa39392eed452b8a072c77d65af6055a284b663428
Deleted: 555d451ac8a34b3e843c0dae22e6046aac33a19747d56da70844aa362bd29454
Deleted: 8bb298bb60d8f1f571986b23a323cb8dbf507ad316ea60292d3008e742f2192e
Deleted: 46cb5fa3df183b07dba8000194d0b8427a87882af88cfcc0220fa4be2dd0a65d
Deleted: df8bc03a4e286a3c879ffe8879c6d48576b166c39786536052866524880f9438
Deleted: 1a8a231643e14c41b1dcf87f622b01a6377ee5b16f7ca5511f4da6c36b68ab15
Deleted: c1728ef30fa29806f0cfd8379be7e501dfd67d08cd0761b6ce2db2f83826c917
Deleted: 38f3e7f34a904d16d7f9854aa5271bfa5d89d3fc58da98200918fef03aa82a76
Deleted: 04b37ab34240e6ea9e0afa92d26eb1c49b4155d4f95a68c4c849bc78c1c89251
Deleted: 3670e91d6069791488b06e26c580247d6e2bce843a4243717ba6eb42198b3f27
Deleted: d41b1f8591c6a79a538534ed51f7f82727a66b7e4b84cf9e82340c2c5c34819d
Deleted: b17207c7e5ebc0ff45435c8733e33b7d8c5d2260e80738e22b21c1466479f719
Deleted: b4429279736c8f338faa5eb118c41b6c74f5a73c5b2e996c4db16162a537ef05
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Mesos » cmake,gcc,--verbose,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(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=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-6)/2454/changes>


Build failed in Jenkins: Mesos » cmake,gcc,--verbose,GLOG_v=1 MESOS_VERBOSE=1,centos:7,(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=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-6)/2453/changes>

Changes:

[adam] Fixed minor style issues.

------------------------------------------
[...truncated 6651 lines...]
[       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 (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 (1 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.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 (1 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 (0 ms)
[ RUN      ] FlagsTest.Usage
[       OK ] FlagsTest.Usage (0 ms)
[ RUN      ] FlagsTest.UsageMessage
[       OK ] FlagsTest.UsageMessage (1 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 (0 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:37:11.260963 18835 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 (1 ms)
[ RUN      ] OsTest.System
sh: invalid.command: command not found
[       OK ] OsTest.System (13 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 (0 ms)
[ RUN      ] OsTest.Sleep
[       OK ] OsTest.Sleep (11 ms)
[ RUN      ] OsTest.Children
[       OK ] OsTest.Children (4 ms)
[ RUN      ] OsTest.Killtree
[       OK ] OsTest.Killtree (28 ms)
[ RUN      ] OsTest.KilltreeNoRoot
[       OK ] OsTest.KilltreeNoRoot (17 ms)
[ RUN      ] OsTest.ProcessExists
[       OK ] OsTest.ProcessExists (6 ms)
[ RUN      ] OsTest.User
[       OK ] OsTest.User (17 ms)
[ RUN      ] OsTest.Libraries
[       OK ] OsTest.Libraries (0 ms)
[ RUN      ] OsTest.Shell
sh: foobar: command not found
E0706 06:37:11.366585 18835 shell.hpp:106] Command 'foobar' failed; this is the output:
[       OK ] OsTest.Shell (15 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 (116 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 (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 (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 (51 ms)
[ RUN      ] SVNTest.EmptyDiffPatch
[       OK ] SVNTest.EmptyDiffPatch (49 ms)
[----------] 2 tests from SVNTest (100 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 (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)

[----------] 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 (1 ms)
[----------] 6 tests from ProcTest (3 ms total)

[----------] Global test environment tear-down
[==========] 267 tests from 45 test cases ran. (266 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-1467786246-5119
Untagged: mesos-1467786246-5119:latest
Deleted: 71e601d20428f56a5245e329144667dba24817222133f9efedcd164e4b517c5f
Deleted: 718ebc8ef27fb84d235feafa8502d6f44cdd4a95c9cb4d6cd24e629dde336538
Deleted: 166fc9864bad0455a347598434467afbe62f714cd8f33fdb645b5520e0d33f39
Deleted: bde7b8f43cca1b6b545ca73e2a11c49fc2adcd45110e698bb543bd10166e5b44
Deleted: 4a48f9e1f3037c53522305d5db769e204e409d9322155a8209395819b529c058
Deleted: 7ce3c21be8d351e9943adee048d9dd26d566402acf1d0953b111074c136666e8
Deleted: 0fd8cc67a1f783305450b4686ad8d0d21636cff56b5f94ba609115cbdf6666e0
Deleted: 92ecbfa995c847e50e84b57ca3dd4cbfe19e8b4f8a9ccd02b75fa7ad554c9dd5
Deleted: dce1f77a3578817c19c409adae168a2916523f1cbd091c3e29cd60f44be1d941
Deleted: 929f19189407ee0d71618a07f3d85a44a1163cba6fed3529fa5eb88a54e5e5d5
Deleted: 1160699c40272f7772258b7b92acfe086c886873cdf71fa2f8aca4a66a0d87b6
Deleted: 717c542d097c13051c1556b2fc11da63aa2da11c489fbe90b9d06e09c2ea64e8
Deleted: a3d814efd58390e9533f65d787e6bacf5db3ae228a3fbc27569eeb0d3ad6b48a
Deleted: 4e44eecd5789e478c7284df161237e958f9211ce838eb83d953ee923ca45f52a
Deleted: 4286659fb7bd582999d1ea7dd3396956769871d6e1844c2506b43d1cd793c9c3
Deleted: 49c94118060954bda15dc1dc275f52a2b0d527f0f7c300180d8bc47fb9ad5a61
Build step 'Execute shell' marked build as failure

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mesos/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=centos%3A7,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 6650 lines...]
[       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 (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 (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 (0 ms)
[ RUN      ] FlagsTest.Usage
[       OK ] FlagsTest.Usage (1 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 (0 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:09:38.717160 18836 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 (1 ms)
[ RUN      ] OsTest.Argv
[       OK ] OsTest.Argv (0 ms)
[ RUN      ] OsTest.System
sh: invalid.command: command not found
[       OK ] OsTest.System (13 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 (4 ms)
[ RUN      ] OsTest.Killtree
[       OK ] OsTest.Killtree (21 ms)
[ RUN      ] OsTest.KilltreeNoRoot
[       OK ] OsTest.KilltreeNoRoot (16 ms)
[ RUN      ] OsTest.ProcessExists
[       OK ] OsTest.ProcessExists (6 ms)
[ RUN      ] OsTest.User
[       OK ] OsTest.User (14 ms)
[ RUN      ] OsTest.Libraries
[       OK ] OsTest.Libraries (1 ms)
[ RUN      ] OsTest.Shell
sh: foobar: command not found
E0706 06:09:38.809008 18836 shell.hpp:106] Command 'foobar' failed; this is the output:
[       OK ] OsTest.Shell (11 ms)
[ RUN      ] OsTest.Mknod
[       OK ] OsTest.Mknod (0 ms)
[ RUN      ] OsTest.Realpath
[       OK ] OsTest.Realpath (0 ms)
[ RUN      ] OsTest.Which
[       OK ] OsTest.Which (1 ms)
[----------] 18 tests from OsTest (101 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 (0 ms)
[----------] 10 tests from ProtobufTest (3 ms total)

[----------] 2 tests from RecordIOTest
[ RUN      ] RecordIOTest.Encoder
[       OK ] RecordIOTest.Encoder (1 ms)
[ RUN      ] RecordIOTest.Decoder
[       OK ] RecordIOTest.Decoder (0 ms)
[----------] 2 tests from RecordIOTest (1 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 (44 ms)
[ RUN      ] SVNTest.EmptyDiffPatch
[       OK ] SVNTest.EmptyDiffPatch (42 ms)
[----------] 2 tests from SVNTest (86 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 (8 ms)
[----------] 1 test from OsSendfileTest (8 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 (1 ms)
[----------] 6 tests from ProcTest (3 ms total)

[----------] Global test environment tear-down
[==========] 267 tests from 45 test cases ran. (263 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-1467784633-1702
Untagged: mesos-1467784633-1702:latest
Deleted: a21e6a98fab9fdb8ab85ec61bb52fd12eb2592da185956fa6988f6a83bc33fe8
Deleted: 584fb438407c575e4fe1f2f964c10b089e591181b195e1346db7ce1fb49b8bc7
Deleted: 3a88993bf160319277fbe0d7e33629b22588b7fe586dceea998a256c249ae5b6
Deleted: d47beecf6bed6cdbc7478f647503168fbd51d06fdf939a20893e420b51780a89
Deleted: d06ceff3dab77e9a8b661f99887776e8a2fad7b2d1da3a008e0d02f8146c8ce1
Deleted: df12353dfecf566b862acf4e22add8ad46658ac231d9c22e15ca784975dfe55b
Deleted: ec05b3ce7c6e917234388506a6cc50fa09966891b3e418f7d2c9f2bd015443a6
Deleted: 3b5ad3de2d61a5905eb3e8bbdc5acd2e5807512fa442754fb716985f555a3242
Deleted: accb1b9250688e7cce5f6a05d56a01293ee4bd30ab9ed10f435b51925d27678e
Deleted: f324fc03e5e0817f91243308111713aee9dbe0c5f5a307bef19b6a00c6e7d1e8
Deleted: ec3a469060ba76311c80fa5eee7492c5b2e0a8a990dd5f7f7f170284bceb6eba
Deleted: e3848ebe8267871ea926bb1c60b5f853023292dfff89855bc2d8cfee47e7d75f
Deleted: 0dc14630507c4ca89278a80b31fbe6b41e87e6437d4d1ea561dd4535b29c28e6
Deleted: 60fb1e6aa3ec119941ef726eb702d1740941cf4da0f630c8874982e6b6b5704d
Deleted: 4787d81e23b95ca836f177b6fd3c8831f8089caed4aca3d05f2db29f8468abd5
Deleted: f697b8c4c82aeb1febadc03737b8e19fb15beef610d289cd14e569dda8f4bd1e
Build step 'Execute shell' marked build as failure