See 
<https://builds.apache.org/job/Mesos/COMPILER=gcc,CONFIGURATION=--verbose%20--enable-libevent,OS=centos%3A7,label_exp=docker%7C%7CHadoop/705/changes>

Changes:

[benjamin.mahler] Updated /scheduler endopint to use Request::acceptsMediaType.

[benjamin.mahler] Removed unnecessary std:: prefix in http_api_tests.cpp.

[benjamin.mahler] Ensure the Content-Type is set for the streaming scheduler 
endpoint.

[benjamin.mahler] Only accept POST requests for /scheduler endpoint.

------------------------------------------
[...truncated 86082 lines...]
I0813 20:02:11.164082 28165 replica.cpp:679] Persisted action at 2
I0813 20:02:11.164657 28173 replica.cpp:658] Replica received learned notice 
for position 2
I0813 20:02:11.165037 28173 leveldb.cpp:343] Persisting action (18 bytes) to 
leveldb took 356005ns
I0813 20:02:11.165110 28173 leveldb.cpp:401] Deleting ~1 keys from leveldb took 
39035ns
I0813 20:02:11.165139 28173 replica.cpp:679] Persisted action at 2
I0813 20:02:11.165169 28173 replica.cpp:664] Replica learned TRUNCATE action at 
position 2
I0813 20:02:11.173490 28141 scheduler.cpp:157] Version: 0.24.0
I0813 20:02:11.176462 28169 scheduler.cpp:272] New master detected at 
master@172.17.2.147:60576
I0813 20:02:11.179206 28161 process.cpp:3043] Handling HTTP event for process 
'master' with path: '/master/api/v1/scheduler'
I0813 20:02:11.179620 28161 master.cpp:1782] Received subscription request for 
HTTP framework 'default'
I0813 20:02:11.179762 28161 master.cpp:1563] Authorizing framework principal 
'test-principal' to receive offers for role '*'
I0813 20:02:11.180390 28170 master.cpp:1874] Subscribing framework 'default' 
with checkpointing disabled and capabilities [  ]
I0813 20:02:11.180958 28173 hierarchical.hpp:391] Added framework 
20150813-200211-2466386348-60576-28141-0000
I0813 20:02:11.180989 28173 hierarchical.hpp:1008] No resources available to 
allocate!
I0813 20:02:11.181002 28173 hierarchical.hpp:908] Performed allocation for 0 
slaves in 19415ns
I0813 20:02:11.181350 28160 master.hpp:1305] Sending heartbeat to 
20150813-200211-2466386348-60576-28141-0000
../../src/tests/scheduler_tests.cpp:168: Failure
Value of: event.get().type()
  Actual: HEARTBEAT
Expected: Event::SUBSCRIBED
Which is: SUBSCRIBED
../../src/tests/scheduler_tests.cpp:169: Failure
Value of: event.get().subscribed().framework_id()
  Actual: 
