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:37:38 UTC

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

See <https://builds.apache.org/job/Mesos/BUILDTOOL=cmake,COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,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 7317 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 (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 (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 (0 ms)
[ RUN      ] FlagsTest.AliasDuplicateFromCommandLine
[       OK ] FlagsTest.AliasDuplicateFromCommandLine (0 ms)
[ RUN      ] FlagsTest.Errors
[       OK ] FlagsTest.Errors (0 ms)
[ RUN      ] FlagsTest.MissingRequiredFlag
[       OK ] FlagsTest.MissingRequiredFlag (1 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 (0 ms)
[----------] 25 tests from FlagsTest (2 ms total)

[----------] 2 tests from FlagsFileTest
[ RUN      ] FlagsFileTest.JSONFile
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0706 06:37:35.121034 19629 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 (15 ms)
[ RUN      ] OsTest.Cloexec
[       OK ] OsTest.Cloexec (0 ms)
[ RUN      ] OsTest.Nonblock
[       OK ] OsTest.Nonblock (1 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 (6 ms)
[ RUN      ] OsTest.Killtree
[       OK ] OsTest.Killtree (23 ms)
[ RUN      ] OsTest.KilltreeNoRoot
[       OK ] OsTest.KilltreeNoRoot (18 ms)
[ RUN      ] OsTest.ProcessExists
[       OK ] OsTest.ProcessExists (6 ms)
[ RUN      ] OsTest.User
[       OK ] OsTest.User (15 ms)
[ RUN      ] OsTest.Libraries
[       OK ] OsTest.Libraries (1 ms)
[ RUN      ] OsTest.Shell
sh: foobar: command not found
E0706 06:37:35.222986 19629 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 (113 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 (1 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 (1 ms)
[ RUN      ] ProtobufTest.JsonifyArray
[       OK ] ProtobufTest.JsonifyArray (0 ms)
[ RUN      ] ProtobufTest.JsonifyLargeIntegers
[       OK ] ProtobufTest.JsonifyLargeIntegers (0 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 (1 ms)
[----------] 2 tests from SubcommandTest (1 ms total)

[----------] 2 tests from SVNTest
[ RUN      ] SVNTest.DiffPatch
[       OK ] SVNTest.DiffPatch (44 ms)
[ RUN      ] SVNTest.EmptyDiffPatch
[       OK ] SVNTest.EmptyDiffPatch (43 ms)
[----------] 2 tests from SVNTest (87 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 (0 ms)
[----------] 6 tests from ProcTest (2 ms total)

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

 1 FAILED TEST
make[3]: *** [CMakeFiles/check] Error 1
make[2]: *** [CMakeFiles/check.dir/all] Error 2make[3]: Leaving directory `/mesos/build'
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-1467786244-5086
Untagged: mesos-1467786244-5086:latest
Deleted: 8d4b17922f7fdf1fe60e8ca66c8cb86980715f1d88838dc8355fec2ff5fa113a
Deleted: 14765bae08af7c3b7dbdbd1933e4b5ed0033cc303ca64f90b4b136afe4a53643
Deleted: 3300247e41a1a9c08d559d953271694ebbd295b76ae4500d064d56e5fd8b34c9
Deleted: 8293af3d12c92798de2bef779b1c693620523891fcf42d1e1e453b263731bbd0
Deleted: ec5075c949df716728fa07f3b3c05b2ac0ce00b8052e3859c873d8900deb479e
Deleted: fa04c4109ef0bb446c39957adda89d1a02c53956f6681d313a59da7e2563cef6
Deleted: c12a01dd90e036e6c32b6344868fe2c82c6e4f28c9ab3eb50d268f2ecdbb3780
Deleted: b2e969b15963ed684e52e6e4480463f1bc4dd5e68b452a92bb3630308c846a29
Deleted: 33d76151377f97e65d25ef01552c36785d0320f31835218a8f844410ed43c51e
Deleted: 737c0d0d912bbead8adbf973330a552cdff480c627662b18c699f894ba44dbed
Deleted: f6b5cce515eaf8566cc495e858f3854ca153db9113d96346f69cbcde4b634b3b
Deleted: b637afef53ff50a3f39f4576b9fbb986533c5eab2503669f7521933f20d91f7b
Deleted: 7a45728a1c81bd39b16bced0a3f2d069e163c5588cba6aeda81ff8d8290e7802
Deleted: 7bbd7432ef7fa7051e03410ae4acf58f6bc44ba49bfb37afba00c84b4cd28309
Deleted: ad370f7ffb21b4f3c35a72c28a38f9b677d573d6af4782734253f5d0c8e1bc43
Deleted: 17048e4b8efdc91c878c618414f538c273a04f434a65f11ce916ceac4f92cd8a
Build step 'Execute shell' marked build as failure

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