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:22:50 UTC

Build failed in Jenkins: mesos-reviewbot #14172

See <https://builds.apache.org/job/mesos-reviewbot/14172/changes>

Changes:

[bmahler] Fixed a whitespace rendering issue in the work groups document.

[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 11647 lines...]
[       OK ] SystemsTests.Sysname (0 ms)
[ RUN      ] SystemsTests.Release
[       OK ] SystemsTests.Release (0 ms)
[----------] 3 tests from SystemsTests (0 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 (1 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 ResultTest
[ RUN      ] ResultTest.TryToResultConversion
[       OK ] ResultTest.TryToResultConversion (0 ms)
[ RUN      ] ResultTest.ArrowOperator
[       OK ] ResultTest.ArrowOperator (0 ms)
[----------] 2 tests from ResultTest (0 ms total)

[----------] 1 test from SetTest
[ RUN      ] SetTest.Set
[       OK ] SetTest.Set (0 ms)
[----------] 1 test from SetTest (0 ms total)

[----------] 1 test from SomeTest
[ RUN      ] SomeTest.Some
[       OK ] SomeTest.Some (0 ms)
[----------] 1 test from SomeTest (0 ms total)

[----------] 39 tests from StringsTest
[ RUN      ] StringsTest.Format
[       OK ] StringsTest.Format (0 ms)
[ RUN      ] StringsTest.Remove
[       OK ] StringsTest.Remove (0 ms)
[ RUN      ] StringsTest.Replace
[       OK ] StringsTest.Replace (0 ms)
[ RUN      ] StringsTest.Trim
[       OK ] StringsTest.Trim (0 ms)
[ RUN      ] StringsTest.Tokenize
[       OK ] StringsTest.Tokenize (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtStart
[       OK ] StringsTest.TokenizeStringWithDelimsAtStart (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtEnd
[       OK ] StringsTest.TokenizeStringWithDelimsAtEnd (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd
[       OK ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd (0 ms)
[ RUN      ] StringsTest.TokenizeWithMultipleDelims
[       OK ] StringsTest.TokenizeWithMultipleDelims (0 ms)
[ RUN      ] StringsTest.TokenizeEmptyString
[       OK ] StringsTest.TokenizeEmptyString (0 ms)
[ RUN      ] StringsTest.TokenizeDelimOnlyString
[       OK ] StringsTest.TokenizeDelimOnlyString (0 ms)
[ RUN      ] StringsTest.TokenizeNullByteDelim
[       OK ] StringsTest.TokenizeNullByteDelim (0 ms)
[ RUN      ] StringsTest.TokenizeNZero
[       OK ] StringsTest.TokenizeNZero (0 ms)
[ RUN      ] StringsTest.TokenizeNOne
[       OK ] StringsTest.TokenizeNOne (0 ms)
[ RUN      ] StringsTest.TokenizeNDelimOnlyString
[       OK ] StringsTest.TokenizeNDelimOnlyString (0 ms)
[ RUN      ] StringsTest.TokenizeN
[       OK ] StringsTest.TokenizeN (0 ms)
[ RUN      ] StringsTest.TokenizeNStringWithDelimsAtStart
[       OK ] StringsTest.TokenizeNStringWithDelimsAtStart (0 ms)
[ RUN      ] StringsTest.TokenizeNStringWithDelimsAtEnd
[       OK ] StringsTest.TokenizeNStringWithDelimsAtEnd (0 ms)
[ RUN      ] StringsTest.TokenizeNStringWithDelimsAtStartAndEnd
[       OK ] StringsTest.TokenizeNStringWithDelimsAtStartAndEnd (0 ms)
[ RUN      ] StringsTest.TokenizeNWithMultipleDelims
[       OK ] StringsTest.TokenizeNWithMultipleDelims (0 ms)
[ RUN      ] StringsTest.SplitEmptyString
[       OK ] StringsTest.SplitEmptyString (0 ms)
[ RUN      ] StringsTest.SplitDelimOnlyString
[       OK ] StringsTest.SplitDelimOnlyString (0 ms)
[ RUN      ] StringsTest.Split
[       OK ] StringsTest.Split (1 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.SplitNOne
[       OK ] StringsTest.SplitNOne (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.Join
[       OK ] StringsTest.Join (0 ms)
[ RUN      ] StringsTest.StartsWith
[       OK ] StringsTest.StartsWith (0 ms)
[ RUN      ] StringsTest.Contains
[       OK ] StringsTest.Contains (0 ms)
[----------] 39 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)

[----------] 2 tests from SVNTest
[ RUN      ] SVNTest.DiffPatch
Subcommand 'subcommand' is not available
Usage: command <subcommand> [OPTIONS]

Available subcommands:
    help
    subcommand2

Multiple subcommands have name 'subcommand'
[       OK ] SVNTest.DiffPatch (41 ms)
[ RUN      ] SVNTest.EmptyDiffPatch
[       OK ] SVNTest.EmptyDiffPatch (38 ms)
[----------] 2 tests from SVNTest (79 ms total)

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

[----------] 2 tests from UUIDTest
[ RUN      ] UUIDTest.Test
[       OK ] UUIDTest.Test (0 ms)
[ 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)

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

[----------] Global test environment tear-down
[==========] 269 tests from 47 test cases ran. (393 ms total)
[  PASSED  ] 268 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JsonTest.Find

 1 FAILED TEST
make[7]: *** [check-local] Error 1
make[7]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[6]: *** [check-am] Error 2
make[6]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[5]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[5]: *** [check-recursive] Error 1
make[4]: *** [check] Error 2
make[4]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.0.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1467781125-25619
Untagged: mesos-1467781125-25619:latest
Deleted: 1f04e56633e701e96d1a636825cd5de0f1e5061ba549756069ef83403381ba0b
Deleted: b58f013939ba5ac393d8c835edfa2482ade33fef5260e3c47f20de463f00bcd6
Deleted: 52cefbc27f7c4d000e21cd76ae0ea45beb85887e0d56dfa70934c528dbaa137c
Deleted: 745e2e7a312d0e75ea29b38c7fd0dff663ff96022bc7d7075130b311f19445e6
Deleted: 291b584e29cb2e567b5b5ddac6f0477ccc1316c75ea470795267397e5dc57de5
Deleted: a4167ed7ee918efdacc99ae40a4ae6bc84268e781a3a17a0e35f693261b2085b
Deleted: 41f8b199dbdf6a3716346bee29b47b5d0f2799acc98a6151b5b35662944124b8
Deleted: a47e5fe87d0d502ae5afc85531fdf36f22132cf994c030d601fab90a922982df
Deleted: a358ad00b5015f6dc1f3c816faab39b4ff6d7415c36fa0d9468e86f4eac47477
Deleted: 619a667d86a5670475029d4edd3dd40535c74efbeb4737658ebc0766f27b615e
Deleted: b1a250e7f1dd7da8f5897c4f366e4fcc99c23bef47ce200ae9721b787126eb71
Deleted: 17a4d84baf4d9d82f78cae616a1b909de903f40ddc1e1663d7524f29986cc04b
Deleted: 4af66868b7418423e1d613faa7800700a92f83680b1869adb214f1e8617e4d67
Deleted: 3bb6fdbd997c9094408870cf4b4c84e676329fad3b4d25e190cdc57eef6cef70
Deleted: 4aa38da307cf78c6d222228e6ca78d01e8f0c29f87382455ad7b538ceb496f46
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : mesos-reviewbot #14176

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/mesos-reviewbot/14176/>


Build failed in Jenkins: mesos-reviewbot #14175

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/mesos-reviewbot/14175/changes>

Changes:

[adam] Fixed minor style issues.

[bmahler] Fixed JsonTest.Find.

------------------------------------------
[...truncated 195081 lines...]
I0706 07:11:22.597556 28214 slave.cpp:605] Agent hostname: c3b0067daec7
I0706 07:11:22.598889 28214 process.cpp:3322] Handling HTTP event for process 'slave(544)' with path: '/slave(544)/monitor/statistics.json'
I0706 07:11:22.599130 28212 state.cpp:57] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_1_jcxvpj/meta'
I0706 07:11:22.599594 28213 status_update_manager.cpp:200] Recovering status update manager
I0706 07:11:22.599781 28214 containerizer.cpp:522] Recovering containerizer
I0706 07:11:22.599959 28213 http.cpp:765] Authorizing principal 'test-principal' to GET the '/monitor/statistics.json' endpoint
I0706 07:11:22.601562 28211 provisioner.cpp:253] Provisioner recovery complete
I0706 07:11:22.601862 28212 slave.cpp:4839] Finished recovery
I0706 07:11:22.602387 28212 slave.cpp:5011] Querying resource estimator for oversubscribable resources
I0706 07:11:22.602617 28212 slave.cpp:5025] Received oversubscribable resources  from the resource estimator
I0706 07:11:22.603494 28207 slave.cpp:839] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.AuthorizedRequest/1 (20 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.AuthorizedRequest/2
I0706 07:11:22.611126 28181 containerizer.cpp:196] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni
W0706 07:11:22.611825 28181 backend.cpp:75] Failed to create 'aufs' backend: AufsBackend requires root privileges, but is running as user mesos
W0706 07:11:22.611981 28181 backend.cpp:75] Failed to create 'bind' backend: BindBackend requires root privileges
I0706 07:11:22.614789 28211 slave.cpp:203] Agent started on 545)@172.17.0.2:53934
I0706 07:11:22.614814 28211 slave.cpp:204] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http="true" --authenticatee="crammd5" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_2_iBRUMe/credential" --default_role="*" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/mesos/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_2_iBRUMe/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="true" --hostname_lookup="true" --http_authenticators="basic" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_2_iBRUMe/http_credentials" --image_provisioner_backend="copy" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher_dir="/mesos/mesos-1.0.0/_build/src" --logbufsecs="0" --logging_level="INFO" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_2_iBRUMe"
I0706 07:11:22.615452 28211 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_2_iBRUMe/credential'
I0706 07:11:22.615628 28211 slave.cpp:341] Agent using credential for: test-principal
I0706 07:11:22.615756 28211 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_2_iBRUMe/http_credentials'
I0706 07:11:22.616011 28211 slave.cpp:393] Using default 'basic' HTTP authenticator
I0706 07:11:22.616366 28211 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.616825 28211 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.617233 28211 slave.cpp:592] Agent resources: cpus(*):2; mem(*):1024; disk(*):1024; ports(*):[31000-32000]
I0706 07:11:22.617293 28211 slave.cpp:600] Agent attributes: [  ]
I0706 07:11:22.617311 28211 slave.cpp:605] Agent hostname: c3b0067daec7
I0706 07:11:22.618698 28211 process.cpp:3322] Handling HTTP event for process 'slave(545)' with path: '/slave(545)/containers'
I0706 07:11:22.618958 28203 state.cpp:57] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_AuthorizedRequest_2_iBRUMe/meta'
I0706 07:11:22.619374 28209 status_update_manager.cpp:200] Recovering status update manager
I0706 07:11:22.619549 28211 containerizer.cpp:522] Recovering containerizer
I0706 07:11:22.619765 28215 http.cpp:765] Authorizing principal 'test-principal' to GET the '/containers' endpoint
I0706 07:11:22.621170 28202 provisioner.cpp:253] Provisioner recovery complete
I0706 07:11:22.621569 28211 slave.cpp:4839] Finished recovery
I0706 07:11:22.622169 28211 slave.cpp:5011] Querying resource estimator for oversubscribable resources
I0706 07:11:22.622406 28211 slave.cpp:5025] Received oversubscribable resources  from the resource estimator
I0706 07:11:22.623525 28204 slave.cpp:839] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.AuthorizedRequest/2 (20 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/0
I0706 07:11:22.632910 28181 containerizer.cpp:196] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni
W0706 07:11:22.633623 28181 backend.cpp:75] Failed to create 'aufs' backend: AufsBackend requires root privileges, but is running as user mesos
W0706 07:11:22.633785 28181 backend.cpp:75] Failed to create 'bind' backend: BindBackend requires root privileges
I0706 07:11:22.637194 28212 slave.cpp:203] Agent started on 546)@172.17.0.2:53934
I0706 07:11:22.637223 28212 slave.cpp:204] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http="true" --authenticatee="crammd5" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_R8Akka/credential" --default_role="*" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/mesos/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_R8Akka/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="true" --hostname_lookup="true" --http_authenticators="basic" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_R8Akka/http_credentials" --image_provisioner_backend="copy" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher_dir="/mesos/mesos-1.0.0/_build/src" --logbufsecs="0" --logging_level="INFO" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_R8Akka"
I0706 07:11:22.637703 28212 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_R8Akka/credential'
I0706 07:11:22.637917 28212 slave.cpp:341] Agent using credential for: test-principal
I0706 07:11:22.637974 28212 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_R8Akka/http_credentials'
I0706 07:11:22.638249 28212 slave.cpp:393] Using default 'basic' HTTP authenticator
I0706 07:11:22.638530 28212 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.638864 28212 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.639263 28212 slave.cpp:592] Agent resources: cpus(*):2; mem(*):1024; disk(*):1024; ports(*):[31000-32000]
I0706 07:11:22.639324 28212 slave.cpp:600] Agent attributes: [  ]
I0706 07:11:22.639341 28212 slave.cpp:605] Agent hostname: c3b0067daec7
I0706 07:11:22.640852 28204 state.cpp:57] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_0_R8Akka/meta'
I0706 07:11:22.640959 28212 process.cpp:3322] Handling HTTP event for process 'slave(546)' with path: '/slave(546)/monitor/statistics'
I0706 07:11:22.641644 28202 status_update_manager.cpp:200] Recovering status update manager
I0706 07:11:22.641842 28208 containerizer.cpp:522] Recovering containerizer
I0706 07:11:22.641991 28215 http.cpp:765] Authorizing principal 'test-principal' to GET the '/monitor/statistics' endpoint
I0706 07:11:22.643334 28209 provisioner.cpp:253] Provisioner recovery complete
I0706 07:11:22.643715 28200 slave.cpp:4839] Finished recovery
I0706 07:11:22.644261 28200 slave.cpp:5011] Querying resource estimator for oversubscribable resources
I0706 07:11:22.644595 28204 slave.cpp:5025] Received oversubscribable resources  from the resource estimator
I0706 07:11:22.645478 28204 slave.cpp:839] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/0 (21 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/1
I0706 07:11:22.653440 28181 containerizer.cpp:196] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni
W0706 07:11:22.654203 28181 backend.cpp:75] Failed to create 'aufs' backend: AufsBackend requires root privileges, but is running as user mesos
W0706 07:11:22.654362 28181 backend.cpp:75] Failed to create 'bind' backend: BindBackend requires root privileges
I0706 07:11:22.657691 28206 slave.cpp:203] Agent started on 547)@172.17.0.2:53934
I0706 07:11:22.657718 28206 slave.cpp:204] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http="true" --authenticatee="crammd5" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_Gs5d25/credential" --default_role="*" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/mesos/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_Gs5d25/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="true" --hostname_lookup="true" --http_authenticators="basic" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_Gs5d25/http_credentials" --image_provisioner_backend="copy" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher_dir="/mesos/mesos-1.0.0/_build/src" --logbufsecs="0" --logging_level="INFO" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_Gs5d25"
I0706 07:11:22.658493 28206 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_Gs5d25/credential'
I0706 07:11:22.658972 28206 slave.cpp:341] Agent using credential for: test-principal
I0706 07:11:22.659009 28206 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_Gs5d25/http_credentials'
I0706 07:11:22.659529 28206 slave.cpp:393] Using default 'basic' HTTP authenticator
I0706 07:11:22.659970 28206 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.660691 28206 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.661651 28206 slave.cpp:592] Agent resources: cpus(*):2; mem(*):1024; disk(*):1024; ports(*):[31000-32000]
I0706 07:11:22.661736 28206 slave.cpp:600] Agent attributes: [  ]
I0706 07:11:22.661752 28206 slave.cpp:605] Agent hostname: c3b0067daec7
I0706 07:11:22.663563 28215 state.cpp:57] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_1_Gs5d25/meta'
I0706 07:11:22.663666 28206 process.cpp:3322] Handling HTTP event for process 'slave(547)' with path: '/slave(547)/monitor/statistics.json'
I0706 07:11:22.664180 28211 status_update_manager.cpp:200] Recovering status update manager
I0706 07:11:22.664393 28211 containerizer.cpp:522] Recovering containerizer
I0706 07:11:22.664968 28207 http.cpp:765] Authorizing principal 'test-principal' to GET the '/monitor/statistics.json' endpoint
I0706 07:11:22.665671 28207 provisioner.cpp:253] Provisioner recovery complete
I0706 07:11:22.666229 28202 slave.cpp:4839] Finished recovery
I0706 07:11:22.666867 28202 slave.cpp:5011] Querying resource estimator for oversubscribable resources
I0706 07:11:22.668398 28202 slave.cpp:5025] Received oversubscribable resources  from the resource estimator
I0706 07:11:22.668804 28181 slave.cpp:839] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/1 (24 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/2
I0706 07:11:22.678496 28181 containerizer.cpp:196] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni
W0706 07:11:22.679221 28181 backend.cpp:75] Failed to create 'aufs' backend: AufsBackend requires root privileges, but is running as user mesos
W0706 07:11:22.679368 28181 backend.cpp:75] Failed to create 'bind' backend: BindBackend requires root privileges
I0706 07:11:22.682212 28214 slave.cpp:203] Agent started on 548)@172.17.0.2:53934
I0706 07:11:22.682241 28214 slave.cpp:204] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http="true" --authenticatee="crammd5" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_30TSV1/credential" --default_role="*" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/mesos/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_30TSV1/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="true" --hostname_lookup="true" --http_authenticators="basic" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_30TSV1/http_credentials" --image_provisioner_backend="copy" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher_dir="/mesos/mesos-1.0.0/_build/src" --logbufsecs="0" --logging_level="INFO" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_30TSV1"
I0706 07:11:22.682749 28214 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_30TSV1/credential'
I0706 07:11:22.683013 28214 slave.cpp:341] Agent using credential for: test-principal
I0706 07:11:22.683050 28214 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_30TSV1/http_credentials'
I0706 07:11:22.683459 28214 slave.cpp:393] Using default 'basic' HTTP authenticator
I0706 07:11:22.683848 28214 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.684363 28214 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.684867 28214 slave.cpp:592] Agent resources: cpus(*):2; mem(*):1024; disk(*):1024; ports(*):[31000-32000]
I0706 07:11:22.684937 28214 slave.cpp:600] Agent attributes: [  ]
I0706 07:11:22.684949 28214 slave.cpp:605] Agent hostname: c3b0067daec7
I0706 07:11:22.686424 28206 state.cpp:57] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_UnauthorizedRequest_2_30TSV1/meta'
I0706 07:11:22.686514 28214 process.cpp:3322] Handling HTTP event for process 'slave(548)' with path: '/slave(548)/containers'
I0706 07:11:22.687109 28205 status_update_manager.cpp:200] Recovering status update manager
I0706 07:11:22.687393 28200 containerizer.cpp:522] Recovering containerizer
I0706 07:11:22.687594 28204 http.cpp:765] Authorizing principal 'test-principal' to GET the '/containers' endpoint
I0706 07:11:22.688714 28214 provisioner.cpp:253] Provisioner recovery complete
I0706 07:11:22.688977 28208 slave.cpp:4839] Finished recovery
I0706 07:11:22.689560 28208 slave.cpp:5011] Querying resource estimator for oversubscribable resources
I0706 07:11:22.689856 28208 slave.cpp:5025] Received oversubscribable resources  from the resource estimator
I0706 07:11:22.690306 28214 slave.cpp:839] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.UnauthorizedRequest/2 (20 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.NoAuthorizer/0
I0706 07:11:22.698520 28181 containerizer.cpp:196] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni
W0706 07:11:22.699285 28181 backend.cpp:75] Failed to create 'aufs' backend: AufsBackend requires root privileges, but is running as user mesos
W0706 07:11:22.699447 28181 backend.cpp:75] Failed to create 'bind' backend: BindBackend requires root privileges
I0706 07:11:22.701004 28181 cluster.cpp:432] Creating default 'local' authorizer
I0706 07:11:22.703054 28211 slave.cpp:203] Agent started on 549)@172.17.0.2:53934
I0706 07:11:22.703269 28211 slave.cpp:204] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http="true" --authenticatee="crammd5" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_Mv0KZX/credential" --default_role="*" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/mesos/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_Mv0KZX/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="false" --hostname_lookup="true" --http_authenticators="basic" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_Mv0KZX/http_credentials" --image_provisioner_backend="copy" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher_dir="/mesos/mesos-1.0.0/_build/src" --logbufsecs="0" --logging_level="INFO" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_Mv0KZX"
I0706 07:11:22.704069 28211 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_Mv0KZX/credential'
I0706 07:11:22.704306 28211 slave.cpp:341] Agent using credential for: test-principal
I0706 07:11:22.704341 28211 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_Mv0KZX/http_credentials'
I0706 07:11:22.704774 28211 slave.cpp:393] Using default 'basic' HTTP authenticator
I0706 07:11:22.705212 28211 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.705656 28211 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.706035 28211 slave.cpp:592] Agent resources: cpus(*):2; mem(*):1024; disk(*):1024; ports(*):[31000-32000]
I0706 07:11:22.706092 28211 slave.cpp:600] Agent attributes: [  ]
I0706 07:11:22.706104 28211 slave.cpp:605] Agent hostname: c3b0067daec7
I0706 07:11:22.707455 28204 state.cpp:57] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_0_Mv0KZX/meta'
I0706 07:11:22.707531 28211 process.cpp:3322] Handling HTTP event for process 'slave(549)' with path: '/slave(549)/monitor/statistics'
I0706 07:11:22.708078 28205 status_update_manager.cpp:200] Recovering status update manager
I0706 07:11:22.708374 28205 containerizer.cpp:522] Recovering containerizer
I0706 07:11:22.708541 28204 http.cpp:765] Authorizing principal 'test-principal' to GET the '/monitor/statistics' endpoint
I0706 07:11:22.709506 28204 provisioner.cpp:253] Provisioner recovery complete
I0706 07:11:22.710654 28213 slave.cpp:4839] Finished recovery
I0706 07:11:22.711544 28213 slave.cpp:5011] Querying resource estimator for oversubscribable resources
I0706 07:11:22.711983 28210 slave.cpp:5025] Received oversubscribable resources  from the resource estimator
I0706 07:11:22.713259 28202 slave.cpp:839] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.NoAuthorizer/0 (23 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.NoAuthorizer/1
I0706 07:11:22.725111 28181 containerizer.cpp:196] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni
W0706 07:11:22.726162 28181 backend.cpp:75] Failed to create 'aufs' backend: AufsBackend requires root privileges, but is running as user mesos
W0706 07:11:22.726338 28181 backend.cpp:75] Failed to create 'bind' backend: BindBackend requires root privileges
I0706 07:11:22.728183 28181 cluster.cpp:432] Creating default 'local' authorizer
I0706 07:11:22.730640 28204 slave.cpp:203] Agent started on 550)@172.17.0.2:53934
I0706 07:11:22.730702 28204 slave.cpp:204] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http="true" --authenticatee="crammd5" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_bL8bfU/credential" --default_role="*" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/mesos/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_bL8bfU/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="false" --hostname_lookup="true" --http_authenticators="basic" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_bL8bfU/http_credentials" --image_provisioner_backend="copy" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher_dir="/mesos/mesos-1.0.0/_build/src" --logbufsecs="0" --logging_level="INFO" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_bL8bfU"
I0706 07:11:22.731137 28204 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_bL8bfU/credential'
I0706 07:11:22.731330 28204 slave.cpp:341] Agent using credential for: test-principal
I0706 07:11:22.731369 28204 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_bL8bfU/http_credentials'
I0706 07:11:22.731647 28204 slave.cpp:393] Using default 'basic' HTTP authenticator
I0706 07:11:22.732082 28204 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.732491 28204 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.733026 28204 slave.cpp:592] Agent resources: cpus(*):2; mem(*):1024; disk(*):1024; ports(*):[31000-32000]
I0706 07:11:22.733175 28204 slave.cpp:600] Agent attributes: [  ]
I0706 07:11:22.733258 28204 slave.cpp:605] Agent hostname: c3b0067daec7
I0706 07:11:22.734603 28208 state.cpp:57] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_1_bL8bfU/meta'
I0706 07:11:22.734699 28204 process.cpp:3322] Handling HTTP event for process 'slave(550)' with path: '/slave(550)/monitor/statistics.json'
I0706 07:11:22.735237 28209 status_update_manager.cpp:200] Recovering status update manager
I0706 07:11:22.735401 28209 containerizer.cpp:522] Recovering containerizer
I0706 07:11:22.735757 28215 http.cpp:765] Authorizing principal 'test-principal' to GET the '/monitor/statistics.json' endpoint
I0706 07:11:22.736966 28208 provisioner.cpp:253] Provisioner recovery complete
I0706 07:11:22.737644 28201 slave.cpp:4839] Finished recovery
I0706 07:11:22.738368 28201 slave.cpp:5011] Querying resource estimator for oversubscribable resources
I0706 07:11:22.738638 28201 slave.cpp:5025] Received oversubscribable resources  from the resource estimator
I0706 07:11:22.739573 28209 slave.cpp:839] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.NoAuthorizer/1 (25 ms)
[ RUN      ] Endpoint/SlaveEndpointTest.NoAuthorizer/2
I0706 07:11:22.751087 28181 containerizer.cpp:196] Using isolation: posix/cpu,posix/mem,filesystem/posix,network/cni
W0706 07:11:22.752140 28181 backend.cpp:75] Failed to create 'aufs' backend: AufsBackend requires root privileges, but is running as user mesos
W0706 07:11:22.752322 28181 backend.cpp:75] Failed to create 'bind' backend: BindBackend requires root privileges
I0706 07:11:22.754151 28181 cluster.cpp:432] Creating default 'local' authorizer
I0706 07:11:22.756672 28214 slave.cpp:203] Agent started on 551)@172.17.0.2:53934
I0706 07:11:22.756697 28214 slave.cpp:204] Flags at startup: --acls="" --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http="true" --authenticatee="crammd5" --authorizer="local" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --credential="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_qSTlHQ/credential" --default_role="*" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/mesos/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_qSTlHQ/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="false" --hostname_lookup="true" --http_authenticators="basic" --http_command_executor="false" --http_credentials="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_qSTlHQ/http_credentials" --image_provisioner_backend="copy" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher_dir="/mesos/mesos-1.0.0/_build/src" --logbufsecs="0" --logging_level="INFO" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="10ms" --resources="cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]" --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_qSTlHQ"
I0706 07:11:22.757354 28214 credentials.hpp:86] Loading credential for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_qSTlHQ/credential'
I0706 07:11:22.757586 28214 slave.cpp:341] Agent using credential for: test-principal
I0706 07:11:22.757637 28214 credentials.hpp:37] Loading credentials for authentication from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_qSTlHQ/http_credentials'
I0706 07:11:22.758023 28214 slave.cpp:393] Using default 'basic' HTTP authenticator
I0706 07:11:22.758369 28214 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.758838 28214 resources.cpp:572] Parsing resources as JSON failed: cpus:2;gpus:0;mem:1024;disk:1024;ports:[31000-32000]
Trying semicolon-delimited string format instead
I0706 07:11:22.759428 28214 slave.cpp:592] Agent resources: cpus(*):2; mem(*):1024; disk(*):1024; ports(*):[31000-32000]
I0706 07:11:22.759521 28214 slave.cpp:600] Agent attributes: [  ]
I0706 07:11:22.759539 28214 slave.cpp:605] Agent hostname: c3b0067daec7
I0706 07:11:22.761430 28200 state.cpp:57] Recovering state from '/tmp/Endpoint_SlaveEndpointTest_NoAuthorizer_2_qSTlHQ/meta'
I0706 07:11:22.761525 28214 process.cpp:3322] Handling HTTP event for process 'slave(551)' with path: '/slave(551)/containers'
I0706 07:11:22.762120 28200 status_update_manager.cpp:200] Recovering status update manager
I0706 07:11:22.762348 28200 containerizer.cpp:522] Recovering containerizer
I0706 07:11:22.762580 28214 http.cpp:765] Authorizing principal 'test-principal' to GET the '/containers' endpoint
I0706 07:11:22.763947 28214 provisioner.cpp:253] Provisioner recovery complete
I0706 07:11:22.764259 28204 slave.cpp:4839] Finished recovery
I0706 07:11:22.764793 28204 slave.cpp:5011] Querying resource estimator for oversubscribable resources
I0706 07:11:22.765059 28205 slave.cpp:5025] Received oversubscribable resources  from the resource estimator
I0706 07:11:22.766863 28205 slave.cpp:839] Agent terminating
[       OK ] Endpoint/SlaveEndpointTest.NoAuthorizer/2 (26 ms)
[----------] 9 tests from Endpoint/SlaveEndpointTest (208 ms total)