Expected: id
Which is: 20150813-200211-2466386348-60576-28141-0000
I0813 20:02:11.183928 28163 master.cpp:859] Master terminating
I0813 20:02:11.184216 28172 hierarchical.hpp:428] Removed framework 
20150813-200211-2466386348-60576-28141-0000
I0813 20:02:11.184322 28173 scheduler.cpp:381] Ignoring event from old stale 
connection
I0813 20:02:11.185564 28176 process.cpp:2319] Returning '404 Not Found' for 
'/master/api/v1/scheduler'
I0813 20:02:11.186532 28166 scheduler.cpp:421] Enqueuing locally injected event 
ERROR
[  FAILED  ] SchedulerTest.Subscribe (62 ms)
[ RUN      ] SchedulerTest.TaskRunning
Using temporary directory '/tmp/SchedulerTest_TaskRunning_1RHkGC'
I0813 20:02:11.193609 28141 leveldb.cpp:176] Opened db in 2.62104ms
I0813 20:02:11.194526 28141 leveldb.cpp:183] Compacted db in 877466ns
I0813 20:02:11.194572 28141 leveldb.cpp:198] Created db iterator in 18349ns
I0813 20:02:11.194588 28141 leveldb.cpp:204] Seeked to beginning of db in 1763ns
I0813 20:02:11.194597 28141 leveldb.cpp:273] Iterated through 0 keys in the db 
in 255ns
I0813 20:02:11.194636 28141 replica.cpp:744] Replica recovered with log 
positions 0 -> 0 with 1 holes and 0 unlearned
I0813 20:02:11.195144 28172 recover.cpp:449] Starting replica recovery
I0813 20:02:11.195443 28172 recover.cpp:475] Replica is in EMPTY status
I0813 20:02:11.196663 28173 replica.cpp:641] Replica in EMPTY status received a 
broadcasted recover request
I0813 20:02:11.197120 28167 recover.cpp:195] Received a recover response from a 
replica in EMPTY status
I0813 20:02:11.197602 28162 recover.cpp:566] Updating replica status to STARTING
I0813 20:02:11.198321 28165 leveldb.cpp:306] Persisting metadata (8 bytes) to 
leveldb took 537060ns
I0813 20:02:11.198348 28165 replica.cpp:323] Persisted replica status to 
STARTING
I0813 20:02:11.198395 28169 master.cpp:378] Master 
20150813-200211-2466386348-60576-28141 (2ee8d4ab1990) started on 
172.17.2.147:60576
I0813 20:02:11.198423 28169 master.cpp:380] Flags at startup: --acls="" 
--allocation_interval="1secs" --allocator="HierarchicalDRF" 
--authenticate="false" --authenticate_slaves="true" --authenticators="crammd5" 
--credentials="/tmp/SchedulerTest_TaskRunning_1RHkGC/credentials" 
--framework_sorter="drf" --help="false" --initialize_driver_logging="true" 
--log_auto_initialize="true" --logbufsecs="0" --logging_level="INFO" 
--max_slave_ping_timeouts="5" --quiet="false" 
--recovery_slave_removal_limit="100%" --registry="replicated_log" 
--registry_fetch_timeout="1mins" --registry_store_timeout="25secs" 
--registry_strict="true" --root_submissions="true" 
--slave_ping_timeout="15secs" --slave_reregister_timeout="10mins" 
--user_sorter="drf" --version="false" 
--webui_dir="/mesos/mesos-0.24.0/_inst/share/mesos/webui" 
--work_dir="/tmp/SchedulerTest_TaskRunning_1RHkGC/master" 
--zk_session_timeout="10secs"
I0813 20:02:11.198772 28161 recover.cpp:475] Replica is in STARTING status
I0813 20:02:11.198781 28169 master.cpp:427] Master allowing unauthenticated 
frameworks to register
I0813 20:02:11.198817 28169 master.cpp:430] Master only allowing authenticated 
slaves to register
I0813 20:02:11.198828 28169 credentials.hpp:37] Loading credentials for 
authentication from '/tmp/SchedulerTest_TaskRunning_1RHkGC/credentials'
I0813 20:02:11.199122 28169 master.cpp:469] Using default 'crammd5' 
authenticator
I0813 20:02:11.199252 28169 master.cpp:506] Authorization enabled
I0813 20:02:11.199462 28170 whitelist_watcher.cpp:79] No whitelist given
I0813 20:02:11.199511 28165 hierarchical.hpp:346] Initialized hierarchical 
allocator process
I0813 20:02:11.199839 28175 replica.cpp:641] Replica in STARTING status 
received a broadcasted recover request
I0813 20:02:11.200342 28166 recover.cpp:195] Received a recover response from a 
replica in STARTING status
I0813 20:02:11.200832 28175 master.cpp:1524] The newly elected leader is 
master@172.17.2.147:60576 with id 20150813-200211-2466386348-60576-28141
I0813 20:02:11.200863 28175 master.cpp:1537] Elected as the leading master!
I0813 20:02:11.200888 28175 master.cpp:1307] Recovering from registrar
I0813 20:02:11.200960 28167 recover.cpp:566] Updating replica status to VOTING
I0813 20:02:11.201076 28164 registrar.cpp:311] Recovering registrar
I0813 20:02:11.201614 28161 leveldb.cpp:306] Persisting metadata (8 bytes) to 
leveldb took 421us
I0813 20:02:11.201644 28161 replica.cpp:323] Persisted replica status to VOTING
I0813 20:02:11.201745 28165 recover.cpp:580] Successfully joined the Paxos group
I0813 20:02:11.201962 28165 recover.cpp:464] Recover process terminated
I0813 20:02:11.202394 28167 log.cpp:661] Attempting to start the writer
I0813 20:02:11.203536 28165 replica.cpp:477] Replica received implicit promise 
request with proposal 1
I0813 20:02:11.203922 28165 leveldb.cpp:306] Persisting metadata (8 bytes) to 
leveldb took 360792ns
I0813 20:02:11.203943 28165 replica.cpp:345] Persisted promised to 1
I0813 20:02:11.204581 28163 coordinator.cpp:231] Coordinator attemping to fill 
missing position
I0813 20:02:11.206003 28173 replica.cpp:378] Replica received explicit promise 
request for position 0 with proposal 2
I0813 20:02:11.206481 28173 leveldb.cpp:343] Persisting action (8 bytes) to 
leveldb took 437959ns
I0813 20:02:11.206506 28173 replica.cpp:679] Persisted action at 0
I0813 20:02:11.207825 28160 replica.cpp:511] Replica received write request for 
position 0
I0813 20:02:11.207898 28160 leveldb.cpp:438] Reading position from leveldb took 
34554ns
I0813 20:02:11.208362 28160 leveldb.cpp:343] Persisting action (14 bytes) to 
leveldb took 410346ns
I0813 20:02:11.208397 28160 replica.cpp:679] Persisted action at 0
I0813 20:02:11.209245 28173 replica.cpp:658] Replica received learned notice 
for position 0
I0813 20:02:11.209749 28173 leveldb.cpp:343] Persisting action (16 bytes) to 
leveldb took 466878ns
I0813 20:02:11.209780 28173 replica.cpp:679] Persisted action at 0
I0813 20:02:11.209802 28173 replica.cpp:664] Replica learned NOP action at 
position 0
I0813 20:02:11.210458 28162 log.cpp:677] Writer started with ending position 0
I0813 20:02:11.211725 28168 leveldb.cpp:438] Reading position from leveldb took 
30254ns
I0813 20:02:11.215116 28165 registrar.cpp:344] Successfully fetched the 
registry (0B) in 13.92896ms
I0813 20:02:11.215224 28165 registrar.cpp:443] Applied 1 operations in 21587ns; 
attempting to update the 'registry'
I0813 20:02:11.218530 28171 log.cpp:685] Attempting to append 178 bytes to the 
log
I0813 20:02:11.218744 28168 coordinator.cpp:341] Coordinator attempting to 
write APPEND action at position 1
I0813 20:02:11.219837 28165 replica.cpp:511] Replica received write request for 
position 1
I0813 20:02:11.220306 28165 leveldb.cpp:343] Persisting action (197 bytes) to 
leveldb took 428386ns
I0813 20:02:11.220330 28165 replica.cpp:679] Persisted action at 1
I0813 20:02:11.220873 28165 replica.cpp:658] Replica received learned notice 
for position 1
I0813 20:02:11.221276 28165 leveldb.cpp:343] Persisting action (199 bytes) to 
leveldb took 379363ns
I0813 20:02:11.221298 28165 replica.cpp:679] Persisted action at 1
I0813 20:02:11.221314 28165 replica.cpp:664] Replica learned APPEND action at 
position 1
I0813 20:02:11.222317 28168 registrar.cpp:488] Successfully updated the 
'registry' in 6.953984ms
I0813 20:02:11.222448 28168 registrar.cpp:374] Successfully recovered registrar
I0813 20:02:11.222508 28162 log.cpp:704] Attempting to truncate the log to 1
I0813 20:02:11.222650 28174 coordinator.cpp:341] Coordinator attempting to 
write TRUNCATE action at position 2
I0813 20:02:11.222811 28175 master.cpp:1334] Recovered 0 slaves from the 
Registry (139B) ; allowing 10mins for slaves to re-register
I0813 20:02:11.223445 28169 replica.cpp:511] Replica received write request for 
position 2
I0813 20:02:11.223891 28169 leveldb.cpp:343] Persisting action (16 bytes) to 
leveldb took 417487ns
I0813 20:02:11.223913 28169 replica.cpp:679] Persisted action at 2
I0813 20:02:11.224452 28163 replica.cpp:658] Replica received learned notice 
for position 2
I0813 20:02:11.224838 28163 leveldb.cpp:343] Persisting action (18 bytes) to 
leveldb took 359506ns
I0813 20:02:11.224889 28163 leveldb.cpp:401] Deleting ~1 keys from leveldb took 
29554ns
I0813 20:02:11.224905 28163 replica.cpp:679] Persisted action at 2
I0813 20:02:11.224921 28163 replica.cpp:664] Replica learned TRUNCATE action at 
position 2
I0813 20:02:11.239569 28163 slave.cpp:190] Slave started on 
211)@172.17.2.147:60576
I0813 20:02:11.239598 28163 slave.cpp:191] Flags at startup: 
--authenticatee="crammd5" --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/SchedulerTest_TaskRunning_0MxV78/credential" 
--default_role="*" --disk_watch_interval="1mins" --docker="docker" 
--docker_kill_orphans="true" --docker_remove_delay="6hrs" 
--docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" 
--enforce_container_disk_quota="false" --executor_registration_timeout="1mins" 
--executor_shutdown_grace_period="5secs" 
--fetcher_cache_dir="/tmp/SchedulerTest_TaskRunning_0MxV78/fetch" 
--fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" 
--gc_disk_headroom="0.1" --hadoop_home="" --help="false" 
--initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" 
--launcher_dir="/mesos/mesos-0.24.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" 
--resource_monitoring_interval="1secs" 
--resources="cpus:2;mem:1024;disk:1024;ports:[31000-32000]" 
--revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox" 
--strict="true" --switch_user="true" --version="false" 
--work_dir="/tmp/SchedulerTest_TaskRunning_0MxV78"
I0813 20:02:11.240008 28163 credentials.hpp:85] Loading credential for 
authentication from '/tmp/SchedulerTest_TaskRunning_0MxV78/credential'
I0813 20:02:11.240233 28163 slave.cpp:321] Slave using credential for: 
test-principal
I0813 20:02:11.240654 28163 slave.cpp:354] Slave resources: cpus(*):2; 
mem(*):1024; disk(*):1024; ports(*):[31000-32000]
I0813 20:02:11.240749 28163 slave.cpp:384] Slave hostname: 2ee8d4ab1990
I0813 20:02:11.240768 28163 slave.cpp:389] Slave checkpoint: true
I0813 20:02:11.241502 28141 scheduler.cpp:157] Version: 0.24.0
I0813 20:02:11.241540 28170 state.cpp:54] Recovering state from 
'/tmp/SchedulerTest_TaskRunning_0MxV78/meta'
I0813 20:02:11.241891 28166 status_update_manager.cpp:202] Recovering status 
update manager
I0813 20:02:11.242292 28160 slave.cpp:4069] Finished recovery
I0813 20:02:11.242830 28160 slave.cpp:4226] Querying resource estimator for 
oversubscribable resources
I0813 20:02:11.243258 28164 status_update_manager.cpp:176] Pausing sending 
status updates
I0813 20:02:11.243258 28162 slave.cpp:684] New master detected at 
master@172.17.2.147:60576
I0813 20:02:11.243355 28162 slave.cpp:747] Authenticating with master 
master@172.17.2.147:60576
I0813 20:02:11.243376 28162 slave.cpp:752] Using default CRAM-MD5 authenticatee
I0813 20:02:11.243487 28162 slave.cpp:720] Detecting new master
I0813 20:02:11.243595 28172 authenticatee.cpp:115] Creating new client SASL 
connection
I0813 20:02:11.243676 28162 slave.cpp:4240] Received oversubscribable resources 
 from the resource estimator
