[ 
https://issues.apache.org/jira/browse/MESOS-6178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15562347#comment-15562347
 ] 

Alexander Rukletsov commented on MESOS-6178:
--------------------------------------------

[~greggomann] was this really fixed in 1.0.1 or just targeted? Could you please 
adjust target/fix versions?

> LinuxFilesystemIsolatorTest.ROOT_RecoverOrphanedPersistentVolume is flaky
> -------------------------------------------------------------------------
>
>                 Key: MESOS-6178
>                 URL: https://issues.apache.org/jira/browse/MESOS-6178
>             Project: Mesos
>          Issue Type: Bug
>          Components: tests
>            Reporter: Greg Mann
>              Labels: mesosphere, tests
>             Fix For: 1.0.1
>
>
> Observed on our internal CI, on both Ubuntu and CentOS:
> {code}
> [21:37:58] :   [Step 10/10] [ RUN      ] 
> LinuxFilesystemIsolatorTest.ROOT_RecoverOrphanedPersistentVolume
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.874855 23546 cluster.cpp:157] 
> Creating default 'local' authorizer
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.884749 23546 leveldb.cpp:174] 
> Opened db in 9.758968ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.887332 23546 leveldb.cpp:181] 
> Compacted db in 2.564813ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.887353 23546 leveldb.cpp:196] 
> Created db iterator in 3316ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.887362 23546 leveldb.cpp:202] 
> Seeked to beginning of db in 596ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.887367 23546 leveldb.cpp:271] 
> Iterated through 0 keys in the db in 358ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.887377 23546 replica.cpp:776] 
> Replica recovered with log positions 0 -> 0 with 1 holes and 0 unlearned
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.887632 23566 recover.cpp:451] 
> Starting replica recovery
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.887719 23566 recover.cpp:477] 
> Replica is in EMPTY status
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888072 23565 replica.cpp:673] 
> Replica in EMPTY status received a broadcasted recover request from 
> __req_res__(5938)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888202 23564 recover.cpp:197] 
> Received a recover response from a replica in EMPTY status
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888434 23567 recover.cpp:568] 
> Updating replica status to STARTING
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888592 23560 master.cpp:380] 
> Master 0b0fca1d-a807-4831-9cf1-70f31c3c25d3 (ip-172-30-2-175.mesosphere.io) 
> started on 172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888602 23560 master.cpp:382] Flags 
> at startup: --acls="" --agent_ping_timeout="15secs" 
> --agent_reregister_timeout="10mins" --allocation_interval="1secs" 
> --allocator="HierarchicalDRF" --authenticate_agents="true" 
> --authenticate_frameworks="true" --authenticate_http_frameworks="true" 
> --authenticate_http_readonly="true" --authenticate_http_readwrite="true" 
> --authenticators="crammd5" --authorizers="local" 
> --credentials="/tmp/5wLQhS/credentials" --framework_sorter="drf" 
> --help="false" --hostname_lookup="true" --http_authenticators="basic" 
> --http_framework_authenticators="basic" --initialize_driver_logging="true" 
> --log_auto_initialize="true" --logbufsecs="0" --logging_level="INFO" 
> --max_agent_ping_timeouts="5" --max_completed_frameworks="50" 
> --max_completed_tasks_per_framework="1000" --quiet="false" 
> --recovery_agent_removal_limit="100%" --registry="replicated_log" 
> --registry_fetch_timeout="1mins" --registry_store_timeout="100secs" 
> --registry_strict="true" --root_submissions="true" --user_sorter="drf" 
> --version="false" --webui_dir="/usr/local/share/mesos/webui" 
> --work_dir="/tmp/5wLQhS/master" --zk_session_timeout="10secs"
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888710 23560 master.cpp:432] 
> Master only allowing authenticated frameworks to register
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888715 23560 master.cpp:446] 
> Master only allowing authenticated agents to register
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888717 23560 master.cpp:459] 
> Master only allowing authenticated HTTP frameworks to register
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888720 23560 credentials.hpp:37] 
> Loading credentials for authentication from '/tmp/5wLQhS/credentials'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888793 23560 master.cpp:504] Using 
> default 'crammd5' authenticator
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888831 23560 http.cpp:883] Using 
> default 'basic' HTTP authenticator for realm 'mesos-master-readonly'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888864 23560 http.cpp:883] Using 
> default 'basic' HTTP authenticator for realm 'mesos-master-readwrite'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888885 23560 http.cpp:883] Using 
> default 'basic' HTTP authenticator for realm 'mesos-master-scheduler'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.888922 23560 master.cpp:584] 
> Authorization enabled
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.889009 23566 hierarchical.cpp:149] 
> Initialized hierarchical allocator process
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.889034 23567 
> whitelist_watcher.cpp:77] No whitelist given
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.889607 23566 master.cpp:1855] 
> Elected as the leading master!
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.889616 23566 master.cpp:1556] 
> Recovering from registrar
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.889667 23564 registrar.cpp:332] 
> Recovering registrar
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.891041 23561 leveldb.cpp:304] 
> Persisting metadata (8 bytes) to leveldb took 2.558354ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.891057 23561 replica.cpp:320] 
> Persisted replica status to STARTING
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.891105 23561 recover.cpp:477] 
> Replica is in STARTING status
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.891427 23565 replica.cpp:673] 
> Replica in STARTING status received a broadcasted recover request from 
> __req_res__(5939)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.891568 23562 recover.cpp:197] 
> Received a recover response from a replica in STARTING status
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.891702 23563 recover.cpp:568] 
> Updating replica status to VOTING
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.894176 23567 leveldb.cpp:304] 
> Persisting metadata (8 bytes) to leveldb took 2.406649ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.894191 23567 replica.cpp:320] 
> Persisted replica status to VOTING
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.894227 23567 recover.cpp:582] 
> Successfully joined the Paxos group
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.894279 23567 recover.cpp:466] 
> Recover process terminated
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.894412 23567 log.cpp:553] 
> Attempting to start the writer
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.894817 23561 replica.cpp:493] 
> Replica received implicit promise request from 
> __req_res__(5940)@172.30.2.175:42074 with proposal 1
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.896996 23561 leveldb.cpp:304] 
> Persisting metadata (8 bytes) to leveldb took 2.161352ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.897011 23561 replica.cpp:342] 
> Persisted promised to 1
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.897228 23564 coordinator.cpp:238] 
> Coordinator attempting to fill missing positions
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.897639 23560 replica.cpp:388] 
> Replica received explicit promise request from 
> __req_res__(5941)@172.30.2.175:42074 for position 0 with proposal 2
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.898353 23560 leveldb.cpp:341] 
> Persisting action (8 bytes) to leveldb took 698320ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.898367 23560 replica.cpp:708] 
> Persisted action NOP at position 0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.898741 23563 replica.cpp:537] 
> Replica received write request for position 0 from 
> __req_res__(5942)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.898769 23563 leveldb.cpp:436] 
> Reading position from leveldb took 13647ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.900935 23563 leveldb.cpp:341] 
> Persisting action (14 bytes) to leveldb took 2.152814ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.900950 23563 replica.cpp:708] 
> Persisted action NOP at position 0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.901140 23562 replica.cpp:691] 
> Replica received learned notice for position 0 from @0.0.0.0:0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.901821 23562 leveldb.cpp:341] 
> Persisting action (16 bytes) to leveldb took 664265ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.901832 23562 replica.cpp:708] 
> Persisted action NOP at position 0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.901964 23562 log.cpp:569] Writer 
> started with ending position 0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.902256 23565 leveldb.cpp:436] 
> Reading position from leveldb took 13225ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.902534 23565 registrar.cpp:365] 
> Successfully fetched the registry (0B) in 12.845824ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.902559 23565 registrar.cpp:464] 
> Applied 1 operations in 2808ns; attempting to update the registry
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.902730 23567 log.cpp:577] 
> Attempting to append 209 bytes to the log
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.902778 23567 coordinator.cpp:348] 
> Coordinator attempting to write APPEND action at position 1
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.903034 23565 replica.cpp:537] 
> Replica received write request for position 1 from 
> __req_res__(5943)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.905748 23565 leveldb.cpp:341] 
> Persisting action (228 bytes) to leveldb took 2.692487ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.905763 23565 replica.cpp:708] 
> Persisted action APPEND at position 1
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.905969 23565 replica.cpp:691] 
> Replica received learned notice for position 1 from @0.0.0.0:0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.906795 23565 leveldb.cpp:341] 
> Persisting action (230 bytes) to leveldb took 807475ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.906807 23565 replica.cpp:708] 
> Persisted action APPEND at position 1
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.906998 23564 registrar.cpp:509] 
> Successfully updated the registry in 4.42112ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.907045 23564 registrar.cpp:395] 
> Successfully recovered registrar
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.907049 23561 log.cpp:596] 
> Attempting to truncate the log to 1
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.907094 23567 coordinator.cpp:348] 
> Coordinator attempting to write TRUNCATE action at position 2
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.907171 23564 master.cpp:1664] 
> Recovered 0 agents from the registry (170B); allowing 10mins for agents to 
> re-register
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.907258 23567 hierarchical.cpp:176] 
> Skipping recovery of hierarchical allocator: nothing to recover
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.907407 23560 replica.cpp:537] 
> Replica received write request for position 2 from 
> __req_res__(5944)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.909907 23560 leveldb.cpp:341] 
> Persisting action (16 bytes) to leveldb took 2.479855ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.909921 23560 replica.cpp:708] 
> Persisted action TRUNCATE at position 2
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.910171 23565 replica.cpp:691] 
> Replica received learned notice for position 2 from @0.0.0.0:0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.912425 23565 leveldb.cpp:341] 
> Persisting action (18 bytes) to leveldb took 2.236135ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.912448 23565 leveldb.cpp:399] 
> Deleting ~1 keys from leveldb took 9332ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.912456 23565 replica.cpp:708] 
> Persisted action TRUNCATE at position 2
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.960921 23546 linux.cpp:148] Bind 
> mounting 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl'
>  and making it a shared mount
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.969424 23546 
> linux_launcher.cpp:104] Using /sys/fs/cgroup/freezer as the freezer hierarchy 
> for the Linux launcher
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.970262 23546 cluster.cpp:436] 
> Creating default 'local' authorizer
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.970758 23566 slave.cpp:208] Mesos 
> agent started on (515)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.970775 23566 slave.cpp:209] Flags 
> at startup: --acls="" --appc_simple_discovery_uri_prefix="http://"; 
> --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http_readonly="true" 
> --authenticate_http_readwrite="true" --authenticatee="crammd5" 
> --authentication_backoff_factor="1secs" --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="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O/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="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O/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="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O/http_credentials"
>  --image_provisioner_backend="copy" --initialize_driver_logging="true" 
> --isolation="disk/du,filesystem/linux" 
> --launcher_dir="/mnt/teamcity/work/4240ba9ddd0997c3/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;mem:1024;disk(role1):1024" 
> --revocable_cpu_low_priority="true" 
> --runtime_dir="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O"
>  --sandbox_directory="/mnt/mesos/sandbox" --strict="true" 
> --switch_user="true" --systemd_enable_support="true" 
> --systemd_runtime_directory="/run/systemd/system" --version="false" 
> --work_dir="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl"
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971161 23566 credentials.hpp:86] 
> Loading credential for authentication from 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O/credential'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971223 23566 slave.cpp:346] Agent 
> using credential for: test-principal
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971231 23566 credentials.hpp:37] 
> Loading credentials for authentication from 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O/http_credentials'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971279 23546 sched.cpp:226] 
> Version: 1.1.0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971298 23566 http.cpp:883] Using 
> default 'basic' HTTP authenticator for realm 'mesos-agent-readonly'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971411 23566 http.cpp:883] Using 
> default 'basic' HTTP authenticator for realm 'mesos-agent-readwrite'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971633 23565 sched.cpp:330] New 
> master detected at master@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971662 23565 sched.cpp:396] 
> Authenticating with master master@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971667 23565 sched.cpp:403] Using 
> default CRAM-MD5 authenticatee
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971748 23566 slave.cpp:529] Agent 
> resources: cpus(*):2; mem(*):1024; disk(role1):1024; ports(*):[31000-32000]
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971774 23566 slave.cpp:537] Agent 
> attributes: [  ]
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971778 23566 slave.cpp:542] Agent 
> hostname: ip-172-30-2-175.mesosphere.io
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.971794 23562 
> authenticatee.cpp:121] Creating new client SASL connection
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972009 23562 master.cpp:6234] 
> Authenticating 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972080 23562 
> authenticator.cpp:414] Starting authentication session for 
> crammd5-authenticatee(1048)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972153 23562 authenticator.cpp:98] 
> Creating new server SASL connection
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972160 23567 state.cpp:57] 
> Recovering state from 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/meta'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972337 23566 
> status_update_manager.cpp:203] Recovering status update manager
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972337 23561 
> authenticatee.cpp:213] Received SASL authentication mechanisms: CRAM-MD5
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972370 23561 
> authenticatee.cpp:239] Attempting to authenticate with mechanism 'CRAM-MD5'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972419 23561 
> authenticator.cpp:204] Received SASL authentication start
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972431 23565 
> containerizer.cpp:578] Recovering containerizer
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972447 23561 
> authenticator.cpp:326] Authentication requires more steps
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972486 23561 
> authenticatee.cpp:259] Received SASL authentication step
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972561 23564 
> authenticator.cpp:232] Received SASL authentication step
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972607 23564 auxprop.cpp:109] 
> Request to lookup properties for user: 'test-principal' realm: 
> 'ip-172-30-2-175.mesosphere.io' server FQDN: 'ip-172-30-2-175.mesosphere.io' 
> SASL_AUXPROP_VERIFY_AGAINST_HASH: false SASL_AUXPROP_OVERRIDE: false 
> SASL_AUXPROP_AUTHZID: false 
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972616 23564 auxprop.cpp:181] 
> Looking up auxiliary property '*userPassword'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972625 23564 auxprop.cpp:181] 
> Looking up auxiliary property '*cmusaslsecretCRAM-MD5'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972631 23564 auxprop.cpp:109] 
> Request to lookup properties for user: 'test-principal' realm: 
> 'ip-172-30-2-175.mesosphere.io' server FQDN: 'ip-172-30-2-175.mesosphere.io' 
> SASL_AUXPROP_VERIFY_AGAINST_HASH: false SASL_AUXPROP_OVERRIDE: false 
> SASL_AUXPROP_AUTHZID: true 
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972636 23564 auxprop.cpp:131] 
> Skipping auxiliary property '*userPassword' since SASL_AUXPROP_AUTHZID == true
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972640 23564 auxprop.cpp:131] 
> Skipping auxiliary property '*cmusaslsecretCRAM-MD5' since 
> SASL_AUXPROP_AUTHZID == true
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972648 23564 
> authenticator.cpp:318] Authentication success
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972702 23564 
> authenticatee.cpp:299] Authentication success
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972733 23561 
> authenticator.cpp:432] Authentication session cleanup for 
> crammd5-authenticatee(1048)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972755 23560 master.cpp:6264] 
> Successfully authenticated principal 'test-principal' at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972827 23566 sched.cpp:502] 
> Successfully authenticated with master master@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972841 23566 sched.cpp:820] 
> Sending SUBSCRIBE call to master@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972887 23566 sched.cpp:853] Will 
> retry registration in 399.873257ms if necessary
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972937 23562 master.cpp:2429] 
> Received SUBSCRIBE call for framework 'default' at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.972954 23562 master.cpp:1891] 
> Authorizing framework principal 'test-principal' to receive offers for role 
> 'role1'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.973083 23564 master.cpp:2505] 
> Subscribing framework default with checkpointing enabled and capabilities [  ]
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.973218 23562 hierarchical.cpp:269] 
> Added framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.973242 23562 
> hierarchical.cpp:1675] No allocations performed
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.973249 23562 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.973259 23564 sched.cpp:743] 
> Framework registered with 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.973263 23562 
> hierarchical.cpp:1271] Performed allocation for 0 agents in 30677ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.973296 23564 sched.cpp:757] 
> Scheduler::registered took 24547ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.973621 23565 provisioner.cpp:253] 
> Provisioner recovery complete
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.973749 23563 slave.cpp:5200] 
> Finished recovery
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.973901 23563 slave.cpp:5372] 
> Querying resource estimator for oversubscribable resources
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974023 23565 slave.cpp:911] New 
> master detected at master@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974035 23565 slave.cpp:970] 
> Authenticating with master master@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974046 23565 slave.cpp:981] Using 
> default CRAM-MD5 authenticatee
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974032 23564 
> status_update_manager.cpp:177] Pausing sending status updates
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974090 23565 slave.cpp:943] 
> Detecting new master
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974117 23566 
> authenticatee.cpp:121] Creating new client SASL connection
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974158 23565 slave.cpp:5386] 
> Received oversubscribable resources  from the resource estimator
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974261 23566 master.cpp:6234] 
> Authenticating slave(515)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974303 23561 
> authenticator.cpp:414] Starting authentication session for 
> crammd5-authenticatee(1049)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974373 23566 authenticator.cpp:98] 
> Creating new server SASL connection
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974505 23566 
> authenticatee.cpp:213] Received SASL authentication mechanisms: CRAM-MD5
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974516 23566 
> authenticatee.cpp:239] Attempting to authenticate with mechanism 'CRAM-MD5'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974558 23566 
> authenticator.cpp:204] Received SASL authentication start
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974583 23566 
> authenticator.cpp:326] Authentication requires more steps
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974617 23566 
> authenticatee.cpp:259] Received SASL authentication step
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974674 23562 
> authenticator.cpp:232] Received SASL authentication step
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974689 23562 auxprop.cpp:109] 
> Request to lookup properties for user: 'test-principal' realm: 
> 'ip-172-30-2-175.mesosphere.io' server FQDN: 'ip-172-30-2-175.mesosphere.io' 
> SASL_AUXPROP_VERIFY_AGAINST_HASH: false SASL_AUXPROP_OVERRIDE: false 
> SASL_AUXPROP_AUTHZID: false 
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974694 23562 auxprop.cpp:181] 
> Looking up auxiliary property '*userPassword'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974699 23562 auxprop.cpp:181] 
> Looking up auxiliary property '*cmusaslsecretCRAM-MD5'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974704 23562 auxprop.cpp:109] 
> Request to lookup properties for user: 'test-principal' realm: 
> 'ip-172-30-2-175.mesosphere.io' server FQDN: 'ip-172-30-2-175.mesosphere.io' 
> SASL_AUXPROP_VERIFY_AGAINST_HASH: false SASL_AUXPROP_OVERRIDE: false 
> SASL_AUXPROP_AUTHZID: true 
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974709 23562 auxprop.cpp:131] 
> Skipping auxiliary property '*userPassword' since SASL_AUXPROP_AUTHZID == true
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974711 23562 auxprop.cpp:131] 
> Skipping auxiliary property '*cmusaslsecretCRAM-MD5' since 
> SASL_AUXPROP_AUTHZID == true
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974720 23562 
> authenticator.cpp:318] Authentication success
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974757 23562 
> authenticatee.cpp:299] Authentication success
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974773 23566 
> authenticator.cpp:432] Authentication session cleanup for 
> crammd5-authenticatee(1049)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974823 23565 master.cpp:6264] 
> Successfully authenticated principal 'test-principal' at 
> slave(515)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974880 23562 slave.cpp:1065] 
> Successfully authenticated with master master@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974925 23562 slave.cpp:1471] Will 
> retry registration in 5.640915ms if necessary
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.974987 23563 master.cpp:4886] 
> Registering agent at slave(515)@172.30.2.175:42074 
> (ip-172-30-2-175.mesosphere.io) with id 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.975102 23565 registrar.cpp:464] 
> Applied 1 operations in 13423ns; attempting to update the registry
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.975309 23563 log.cpp:577] 
> Attempting to append 399 bytes to the log
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.975366 23565 coordinator.cpp:348] 
> Coordinator attempting to write APPEND action at position 3
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.975632 23560 replica.cpp:537] 
> Replica received write request for position 3 from 
> __req_res__(5945)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.976382 23560 leveldb.cpp:341] 
> Persisting action (418 bytes) to leveldb took 731499ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.976395 23560 replica.cpp:708] 
> Persisted action APPEND at position 3
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.976629 23567 replica.cpp:691] 
> Replica received learned notice for position 3 from @0.0.0.0:0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.980515 23567 leveldb.cpp:341] 
> Persisting action (420 bytes) to leveldb took 3.866966ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.980530 23567 replica.cpp:708] 
> Persisted action APPEND at position 3
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.980908 23563 registrar.cpp:509] 
> Successfully updated the registry in 5.782016ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981060 23563 log.cpp:596] 
> Attempting to truncate the log to 3
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981102 23560 coordinator.cpp:348] 
> Coordinator attempting to write TRUNCATE action at position 4
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981114 23561 master.cpp:4956] 
> Registered agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 at 
> slave(515)@172.30.2.175:42074 (ip-172-30-2-175.mesosphere.io) with cpus(*):2; 
> mem(*):1024; disk(role1):1024; ports(*):[31000-32000]
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981139 23563 slave.cpp:4067] 
> Received ping from slave-observer(475)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981237 23565 hierarchical.cpp:476] 
> Added agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 
> (ip-172-30-2-175.mesosphere.io) with cpus(*):2; mem(*):1024; 
> disk(role1):1024; ports(*):[31000-32000] (allocated: )
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981289 23563 slave.cpp:1111] 
> Registered with master master@172.30.2.175:42074; given agent ID 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981304 23563 fetcher.cpp:86] 
> Clearing fetcher cache
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981364 23564 
> status_update_manager.cpp:184] Resuming sending status updates
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981417 23561 replica.cpp:537] 
> Replica received write request for position 4 from 
> __req_res__(5946)@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981468 23565 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981477 23563 slave.cpp:1134] 
> Checkpointing SlaveInfo to 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/meta/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/slave.info'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981492 23565 
> hierarchical.cpp:1294] Performed allocation for agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 in 228081ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981559 23564 master.cpp:6063] 
> Sending 1 offers to framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 
> (default) at scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981583 23563 slave.cpp:1171] 
> Forwarding total oversubscribed resources 
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981643 23567 master.cpp:5340] 
> Received update of agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 at 
> slave(515)@172.30.2.175:42074 (ip-172-30-2-175.mesosphere.io) with total 
> oversubscribed resources 
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981673 23564 sched.cpp:917] 
> Scheduler::resourceOffers took 29913ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981708 23564 hierarchical.cpp:540] 
> Agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 (ip-172-30-2-175.mesosphere.io) 
> updated with oversubscribed resources  (total: cpus(*):2; mem(*):1024; 
> disk(role1):1024; ports(*):[31000-32000], allocated: disk(role1):1024; 
> cpus(*):2; mem(*):1024; ports(*):[31000-32000])
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981734 23564 
> hierarchical.cpp:1675] No allocations performed
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981740 23564 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.981747 23564 
> hierarchical.cpp:1294] Performed allocation for agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 in 24539ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.982229 23564 master.cpp:3363] 
> Processing ACCEPT call for offers: [ 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-O0 
> ] on agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 at 
> slave(515)@172.30.2.175:42074 (ip-172-30-2-175.mesosphere.io) for framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (default) at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.982261 23564 master.cpp:3132] 
> Authorizing principal 'test-principal' to create volumes
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.982319 23564 master.cpp:2985] 
> Authorizing framework principal 'test-principal' to launch task 
> 166c8920-f170-4b96-849c-dff2481b7e52
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.982637 23562 master.cpp:3756] 
> Applying CREATE operation for volumes disk(role1)[id1:path1]:64 from 
> framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (default) at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074 to agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 at slave(515)@172.30.2.175:42074 
> (ip-172-30-2-175.mesosphere.io)
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.982688 23562 master.cpp:7342] 
> Sending checkpointed resources disk(role1)[id1:path1]:64 to agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 at slave(515)@172.30.2.175:42074 
> (ip-172-30-2-175.mesosphere.io)
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.982939 23565 slave.cpp:2771] 
> Updated checkpointed resources from  to disk(role1)[id1:path1]:64
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.982938 23562 master.cpp:7809] 
> Adding task 166c8920-f170-4b96-849c-dff2481b7e52 with resources cpus(*):1; 
> mem(*):512; disk(role1)[id1:path1]:64 on agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 (ip-172-30-2-175.mesosphere.io)
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.982980 23562 master.cpp:3963] 
> Launching task 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (default) at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074 with 
> resources cpus(*):1; mem(*):512; disk(role1)[id1:path1]:64 on agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 at slave(515)@172.30.2.175:42074 
> (ip-172-30-2-175.mesosphere.io)
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.983160 23564 slave.cpp:1535] Got 
> assigned task '166c8920-f170-4b96-849c-dff2481b7e52' for framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.983206 23564 slave.cpp:6012] 
> Checkpointing FrameworkInfo to 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/meta/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/framework.info'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.983337 23564 slave.cpp:6023] 
> Checkpointing framework pid 
> 'scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074' to 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/meta/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/framework.pid'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.983361 23563 hierarchical.cpp:760] 
> Updated allocation of framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 on 
> agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 from disk(role1):1024; 
> cpus(*):2; mem(*):1024; ports(*):[31000-32000] to disk(role1):960; cpus(*):2; 
> mem(*):1024; ports(*):[31000-32000]; disk(role1)[id1:path1]:64 with CREATE 
> operation
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.983486 23563 
> hierarchical.cpp:1003] Recovered disk(role1):960; cpus(*):1; mem(*):512; 
> ports(*):[31000-32000] (total: cpus(*):2; mem(*):1024; disk(role1):960; 
> ports(*):[31000-32000]; disk(role1)[id1:path1]:64, allocated: 
> disk(role1)[id1:path1]:64; cpus(*):1; mem(*):512) on agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 from framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.983506 23563 
> hierarchical.cpp:1040] Framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 
> filtered agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 for 5secs
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.983541 23564 slave.cpp:1692] 
> Launching task '166c8920-f170-4b96-849c-dff2481b7e52' for framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.983744 23564 paths.cpp:536] Trying 
> to chown 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/executors/166c8920-f170-4b96-849c-dff2481b7e52/runs/23f8c15c-9c44-43c8-89f5-6a37466fc307'
>  to user 'root'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.985399 23561 leveldb.cpp:341] 
> Persisting action (16 bytes) to leveldb took 2.501743ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.985431 23561 replica.cpp:708] 
> Persisted action TRUNCATE at position 4
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.986328 23562 replica.cpp:691] 
> Replica received learned notice for position 4 from @0.0.0.0:0
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.987893 23564 slave.cpp:6477] 
> Checkpointing ExecutorInfo to 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/meta/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/executors/166c8920-f170-4b96-849c-dff2481b7e52/executor.info'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.988126 23564 slave.cpp:6092] 
> Launching executor '166c8920-f170-4b96-849c-dff2481b7e52' of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 with resources cpus(*):0.1; 
> mem(*):32 in work directory 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/executors/166c8920-f170-4b96-849c-dff2481b7e52/runs/23f8c15c-9c44-43c8-89f5-6a37466fc307'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.988361 23565 
> containerizer.cpp:846] Starting container 
> 23f8c15c-9c44-43c8-89f5-6a37466fc307 for executor 
> '166c8920-f170-4b96-849c-dff2481b7e52' of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.988394 23564 slave.cpp:6500] 
> Checkpointing TaskInfo to 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/meta/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/executors/166c8920-f170-4b96-849c-dff2481b7e52/runs/23f8c15c-9c44-43c8-89f5-6a37466fc307/tasks/166c8920-f170-4b96-849c-dff2481b7e52/task.info'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.988597 23563 provisioner.cpp:294] 
> Provisioning image rootfs 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/provisioner/containers/23f8c15c-9c44-43c8-89f5-6a37466fc307/backends/copy/rootfses/8329a20d-b887-49c5-b2a2-2504339dcd1b'
>  for container 23f8c15c-9c44-43c8-89f5-6a37466fc307
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.988600 23564 slave.cpp:1978] 
> Queued task '166c8920-f170-4b96-849c-dff2481b7e52' for executor 
> '166c8920-f170-4b96-849c-dff2481b7e52' of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.988644 23564 slave.cpp:864] 
> Successfully attached file 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/executors/166c8920-f170-4b96-849c-dff2481b7e52/runs/23f8c15c-9c44-43c8-89f5-6a37466fc307'
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.988744 23562 leveldb.cpp:341] 
> Persisting action (18 bytes) to leveldb took 2.399128ms
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.988770 23562 leveldb.cpp:399] 
> Deleting ~2 keys from leveldb took 11819ns
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.988777 23562 replica.cpp:708] 
> Persisted action TRUNCATE at position 4
> [21:37:58]W:   [Step 10/10] I0915 21:37:58.988869 23564 copy.cpp:132] Copying 
> layer path '/tmp/5wLQhS/test_image' to rootfs 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/provisioner/containers/23f8c15c-9c44-43c8-89f5-6a37466fc307/backends/copy/rootfses/8329a20d-b887-49c5-b2a2-2504339dcd1b'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.045399 23564 linux.cpp:635] 
> Changing the ownership of the persistent volume at 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/volumes/roles/role1/id1'
>  with uid 0 and gid 0
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.045475 23564 linux.cpp:669] 
> Mounting 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/volumes/roles/role1/id1'
>  to 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/executors/166c8920-f170-4b96-849c-dff2481b7e52/runs/23f8c15c-9c44-43c8-89f5-6a37466fc307/path1'
>  for persistent volume disk(role1)[id1:path1]:64 of container 
> 23f8c15c-9c44-43c8-89f5-6a37466fc307
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.046154 23563 
> containerizer.cpp:1257] Launching 'mesos-containerizer' with flags 
> '--command="{"arguments":["mesos-executor","--launcher_dir=\/mnt\/teamcity\/work\/4240ba9ddd0997c3\/build\/src","--sandbox_directory=\/mnt\/mesos\/sandbox","--user=root","--rootfs=\/mnt\/teamcity\/temp\/buildTmp\/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl\/provisioner\/containers\/23f8c15c-9c44-43c8-89f5-6a37466fc307\/backends\/copy\/rootfses\/8329a20d-b887-49c5-b2a2-2504339dcd1b"],"shell":false,"user":"root","value":"\/mnt\/teamcity\/work\/4240ba9ddd0997c3\/build\/src\/mesos-executor"}"
>  --help="false" --pipe_read="33" --pipe_write="53" 
> --pre_exec_commands="[{"arguments":["mesos-containerizer","mount","--help=false","--operation=make-rslave","--path=\/"],"shell":false,"value":"\/mnt\/teamcity\/work\/4240ba9ddd0997c3\/build\/src\/mesos-containerizer"},{"arguments":["mount","-n","--rbind","\/mnt\/teamcity\/temp\/buildTmp\/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl\/slaves\/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0\/frameworks\/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000\/executors\/166c8920-f170-4b96-849c-dff2481b7e52\/runs\/23f8c15c-9c44-43c8-89f5-6a37466fc307","\/mnt\/teamcity\/temp\/buildTmp\/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl\/provisioner\/containers\/23f8c15c-9c44-43c8-89f5-6a37466fc307\/backends\/copy\/rootfses\/8329a20d-b887-49c5-b2a2-2504339dcd1b\/mnt\/mesos\/sandbox"],"shell":false,"value":"mount"},{"arguments":["mount","-n","--rbind","\/tmp\/5wLQhS\/dir1","\/mnt\/teamcity\/temp\/buildTmp\/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl\/provisioner\/containers\/23f8c15c-9c44-43c8-89f5-6a37466fc307\/backends\/copy\/rootfses\/8329a20d-b887-49c5-b2a2-2504339dcd1b\/tmp"],"shell":false,"value":"mount"}]"
>  --unshare_namespace_mnt="false" --user="root" 
> --working_directory="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/executors/166c8920-f170-4b96-849c-dff2481b7e52/runs/23f8c15c-9c44-43c8-89f5-6a37466fc307"'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.046269 23563 
> linux_launcher.cpp:284] Cloning child process with flags = CLONE_NEWNS
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.050319 23563 
> containerizer.cpp:1292] Checkpointing executor's forked pid 14808 to 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/meta/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/executors/166c8920-f170-4b96-849c-dff2481b7e52/runs/23f8c15c-9c44-43c8-89f5-6a37466fc307/pids/forked.pid'
> [21:37:59] :   [Step 10/10] Executing pre-exec command 
> '{"arguments":["mesos-containerizer","mount","--help=false","--operation=make-rslave","--path=\/"],"shell":false,"value":"\/mnt\/teamcity\/work\/4240ba9ddd0997c3\/build\/src\/mesos-containerizer"}'
> [21:37:59] :   [Step 10/10] Executing pre-exec command 
> '{"arguments":["mount","-n","--rbind","\/mnt\/teamcity\/temp\/buildTmp\/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl\/slaves\/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0\/frameworks\/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000\/executors\/166c8920-f170-4b96-849c-dff2481b7e52\/runs\/23f8c15c-9c44-43c8-89f5-6a37466fc307","\/mnt\/teamcity\/temp\/buildTmp\/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl\/provisioner\/containers\/23f8c15c-9c44-43c8-89f5-6a37466fc307\/backends\/copy\/rootfses\/8329a20d-b887-49c5-b2a2-2504339dcd1b\/mnt\/mesos\/sandbox"],"shell":false,"value":"mount"}'
> [21:37:59] :   [Step 10/10] Executing pre-exec command 
> '{"arguments":["mount","-n","--rbind","\/tmp\/5wLQhS\/dir1","\/mnt\/teamcity\/temp\/buildTmp\/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl\/provisioner\/containers\/23f8c15c-9c44-43c8-89f5-6a37466fc307\/backends\/copy\/rootfses\/8329a20d-b887-49c5-b2a2-2504339dcd1b\/tmp"],"shell":false,"value":"mount"}'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.416601 14864 exec.cpp:162] 
> Version: 1.1.0
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.417142 23566 slave.cpp:3181] Got 
> registration for executor '166c8920-f170-4b96-849c-dff2481b7e52' of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 from executor(1)@172.30.2.175:36011
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.417282 23566 slave.cpp:3267] 
> Checkpointing executor pid 'executor(1)@172.30.2.175:36011' to 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/meta/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/executors/166c8920-f170-4b96-849c-dff2481b7e52/runs/23f8c15c-9c44-43c8-89f5-6a37466fc307/pids/libprocess.pid'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.417727 14863 exec.cpp:237] 
> Executor registered on agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.417956 23567 slave.cpp:2182] 
> Sending queued task '166c8920-f170-4b96-849c-dff2481b7e52' to executor 
> '166c8920-f170-4b96-849c-dff2481b7e52' of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 at executor(1)@172.30.2.175:36011
> [21:37:59] :   [Step 10/10] Received SUBSCRIBED event
> [21:37:59] :   [Step 10/10] Subscribed executor on 
> ip-172-30-2-175.mesosphere.io
> [21:37:59] :   [Step 10/10] Received LAUNCH event
> [21:37:59] :   [Step 10/10] Starting task 166c8920-f170-4b96-849c-dff2481b7e52
> [21:37:59] :   [Step 10/10] 
> /mnt/teamcity/work/4240ba9ddd0997c3/build/src/mesos-containerizer launch 
> --command="{"shell":true,"value":"sleep 1000"}" --help="false" 
> --rootfs="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/provisioner/containers/23f8c15c-9c44-43c8-89f5-6a37466fc307/backends/copy/rootfses/8329a20d-b887-49c5-b2a2-2504339dcd1b"
>  --unshare_namespace_mnt="true" --user="root" 
> --working_directory="/mnt/mesos/sandbox"
> [21:37:59] :   [Step 10/10] Forked command at 14869
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.420985 23567 slave.cpp:3584] 
> Handling status update TASK_RUNNING (UUID: 
> 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 from executor(1)@172.30.2.175:36011
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.421409 23565 
> status_update_manager.cpp:323] Received status update TASK_RUNNING (UUID: 
> 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.421432 23565 
> status_update_manager.cpp:500] Creating StatusUpdate stream for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.421730 23565 
> status_update_manager.cpp:832] Checkpointing UPDATE for status update 
> TASK_RUNNING (UUID: 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.421802 23565 
> status_update_manager.cpp:377] Forwarding update TASK_RUNNING (UUID: 
> 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 to the agent
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.421893 23562 slave.cpp:3985] 
> Forwarding the update TASK_RUNNING (UUID: 
> 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 to master@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.421962 23562 slave.cpp:3879] 
> Status update manager successfully handled status update TASK_RUNNING (UUID: 
> 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.421977 23562 slave.cpp:3895] 
> Sending acknowledgement for status update TASK_RUNNING (UUID: 
> 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 to executor(1)@172.30.2.175:36011
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422025 23565 master.cpp:5475] 
> Status update TASK_RUNNING (UUID: 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for 
> task 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 from agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 at slave(515)@172.30.2.175:42074 
> (ip-172-30-2-175.mesosphere.io)
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422045 23565 master.cpp:5537] 
> Forwarding status update TASK_RUNNING (UUID: 
> 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422089 23565 master.cpp:7187] 
> Updating the state of task 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (latest state: TASK_RUNNING, status 
> update state: TASK_RUNNING)
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422171 23567 sched.cpp:1025] 
> Scheduler::statusUpdate took 38222ns
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422327 23563 master.cpp:4598] 
> Processing ACKNOWLEDGE call 6078ddc8-4bca-42a1-9fde-658e966bbfdc for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (default) at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074 on agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422472 23564 
> status_update_manager.cpp:395] Received status update acknowledgement (UUID: 
> 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422507 23564 
> status_update_manager.cpp:832] Checkpointing ACK for status update 
> TASK_RUNNING (UUID: 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422580 23564 slave.cpp:2931] 
> Status update manager successfully handled status update acknowledgement 
> (UUID: 6078ddc8-4bca-42a1-9fde-658e966bbfdc) for task 
> 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422724 23561 slave.cpp:783] Agent 
> terminating
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422807 23567 master.cpp:1254] 
> Agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 at 
> slave(515)@172.30.2.175:42074 (ip-172-30-2-175.mesosphere.io) disconnected
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422821 23567 master.cpp:2789] 
> Disconnecting agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 at 
> slave(515)@172.30.2.175:42074 (ip-172-30-2-175.mesosphere.io)
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422842 23567 master.cpp:2808] 
> Deactivating agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 at 
> slave(515)@172.30.2.175:42074 (ip-172-30-2-175.mesosphere.io)
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.422878 23567 hierarchical.cpp:569] 
> Agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 deactivated
> [21:37:59] :   [Step 10/10] Changing root to 
> /mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/provisioner/containers/23f8c15c-9c44-43c8-89f5-6a37466fc307/backends/copy/rootfses/8329a20d-b887-49c5-b2a2-2504339dcd1b
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.482426 23546 
> linux_launcher.cpp:104] Using /sys/fs/cgroup/freezer as the freezer hierarchy 
> for the Linux launcher
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.505928 23546 cluster.cpp:436] 
> Creating default 'local' authorizer
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.506368 23563 slave.cpp:208] Mesos 
> agent started on (516)@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.506384 23563 slave.cpp:209] Flags 
> at startup: --acls="" --appc_simple_discovery_uri_prefix="http://"; 
> --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http_readonly="true" 
> --authenticate_http_readwrite="true" --authenticatee="crammd5" 
> --authentication_backoff_factor="1secs" --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="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O/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="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O/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="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O/http_credentials"
>  --image_provisioner_backend="copy" --initialize_driver_logging="true" 
> --isolation="disk/du,filesystem/linux" 
> --launcher_dir="/mnt/teamcity/work/4240ba9ddd0997c3/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;mem:1024;disk(role1):1024" 
> --revocable_cpu_low_priority="true" 
> --runtime_dir="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O"
>  --sandbox_directory="/mnt/mesos/sandbox" --strict="true" 
> --switch_user="true" --systemd_enable_support="true" 
> --systemd_runtime_directory="/run/systemd/system" --version="false" 
> --work_dir="/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl"
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.506642 23563 credentials.hpp:86] 
> Loading credential for authentication from 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O/credential'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.506706 23563 slave.cpp:346] Agent 
> using credential for: test-principal
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.506714 23563 credentials.hpp:37] 
> Loading credentials for authentication from 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_S6NF5O/http_credentials'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.506773 23563 http.cpp:883] Using 
> default 'basic' HTTP authenticator for realm 'mesos-agent-readonly'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.506810 23563 http.cpp:883] Using 
> default 'basic' HTTP authenticator for realm 'mesos-agent-readwrite'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.507076 23563 slave.cpp:529] Agent 
> resources: cpus(*):2; mem(*):1024; disk(role1):1024; ports(*):[31000-32000]
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.507099 23563 slave.cpp:537] Agent 
> attributes: [  ]
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.507103 23563 slave.cpp:542] Agent 
> hostname: ip-172-30-2-175.mesosphere.io
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.507450 23563 state.cpp:57] 
> Recovering state from 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/meta'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.507561 23560 
> status_update_manager.cpp:203] Recovering status update manager
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.507627 23560 
> containerizer.cpp:578] Recovering containerizer
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.508677 23563 provisioner.cpp:209] 
> Recovered container 23f8c15c-9c44-43c8-89f5-6a37466fc307
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.508818 23562 provisioner.cpp:253] 
> Provisioner recovery complete
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.508903 23564 
> containerizer.cpp:753] Removing orphan container 
> 23f8c15c-9c44-43c8-89f5-6a37466fc307
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510051 23567 cgroups.cpp:2678] 
> Freezing cgroup 
> /sys/fs/cgroup/freezer/mesos/23f8c15c-9c44-43c8-89f5-6a37466fc307
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510365 23560 slave.cpp:5200] 
> Finished recovery
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510571 23560 slave.cpp:5233] 
> Garbage collecting old agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510642 23560 slave.cpp:5372] 
> Querying resource estimator for oversubscribable resources
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510663 23565 gc.cpp:55] Scheduling 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0'
>  for gc 6.99999409038222days in the future
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510776 23565 slave.cpp:911] New 
> master detected at master@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510792 23565 slave.cpp:970] 
> Authenticating with master master@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510802 23562 
> status_update_manager.cpp:177] Pausing sending status updates
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510807 23565 slave.cpp:981] Using 
> default CRAM-MD5 authenticatee
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510854 23565 slave.cpp:943] 
> Detecting new master
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510890 23561 
> authenticatee.cpp:121] Creating new client SASL connection
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.510920 23565 slave.cpp:5386] 
> Received oversubscribable resources  from the resource estimator
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511174 23561 master.cpp:6234] 
> Authenticating slave(516)@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511272 23567 
> authenticator.cpp:414] Starting authentication session for 
> crammd5-authenticatee(1050)@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511351 23562 authenticator.cpp:98] 
> Creating new server SASL connection
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511534 23562 
> authenticatee.cpp:213] Received SASL authentication mechanisms: CRAM-MD5
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511549 23562 
> authenticatee.cpp:239] Attempting to authenticate with mechanism 'CRAM-MD5'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511616 23560 
> authenticator.cpp:204] Received SASL authentication start
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511644 23560 
> authenticator.cpp:326] Authentication requires more steps
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511680 23560 
> authenticatee.cpp:259] Received SASL authentication step
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511713 23566 cgroups.cpp:1412] 
> Successfully froze cgroup 
> /sys/fs/cgroup/freezer/mesos/23f8c15c-9c44-43c8-89f5-6a37466fc307 after 
> 1.632256ms
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511749 23564 
> authenticator.cpp:232] Received SASL authentication step
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511768 23564 auxprop.cpp:109] 
> Request to lookup properties for user: 'test-principal' realm: 
> 'ip-172-30-2-175.mesosphere.io' server FQDN: 'ip-172-30-2-175.mesosphere.io' 
> SASL_AUXPROP_VERIFY_AGAINST_HASH: false SASL_AUXPROP_OVERRIDE: false 
> SASL_AUXPROP_AUTHZID: false 
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511776 23564 auxprop.cpp:181] 
> Looking up auxiliary property '*userPassword'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511790 23564 auxprop.cpp:181] 
> Looking up auxiliary property '*cmusaslsecretCRAM-MD5'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511802 23564 auxprop.cpp:109] 
> Request to lookup properties for user: 'test-principal' realm: 
> 'ip-172-30-2-175.mesosphere.io' server FQDN: 'ip-172-30-2-175.mesosphere.io' 
> SASL_AUXPROP_VERIFY_AGAINST_HASH: false SASL_AUXPROP_OVERRIDE: false 
> SASL_AUXPROP_AUTHZID: true 
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511811 23564 auxprop.cpp:131] 
> Skipping auxiliary property '*userPassword' since SASL_AUXPROP_AUTHZID == true
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511817 23564 auxprop.cpp:131] 
> Skipping auxiliary property '*cmusaslsecretCRAM-MD5' since 
> SASL_AUXPROP_AUTHZID == true
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511831 23564 
> authenticator.cpp:318] Authentication success
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511871 23567 
> authenticatee.cpp:299] Authentication success
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511878 23564 master.cpp:6264] 
> Successfully authenticated principal 'test-principal' at 
> slave(516)@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511911 23563 
> authenticator.cpp:432] Authentication session cleanup for 
> crammd5-authenticatee(1050)@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.511988 23566 slave.cpp:1065] 
> Successfully authenticated with master master@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.512058 23566 slave.cpp:1471] Will 
> retry registration in 521709ns if necessary
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.512162 23567 master.cpp:4886] 
> Registering agent at slave(516)@172.30.2.175:42074 
> (ip-172-30-2-175.mesosphere.io) with id 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.512279 23564 registrar.cpp:464] 
> Applied 1 operations in 20587ns; attempting to update the registry
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.512555 23564 log.cpp:577] 
> Attempting to append 586 bytes to the log
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.512605 23564 coordinator.cpp:348] 
> Coordinator attempting to write APPEND action at position 5
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.512943 23566 replica.cpp:537] 
> Replica received write request for position 5 from 
> __req_res__(5947)@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.513149 23561 cgroups.cpp:2696] 
> Thawing cgroup 
> /sys/fs/cgroup/freezer/mesos/23f8c15c-9c44-43c8-89f5-6a37466fc307
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.513350 23561 slave.cpp:1471] Will 
> retry registration in 18.029369ms if necessary
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.513394 23564 master.cpp:4874] 
> Ignoring register agent message from slave(516)@172.30.2.175:42074 
> (ip-172-30-2-175.mesosphere.io) as admission is already in progress
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.513763 23566 leveldb.cpp:341] 
> Persisting action (605 bytes) to leveldb took 797679ns
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.513775 23566 replica.cpp:708] 
> Persisted action APPEND at position 5
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.514089 23566 replica.cpp:691] 
> Replica received learned notice for position 5 from @0.0.0.0:0
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.515106 23565 cgroups.cpp:1441] 
> Successfully thawed cgroup 
> /sys/fs/cgroup/freezer/mesos/23f8c15c-9c44-43c8-89f5-6a37466fc307 after 
> 1.942016ms
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.517287 23566 leveldb.cpp:341] 
> Persisting action (607 bytes) to leveldb took 3.18326ms
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.517302 23566 replica.cpp:708] 
> Persisted action APPEND at position 5
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.517630 23565 registrar.cpp:509] 
> Successfully updated the registry in 5.32992ms
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.517671 23560 log.cpp:596] 
> Attempting to truncate the log to 5
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.517717 23564 coordinator.cpp:348] 
> Coordinator attempting to write TRUNCATE action at position 6
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.517880 23566 slave.cpp:4067] 
> Received ping from slave-observer(476)@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.517882 23561 master.cpp:4956] 
> Registered agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1 at 
> slave(516)@172.30.2.175:42074 (ip-172-30-2-175.mesosphere.io) with cpus(*):2; 
> mem(*):1024; disk(role1):1024; ports(*):[31000-32000]
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.517961 23565 hierarchical.cpp:476] 
> Added agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1 
> (ip-172-30-2-175.mesosphere.io) with cpus(*):2; mem(*):1024; 
> disk(role1):1024; ports(*):[31000-32000] (allocated: )
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.517973 23566 slave.cpp:1111] 
> Registered with master master@172.30.2.175:42074; given agent ID 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518000 23566 fetcher.cpp:86] 
> Clearing fetcher cache
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518039 23561 replica.cpp:537] 
> Replica received write request for position 6 from 
> __req_res__(5948)@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518054 23562 
> status_update_manager.cpp:184] Resuming sending status updates
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518187 23566 slave.cpp:1134] 
> Checkpointing SlaveInfo to 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/meta/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1/slave.info'
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518213 23565 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518241 23565 
> hierarchical.cpp:1294] Performed allocation for agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1 in 250476ns
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518307 23566 slave.cpp:1171] 
> Forwarding total oversubscribed resources 
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518337 23567 master.cpp:6063] 
> Sending 1 offers to framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 
> (default) at scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518424 23567 master.cpp:5340] 
> Received update of agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1 at 
> slave(516)@172.30.2.175:42074 (ip-172-30-2-175.mesosphere.io) with total 
> oversubscribed resources 
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518481 23562 sched.cpp:917] 
> Scheduler::resourceOffers took 8664ns
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518512 23567 hierarchical.cpp:540] 
> Agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1 (ip-172-30-2-175.mesosphere.io) 
> updated with oversubscribed resources  (total: cpus(*):2; mem(*):1024; 
> disk(role1):1024; ports(*):[31000-32000], allocated: disk(role1):1024; 
> cpus(*):2; mem(*):1024; ports(*):[31000-32000])
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518589 23567 
> hierarchical.cpp:1675] No allocations performed
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518600 23567 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518616 23567 
> hierarchical.cpp:1294] Performed allocation for agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1 in 75442ns
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518774 23561 leveldb.cpp:341] 
> Persisting action (16 bytes) to leveldb took 718579ns
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518784 23561 replica.cpp:708] 
> Persisted action TRUNCATE at position 6
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.518993 23565 replica.cpp:691] 
> Replica received learned notice for position 6 from @0.0.0.0:0
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.521348 23565 leveldb.cpp:341] 
> Persisting action (18 bytes) to leveldb took 2.337572ms
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.521378 23565 leveldb.cpp:399] 
> Deleting ~2 keys from leveldb took 11565ns
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.521384 23565 replica.cpp:708] 
> Persisted action TRUNCATE at position 6
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.549089 23564 linux.cpp:726] 
> Unmounting volume 
> '/mnt/teamcity/temp/buildTmp/LinuxFilesystemIsolatorTest_ROOT_RecoverOrphanedPersistentVolume_jtYKGl/slaves/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0/frameworks/0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000/executors/166c8920-f170-4b96-849c-dff2481b7e52/runs/23f8c15c-9c44-43c8-89f5-6a37466fc307/path1'
>  for container 23f8c15c-9c44-43c8-89f5-6a37466fc307
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.889521 23567 
> hierarchical.cpp:1675] No allocations performed
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.889549 23567 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:37:59]W:   [Step 10/10] I0915 21:37:59.889562 23567 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 120383ns
> [21:38:00]W:   [Step 10/10] I0915 21:38:00.890720 23565 
> hierarchical.cpp:1675] No allocations performed
> [21:38:00]W:   [Step 10/10] I0915 21:38:00.890744 23565 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:00]W:   [Step 10/10] I0915 21:38:00.890758 23565 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 124913ns
> [21:38:01]W:   [Step 10/10] I0915 21:38:01.891607 23564 
> hierarchical.cpp:1675] No allocations performed
> [21:38:01]W:   [Step 10/10] I0915 21:38:01.891630 23564 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:01]W:   [Step 10/10] I0915 21:38:01.891643 23564 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 115390ns
> [21:38:02]W:   [Step 10/10] I0915 21:38:02.892316 23560 
> hierarchical.cpp:1675] No allocations performed
> [21:38:02]W:   [Step 10/10] I0915 21:38:02.892341 23560 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:02]W:   [Step 10/10] I0915 21:38:02.892354 23560 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 124541ns
> [21:38:03]W:   [Step 10/10] I0915 21:38:03.892830 23566 
> hierarchical.cpp:1675] No allocations performed
> [21:38:03]W:   [Step 10/10] I0915 21:38:03.892853 23566 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:03]W:   [Step 10/10] I0915 21:38:03.892866 23566 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 116085ns
> [21:38:04]W:   [Step 10/10] I0915 21:38:04.893617 23565 
> hierarchical.cpp:1675] No allocations performed
> [21:38:04]W:   [Step 10/10] I0915 21:38:04.893640 23565 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:04]W:   [Step 10/10] I0915 21:38:04.893651 23565 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 108599ns
> [21:38:05]W:   [Step 10/10] I0915 21:38:05.894587 23563 
> hierarchical.cpp:1675] No allocations performed
> [21:38:05]W:   [Step 10/10] I0915 21:38:05.894608 23563 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:05]W:   [Step 10/10] I0915 21:38:05.894621 23563 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 128323ns
> [21:38:06]W:   [Step 10/10] I0915 21:38:06.895325 23560 
> hierarchical.cpp:1675] No allocations performed
> [21:38:06]W:   [Step 10/10] I0915 21:38:06.895349 23560 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:06]W:   [Step 10/10] I0915 21:38:06.895362 23560 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 121938ns
> [21:38:07]W:   [Step 10/10] I0915 21:38:07.895589 23564 
> hierarchical.cpp:1675] No allocations performed
> [21:38:07]W:   [Step 10/10] I0915 21:38:07.895614 23564 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:07]W:   [Step 10/10] I0915 21:38:07.895628 23564 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 126014ns
> [21:38:08]W:   [Step 10/10] I0915 21:38:08.896214 23561 
> hierarchical.cpp:1675] No allocations performed
> [21:38:08]W:   [Step 10/10] I0915 21:38:08.896235 23561 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:08]W:   [Step 10/10] I0915 21:38:08.896248 23561 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 124709ns
> [21:38:09]W:   [Step 10/10] I0915 21:38:09.896757 23562 
> hierarchical.cpp:1675] No allocations performed
> [21:38:09]W:   [Step 10/10] I0915 21:38:09.896780 23562 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:09]W:   [Step 10/10] I0915 21:38:09.896798 23562 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 114520ns
> [21:38:10]W:   [Step 10/10] I0915 21:38:10.897619 23567 
> hierarchical.cpp:1675] No allocations performed
> [21:38:10]W:   [Step 10/10] I0915 21:38:10.897644 23567 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:10]W:   [Step 10/10] I0915 21:38:10.897657 23567 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 137769ns
> [21:38:11]W:   [Step 10/10] I0915 21:38:11.898491 23566 
> hierarchical.cpp:1675] No allocations performed
> [21:38:11]W:   [Step 10/10] I0915 21:38:11.898515 23566 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:11]W:   [Step 10/10] I0915 21:38:11.898530 23566 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 134794ns
> [21:38:12]W:   [Step 10/10] I0915 21:38:12.899081 23565 
> hierarchical.cpp:1675] No allocations performed
> [21:38:12]W:   [Step 10/10] I0915 21:38:12.899106 23565 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:12]W:   [Step 10/10] I0915 21:38:12.899121 23565 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 110992ns
> [21:38:13]W:   [Step 10/10] I0915 21:38:13.899983 23563 
> hierarchical.cpp:1675] No allocations performed
> [21:38:13]W:   [Step 10/10] I0915 21:38:13.900007 23563 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:13]W:   [Step 10/10] I0915 21:38:13.900022 23563 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 123915ns
> [21:38:14]W:   [Step 10/10] I0915 21:38:14.511349 23562 slave.cpp:5372] 
> Querying resource estimator for oversubscribable resources
> [21:38:14]W:   [Step 10/10] I0915 21:38:14.511473 23563 slave.cpp:5386] 
> Received oversubscribable resources  from the resource estimator
> [21:38:14]W:   [Step 10/10] I0915 21:38:14.518640 23567 slave.cpp:4067] 
> Received ping from slave-observer(476)@172.30.2.175:42074
> [21:38:14]W:   [Step 10/10] I0915 21:38:14.901108 23560 
> hierarchical.cpp:1675] No allocations performed
> [21:38:14]W:   [Step 10/10] I0915 21:38:14.901123 23560 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:14]W:   [Step 10/10] I0915 21:38:14.901137 23560 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 104577ns
> [21:38:15]W:   [Step 10/10] I0915 21:38:15.901926 23563 
> hierarchical.cpp:1675] No allocations performed
> [21:38:15]W:   [Step 10/10] I0915 21:38:15.901955 23563 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:15]W:   [Step 10/10] I0915 21:38:15.901973 23563 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 127676ns
> [21:38:16]W:   [Step 10/10] I0915 21:38:16.902658 23562 
> hierarchical.cpp:1675] No allocations performed
> [21:38:16]W:   [Step 10/10] I0915 21:38:16.902681 23562 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:16]W:   [Step 10/10] I0915 21:38:16.902695 23562 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 115450ns
> [21:38:17]W:   [Step 10/10] I0915 21:38:17.903545 23567 
> hierarchical.cpp:1675] No allocations performed
> [21:38:17]W:   [Step 10/10] I0915 21:38:17.903568 23567 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:17]W:   [Step 10/10] I0915 21:38:17.903581 23567 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 108023ns
> [21:38:18]W:   [Step 10/10] I0915 21:38:18.904386 23566 
> hierarchical.cpp:1675] No allocations performed
> [21:38:18]W:   [Step 10/10] I0915 21:38:18.904412 23566 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:18]W:   [Step 10/10] I0915 21:38:18.904427 23566 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 124525ns
> [21:38:19]W:   [Step 10/10] I0915 21:38:19.905316 23562 
> hierarchical.cpp:1675] No allocations performed
> [21:38:19]W:   [Step 10/10] I0915 21:38:19.905339 23562 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:19]W:   [Step 10/10] I0915 21:38:19.905354 23562 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 114973ns
> [21:38:20]W:   [Step 10/10] I0915 21:38:20.906301 23563 
> hierarchical.cpp:1675] No allocations performed
> [21:38:20]W:   [Step 10/10] I0915 21:38:20.906325 23563 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:20]W:   [Step 10/10] I0915 21:38:20.906338 23563 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 118555ns
> [21:38:21]W:   [Step 10/10] I0915 21:38:21.907188 23560 
> hierarchical.cpp:1675] No allocations performed
> [21:38:21]W:   [Step 10/10] I0915 21:38:21.907213 23560 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:21]W:   [Step 10/10] I0915 21:38:21.907227 23560 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 124505ns
> [21:38:22]W:   [Step 10/10] I0915 21:38:22.908219 23565 
> hierarchical.cpp:1675] No allocations performed
> [21:38:22]W:   [Step 10/10] I0915 21:38:22.908244 23565 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:22]W:   [Step 10/10] I0915 21:38:22.908258 23565 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 122859ns
> [21:38:23]W:   [Step 10/10] I0915 21:38:23.909314 23564 
> hierarchical.cpp:1675] No allocations performed
> [21:38:23]W:   [Step 10/10] I0915 21:38:23.909339 23564 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:23]W:   [Step 10/10] I0915 21:38:23.909353 23564 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 124793ns
> [21:38:24]W:   [Step 10/10] I0915 21:38:24.910269 23562 
> hierarchical.cpp:1675] No allocations performed
> [21:38:24]W:   [Step 10/10] I0915 21:38:24.910295 23562 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:24]W:   [Step 10/10] I0915 21:38:24.910310 23562 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 117684ns
> [21:38:25]W:   [Step 10/10] I0915 21:38:25.911062 23563 
> hierarchical.cpp:1675] No allocations performed
> [21:38:25]W:   [Step 10/10] I0915 21:38:25.911085 23563 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:25]W:   [Step 10/10] I0915 21:38:25.911098 23563 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 118344ns
> [21:38:26]W:   [Step 10/10] I0915 21:38:26.911698 23561 
> hierarchical.cpp:1675] No allocations performed
> [21:38:26]W:   [Step 10/10] I0915 21:38:26.911720 23561 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:26]W:   [Step 10/10] I0915 21:38:26.911733 23561 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 104235ns
> [21:38:27]W:   [Step 10/10] I0915 21:38:27.912376 23567 
> hierarchical.cpp:1675] No allocations performed
> [21:38:27]W:   [Step 10/10] I0915 21:38:27.912401 23567 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:27]W:   [Step 10/10] I0915 21:38:27.912423 23567 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 130045ns
> [21:38:28]W:   [Step 10/10] I0915 21:38:28.913077 23566 
> hierarchical.cpp:1675] No allocations performed
> [21:38:28]W:   [Step 10/10] I0915 21:38:28.913105 23566 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:28]W:   [Step 10/10] I0915 21:38:28.913120 23566 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 120632ns
> [21:38:29]W:   [Step 10/10] I0915 21:38:29.512468 23562 slave.cpp:5372] 
> Querying resource estimator for oversubscribable resources
> [21:38:29]W:   [Step 10/10] I0915 21:38:29.512557 23562 slave.cpp:5386] 
> Received oversubscribable resources  from the resource estimator
> [21:38:29]W:   [Step 10/10] I0915 21:38:29.519032 23564 slave.cpp:4067] 
> Received ping from slave-observer(476)@172.30.2.175:42074
> [21:38:29]W:   [Step 10/10] I0915 21:38:29.913611 23564 
> hierarchical.cpp:1675] No allocations performed
> [21:38:29]W:   [Step 10/10] I0915 21:38:29.913632 23564 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:29]W:   [Step 10/10] I0915 21:38:29.913646 23564 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 105666ns
> [21:38:30]W:   [Step 10/10] I0915 21:38:30.914585 23567 
> hierarchical.cpp:1675] No allocations performed
> [21:38:30]W:   [Step 10/10] I0915 21:38:30.914609 23567 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:30]W:   [Step 10/10] I0915 21:38:30.914623 23567 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 122326ns
> [21:38:31]W:   [Step 10/10] I0915 21:38:31.915400 23561 
> hierarchical.cpp:1675] No allocations performed
> [21:38:31]W:   [Step 10/10] I0915 21:38:31.915423 23561 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:31]W:   [Step 10/10] I0915 21:38:31.915437 23561 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 118108ns
> [21:38:32]W:   [Step 10/10] I0915 21:38:32.915968 23565 
> hierarchical.cpp:1675] No allocations performed
> [21:38:32]W:   [Step 10/10] I0915 21:38:32.915992 23565 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:32]W:   [Step 10/10] I0915 21:38:32.916007 23565 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 117124ns
> [21:38:33]W:   [Step 10/10] I0915 21:38:33.916611 23563 
> hierarchical.cpp:1675] No allocations performed
> [21:38:33]W:   [Step 10/10] I0915 21:38:33.916633 23563 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:33]W:   [Step 10/10] I0915 21:38:33.916647 23563 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 112693ns
> [21:38:34]W:   [Step 10/10] I0915 21:38:34.917026 23560 
> hierarchical.cpp:1675] No allocations performed
> [21:38:34]W:   [Step 10/10] I0915 21:38:34.917050 23560 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:34]W:   [Step 10/10] I0915 21:38:34.917063 23560 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 114220ns
> [21:38:35]W:   [Step 10/10] I0915 21:38:35.917553 23562 
> hierarchical.cpp:1675] No allocations performed
> [21:38:35]W:   [Step 10/10] I0915 21:38:35.917577 23562 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:35]W:   [Step 10/10] I0915 21:38:35.917590 23562 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 119343ns
> [21:38:36]W:   [Step 10/10] I0915 21:38:36.918190 23566 
> hierarchical.cpp:1675] No allocations performed
> [21:38:36]W:   [Step 10/10] I0915 21:38:36.918213 23566 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:36]W:   [Step 10/10] I0915 21:38:36.918227 23566 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 119275ns
> [21:38:37]W:   [Step 10/10] I0915 21:38:37.918907 23561 
> hierarchical.cpp:1675] No allocations performed
> [21:38:37]W:   [Step 10/10] I0915 21:38:37.918931 23561 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:37]W:   [Step 10/10] I0915 21:38:37.918943 23561 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 117529ns
> [21:38:38]W:   [Step 10/10] I0915 21:38:38.919143 23565 
> hierarchical.cpp:1675] No allocations performed
> [21:38:38]W:   [Step 10/10] I0915 21:38:38.919167 23565 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:38]W:   [Step 10/10] I0915 21:38:38.919180 23565 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 101591ns
> [21:38:39]W:   [Step 10/10] I0915 21:38:39.919631 23567 
> hierarchical.cpp:1675] No allocations performed
> [21:38:39]W:   [Step 10/10] I0915 21:38:39.919652 23567 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:39]W:   [Step 10/10] I0915 21:38:39.919667 23567 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 103397ns
> [21:38:40]W:   [Step 10/10] I0915 21:38:40.920660 23563 
> hierarchical.cpp:1675] No allocations performed
> [21:38:40]W:   [Step 10/10] I0915 21:38:40.920683 23563 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:40]W:   [Step 10/10] I0915 21:38:40.920697 23563 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 119079ns
> [21:38:41]W:   [Step 10/10] I0915 21:38:41.921702 23562 
> hierarchical.cpp:1675] No allocations performed
> [21:38:41]W:   [Step 10/10] I0915 21:38:41.921726 23562 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:41]W:   [Step 10/10] I0915 21:38:41.921741 23562 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 119520ns
> [21:38:42]W:   [Step 10/10] I0915 21:38:42.922940 23561 
> hierarchical.cpp:1675] No allocations performed
> [21:38:42]W:   [Step 10/10] I0915 21:38:42.922963 23561 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:42]W:   [Step 10/10] I0915 21:38:42.922978 23561 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 134266ns
> [21:38:43]W:   [Step 10/10] I0915 21:38:43.923455 23560 
> hierarchical.cpp:1675] No allocations performed
> [21:38:43]W:   [Step 10/10] I0915 21:38:43.923480 23560 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:43]W:   [Step 10/10] I0915 21:38:43.923494 23560 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 123462ns
> [21:38:44]W:   [Step 10/10] I0915 21:38:44.512699 23565 slave.cpp:5372] 
> Querying resource estimator for oversubscribable resources
> [21:38:44]W:   [Step 10/10] I0915 21:38:44.512784 23565 slave.cpp:5386] 
> Received oversubscribable resources  from the resource estimator
> [21:38:44]W:   [Step 10/10] I0915 21:38:44.520037 23564 slave.cpp:4067] 
> Received ping from slave-observer(476)@172.30.2.175:42074
> [21:38:44]W:   [Step 10/10] I0915 21:38:44.924063 23561 
> hierarchical.cpp:1675] No allocations performed
> [21:38:44]W:   [Step 10/10] I0915 21:38:44.924078 23561 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:44]W:   [Step 10/10] I0915 21:38:44.924091 23561 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 102737ns
> [21:38:45]W:   [Step 10/10] I0915 21:38:45.924705 23562 
> hierarchical.cpp:1675] No allocations performed
> [21:38:45]W:   [Step 10/10] I0915 21:38:45.924726 23562 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:45]W:   [Step 10/10] I0915 21:38:45.924741 23562 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 111421ns
> [21:38:46]W:   [Step 10/10] I0915 21:38:46.925673 23564 
> hierarchical.cpp:1675] No allocations performed
> [21:38:46]W:   [Step 10/10] I0915 21:38:46.925696 23564 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:46]W:   [Step 10/10] I0915 21:38:46.925710 23564 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 117716ns
> [21:38:47]W:   [Step 10/10] I0915 21:38:47.926898 23565 
> hierarchical.cpp:1675] No allocations performed
> [21:38:47]W:   [Step 10/10] I0915 21:38:47.926924 23565 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:47]W:   [Step 10/10] I0915 21:38:47.926947 23565 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 125034ns
> [21:38:48]W:   [Step 10/10] I0915 21:38:48.927785 23560 
> hierarchical.cpp:1675] No allocations performed
> [21:38:48]W:   [Step 10/10] I0915 21:38:48.927805 23560 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:48]W:   [Step 10/10] I0915 21:38:48.927819 23560 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 103803ns
> [21:38:49]W:   [Step 10/10] I0915 21:38:49.928547 23563 
> hierarchical.cpp:1675] No allocations performed
> [21:38:49]W:   [Step 10/10] I0915 21:38:49.928570 23563 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:49]W:   [Step 10/10] I0915 21:38:49.928585 23563 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 122767ns
> [21:38:50]W:   [Step 10/10] I0915 21:38:50.929147 23566 
> hierarchical.cpp:1675] No allocations performed
> [21:38:50]W:   [Step 10/10] I0915 21:38:50.929169 23566 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:50]W:   [Step 10/10] I0915 21:38:50.929183 23566 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 119798ns
> [21:38:51]W:   [Step 10/10] I0915 21:38:51.930006 23562 
> hierarchical.cpp:1675] No allocations performed
> [21:38:51]W:   [Step 10/10] I0915 21:38:51.930032 23562 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:51]W:   [Step 10/10] I0915 21:38:51.930045 23562 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 122076ns
> [21:38:52]W:   [Step 10/10] I0915 21:38:52.930964 23561 
> hierarchical.cpp:1675] No allocations performed
> [21:38:52]W:   [Step 10/10] I0915 21:38:52.930989 23561 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:52]W:   [Step 10/10] I0915 21:38:52.931002 23561 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 119686ns
> [21:38:53]W:   [Step 10/10] I0915 21:38:53.931448 23560 
> hierarchical.cpp:1675] No allocations performed
> [21:38:53]W:   [Step 10/10] I0915 21:38:53.931471 23560 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:53]W:   [Step 10/10] I0915 21:38:53.931485 23560 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 110874ns
> [21:38:54]W:   [Step 10/10] I0915 21:38:54.932152 23566 
> hierarchical.cpp:1675] No allocations performed
> [21:38:54]W:   [Step 10/10] I0915 21:38:54.932175 23566 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:54]W:   [Step 10/10] I0915 21:38:54.932188 23566 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 107795ns
> [21:38:55]W:   [Step 10/10] I0915 21:38:55.933149 23564 
> hierarchical.cpp:1675] No allocations performed
> [21:38:55]W:   [Step 10/10] I0915 21:38:55.933172 23564 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:55]W:   [Step 10/10] I0915 21:38:55.933187 23564 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 118733ns
> [21:38:56]W:   [Step 10/10] I0915 21:38:56.933703 23567 
> hierarchical.cpp:1675] No allocations performed
> [21:38:56]W:   [Step 10/10] I0915 21:38:56.933725 23567 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:56]W:   [Step 10/10] I0915 21:38:56.933744 23567 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 113419ns
> [21:38:57]W:   [Step 10/10] I0915 21:38:57.934931 23561 
> hierarchical.cpp:1675] No allocations performed
> [21:38:57]W:   [Step 10/10] I0915 21:38:57.934954 23561 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:57]W:   [Step 10/10] I0915 21:38:57.934968 23561 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 118771ns
> [21:38:58]W:   [Step 10/10] I0915 21:38:58.936169 23565 
> hierarchical.cpp:1675] No allocations performed
> [21:38:58]W:   [Step 10/10] I0915 21:38:58.936192 23565 
> hierarchical.cpp:1770] No inverse offers to send out!
> [21:38:58]W:   [Step 10/10] I0915 21:38:58.936205 23565 
> hierarchical.cpp:1271] Performed allocation for 2 agents in 111862ns
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.508095 23560 slave.cpp:4972] 
> Current disk usage 1.83%. Max allowed age: 6.171977831494432days
> [21:38:59] :   [Step 10/10] 
> ../../src/tests/containerizer/filesystem_isolator_tests.cpp:737: Failure
> [21:38:59] :   [Step 10/10] Failed to wait 1mins for _recover
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.512578 23560 master.cpp:1293] 
> Framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (default) at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074 disconnected
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.512600 23560 master.cpp:2730] 
> Disconnecting framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (default) 
> at scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.512612 23560 master.cpp:2754] 
> Deactivating framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (default) at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.512713 23563 hierarchical.cpp:380] 
> Deactivated framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:38:59]W:   [Step 10/10] W0915 21:38:59.512753 23560 master.hpp:2249] 
> Master attempted to send message to disconnected framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (default) at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.512784 23560 master.cpp:1306] 
> Giving framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (default) at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074 0ns to 
> failover
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.512871 23563 
> hierarchical.cpp:1003] Recovered disk(role1):1024; cpus(*):2; mem(*):1024; 
> ports(*):[31000-32000] (total: cpus(*):2; mem(*):1024; disk(role1):1024; 
> ports(*):[31000-32000], allocated: ) on agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1 from framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.513334 23566 slave.cpp:783] Agent 
> terminating
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.513401 23566 master.cpp:1254] 
> Agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1 at 
> slave(516)@172.30.2.175:42074 (ip-172-30-2-175.mesosphere.io) disconnected
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.513411 23566 master.cpp:2789] 
> Disconnecting agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1 at 
> slave(516)@172.30.2.175:42074 (ip-172-30-2-175.mesosphere.io)
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.513445 23566 master.cpp:2808] 
> Deactivating agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1 at 
> slave(516)@172.30.2.175:42074 (ip-172-30-2-175.mesosphere.io)
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.513542 23566 master.cpp:5915] 
> Framework failover timeout, removing framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (default) at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.513552 23566 master.cpp:6651] 
> Removing framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (default) at 
> scheduler-1c0816d7-7de9-48bd-b645-31f91a10bc23@172.30.2.175:42074
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.513566 23560 hierarchical.cpp:569] 
> Agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1 deactivated
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.513582 23566 master.cpp:7187] 
> Updating the state of task 166c8920-f170-4b96-849c-dff2481b7e52 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 (latest state: TASK_KILLED, status 
> update state: TASK_KILLED)
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.513679 23566 master.cpp:7283] 
> Removing task 166c8920-f170-4b96-849c-dff2481b7e52 with resources cpus(*):1; 
> mem(*):512; disk(role1)[id1:path1]:64 of framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000 on agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 at slave(515)@172.30.2.175:42074 
> (ip-172-30-2-175.mesosphere.io)
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.513764 23563 
> hierarchical.cpp:1003] Recovered cpus(*):1; mem(*):512; 
> disk(role1)[id1:path1]:64 (total: cpus(*):2; mem(*):1024; disk(role1):960; 
> ports(*):[31000-32000]; disk(role1)[id1:path1]:64, allocated: ) on agent 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0 from framework 
> 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.513839 23563 hierarchical.cpp:331] 
> Removed framework 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-0000
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.515071 23546 master.cpp:1097] 
> Master terminating
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.515230 23563 hierarchical.cpp:508] 
> Removed agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S1
> [21:38:59]W:   [Step 10/10] I0915 21:38:59.515431 23563 hierarchical.cpp:508] 
> Removed agent 0b0fca1d-a807-4831-9cf1-70f31c3c25d3-S0
> [21:38:59] :   [Step 10/10] 
> ../../3rdparty/libprocess/include/process/gmock.hpp:487: Failure
> [21:38:59] :   [Step 10/10] Actual function call count doesn't match 
> EXPECT_CALL(filter->mock, filter(testing::A()))...
> [21:38:59] :   [Step 10/10]     Expected args: dispatch matcher (1-byte 
> object <90>, 16-byte object <90-4F 4E-00 00-00 00-00 00-00 00-00 00-00 00-00>)
> [21:38:59] :   [Step 10/10]          Expected: to be called once
> [21:38:59] :   [Step 10/10]            Actual: never called - unsatisfied and 
> active
> [21:38:59] :   [Step 10/10] [  FAILED  ] 
> LinuxFilesystemIsolatorTest.ROOT_RecoverOrphanedPersistentVolume (60643 ms)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to