[----------] Global test environment tear-down
[==========] 1226 tests from 139 test cases ran. (376517 ms total)
[  PASSED  ] 1225 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] DiskQuotaTest.SlaveRecovery

 1 FAILED TEST
  YOU HAVE 6 DISABLED TESTS

make[4]: *** [check-local] Error 1
make[4]: Leaving directory `/mesos/mesos-1.0.0/_build/src'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/mesos/mesos-1.0.0/_build/src'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-1.0.0/_build/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.0.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1467786895-9587
Untagged: mesos-1467786895-9587:latest
Deleted: 23a6ef79495699bf89911b0d2eb750bf2c43812aebbeb46ae38e7ff8f09875cb
Deleted: d7846ccff0bb7dc341c181280724322879ea5f19425a891681a34a3a9cf2d2eb
Deleted: f707acbab7bbb4b446ddd8239e20e41c00da9962299c5172ac0d96547bde748e
Deleted: 78cc54b07e1f2451f515a1f3d0a0130c5131d618b575c11f803fbfd0693edaf0
Deleted: 501ebbfb44694a4ba381569e05de0ec75669e76e023751ca9cf68984e8b053fe
Deleted: b0ddd26b3cd05f216e3efcdba7e5c7e405f72069d39ffd9ea444365822388bc1
Deleted: 864d0dde8dd05dab97e901118d6f98f86a806b2aac7460b894e322402e4dd34f
Deleted: a90e874ffeef19f2d10f4955511cc53261acd2631a413ac3b094da9032287ec3
Deleted: ab2f46d2f31bee2858b9847559db5a24b07482568cb08e1a220411902a412d0a
Deleted: 6eea086b70f8b80fb384a485ecb779cda9e52eb59b62dc38392da0321baca47b
Deleted: 46a61bc4828642e800e44ade474689cfaa50e9fdbbd788fd62c50fdc2e8d222e
Deleted: e0a39137a0de25fb587be2c5cb32b8ab4cd0b521152a945f277caf758ac09b32
Deleted: 9c77723db27c09c4d53b7eb8fac889ad9ed635949d1b3fe6f1a159cc8ddae5e4
Deleted: dfef1689a27fc15dd3fd96389eb5e06302ff948c94b4a6b173c5ddb4ecaec654
Deleted: 3d051b283117943a6ff4e8855273d0a65ee9f9d0aa955ea2d4ff4e9583133212
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: mesos-reviewbot #14174

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/mesos-reviewbot/14174/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 11577 lines...]
[       OK ] SystemsTests.Sysname (0 ms)
[ RUN      ] SystemsTests.Release
[       OK ] SystemsTests.Release (0 ms)
[----------] 3 tests from SystemsTests (1 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 (1 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 (0 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 ResultTest
[ RUN      ] ResultTest.TryToResultConversion
[       OK ] ResultTest.TryToResultConversion (0 ms)
[ RUN      ] ResultTest.ArrowOperator
[       OK ] ResultTest.ArrowOperator (0 ms)
[----------] 2 tests from ResultTest (0 ms total)

[----------] 1 test from SetTest
[ RUN      ] SetTest.Set
[       OK ] SetTest.Set (0 ms)
[----------] 1 test from SetTest (0 ms total)

[----------] 1 test from SomeTest
[ RUN      ] SomeTest.Some
[       OK ] SomeTest.Some (0 ms)
[----------] 1 test from SomeTest (0 ms total)

[----------] 39 tests from StringsTest
[ RUN      ] StringsTest.Format
[       OK ] StringsTest.Format (0 ms)
[ RUN      ] StringsTest.Remove
[       OK ] StringsTest.Remove (0 ms)
[ RUN      ] StringsTest.Replace
[       OK ] StringsTest.Replace (0 ms)
[ RUN      ] StringsTest.Trim
[       OK ] StringsTest.Trim (0 ms)
[ RUN      ] StringsTest.Tokenize
[       OK ] StringsTest.Tokenize (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtStart
[       OK ] StringsTest.TokenizeStringWithDelimsAtStart (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtEnd
[       OK ] StringsTest.TokenizeStringWithDelimsAtEnd (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd
[       OK ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd (0 ms)
[ RUN      ] StringsTest.TokenizeWithMultipleDelims
[       OK ] StringsTest.TokenizeWithMultipleDelims (0 ms)
[ RUN      ] StringsTest.TokenizeEmptyString
[       OK ] StringsTest.TokenizeEmptyString (0 ms)
[ RUN      ] StringsTest.TokenizeDelimOnlyString
[       OK ] StringsTest.TokenizeDelimOnlyString (0 ms)
[ RUN      ] StringsTest.TokenizeNullByteDelim
[       OK ] StringsTest.TokenizeNullByteDelim (0 ms)
[ RUN      ] StringsTest.TokenizeNZero
[       OK ] StringsTest.TokenizeNZero (0 ms)
[ RUN      ] StringsTest.TokenizeNOne
[       OK ] StringsTest.TokenizeNOne (0 ms)
[ RUN      ] StringsTest.TokenizeNDelimOnlyString
[       OK ] StringsTest.TokenizeNDelimOnlyString (0 ms)
[ RUN      ] StringsTest.TokenizeN
[       OK ] StringsTest.TokenizeN (0 ms)
[ RUN      ] StringsTest.TokenizeNStringWithDelimsAtStart
[       OK ] StringsTest.TokenizeNStringWithDelimsAtStart (0 ms)
[ RUN      ] StringsTest.TokenizeNStringWithDelimsAtEnd
[       OK ] StringsTest.TokenizeNStringWithDelimsAtEnd (0 ms)
[ RUN      ] StringsTest.TokenizeNStringWithDelimsAtStartAndEnd
[       OK ] StringsTest.TokenizeNStringWithDelimsAtStartAndEnd (0 ms)
[ RUN      ] StringsTest.TokenizeNWithMultipleDelims
[       OK ] StringsTest.TokenizeNWithMultipleDelims (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.SplitNOne
[       OK ] StringsTest.SplitNOne (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.Join
[       OK ] StringsTest.Join (1 ms)
[ RUN      ] StringsTest.StartsWith
[       OK ] StringsTest.StartsWith (0 ms)
[ RUN      ] StringsTest.Contains
[       OK ] StringsTest.Contains (0 ms)
[----------] 39 tests from StringsTest (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 (41 ms)
[ RUN      ] SVNTest.EmptyDiffPatch
[       OK ] SVNTest.EmptyDiffPatch (40 ms)
[----------] 2 tests from SVNTest (81 ms total)

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

[----------] 2 tests from UUIDTest
[ RUN      ] UUIDTest.Test
[       OK ] UUIDTest.Test (1 ms)
[ RUN      ] UUIDTest.MalformedUUID
[       OK ] UUIDTest.MalformedUUID (0 ms)
[----------] 2 tests from UUIDTest (1 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)

[----------] 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 (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
[==========] 269 tests from 47 test cases ran. (403 ms total)
[  PASSED  ] 268 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JsonTest.Find

 1 FAILED TEST
make[7]: *** [check-local] Error 1
make[7]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[6]: *** [check-am] Error 2
make[6]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[5]: *** [check-recursive] Error 1
make[5]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[4]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[4]: *** [check] Error 2
make[3]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty'
make[3]: *** [check-recursive] Error 1
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.0.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1467785441-13848
Untagged: mesos-1467785441-13848:latest
Deleted: 3b55fc0ea4f73f25a1809a41aea3de0fce52eac7640d17a33e349b56fa0c0d41
Deleted: 3343db06d8a86f59c7e8adb0d03937dd3439d86b6a5b19d7429921cc00204e83
Deleted: 505c6bf1aea6d650d0691315db6a22db90da52f2bfb32d52f2d214aba3bf83e7
Deleted: 942fae2b149cd7fc415648799a4e4b73a3ebc7501a6f8dc194510a4e2bf39088
Deleted: 149206c8ce61977133b70ef51c8d1eb9ce2f15006073ec8b08a23c4bbfa64eb7
Deleted: 9910ecb3224208b6c190f68fea0a21a3454deac6d93a8a776c78f89d184b0c03
Deleted: e733eb5d27b1462672ba6eb5a0539539587bb69ee33363f95bb8ec0757b4c885
Deleted: 16fa89ecc7c918fcd9db65003bacf4639008e3d4b84949dd5715db6d2775c950
Deleted: 20316b8c4d1b1808387bd80cd2e0c7fca750cfd7622acd8a9b293b8d63a29ef6
Deleted: 64cd8a3366df6ec2eb704fbae1d8efa43de9391f06bfd1d046d594f2fdad4099
Deleted: 741949f2ffb2410bddf09e001ddb33820250ede4dac034bcffe55918bc6b88b1
Deleted: 02950b78919b56ba9fe3fca3080feec707c9d29a908f9bbc2c6519bf9248e91b
Deleted: 999da297f65fb4400ba03ee06e8d7d2de1b6e90f61e4d5a26c8a573338d43071
Deleted: e3341051b7788ba2193858b7610cd5d3b90b6f9646a6f29791437a5165a6da82
Deleted: 58ee34610e36f1f12e2a42ab76232047efc830ef5ea64a2505e40b3ad6348519
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: mesos-reviewbot #14173

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/mesos-reviewbot/14173/>

------------------------------------------
[...truncated 11640 lines...]
[       OK ] SystemsTests.Sysname (0 ms)
[ RUN      ] SystemsTests.Release
[       OK ] SystemsTests.Release (1 ms)
[----------] 3 tests from SystemsTests (1 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 ResultTest
[ RUN      ] ResultTest.TryToResultConversion
[       OK ] ResultTest.TryToResultConversion (0 ms)
[ RUN      ] ResultTest.ArrowOperator
[       OK ] ResultTest.ArrowOperator (0 ms)
[----------] 2 tests from ResultTest (0 ms total)

[----------] 1 test from SetTest
[ RUN      ] SetTest.Set
[       OK ] SetTest.Set (0 ms)
[----------] 1 test from SetTest (0 ms total)

[----------] 1 test from SomeTest
[ RUN      ] SomeTest.Some
[       OK ] SomeTest.Some (0 ms)
[----------] 1 test from SomeTest (0 ms total)

[----------] 39 tests from StringsTest
[ RUN      ] StringsTest.Format
[       OK ] StringsTest.Format (0 ms)
[ RUN      ] StringsTest.Remove
[       OK ] StringsTest.Remove (0 ms)
[ RUN      ] StringsTest.Replace
[       OK ] StringsTest.Replace (0 ms)
[ RUN      ] StringsTest.Trim
[       OK ] StringsTest.Trim (0 ms)
[ RUN      ] StringsTest.Tokenize
[       OK ] StringsTest.Tokenize (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtStart
[       OK ] StringsTest.TokenizeStringWithDelimsAtStart (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtEnd
[       OK ] StringsTest.TokenizeStringWithDelimsAtEnd (0 ms)
[ RUN      ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd
[       OK ] StringsTest.TokenizeStringWithDelimsAtStartAndEnd (0 ms)
[ RUN      ] StringsTest.TokenizeWithMultipleDelims
[       OK ] StringsTest.TokenizeWithMultipleDelims (0 ms)
[ RUN      ] StringsTest.TokenizeEmptyString
[       OK ] StringsTest.TokenizeEmptyString (0 ms)
[ RUN      ] StringsTest.TokenizeDelimOnlyString
[       OK ] StringsTest.TokenizeDelimOnlyString (0 ms)
[ RUN      ] StringsTest.TokenizeNullByteDelim
[       OK ] StringsTest.TokenizeNullByteDelim (0 ms)
[ RUN      ] StringsTest.TokenizeNZero
[       OK ] StringsTest.TokenizeNZero (0 ms)
[ RUN      ] StringsTest.TokenizeNOne
[       OK ] StringsTest.TokenizeNOne (0 ms)
[ RUN      ] StringsTest.TokenizeNDelimOnlyString
[       OK ] StringsTest.TokenizeNDelimOnlyString (0 ms)
[ RUN      ] StringsTest.TokenizeN
[       OK ] StringsTest.TokenizeN (0 ms)
[ RUN      ] StringsTest.TokenizeNStringWithDelimsAtStart
[       OK ] StringsTest.TokenizeNStringWithDelimsAtStart (0 ms)
[ RUN      ] StringsTest.TokenizeNStringWithDelimsAtEnd
[       OK ] StringsTest.TokenizeNStringWithDelimsAtEnd (0 ms)
[ RUN      ] StringsTest.TokenizeNStringWithDelimsAtStartAndEnd
[       OK ] StringsTest.TokenizeNStringWithDelimsAtStartAndEnd (0 ms)
[ RUN      ] StringsTest.TokenizeNWithMultipleDelims
[       OK ] StringsTest.TokenizeNWithMultipleDelims (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.SplitNOne
[       OK ] StringsTest.SplitNOne (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.Join
[       OK ] StringsTest.Join (0 ms)
[ RUN      ] StringsTest.StartsWith
[       OK ] StringsTest.StartsWith (0 ms)
[ RUN      ] StringsTest.Contains
[       OK ] StringsTest.Contains (0 ms)
[----------] 39 tests from StringsTest (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 (40 ms)
[ RUN      ] SVNTest.EmptyDiffPatch
[       OK ] SVNTest.EmptyDiffPatch (38 ms)
[----------] 2 tests from SVNTest (78 ms total)

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

[----------] 2 tests from UUIDTest
[ RUN      ] UUIDTest.Test
[       OK ] UUIDTest.Test (0 ms)
[ 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)

[----------] 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
[==========] 269 tests from 47 test cases ran. (397 ms total)
[  PASSED  ] 268 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] JsonTest.Find

 1 FAILED TEST
make[7]: *** [check-local] Error 1
make[7]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[6]: *** [check-am] Error 2
make[6]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[5]: *** [check-recursive] Error 1
make[5]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[4]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty/stout'
make[4]: *** [check] Error 2
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty'
make[2]: make[2]: Leaving directory `/mesos/mesos-1.0.0/_build/3rdparty'
*** [check] Error 2
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-1.0.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1467783191-576
Untagged: mesos-1467783191-576:latest
Deleted: 686bbd63b13258a36d33046098577cb188e7b047a804fc68fa3d68030721d13f
Deleted: 784bdd559af69795d84e8e6ab0186d51e72ca8668c25cacf27c986b5f9c34171
Deleted: 1c1e7388d337df1903268b17a77db9d2e29da432acefc86c2e03ee091deb2d0d
Deleted: 4e4ab5dcb72d7d5e9f10003d3141304cbfd8a72f72d18421fdbde332921f951f
Deleted: d568381b7c3ef1aaee895b4833821d2488231845ea0eb59ad9dcfd7db4e284f8
Deleted: a216f21a512687d1fd22bee6a470b817c05450547f98f5eaa46c9ab51a0b059f
Deleted: 5ce1744443de0c94b254483d1e91ac22670f8360c19e4e78b4406a033dfe9a5b
Deleted: 8d348c334aa11e7a3156ccdeb3abe7eb676ae48e81e0340c11d5c2f353405a27
Deleted: 54dd100afc6a27d6ece17c782f0960a91b914a4cbdc1f652a9bacc12fa393414
Deleted: dd10001f05e4bd79d87ed753019d8b3b1386ccffd0fa470a0c25cc15a0f5de4a
Deleted: 45def07ff1fe58556cb54d1e31562c6faa218b3b80af9237d00783f6f9749e63
Deleted: 055a20601fdb8fb039a9fad914f19ee2c73ec5d9bab63febdccaaa0a4c43e86b
Deleted: b2ab0465dd876272a72ba492f4a1806b4402b30f569ba78965ac947d9059002e
Deleted: e8c38edb712c77562051b8aed106d1c1e37f494fd8dbc55e8dc7d6cb0ca9fa44
Deleted: 7f904c42add9df9c5477a2169685b2cfe0fc422ee003424c2ebb004a9cadaa04
Build step 'Execute shell' marked build as failure