I0813 20:02:11.243825 28173 master.cpp:4693] Authenticating 
slave(211)@172.17.2.147:60576
I0813 20:02:11.243971 28174 authenticator.cpp:407] Starting authentication 
session for crammd5_authenticatee(514)@172.17.2.147:60576
I0813 20:02:11.244266 28172 authenticator.cpp:92] Creating new server SASL 
connection
I0813 20:02:11.244405 28169 scheduler.cpp:272] New master detected at 
master@172.17.2.147:60576
I0813 20:02:11.244490 28160 authenticatee.cpp:206] Received SASL authentication 
mechanisms: CRAM-MD5
I0813 20:02:11.244525 28160 authenticatee.cpp:232] Attempting to authenticate 
with mechanism 'CRAM-MD5'
I0813 20:02:11.244616 28172 authenticator.cpp:197] Received SASL authentication 
start
I0813 20:02:11.244675 28172 authenticator.cpp:319] Authentication requires more 
steps
I0813 20:02:11.244820 28166 authenticatee.cpp:252] Received SASL authentication 
step
I0813 20:02:11.244973 28173 authenticator.cpp:225] Received SASL authentication 
step
I0813 20:02:11.245085 28173 auxprop.cpp:102] Request to lookup properties for 
user: 'test-principal' realm: '2ee8d4ab1990' server FQDN: '2ee8d4ab1990' 
SASL_AUXPROP_VERIFY_AGAINST_HASH: false SASL_AUXPROP_OVERRIDE: false 
SASL_AUXPROP_AUTHZID: false 
I0813 20:02:11.245097 28173 auxprop.cpp:174] Looking up auxiliary property 
'*userPassword'
I0813 20:02:11.245137 28173 auxprop.cpp:174] Looking up auxiliary property 
'*cmusaslsecretCRAM-MD5'
I0813 20:02:11.245157 28173 auxprop.cpp:102] Request to lookup properties for 
user: 'test-principal' realm: '2ee8d4ab1990' server FQDN: '2ee8d4ab1990' 
SASL_AUXPROP_VERIFY_AGAINST_HASH: false SASL_AUXPROP_OVERRIDE: false 
SASL_AUXPROP_AUTHZID: true 
I0813 20:02:11.245165 28173 auxprop.cpp:124] Skipping auxiliary property 
'*userPassword' since SASL_AUXPROP_AUTHZID == true
I0813 20:02:11.245172 28173 auxprop.cpp:124] Skipping auxiliary property 
'*cmusaslsecretCRAM-MD5' since SASL_AUXPROP_AUTHZID == true
I0813 20:02:11.245184 28173 authenticator.cpp:311] Authentication success
I0813 20:02:11.245257 28171 authenticatee.cpp:292] Authentication success
I0813 20:02:11.245317 28162 master.cpp:4723] Successfully authenticated 
principal 'test-principal' at slave(211)@172.17.2.147:60576
I0813 20:02:11.245380 28164 authenticator.cpp:425] Authentication session 
cleanup for crammd5_authenticatee(514)@172.17.2.147:60576
I0813 20:02:11.245748 28169 slave.cpp:815] Successfully authenticated with 
master master@172.17.2.147:60576
I0813 20:02:11.245904 28169 slave.cpp:1209] Will retry registration in 
14.100299ms if necessary
I0813 20:02:11.246101 28162 master.cpp:3635] Registering slave at 
slave(211)@172.17.2.147:60576 (2ee8d4ab1990) with id 
20150813-200211-2466386348-60576-28141-S0
I0813 20:02:11.246536 28170 registrar.cpp:443] Applied 1 operations in 57347ns; 
attempting to update the 'registry'
I0813 20:02:11.246930 28167 process.cpp:3043] Handling HTTP event for process 
'master' with path: '/master/api/v1/scheduler'
I0813 20:02:11.247246 28167 master.cpp:1782] Received subscription request for 
HTTP framework 'default'
I0813 20:02:11.247308 28167 master.cpp:1563] Authorizing framework principal 
'test-principal' to receive offers for role '*'
I0813 20:02:11.247647 28175 master.cpp:1874] Subscribing framework 'default' 
with checkpointing disabled and capabilities [  ]
I0813 20:02:11.248066 28174 hierarchical.hpp:391] Added framework 
20150813-200211-2466386348-60576-28141-0000
I0813 20:02:11.248106 28174 hierarchical.hpp:1008] No resources available to 
allocate!
I0813 20:02:11.248128 28174 hierarchical.hpp:908] Performed allocation for 0 
slaves in 30664ns
I0813 20:02:11.248190 28172 master.hpp:1305] Sending heartbeat to 
20150813-200211-2466386348-60576-28141-0000
I0813 20:02:11.249675 28162 log.cpp:685] Attempting to append 349 bytes to the 
log
../../src/tests/scheduler_tests.cpp:227: Failure
Value of: event.get().type()
  Actual: HEARTBEAT
Expected: Event::OFFERS
Which is: OFFERS
../../src/tests/scheduler_tests.cpp:228: Failure
Expected: (0) != (event.get().offers().offers().size()), actual: 0 vs 0
I0813 20:02:11.249964 28164 coordinator.cpp:341] Coordinator attempting to 
write APPEND action at position 3
[libprotobuf FATAL 
../3rdparty/libprocess/3rdparty/protobuf-2.5.0/src/google/protobuf/repeated_field.h:824]
 CHECK failed: (index) < (size()): 
I0813 20:02:11.250907 28165 replica.cpp:511] Replica received write request for 
position 3
I0813 20:02:11.251133 28165 leveldb.cpp:343] Persisting action (368 bytes) to 
leveldb took 195906ns
I0813 20:02:11.251160 28165 replica.cpp:679] Persisted action at 3
../../src/tests/scheduler_tests.cpp:237: Failure
Actual function call count doesn't match EXPECT_CALL(containerizer, update(_, 
_))...
         Expected: to be called at least once
           Actual: never called - unsatisfied and active
../../src/tests/scheduler_tests.cpp:233: Failure
Actual function call count doesn't match EXPECT_CALL(exec, launchTask(_, _))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
../../src/tests/scheduler_tests.cpp:230: Failure
Actual function call count doesn't match EXPECT_CALL(exec, registered(_, _, _, 
_))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
unknown file: Failure
C++ exception with description "CHECK failed: (index) < (size()): " thrown in 
the test body.
I0813 20:02:11.251938 28166 replica.cpp:658] Replica received learned notice 
for position 3
I0813 20:02:11.252775 28172 master.cpp:859] Master terminating
I0813 20:02:11.252782 28166 leveldb.cpp:343] Persisting action (370 bytes) to 
leveldb took 779028ns
I0813 20:02:11.252806 28166 replica.cpp:679] Persisted action at 3
I0813 20:02:11.252823 28166 replica.cpp:664] Replica learned APPEND action at 
position 3
I0813 20:02:11.252967 28173 hierarchical.hpp:428] Removed framework 
20150813-200211-2466386348-60576-28141-0000
I0813 20:02:11.253485 28169 slave.cpp:3143] master@172.17.2.147:60576 exited
W0813 20:02:11.253511 28169 slave.cpp:3146] Master disconnected! Waiting for a 
new master to be elected
I0813 20:02:11.254323 28166 registrar.cpp:488] Successfully updated the 
'registry' in 7.804928ms
I0813 20:02:11.254698 28169 log.cpp:704] Attempting to truncate the log to 3
I0813 20:02:11.255136 28172 coordinator.cpp:341] Coordinator attempting to 
write TRUNCATE action at position 4
I0813 20:02:11.256557 28168 replica.cpp:511] Replica received write request for 
position 4
I0813 20:02:11.257201 28168 leveldb.cpp:343] Persisting action (16 bytes) to 
leveldb took 506755ns
I0813 20:02:11.257226 28168 replica.cpp:679] Persisted action at 4
F0813 20:02:11.257226 28141 logging.cpp:57] RAW: Pure virtual method called
I0813 20:02:11.261263 28161 slave.cpp:1209] Will retry registration in 
18.751356ms if necessary
    @     0x7fa933f824c2  google::LogMessage::Fail()
    @     0x7fa933f879a4  google::RawLog__()
I0813 20:02:11.280647 28172 slave.cpp:1209] Will retry registration in 
15.880689ms if necessary
    @     0x7fa9333dc54a  __cxa_pure_virtual
    @           0x8e292c  mesos::internal::tests::Cluster::Slaves::shutdown()
    @           0xe256f2  mesos::internal::tests::MesosTest::ShutdownSlaves()
    @           0xe256b4  mesos::internal::tests::MesosTest::Shutdown()
I0813 20:02:11.297019 28169 slave.cpp:1209] Will retry registration in 
39.045502ms if necessary
    @           0xe21c99  mesos::internal::tests::MesosTest::TearDown()
    @          0x131f3b0  
testing::internal::HandleSehExceptionsInMethodIfSupported<>()
    @          0x131a226  
testing::internal::HandleExceptionsInMethodIfSupported<>()
    @          0x12fb8b6  testing::Test::Run()
    @          0x12fbff0  testing::TestInfo::Run()
    @          0x12fc636  testing::TestCase::Run()
    @          0x1302f10  testing::internal::UnitTestImpl::RunAllTests()
    @          0x131ffd5  
testing::internal::HandleSehExceptionsInMethodIfSupported<>()
    @          0x131ad9c  
testing::internal::HandleExceptionsInMethodIfSupported<>()
    @          0x1301c56  testing::UnitTest::Run()
I0813 20:02:11.337594 28169 slave.cpp:1209] Will retry registration in 
207.590345ms if necessary
    @           0xc91ef3  RUN_ALL_TESTS()
    @           0xc91be8  main
    @     0x7fa92f34faf5  __libc_start_main
    @           0x8d86f9  (unknown)
make[4]: *** [check-local] Aborted
make[4]: Leaving directory `/mesos/mesos-0.24.0/_build/src'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/mesos/mesos-0.24.0/_build/src'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/mesos/mesos-0.24.0/_build/src'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/mesos/mesos-0.24.0/_build'
make: *** [distcheck] Error 1
+ docker rmi mesos-1439494769-3818
Untagged: mesos-1439494769-3818:latest
Deleted: 768a073cc3b61257b211207e8e371cd3f689c5877ef22f17f7c997277ab4d904
Deleted: ad36d5b0287eb7e9f9a11eabda096453a65ac7606ff2d04fd5bb9d86ce0ae091
Deleted: 3ac1edcd2458ac80d539fa381b3da9348573d600bb7e4b5926783b68942c0004
Deleted: 7860da7bf18cbbc269d824b6dd7f87c6d4c2d937943071e947ed18881a6da51e
Deleted: 6a4882abe4145b0374173734983bb221473a969aacca2581bc23ce26f656bb28
Deleted: 0868f13c68aedac611dc3740fd361099f1774bdefa02ec6bd573a4139e79ca72
Deleted: 3d63f093f5d93b8cfc34dfa40fd7f4b014ac399f09fab7a2093bd7dd39a0fe5f
Deleted: 5ab42df1c2ffc74d2debe2faea4aa0a5dd494256fd7bf9e59e676d47ce2b231e
Deleted: 10647a21099b736a9c00415f3f1b2598fcf79c1dbe901b53bd8ef45d62e84e79
Deleted: 23f2686cb8d16f9736025f9c587e6c93da995a0b33943e5cb8131c3249ed8417
Build step 'Execute shell' marked build as failure

Reply via email to