You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anindya Sinha (JIRA)" <ji...@apache.org> on 2017/02/10 01:19:42 UTC

[jira] [Commented] (MESOS-7101) ExamplesTest.PersistentVolumeFramework failed on ASF CI

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

Anindya Sinha commented on MESOS-7101:
--------------------------------------

Looks like square brackets is deprecated for arithmetic in bash in favor of {{$((..))}}, or use the increment operator, i.e. {{((COUNTER++))}}


> ExamplesTest.PersistentVolumeFramework failed on ASF CI
> -------------------------------------------------------
>
>                 Key: MESOS-7101
>                 URL: https://issues.apache.org/jira/browse/MESOS-7101
>             Project: Mesos
>          Issue Type: Improvement
>          Components: test
>            Reporter: Yan Xu
>
> [build|https://builds.apache.org/job/Mesos-Buildbot/BUILDTOOL=autotools,COMPILER=clang,CONFIGURATION=--verbose%20--enable-libevent%20--enable-ssl,ENVIRONMENT=GLOG_v=1%20MESOS_VERBOSE=1,OS=ubuntu:14.04,label_exp=(docker%7C%7CHadoop)&&(!ubuntu-us1)&&(!ubuntu-eu2)/3252/]
> {noformat:title=error}
> sh: 3: [: Illegal number: $[COUNTER+1]
> Command exited with status 1 (pid: 450)
> {noformat}
> {noformat:title=full log}
> [ RUN      ] ExamplesTest.PersistentVolumeFramework
> Using temporary directory '/tmp/ExamplesTest_PersistentVolumeFramework_gtOtbj'
> /mesos/mesos-1.2.0/src/tests/persistent_volume_framework_test.sh: line 20: /mesos/mesos-1.2.0/_build/src/colors.sh: No such file or directory
> /mesos/mesos-1.2.0/src/tests/persistent_volume_framework_test.sh: line 21: /mesos/mesos-1.2.0/_build/src/atexit.sh: No such file or directory
> I0209 23:22:14.321518 32564 logging.cpp:199] Logging to STDERR
> I0209 23:22:14.334594 32564 process.cpp:1246] libprocess is initialized on 172.17.0.2:56477 with 16 worker threads
> I0209 23:22:14.343567 32564 leveldb.cpp:174] Opened db in 2.754755ms
> I0209 23:22:14.344657 32564 leveldb.cpp:181] Compacted db in 1.050289ms
> I0209 23:22:14.344769 32564 leveldb.cpp:196] Created db iterator in 85778ns
> I0209 23:22:14.344815 32564 leveldb.cpp:202] Seeked to beginning of db in 19112ns
> I0209 23:22:14.344841 32564 leveldb.cpp:271] Iterated through 0 keys in the db in 13284ns
> I0209 23:22:14.345083 32564 replica.cpp:778] Replica recovered with log positions 0 -> 0 with 1 holes and 0 unlearned
> I0209 23:22:14.347863 32599 recover.cpp:451] Starting replica recovery
> I0209 23:22:14.348767 32599 recover.cpp:477] Replica is in EMPTY status
> I0209 23:22:14.350226 32564 local.cpp:269] Creating default 'local' authorizer
> I0209 23:22:14.351691 32595 replica.cpp:675] Replica in EMPTY status received a broadcasted recover request from __req_res__(1)@172.17.0.2:56477
> I0209 23:22:14.353082 32595 recover.cpp:197] Received a recover response from a replica in EMPTY status
> I0209 23:22:14.353443 32602 master.cpp:383] Master e3b45058-2f18-4724-b957-37e73ffd3731 (6c3cac43dca5) started on 172.17.0.2:56477
> I0209 23:22:14.353976 32594 recover.cpp:568] Updating replica status to STARTING
> I0209 23:22:14.353482 32602 master.cpp:385] Flags at startup: --acls="permissive: true
> register_frameworks {
>   principals {
>     type: ANY
>   }
>   roles {
>     type: SOME
>     values: "test"
>   }
> }
> " --agent_ping_timeout="15secs" --agent_reregister_timeout="10mins" --allocation_interval="1secs" --allocator="HierarchicalDRF" --authenticate_agents="false" --authenticate_frameworks="false" --authenticate_http_frameworks="false" --authenticate_http_readonly="false" --authenticate_http_readwrite="false" --authenticators="crammd5" --authorizers="local" --credentials="/tmp/ExamplesTest_PersistentVolumeFramework_gtOtbj/credentials" --framework_sorter="drf" --help="false" --hostname_lookup="true" --http_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" --max_unreachable_tasks_per_framework="1000" --quiet="false" --recovery_agent_removal_limit="100%" --registry="replicated_log" --registry_fetch_timeout="1mins" --registry_gc_interval="15mins" --registry_max_agent_age="2weeks" --registry_max_agent_count="102400" --registry_store_timeout="20secs" --registry_strict="false" --roles="test" --root_submissions="true" --user_sorter="drf" --version="false" --webui_dir="/mesos/mesos-1.2.0/src/webui" --work_dir="/tmp/mesos-ANhEFW/master" --zk_session_timeout="10secs"
> I0209 23:22:14.354421 32602 master.cpp:437] Master allowing unauthenticated frameworks to register
> I0209 23:22:14.354442 32602 master.cpp:451] Master allowing unauthenticated agents to register
> I0209 23:22:14.354456 32602 master.cpp:465] Master allowing HTTP frameworks to register without authentication
> I0209 23:22:14.354473 32602 credentials.hpp:37] Loading credentials for authentication from '/tmp/ExamplesTest_PersistentVolumeFramework_gtOtbj/credentials'
> W0209 23:22:14.354605 32602 credentials.hpp:52] Permissions on credentials file '/tmp/ExamplesTest_PersistentVolumeFramework_gtOtbj/credentials' are too open; it is recommended that your credentials file is NOT accessible by others
> I0209 23:22:14.354827 32602 master.cpp:507] Using default 'crammd5' authenticator
> I0209 23:22:14.354925 32595 leveldb.cpp:304] Persisting metadata (8 bytes) to leveldb took 812740ns
> I0209 23:22:14.354986 32595 replica.cpp:322] Persisted replica status to STARTING
> I0209 23:22:14.355067 32602 authenticator.cpp:519] Initializing server SASL
> I0209 23:22:14.355475 32594 recover.cpp:477] Replica is in STARTING status
> I0209 23:22:14.356791 32597 replica.cpp:675] Replica in STARTING status received a broadcasted recover request from __req_res__(2)@172.17.0.2:56477
> I0209 23:22:14.357305 32595 recover.cpp:197] Received a recover response from a replica in STARTING status
> I0209 23:22:14.357723 32589 recover.cpp:568] Updating replica status to VOTING
> I0209 23:22:14.358052 32602 auxprop.cpp:73] Initialized in-memory auxiliary property plugin
> I0209 23:22:14.358276 32602 master.cpp:587] Authorization enabled
> W0209 23:22:14.358302 32602 master.cpp:650] The '--roles' flag is deprecated. This flag will be removed in the future. See the Mesos 0.27 upgrade notes for more information
> I0209 23:22:14.358484 32588 leveldb.cpp:304] Persisting metadata (8 bytes) to leveldb took 504653ns
> I0209 23:22:14.358708 32588 replica.cpp:322] Persisted replica status to VOTING
> I0209 23:22:14.359030 32588 recover.cpp:582] Successfully joined the Paxos group
> I0209 23:22:14.359045 32591 hierarchical.cpp:161] Initialized hierarchical allocator process
> I0209 23:22:14.359089 32593 whitelist_watcher.cpp:77] No whitelist given
> I0209 23:22:14.359777 32588 recover.cpp:466] Recover process terminated
> I0209 23:22:14.364950 32564 containerizer.cpp:220] Using isolation: filesystem/posix,posix/cpu,posix/mem,network/cni
> W0209 23:22:14.365856 32564 backend.cpp:76] Failed to create 'aufs' backend: AufsBackend requires root privileges
> W0209 23:22:14.366109 32564 backend.cpp:76] Failed to create 'bind' backend: BindBackend requires root privileges
> I0209 23:22:14.366245 32564 provisioner.cpp:249] Using default backend 'copy'
> I0209 23:22:14.371706 32597 slave.cpp:211] Mesos agent started on (1)@172.17.0.2:56477
> I0209 23:22:14.371961 32597 slave.cpp:212] Flags at startup: --acls="permissive: true
> register_frameworks {
>   principals {
>     type: ANY
>   }
>   roles {
>     type: SOME
>     values: "test"
>   }
> }
> " --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http_readonly="false" --authenticate_http_readwrite="false" --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" --default_role="test" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/mesos/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/mesos/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_heartbeat_interval="30secs" --initialize_driver_logging="true" --isolation="filesystem/posix,posix/cpu,posix/mem" --launcher="posix" --launcher_dir="/mesos/mesos-1.2.0/_build/src" --logbufsecs="0" --logging_level="INFO" --max_completed_executors_per_framework="150" --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="1secs" --revocable_cpu_low_priority="true" --runtime_dir="/tmp/mesos-mMamfB/agents/0" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/mesos-ANhEFW/agents/0"
> I0209 23:22:14.375396 32564 containerizer.cpp:220] Using isolation: filesystem/posix,posix/cpu,posix/mem,network/cni
> I0209 23:22:14.375385 32597 slave.cpp:541] Agent resources: cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000]
> I0209 23:22:14.375862 32597 slave.cpp:549] Agent attributes: [  ]
> I0209 23:22:14.375988 32597 slave.cpp:554] Agent hostname: 6c3cac43dca5
> W0209 23:22:14.376096 32564 backend.cpp:76] Failed to create 'aufs' backend: AufsBackend requires root privileges
> W0209 23:22:14.376225 32564 backend.cpp:76] Failed to create 'bind' backend: BindBackend requires root privileges
> I0209 23:22:14.376265 32564 provisioner.cpp:249] Using default backend 'copy'
> I0209 23:22:14.376685 32596 status_update_manager.cpp:177] Pausing sending status updates
> I0209 23:22:14.380292 32603 master.cpp:2124] Elected as the leading master!
> I0209 23:22:14.380331 32603 master.cpp:1646] Recovering from registrar
> I0209 23:22:14.380508 32590 registrar.cpp:329] Recovering registrar
> I0209 23:22:14.381733 32595 state.cpp:62] Recovering state from '/tmp/mesos-ANhEFW/agents/0/meta'
> I0209 23:22:14.382064 32603 log.cpp:553] Attempting to start the writer
> I0209 23:22:14.383736 32599 status_update_manager.cpp:203] Recovering status update manager
> I0209 23:22:14.384258 32596 containerizer.cpp:599] Recovering containerizer
> I0209 23:22:14.384481 32589 slave.cpp:211] Mesos agent started on (2)@172.17.0.2:56477
> I0209 23:22:14.384524 32589 slave.cpp:212] Flags at startup: --acls="permissive: true
> register_frameworks {
>   principals {
>     type: ANY
>   }
>   roles {
>     type: SOME
>     values: "test"
>   }
> }
> " --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http_readonly="false" --authenticate_http_readwrite="false" --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" --default_role="test" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/mesos/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/mesos/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_heartbeat_interval="30secs" --initialize_driver_logging="true" --isolation="filesystem/posix,posix/cpu,posix/mem" --launcher="posix" --launcher_dir="/mesos/mesos-1.2.0/_build/src" --logbufsecs="0" --logging_level="INFO" --max_completed_executors_per_framework="150" --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="1secs" --revocable_cpu_low_priority="true" --runtime_dir="/tmp/mesos-mMamfB/agents/1" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/mesos-ANhEFW/agents/1"
> I0209 23:22:14.385715 32601 replica.cpp:495] Replica received implicit promise request from __req_res__(3)@172.17.0.2:56477 with proposal 1
> I0209 23:22:14.386279 32589 slave.cpp:541] Agent resources: cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000]
> I0209 23:22:14.386363 32589 slave.cpp:549] Agent attributes: [  ]
> I0209 23:22:14.386379 32589 slave.cpp:554] Agent hostname: 6c3cac43dca5
> I0209 23:22:14.386461 32601 leveldb.cpp:304] Persisting metadata (8 bytes) to leveldb took 687766ns
> I0209 23:22:14.386482 32588 status_update_manager.cpp:177] Pausing sending status updates
> I0209 23:22:14.386500 32601 replica.cpp:344] Persisted promised to 1
> I0209 23:22:14.388201 32600 state.cpp:62] Recovering state from '/tmp/mesos-ANhEFW/agents/1/meta'
> I0209 23:22:14.388649 32589 status_update_manager.cpp:203] Recovering status update manager
> I0209 23:22:14.389276 32591 provisioner.cpp:410] Provisioner recovery complete
> I0209 23:22:14.389596 32596 coordinator.cpp:238] Coordinator attempting to fill missing positions
> I0209 23:22:14.390231 32598 slave.cpp:5555] Finished recovery
> I0209 23:22:14.390369 32589 containerizer.cpp:599] Recovering containerizer
> I0209 23:22:14.392249 32589 provisioner.cpp:410] Provisioner recovery complete
> I0209 23:22:14.392863 32593 slave.cpp:5555] Finished recovery
> I0209 23:22:14.393115 32564 containerizer.cpp:220] Using isolation: filesystem/posix,posix/cpu,posix/mem,network/cni
> I0209 23:22:14.393156 32598 slave.cpp:5729] Querying resource estimator for oversubscribable resources
> I0209 23:22:14.393326 32593 slave.cpp:5729] Querying resource estimator for oversubscribable resources
> I0209 23:22:14.393954 32589 status_update_manager.cpp:177] Pausing sending status updates
> I0209 23:22:14.394016 32601 slave.cpp:931] New master detected at master@172.17.0.2:56477
> I0209 23:22:14.394062 32601 slave.cpp:955] No credentials provided. Attempting to register without authentication
> I0209 23:22:14.394105 32595 slave.cpp:5743] Received oversubscribable resources {} from the resource estimator
> W0209 23:22:14.394191 32564 backend.cpp:76] Failed to create 'aufs' backend: AufsBackend requires root privileges
> W0209 23:22:14.394330 32564 backend.cpp:76] Failed to create 'bind' backend: BindBackend requires root privileges
> I0209 23:22:14.394384 32564 provisioner.cpp:249] Using default backend 'copy'
> I0209 23:22:14.394454 32595 status_update_manager.cpp:177] Pausing sending status updates
> I0209 23:22:14.394129 32601 slave.cpp:966] Detecting new master
> I0209 23:22:14.394500 32596 slave.cpp:931] New master detected at master@172.17.0.2:56477
> I0209 23:22:14.394548 32596 slave.cpp:955] No credentials provided. Attempting to register without authentication
> I0209 23:22:14.394649 32601 slave.cpp:5743] Received oversubscribable resources {} from the resource estimator
> I0209 23:22:14.394690 32596 slave.cpp:966] Detecting new master
> I0209 23:22:14.395879 32595 replica.cpp:390] Replica received explicit promise request from __req_res__(4)@172.17.0.2:56477 for position 0 with proposal 2
> I0209 23:22:14.396527 32595 leveldb.cpp:341] Persisting action (8 bytes) to leveldb took 597340ns
> I0209 23:22:14.396589 32595 replica.cpp:710] Persisted action NOP at position 0
> I0209 23:22:14.398200 32591 replica.cpp:539] Replica received write request for position 0 from __req_res__(5)@172.17.0.2:56477
> I0209 23:22:14.398468 32591 leveldb.cpp:436] Reading position from leveldb took 89389ns
> I0209 23:22:14.399056 32591 leveldb.cpp:341] Persisting action (14 bytes) to leveldb took 411481ns
> I0209 23:22:14.399160 32591 replica.cpp:710] Persisted action NOP at position 0
> I0209 23:22:14.399648 32596 slave.cpp:211] Mesos agent started on (3)@172.17.0.2:56477
> I0209 23:22:14.400260 32602 replica.cpp:693] Replica received learned notice for position 0 from @0.0.0.0:0
> I0209 23:22:14.400496 32602 leveldb.cpp:341] Persisting action (16 bytes) to leveldb took 215667ns
> I0209 23:22:14.400530 32602 replica.cpp:710] Persisted action NOP at position 0
> I0209 23:22:14.399811 32596 slave.cpp:212] Flags at startup: --acls="permissive: true
> register_frameworks {
>   principals {
>     type: ANY
>   }
>   roles {
>     type: SOME
>     values: "test"
>   }
> }
> " --appc_simple_discovery_uri_prefix="http://" --appc_store_dir="/tmp/mesos/store/appc" --authenticate_http_readonly="false" --authenticate_http_readwrite="false" --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" --default_role="test" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_registry="https://registry-1.docker.io" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --docker_store_dir="/tmp/mesos/store/docker" --docker_volume_checkpoint_dir="/var/run/mesos/isolators/docker/volume" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/mesos/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_heartbeat_interval="30secs" --initialize_driver_logging="true" --isolation="filesystem/posix,posix/cpu,posix/mem" --launcher="posix" --launcher_dir="/mesos/mesos-1.2.0/_build/src" --logbufsecs="0" --logging_level="INFO" --max_completed_executors_per_framework="150" --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="1secs" --revocable_cpu_low_priority="true" --runtime_dir="/tmp/mesos-mMamfB/agents/2" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --systemd_enable_support="true" --systemd_runtime_directory="/run/systemd/system" --version="false" --work_dir="/tmp/mesos-ANhEFW/agents/2"
> I0209 23:22:14.402088 32600 log.cpp:569] Writer started with ending position 0
> I0209 23:22:14.402074 32596 slave.cpp:541] Agent resources: cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000]
> I0209 23:22:14.402185 32596 slave.cpp:549] Agent attributes: [  ]
> I0209 23:22:14.402209 32596 slave.cpp:554] Agent hostname: 6c3cac43dca5
> I0209 23:22:14.402488 32593 status_update_manager.cpp:177] Pausing sending status updates
> I0209 23:22:14.403509 32564 sched.cpp:232] Version: 1.2.0
> I0209 23:22:14.404889 32588 leveldb.cpp:436] Reading position from leveldb took 79259ns
> I0209 23:22:14.404963 32591 sched.cpp:336] New master detected at master@172.17.0.2:56477
> I0209 23:22:14.405196 32591 sched.cpp:352] No credentials provided. Attempting to register without authentication
> I0209 23:22:14.405221 32591 sched.cpp:836] Sending SUBSCRIBE call to master@172.17.0.2:56477
> I0209 23:22:14.406044 32600 state.cpp:62] Recovering state from '/tmp/mesos-ANhEFW/agents/2/meta'
> I0209 23:22:14.406679 32600 status_update_manager.cpp:203] Recovering status update manager
> I0209 23:22:14.406788 32591 sched.cpp:869] Will retry registration in 898.210224ms if necessary
> I0209 23:22:14.406975 32600 master.cpp:1473] Dropping 'mesos.scheduler.Call' message since not recovered yet
> I0209 23:22:14.407025 32591 containerizer.cpp:599] Recovering containerizer
> I0209 23:22:14.408788 32599 provisioner.cpp:410] Provisioner recovery complete
> I0209 23:22:14.409230 32599 registrar.cpp:362] Successfully fetched the registry (0B) in 28.667904ms
> I0209 23:22:14.409520 32599 registrar.cpp:461] Applied 1 operations in 69252ns; attempting to update the registry
> I0209 23:22:14.409673 32590 slave.cpp:5555] Finished recovery
> I0209 23:22:14.410266 32590 slave.cpp:5729] Querying resource estimator for oversubscribable resources
> I0209 23:22:14.410589 32590 status_update_manager.cpp:177] Pausing sending status updates
> I0209 23:22:14.410634 32603 slave.cpp:931] New master detected at master@172.17.0.2:56477
> I0209 23:22:14.410709 32603 slave.cpp:955] No credentials provided. Attempting to register without authentication
> I0209 23:22:14.410789 32603 slave.cpp:966] Detecting new master
> I0209 23:22:14.410929 32603 slave.cpp:5743] Received oversubscribable resources {} from the resource estimator
> I0209 23:22:14.412195 32601 log.cpp:577] Attempting to append 168 bytes to the log
> I0209 23:22:14.412547 32593 coordinator.cpp:348] Coordinator attempting to write APPEND action at position 1
> I0209 23:22:14.413347 32598 replica.cpp:539] Replica received write request for position 1 from __req_res__(6)@172.17.0.2:56477
> I0209 23:22:14.413866 32598 leveldb.cpp:341] Persisting action (187 bytes) to leveldb took 481221ns
> I0209 23:22:14.413890 32598 replica.cpp:710] Persisted action APPEND at position 1
> I0209 23:22:14.414466 32591 replica.cpp:693] Replica received learned notice for position 1 from @0.0.0.0:0
> I0209 23:22:14.414692 32591 leveldb.cpp:341] Persisting action (189 bytes) to leveldb took 187125ns
> I0209 23:22:14.414717 32591 replica.cpp:710] Persisted action APPEND at position 1
> I0209 23:22:14.416673 32601 registrar.cpp:506] Successfully updated the registry in 6.99008ms
> I0209 23:22:14.416841 32601 registrar.cpp:392] Successfully recovered registrar
> I0209 23:22:14.417119 32603 log.cpp:596] Attempting to truncate the log to 1
> I0209 23:22:14.417302 32595 coordinator.cpp:348] Coordinator attempting to write TRUNCATE action at position 2
> I0209 23:22:14.417572 32599 master.cpp:1762] Recovered 0 agents from the registry (129B); allowing 10mins for agents to re-register
> I0209 23:22:14.417683 32595 hierarchical.cpp:188] Skipping recovery of hierarchical allocator: nothing to recover
> I0209 23:22:14.418126 32600 replica.cpp:539] Replica received write request for position 2 from __req_res__(7)@172.17.0.2:56477
> I0209 23:22:14.418576 32600 leveldb.cpp:341] Persisting action (16 bytes) to leveldb took 417191ns
> I0209 23:22:14.418601 32600 replica.cpp:710] Persisted action TRUNCATE at position 2
> I0209 23:22:14.419174 32589 replica.cpp:693] Replica received learned notice for position 2 from @0.0.0.0:0
> I0209 23:22:14.419348 32589 leveldb.cpp:341] Persisting action (18 bytes) to leveldb took 131985ns
> I0209 23:22:14.419484 32589 leveldb.cpp:399] Deleting ~1 keys from leveldb took 50412ns
> I0209 23:22:14.419525 32589 replica.cpp:710] Persisted action TRUNCATE at position 2
> I0209 23:22:14.510804 32588 slave.cpp:1515] Will retry registration in 905.362314ms if necessary
> I0209 23:22:14.511276 32589 master.cpp:5388] Registering agent at slave(2)@172.17.0.2:56477 (6c3cac43dca5) with id e3b45058-2f18-4724-b957-37e73ffd3731-S0
> I0209 23:22:14.512269 32598 registrar.cpp:461] Applied 1 operations in 243117ns; attempting to update the registry
> I0209 23:22:14.515576 32589 log.cpp:577] Attempting to append 349 bytes to the log
> I0209 23:22:14.515694 32598 coordinator.cpp:348] Coordinator attempting to write APPEND action at position 3
> I0209 23:22:14.516479 32599 replica.cpp:539] Replica received write request for position 3 from __req_res__(8)@172.17.0.2:56477
> I0209 23:22:14.516863 32599 leveldb.cpp:341] Persisting action (368 bytes) to leveldb took 267653ns
> I0209 23:22:14.516891 32599 replica.cpp:710] Persisted action APPEND at position 3
> I0209 23:22:14.517479 32603 replica.cpp:693] Replica received learned notice for position 3 from @0.0.0.0:0
> I0209 23:22:14.517895 32603 leveldb.cpp:341] Persisting action (370 bytes) to leveldb took 394398ns
> I0209 23:22:14.517921 32603 replica.cpp:710] Persisted action APPEND at position 3
> I0209 23:22:14.519409 32588 registrar.cpp:506] Successfully updated the registry in 7.020032ms
> I0209 23:22:14.519670 32596 log.cpp:596] Attempting to truncate the log to 3
> I0209 23:22:14.519879 32588 coordinator.cpp:348] Coordinator attempting to write TRUNCATE action at position 4
> I0209 23:22:14.520985 32603 slave.cpp:4343] Received ping from slave-observer(1)@172.17.0.2:56477
> I0209 23:22:14.521036 32600 master.cpp:5462] Registered agent e3b45058-2f18-4724-b957-37e73ffd3731-S0 at slave(2)@172.17.0.2:56477 (6c3cac43dca5) with cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000]
> I0209 23:22:14.521256 32603 slave.cpp:1134] Registered with master master@172.17.0.2:56477; given agent ID e3b45058-2f18-4724-b957-37e73ffd3731-S0
> I0209 23:22:14.521294 32603 fetcher.cpp:90] Clearing fetcher cache
> I0209 23:22:14.521503 32599 status_update_manager.cpp:184] Resuming sending status updates
> I0209 23:22:14.521800 32600 hierarchical.cpp:516] Added agent e3b45058-2f18-4724-b957-37e73ffd3731-S0 (6c3cac43dca5) with cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000] (allocated: {})
> I0209 23:22:14.521885 32603 slave.cpp:1162] Checkpointing SlaveInfo to '/tmp/mesos-ANhEFW/agents/1/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S0/slave.info'
> I0209 23:22:14.522243 32600 hierarchical.cpp:1810] No allocations performed
> I0209 23:22:14.522372 32600 hierarchical.cpp:1394] Performed allocation for 1 agents in 408874ns
> I0209 23:22:14.522445 32603 slave.cpp:1200] Forwarding total oversubscribed resources {}
> I0209 23:22:14.522706 32603 master.cpp:6019] Received update of agent e3b45058-2f18-4724-b957-37e73ffd3731-S0 at slave(2)@172.17.0.2:56477 (6c3cac43dca5) with total oversubscribed resources {}
> I0209 23:22:14.522861 32599 replica.cpp:539] Replica received write request for position 4 from __req_res__(9)@172.17.0.2:56477
> I0209 23:22:14.523145 32600 hierarchical.cpp:589] Agent e3b45058-2f18-4724-b957-37e73ffd3731-S0 (6c3cac43dca5) updated with oversubscribed resources {} (total: cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000], allocated: {})
> I0209 23:22:14.523329 32600 hierarchical.cpp:1810] No allocations performed
> I0209 23:22:14.523381 32600 hierarchical.cpp:1394] Performed allocation for 1 agents in 140719ns
> I0209 23:22:14.523396 32599 leveldb.cpp:341] Persisting action (16 bytes) to leveldb took 503414ns
> I0209 23:22:14.523428 32599 replica.cpp:710] Persisted action TRUNCATE at position 4
> I0209 23:22:14.524180 32593 replica.cpp:693] Replica received learned notice for position 4 from @0.0.0.0:0
> I0209 23:22:14.524426 32593 leveldb.cpp:341] Persisting action (18 bytes) to leveldb took 154300ns
> I0209 23:22:14.524498 32593 leveldb.cpp:399] Deleting ~2 keys from leveldb took 59219ns
> I0209 23:22:14.524528 32593 replica.cpp:710] Persisted action TRUNCATE at position 4
> I0209 23:22:14.688663 32603 slave.cpp:1515] Will retry registration in 1.45154175secs if necessary
> I0209 23:22:14.689080 32603 master.cpp:5388] Registering agent at slave(1)@172.17.0.2:56477 (6c3cac43dca5) with id e3b45058-2f18-4724-b957-37e73ffd3731-S1
> I0209 23:22:14.689899 32603 registrar.cpp:461] Applied 1 operations in 159896ns; attempting to update the registry
> I0209 23:22:14.693395 32596 log.cpp:577] Attempting to append 527 bytes to the log
> I0209 23:22:14.693724 32597 coordinator.cpp:348] Coordinator attempting to write APPEND action at position 5
> I0209 23:22:14.694746 32600 replica.cpp:539] Replica received write request for position 5 from __req_res__(10)@172.17.0.2:56477
> I0209 23:22:14.695260 32600 leveldb.cpp:341] Persisting action (546 bytes) to leveldb took 315973ns
> I0209 23:22:14.695313 32600 replica.cpp:710] Persisted action APPEND at position 5
> I0209 23:22:14.696416 32600 replica.cpp:693] Replica received learned notice for position 5 from @0.0.0.0:0
> I0209 23:22:14.697507 32600 leveldb.cpp:341] Persisting action (548 bytes) to leveldb took 588794ns
> I0209 23:22:14.697587 32600 replica.cpp:710] Persisted action APPEND at position 5
> I0209 23:22:14.700788 32595 registrar.cpp:506] Successfully updated the registry in 10.714112ms
> I0209 23:22:14.701153 32591 log.cpp:596] Attempting to truncate the log to 5
> I0209 23:22:14.701262 32590 coordinator.cpp:348] Coordinator attempting to write TRUNCATE action at position 6
> I0209 23:22:14.702190 32598 slave.cpp:4343] Received ping from slave-observer(2)@172.17.0.2:56477
> I0209 23:22:14.702142 32600 master.cpp:5462] Registered agent e3b45058-2f18-4724-b957-37e73ffd3731-S1 at slave(1)@172.17.0.2:56477 (6c3cac43dca5) with cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000]
> I0209 23:22:14.702345 32598 slave.cpp:1134] Registered with master master@172.17.0.2:56477; given agent ID e3b45058-2f18-4724-b957-37e73ffd3731-S1
> I0209 23:22:14.702370 32598 fetcher.cpp:90] Clearing fetcher cache
> I0209 23:22:14.702405 32595 replica.cpp:539] Replica received write request for position 6 from __req_res__(11)@172.17.0.2:56477
> I0209 23:22:14.702610 32593 status_update_manager.cpp:184] Resuming sending status updates
> I0209 23:22:14.702747 32600 hierarchical.cpp:516] Added agent e3b45058-2f18-4724-b957-37e73ffd3731-S1 (6c3cac43dca5) with cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000] (allocated: {})
> I0209 23:22:14.703075 32595 leveldb.cpp:341] Persisting action (16 bytes) to leveldb took 580849ns
> I0209 23:22:14.703203 32600 hierarchical.cpp:1810] No allocations performed
> I0209 23:22:14.703375 32600 hierarchical.cpp:1394] Performed allocation for 1 agents in 345066ns
> I0209 23:22:14.703207 32595 replica.cpp:710] Persisted action TRUNCATE at position 6
> I0209 23:22:14.703207 32598 slave.cpp:1162] Checkpointing SlaveInfo to '/tmp/mesos-ANhEFW/agents/0/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S1/slave.info'
> I0209 23:22:14.704097 32598 slave.cpp:1200] Forwarding total oversubscribed resources {}
> I0209 23:22:14.704628 32598 master.cpp:6019] Received update of agent e3b45058-2f18-4724-b957-37e73ffd3731-S1 at slave(1)@172.17.0.2:56477 (6c3cac43dca5) with total oversubscribed resources {}
> I0209 23:22:14.704644 32594 replica.cpp:693] Replica received learned notice for position 6 from @0.0.0.0:0
> I0209 23:22:14.705234 32598 hierarchical.cpp:589] Agent e3b45058-2f18-4724-b957-37e73ffd3731-S1 (6c3cac43dca5) updated with oversubscribed resources {} (total: cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000], allocated: {})
> I0209 23:22:14.705574 32598 hierarchical.cpp:1810] No allocations performed
> I0209 23:22:14.705730 32598 hierarchical.cpp:1394] Performed allocation for 1 agents in 293106ns
> I0209 23:22:14.705850 32594 leveldb.cpp:341] Persisting action (18 bytes) to leveldb took 1.117744ms
> I0209 23:22:14.705929 32594 leveldb.cpp:399] Deleting ~2 keys from leveldb took 59479ns
> I0209 23:22:14.706033 32594 replica.cpp:710] Persisted action TRUNCATE at position 6
> I0209 23:22:14.877673 32591 slave.cpp:1515] Will retry registration in 217.215177ms if necessary
> I0209 23:22:14.878080 32591 master.cpp:5388] Registering agent at slave(3)@172.17.0.2:56477 (6c3cac43dca5) with id e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:14.878896 32591 registrar.cpp:461] Applied 1 operations in 172241ns; attempting to update the registry
> I0209 23:22:14.882769 32596 log.cpp:577] Attempting to append 705 bytes to the log
> I0209 23:22:14.883159 32591 coordinator.cpp:348] Coordinator attempting to write APPEND action at position 7
> I0209 23:22:14.884527 32594 replica.cpp:539] Replica received write request for position 7 from __req_res__(12)@172.17.0.2:56477
> I0209 23:22:14.884934 32594 leveldb.cpp:341] Persisting action (724 bytes) to leveldb took 344852ns
> I0209 23:22:14.884974 32594 replica.cpp:710] Persisted action APPEND at position 7
> I0209 23:22:14.886251 32594 replica.cpp:693] Replica received learned notice for position 7 from @0.0.0.0:0
> I0209 23:22:14.887609 32594 leveldb.cpp:341] Persisting action (726 bytes) to leveldb took 1.337319ms
> I0209 23:22:14.887655 32594 replica.cpp:710] Persisted action APPEND at position 7
> I0209 23:22:14.891022 32596 registrar.cpp:506] Successfully updated the registry in 12.02688ms
> I0209 23:22:14.891645 32596 log.cpp:596] Attempting to truncate the log to 7
> I0209 23:22:14.891788 32591 coordinator.cpp:348] Coordinator attempting to write TRUNCATE action at position 8
> I0209 23:22:14.892410 32596 slave.cpp:4343] Received ping from slave-observer(3)@172.17.0.2:56477
> I0209 23:22:14.892349 32589 master.cpp:5462] Registered agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5) with cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000]
> I0209 23:22:14.892586 32596 slave.cpp:1134] Registered with master master@172.17.0.2:56477; given agent ID e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:14.892614 32596 fetcher.cpp:90] Clearing fetcher cache
> I0209 23:22:14.893221 32589 hierarchical.cpp:516] Added agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 (6c3cac43dca5) with cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000] (allocated: {})
> I0209 23:22:14.893312 32602 replica.cpp:539] Replica received write request for position 8 from __req_res__(13)@172.17.0.2:56477
> I0209 23:22:14.893642 32589 hierarchical.cpp:1810] No allocations performed
> I0209 23:22:14.893677 32591 status_update_manager.cpp:184] Resuming sending status updates
> I0209 23:22:14.893841 32589 hierarchical.cpp:1394] Performed allocation for 1 agents in 383146ns
> I0209 23:22:14.893980 32602 leveldb.cpp:341] Persisting action (16 bytes) to leveldb took 521197ns
> I0209 23:22:14.894014 32602 replica.cpp:710] Persisted action TRUNCATE at position 8
> I0209 23:22:14.895407 32602 replica.cpp:693] Replica received learned notice for position 8 from @0.0.0.0:0
> I0209 23:22:14.895678 32602 leveldb.cpp:341] Persisting action (18 bytes) to leveldb took 245797ns
> I0209 23:22:14.895753 32602 leveldb.cpp:399] Deleting ~2 keys from leveldb took 58543ns
> I0209 23:22:14.895781 32602 replica.cpp:710] Persisted action TRUNCATE at position 8
> I0209 23:22:14.897079 32596 slave.cpp:1162] Checkpointing SlaveInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/slave.info'
> I0209 23:22:14.897759 32596 slave.cpp:1200] Forwarding total oversubscribed resources {}
> I0209 23:22:14.898022 32596 master.cpp:6019] Received update of agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5) with total oversubscribed resources {}
> I0209 23:22:14.898396 32596 hierarchical.cpp:589] Agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 (6c3cac43dca5) updated with oversubscribed resources {} (total: cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000], allocated: {})
> I0209 23:22:14.899009 32596 hierarchical.cpp:1810] No allocations performed
> I0209 23:22:14.899121 32596 hierarchical.cpp:1394] Performed allocation for 1 agents in 286744ns
> I0209 23:22:15.306284 32603 sched.cpp:836] Sending SUBSCRIBE call to master@172.17.0.2:56477
> I0209 23:22:15.306507 32603 sched.cpp:869] Will retry registration in 1.395525491secs if necessary
> I0209 23:22:15.306798 32601 master.cpp:2737] Received SUBSCRIBE call for framework 'Persistent Volume Framework (C++)' at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477
> I0209 23:22:15.306835 32601 master.cpp:2160] Authorizing framework principal 'test-principal' to receive offers for role 'test'
> I0209 23:22:15.308055 32601 master.cpp:2813] Subscribing framework Persistent Volume Framework (C++) with checkpointing enabled and capabilities [ SHARED_RESOURCES ]
> I0209 23:22:15.309587 32601 sched.cpp:759] Framework registered with e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.309620 32601 persistent_volume_framework.cpp:169] Registered with master id: "e3b45058-2f18-4724-b957-37e73ffd3731"
> ip: 33558956
> port: 56477
> pid: "master@172.17.0.2:56477"
> hostname: "6c3cac43dca5"
> version: "1.2.0"
> address {
>   hostname: "6c3cac43dca5"
>   ip: "172.17.0.2"
>   port: 56477
> }
>  and got framework ID e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.309803 32601 sched.cpp:773] Scheduler::registered took 192346ns
> I0209 23:22:15.309806 32603 hierarchical.cpp:286] Added framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.313311 32603 hierarchical.cpp:1900] No inverse offers to send out!
> I0209 23:22:15.313560 32603 hierarchical.cpp:1394] Performed allocation for 3 agents in 3.548951ms
> I0209 23:22:15.315079 32601 master.cpp:7002] Sending 3 offers to framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477
> I0209 23:22:15.316031 32603 persistent_volume_framework.cpp:193] Received offer e3b45058-2f18-4724-b957-37e73ffd3731-O0 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 (6c3cac43dca5) with cpus(test)(allocated: test):16; mem(test)(allocated: test):47270; disk(test)(allocated: test):3701220; ports(test)(allocated: test):[31000-32000]
> I0209 23:22:15.320868 32603 persistent_volume_framework.cpp:193] Received offer e3b45058-2f18-4724-b957-37e73ffd3731-O1 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S0 (6c3cac43dca5) with cpus(test)(allocated: test):16; mem(test)(allocated: test):47270; disk(test)(allocated: test):3701220; ports(test)(allocated: test):[31000-32000]
> I0209 23:22:15.321188 32603 persistent_volume_framework.cpp:193] Received offer e3b45058-2f18-4724-b957-37e73ffd3731-O2 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S1 (6c3cac43dca5) with cpus(test)(allocated: test):16; mem(test)(allocated: test):47270; disk(test)(allocated: test):3701220; ports(test)(allocated: test):[31000-32000]
> I0209 23:22:15.321441 32603 sched.cpp:933] Scheduler::resourceOffers took 5.430691ms
> I0209 23:22:15.324462 32601 master.cpp:3776] Processing ACCEPT call for offers: [ e3b45058-2f18-4724-b957-37e73ffd3731-O0 ] on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5) for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477
> I0209 23:22:15.324806 32601 master.cpp:3503] Authorizing principal 'test-principal' to create volumes
> I0209 23:22:15.325376 32601 master.cpp:3352] Authorizing framework principal 'test-principal' to launch task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13
> I0209 23:22:15.325968 32601 master.cpp:3503] Authorizing principal 'test-principal' to create volumes
> I0209 23:22:15.326170 32601 master.cpp:3352] Authorizing framework principal 'test-principal' to launch task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84
> I0209 23:22:15.326683 32601 master.cpp:3503] Authorizing principal 'test-principal' to create volumes
> I0209 23:22:15.326889 32601 master.cpp:3352] Authorizing framework principal 'test-principal' to launch task 56dd2f0f-38a6-421c-a3b0-b1990855099f
> I0209 23:22:15.327742 32601 master.cpp:3503] Authorizing principal 'test-principal' to create volumes
> I0209 23:22:15.327958 32601 master.cpp:3352] Authorizing framework principal 'test-principal' to launch task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474
> I0209 23:22:15.332020 32601 master.cpp:3776] Processing ACCEPT call for offers: [ e3b45058-2f18-4724-b957-37e73ffd3731-O1 ] on agent e3b45058-2f18-4724-b957-37e73ffd3731-S0 at slave(2)@172.17.0.2:56477 (6c3cac43dca5) for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477
> I0209 23:22:15.333130 32601 master.cpp:3776] Processing ACCEPT call for offers: [ e3b45058-2f18-4724-b957-37e73ffd3731-O2 ] on agent e3b45058-2f18-4724-b957-37e73ffd3731-S1 at slave(1)@172.17.0.2:56477 (6c3cac43dca5) for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477
> I0209 23:22:15.334198 32601 master.cpp:4190] Applying CREATE operation for volumes disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 to agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.334578 32601 master.cpp:8465] Sending checkpointed resources disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 to agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.336272 32589 slave.cpp:2942] Updated checkpointed resources from {} to disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8
> I0209 23:22:15.337708 32601 master.cpp:9063] Adding task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.338160 32601 master.cpp:4426] Launching task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.339130 32601 master.cpp:4190] Applying CREATE operation for volumes disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 to agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.339344 32588 slave.cpp:1625] Got assigned task 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.339534 32601 master.cpp:8465] Sending checkpointed resources disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 to agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.339671 32588 slave.cpp:6384] Checkpointing FrameworkInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/framework.info'
> I0209 23:22:15.340116 32588 slave.cpp:6395] Checkpointing framework pid 'scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477' to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/framework.pid'
> I0209 23:22:15.341673 32601 master.cpp:9063] Adding task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.342156 32588 slave.cpp:2942] Updated checkpointed resources from disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 to disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8
> I0209 23:22:15.342070 32601 master.cpp:4426] Launching task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.342288 32588 slave.cpp:1785] Launching task 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.342983 32601 master.cpp:4190] Applying CREATE operation for volumes disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 to agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.343463 32601 master.cpp:8465] Sending checkpointed resources disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> to agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.344583 32588 paths.cpp:547] Trying to chown '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/runs/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c' to user 'mesos'
> I0209 23:22:15.345024 32588 slave.cpp:6901] Checkpointing ExecutorInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/executor.info'
> I0209 23:22:15.345676 32601 master.cpp:9063] Adding task 56dd2f0f-38a6-421c-a3b0-b1990855099f with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.346014 32588 slave.cpp:6477] Launching executor 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 with resources cpus(*)(allocated: test):0.1; mem(*)(allocated: test):32 in work directory '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/runs/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c'
> I0209 23:22:15.346045 32601 master.cpp:4426] Launching task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.347069 32601 master.cpp:4190] Applying CREATE operation for volumes disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 to agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.347486 32602 containerizer.cpp:992] Starting container 3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c for executor 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.347622 32601 master.cpp:8465] Sending checkpointed resources disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> to agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.347869 32588 slave.cpp:6924] Checkpointing TaskInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/runs/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c/tasks/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/task.info'
> I0209 23:22:15.348681 32588 slave.cpp:2115] Queued task 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' for executor 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.349380 32588 slave.cpp:1625] Got assigned task '83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.349948 32601 master.cpp:9063] Adding task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.350317 32600 posix.cpp:204] Changing the ownership of the persistent volume at '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/68957800-c1fc-49fa-9a7a-b19c90cc8db8' with uid 1000 and gid 1000
> I0209 23:22:15.350318 32601 master.cpp:4426] Launching task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.350421 32600 posix.cpp:250] Adding symlink from '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/68957800-c1fc-49fa-9a7a-b19c90cc8db8' to '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/runs/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c/volume' for persistent volume disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 of container 3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c
> I0209 23:22:15.351176 32588 slave.cpp:2942] Updated checkpointed resources from disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 to disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>
> I0209 23:22:15.351660 32588 slave.cpp:1625] Got assigned task '56dd2f0f-38a6-421c-a3b0-b1990855099f' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.352236 32588 slave.cpp:884] Successfully attached file '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/runs/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c'
> I0209 23:22:15.353453 32588 slave.cpp:2942] Updated checkpointed resources from disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> to disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>
> I0209 23:22:15.353622 32588 slave.cpp:1785] Launching task '83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.354244 32588 paths.cpp:547] Trying to chown '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84/runs/296482e7-6897-421e-a6a1-a18d81a764ea' to user 'mesos'
> I0209 23:22:15.354563 32588 slave.cpp:6901] Checkpointing ExecutorInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84/executor.info'
> I0209 23:22:15.355370 32588 slave.cpp:6477] Launching executor '83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 with resources cpus(*)(allocated: test):0.1; mem(*)(allocated: test):32 in work directory '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84/runs/296482e7-6897-421e-a6a1-a18d81a764ea'
> I0209 23:22:15.356279 32588 slave.cpp:6924] Checkpointing TaskInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84/runs/296482e7-6897-421e-a6a1-a18d81a764ea/tasks/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84/task.info'
> I0209 23:22:15.356994 32588 slave.cpp:2115] Queued task '83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84' for executor '83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.357693 32588 slave.cpp:1625] Got assigned task '1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.358389 32588 slave.cpp:1785] Launching task '56dd2f0f-38a6-421c-a3b0-b1990855099f' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.359002 32588 paths.cpp:547] Trying to chown '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/56dd2f0f-38a6-421c-a3b0-b1990855099f/runs/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35' to user 'mesos'
> I0209 23:22:15.359450 32588 slave.cpp:6901] Checkpointing ExecutorInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/56dd2f0f-38a6-421c-a3b0-b1990855099f/executor.info'
> I0209 23:22:15.360266 32588 slave.cpp:6477] Launching executor '56dd2f0f-38a6-421c-a3b0-b1990855099f' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 with resources cpus(*)(allocated: test):0.1; mem(*)(allocated: test):32 in work directory '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/56dd2f0f-38a6-421c-a3b0-b1990855099f/runs/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35'
> I0209 23:22:15.360404 32602 containerizer.cpp:992] Starting container 296482e7-6897-421e-a6a1-a18d81a764ea for executor '83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.361315 32588 slave.cpp:6924] Checkpointing TaskInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/56dd2f0f-38a6-421c-a3b0-b1990855099f/runs/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35/tasks/56dd2f0f-38a6-421c-a3b0-b1990855099f/task.info'
> I0209 23:22:15.361901 32588 slave.cpp:2115] Queued task '56dd2f0f-38a6-421c-a3b0-b1990855099f' for executor '56dd2f0f-38a6-421c-a3b0-b1990855099f' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.361984 32588 slave.cpp:884] Successfully attached file '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84/runs/296482e7-6897-421e-a6a1-a18d81a764ea'
> I0209 23:22:15.362133 32588 slave.cpp:1785] Launching task '1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.362133 32595 hierarchical.cpp:807] Updated allocation of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from cpus(test)(allocated: test):16; mem(test)(allocated: test):47270; disk(test)(allocated: test):3701220; ports(test)(allocated: test):[31000-32000] to cpus(test)(allocated: test):16; mem(test)(allocated: test):47270; disk(test)(allocated: test):3701188; ports(test)(allocated: test):[31000-32000]; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>
> I0209 23:22:15.362646 32600 posix.cpp:204] Changing the ownership of the persistent volume at '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/ffda0122-44a8-4c9b-9c23-a2aa604bd612' with uid 1000 and gid 1000
> I0209 23:22:15.362752 32600 posix.cpp:250] Adding symlink from '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/ffda0122-44a8-4c9b-9c23-a2aa604bd612' to '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84/runs/296482e7-6897-421e-a6a1-a18d81a764ea/volume' for persistent volume disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 of container 296482e7-6897-421e-a6a1-a18d81a764ea
> I0209 23:22:15.363010 32588 paths.cpp:547] Trying to chown '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474/runs/ff913222-3e3f-401d-b2c3-f9fa7477e4a8' to user 'mesos'
> I0209 23:22:15.363327 32588 slave.cpp:6901] Checkpointing ExecutorInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474/executor.info'
> I0209 23:22:15.363713 32595 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):15.6; mem(test)(allocated: test):47142; disk(test)(allocated: test):3701156; ports(test)(allocated: test):[31000-32000] (total: cpus(test):16; mem(test):47270; disk(test):3701188; ports(test):[31000-32000]; disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>, allocated: cpus(test)(allocated: test):0.4; mem(test)(allocated: test):128; disk(test)(allocated: test):32; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.363930 32595 hierarchical.cpp:1101] Framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 filtered agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 for 5secs
> I0209 23:22:15.365403 32595 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):16; mem(test)(allocated: test):47270; disk(test)(allocated: test):3701220; ports(test)(allocated: test):[31000-32000] (total: cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000], allocated: {}) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S0 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.365566 32595 hierarchical.cpp:1101] Framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 filtered agent e3b45058-2f18-4724-b957-37e73ffd3731-S0 for 5secs
> I0209 23:22:15.366019 32588 slave.cpp:6477] Launching executor '1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 with resources cpus(*)(allocated: test):0.1; mem(*)(allocated: test):32 in work directory '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474/runs/ff913222-3e3f-401d-b2c3-f9fa7477e4a8'
> I0209 23:22:15.366760 32595 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):16; mem(test)(allocated: test):47270; disk(test)(allocated: test):3701220; ports(test)(allocated: test):[31000-32000] (total: cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000], allocated: {}) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S1 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.366830 32595 hierarchical.cpp:1101] Framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 filtered agent e3b45058-2f18-4724-b957-37e73ffd3731-S1 for 5secs
> I0209 23:22:15.367020 32588 slave.cpp:6924] Checkpointing TaskInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474/runs/ff913222-3e3f-401d-b2c3-f9fa7477e4a8/tasks/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474/task.info'
> I0209 23:22:15.367688 32588 slave.cpp:2115] Queued task '1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474' for executor '1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.367774 32588 slave.cpp:884] Successfully attached file '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/56dd2f0f-38a6-421c-a3b0-b1990855099f/runs/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35'
> I0209 23:22:15.367578 32602 containerizer.cpp:1538] Launching 'mesos-containerizer' with flags '--help="false" --launch_info="{"command":{"arguments":["mesos-executor","--launcher_dir=\/mesos\/mesos-1.2.0\/_build\/src"],"shell":false,"value":"\/mesos\/mesos-1.2.0\/_build\/src\/mesos-executor"},"environment":{"variables":[{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13\/runs\/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c"},{"name":"MESOS_EXECUTOR_ID","value":"a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13\/runs\/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c"}]},"user":"mesos","working_directory":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13\/runs\/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c"}" --pipe_read="9" --pipe_write="12" --runtime_directory="/tmp/mesos-mMamfB/agents/2/containers/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c" --unshare_namespace_mnt="false"'
> I0209 23:22:15.367815 32588 slave.cpp:884] Successfully attached file '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474/runs/ff913222-3e3f-401d-b2c3-f9fa7477e4a8'
> I0209 23:22:15.370748 32602 launcher.cpp:135] Forked child with pid '32606' for container '3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c'
> I0209 23:22:15.370801 32595 hierarchical.cpp:2041] Filtered offer with cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000] on agent e3b45058-2f18-4724-b957-37e73ffd3731-S1 for role test of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.371132 32602 containerizer.cpp:1637] Checkpointing container's forked pid 32606 to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/runs/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c/pids/forked.pid'
> I0209 23:22:15.371223 32595 hierarchical.cpp:2041] Filtered offer with cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000] on agent e3b45058-2f18-4724-b957-37e73ffd3731-S0 for role test of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.371542 32595 hierarchical.cpp:1900] No inverse offers to send out!
> I0209 23:22:15.371644 32595 hierarchical.cpp:1394] Performed allocation for 3 agents in 4.520441ms
> I0209 23:22:15.372779 32588 master.cpp:7002] Sending 1 offers to framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477
> I0209 23:22:15.373352 32593 persistent_volume_framework.cpp:193] Received offer e3b45058-2f18-4724-b957-37e73ffd3731-O3 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 (6c3cac43dca5) with cpus(test)(allocated: test):15.6; mem(test)(allocated: test):47142; disk(test)(allocated: test):3701156; ports(test)(allocated: test):[31000-32000]; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>
> I0209 23:22:15.373924 32602 containerizer.cpp:992] Starting container bdd6919e-124e-4eb9-bf39-c51f8bfdbd35 for executor '56dd2f0f-38a6-421c-a3b0-b1990855099f' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.375758 32593 sched.cpp:933] Scheduler::resourceOffers took 2429us
> I0209 23:22:15.375836 32596 posix.cpp:204] Changing the ownership of the persistent volume at '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/04c7695c-5db6-4ab1-a859-afc8367bc92b' with uid 1000 and gid 1000
> I0209 23:22:15.375947 32596 posix.cpp:250] Adding symlink from '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/04c7695c-5db6-4ab1-a859-afc8367bc92b' to '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/56dd2f0f-38a6-421c-a3b0-b1990855099f/runs/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35/volume' for persistent volume disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8 of container bdd6919e-124e-4eb9-bf39-c51f8bfdbd35
> I0209 23:22:15.377910 32590 master.cpp:3776] Processing ACCEPT call for offers: [ e3b45058-2f18-4724-b957-37e73ffd3731-O3 ] on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5) for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477
> I0209 23:22:15.378291 32590 master.cpp:3352] Authorizing framework principal 'test-principal' to launch task 0b670895-cab8-4874-8d77-0ee8dea82dbc
> I0209 23:22:15.378841 32590 master.cpp:3352] Authorizing framework principal 'test-principal' to launch task ea2f7957-9f68-49c9-95f9-f55adb894a18
> I0209 23:22:15.378935 32602 containerizer.cpp:1538] Launching 'mesos-containerizer' with flags '--help="false" --launch_info="{"command":{"arguments":["mesos-executor","--launcher_dir=\/mesos\/mesos-1.2.0\/_build\/src"],"shell":false,"value":"\/mesos\/mesos-1.2.0\/_build\/src\/mesos-executor"},"environment":{"variables":[{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84\/runs\/296482e7-6897-421e-a6a1-a18d81a764ea"},{"name":"MESOS_EXECUTOR_ID","value":"83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84\/runs\/296482e7-6897-421e-a6a1-a18d81a764ea"}]},"user":"mesos","working_directory":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84\/runs\/296482e7-6897-421e-a6a1-a18d81a764ea"}" --pipe_read="13" --pipe_write="14" --runtime_directory="/tmp/mesos-mMamfB/agents/2/containers/296482e7-6897-421e-a6a1-a18d81a764ea" --unshare_namespace_mnt="false"'
> I0209 23:22:15.380590 32602 launcher.cpp:135] Forked child with pid '32613' for container '296482e7-6897-421e-a6a1-a18d81a764ea'
> I0209 23:22:15.380906 32602 containerizer.cpp:1637] Checkpointing container's forked pid 32613 to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84/runs/296482e7-6897-421e-a6a1-a18d81a764ea/pids/forked.pid'
> I0209 23:22:15.383859 32602 containerizer.cpp:992] Starting container ff913222-3e3f-401d-b2c3-f9fa7477e4a8 for executor '1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.384325 32590 master.cpp:9063] Adding task 0b670895-cab8-4874-8d77-0ee8dea82dbc with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.384824 32590 master.cpp:4426] Launching task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.385754 32599 slave.cpp:1625] Got assigned task '0b670895-cab8-4874-8d77-0ee8dea82dbc' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.386245 32598 posix.cpp:204] Changing the ownership of the persistent volume at '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/ac5abbd6-4d8c-4b60-b219-70c784d9d177' with uid 1000 and gid 1000
> I0209 23:22:15.386411 32598 posix.cpp:250] Adding symlink from '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/ac5abbd6-4d8c-4b60-b219-70c784d9d177' to '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474/runs/ff913222-3e3f-401d-b2c3-f9fa7477e4a8/volume' for persistent volume disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8 of container ff913222-3e3f-401d-b2c3-f9fa7477e4a8
> I0209 23:22:15.386756 32599 slave.cpp:1785] Launching task '0b670895-cab8-4874-8d77-0ee8dea82dbc' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.387279 32590 master.cpp:9063] Adding task ea2f7957-9f68-49c9-95f9-f55adb894a18 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.387691 32590 master.cpp:4426] Launching task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.387840 32599 paths.cpp:547] Trying to chown '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/0b670895-cab8-4874-8d77-0ee8dea82dbc/runs/f8aa2c1e-0000-4454-86fb-6de2437139f4' to user 'mesos'
> I0209 23:22:15.388234 32599 slave.cpp:6901] Checkpointing ExecutorInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/0b670895-cab8-4874-8d77-0ee8dea82dbc/executor.info'
> I0209 23:22:15.393440 32599 slave.cpp:6477] Launching executor '0b670895-cab8-4874-8d77-0ee8dea82dbc' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 with resources cpus(*)(allocated: test):0.1; mem(*)(allocated: test):32 in work directory '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/0b670895-cab8-4874-8d77-0ee8dea82dbc/runs/f8aa2c1e-0000-4454-86fb-6de2437139f4'
> I0209 23:22:15.393679 32589 fetcher.cpp:349] Starting to fetch URIs for container: 3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c, directory: /tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/runs/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c
> I0209 23:22:15.394654 32599 slave.cpp:6924] Checkpointing TaskInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/0b670895-cab8-4874-8d77-0ee8dea82dbc/runs/f8aa2c1e-0000-4454-86fb-6de2437139f4/tasks/0b670895-cab8-4874-8d77-0ee8dea82dbc/task.info'
> I0209 23:22:15.394919 32602 containerizer.cpp:1538] Launching 'mesos-containerizer' with flags '--help="false" --launch_info="{"command":{"arguments":["mesos-executor","--launcher_dir=\/mesos\/mesos-1.2.0\/_build\/src"],"shell":false,"value":"\/mesos\/mesos-1.2.0\/_build\/src\/mesos-executor"},"environment":{"variables":[{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/56dd2f0f-38a6-421c-a3b0-b1990855099f\/runs\/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35"},{"name":"MESOS_EXECUTOR_ID","value":"56dd2f0f-38a6-421c-a3b0-b1990855099f"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/56dd2f0f-38a6-421c-a3b0-b1990855099f\/runs\/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35"}]},"user":"mesos","working_directory":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/56dd2f0f-38a6-421c-a3b0-b1990855099f\/runs\/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35"}" --pipe_read="15" --pipe_write="16" --runtime_directory="/tmp/mesos-mMamfB/agents/2/containers/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35" --unshare_namespace_mnt="false"'
> I0209 23:22:15.395228 32599 slave.cpp:2115] Queued task '0b670895-cab8-4874-8d77-0ee8dea82dbc' for executor '0b670895-cab8-4874-8d77-0ee8dea82dbc' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.395860 32599 slave.cpp:1625] Got assigned task 'ea2f7957-9f68-49c9-95f9-f55adb894a18' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.399219 32599 slave.cpp:884] Successfully attached file '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/0b670895-cab8-4874-8d77-0ee8dea82dbc/runs/f8aa2c1e-0000-4454-86fb-6de2437139f4'
> I0209 23:22:15.399492 32599 slave.cpp:1785] Launching task 'ea2f7957-9f68-49c9-95f9-f55adb894a18' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.400415 32599 paths.cpp:547] Trying to chown '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/ea2f7957-9f68-49c9-95f9-f55adb894a18/runs/0c1f59b0-24b4-455b-9f3a-9d4770c98146' to user 'mesos'
> I0209 23:22:15.400872 32599 slave.cpp:6901] Checkpointing ExecutorInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/ea2f7957-9f68-49c9-95f9-f55adb894a18/executor.info'
> I0209 23:22:15.401154 32602 launcher.cpp:135] Forked child with pid '32627' for container 'bdd6919e-124e-4eb9-bf39-c51f8bfdbd35'
> I0209 23:22:15.401327 32602 containerizer.cpp:1637] Checkpointing container's forked pid 32627 to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/56dd2f0f-38a6-421c-a3b0-b1990855099f/runs/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35/pids/forked.pid'
> I0209 23:22:15.400866 32593 hierarchical.cpp:807] Updated allocation of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from cpus(test)(allocated: test):16; mem(test)(allocated: test):47270; disk(test)(allocated: test):3701188; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<2>; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<2>; ports(test)(allocated: test):[31000-32000] to cpus(test)(allocated: test):16; mem(test)(allocated: test):47270; disk(test)(allocated: test):3701188; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<2>; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<2>; ports(test)(allocated: test):[31000-32000]
> I0209 23:22:15.402235 32599 slave.cpp:6477] Launching executor 'ea2f7957-9f68-49c9-95f9-f55adb894a18' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 with resources cpus(*)(allocated: test):0.1; mem(*)(allocated: test):32 in work directory '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/ea2f7957-9f68-49c9-95f9-f55adb894a18/runs/0c1f59b0-24b4-455b-9f3a-9d4770c98146'
> I0209 23:22:15.403877 32599 slave.cpp:6924] Checkpointing TaskInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/ea2f7957-9f68-49c9-95f9-f55adb894a18/runs/0c1f59b0-24b4-455b-9f3a-9d4770c98146/tasks/ea2f7957-9f68-49c9-95f9-f55adb894a18/task.info'
> I0209 23:22:15.405468 32602 containerizer.cpp:1538] Launching 'mesos-containerizer' with flags '--help="false" --launch_info="{"command":{"arguments":["mesos-executor","--launcher_dir=\/mesos\/mesos-1.2.0\/_build\/src"],"shell":false,"value":"\/mesos\/mesos-1.2.0\/_build\/src\/mesos-executor"},"environment":{"variables":[{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474\/runs\/ff913222-3e3f-401d-b2c3-f9fa7477e4a8"},{"name":"MESOS_EXECUTOR_ID","value":"1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474\/runs\/ff913222-3e3f-401d-b2c3-f9fa7477e4a8"}]},"user":"mesos","working_directory":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474\/runs\/ff913222-3e3f-401d-b2c3-f9fa7477e4a8"}" --pipe_read="17" --pipe_write="18" --runtime_directory="/tmp/mesos-mMamfB/agents/2/containers/ff913222-3e3f-401d-b2c3-f9fa7477e4a8" --unshare_namespace_mnt="false"'
> I0209 23:22:15.405813 32599 slave.cpp:2115] Queued task 'ea2f7957-9f68-49c9-95f9-f55adb894a18' for executor 'ea2f7957-9f68-49c9-95f9-f55adb894a18' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.405907 32599 slave.cpp:884] Successfully attached file '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/ea2f7957-9f68-49c9-95f9-f55adb894a18/runs/0c1f59b0-24b4-455b-9f3a-9d4770c98146'
> I0209 23:22:15.404603 32596 fetcher.cpp:349] Starting to fetch URIs for container: 296482e7-6897-421e-a6a1-a18d81a764ea, directory: /tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84/runs/296482e7-6897-421e-a6a1-a18d81a764ea
> I0209 23:22:15.404881 32593 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):15.4; mem(test)(allocated: test):47078; disk(test)(allocated: test):3701140; ports(test)(allocated: test):[31000-32000] (total: cpus(test):16; mem(test):47270; disk(test):3701188; ports(test):[31000-32000]; disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>, allocated: cpus(test)(allocated: test):0.6; mem(test)(allocated: test):192; disk(test)(allocated: test):48; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<2>; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<2>) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.407451 32602 launcher.cpp:135] Forked child with pid '32638' for container 'ff913222-3e3f-401d-b2c3-f9fa7477e4a8'
> I0209 23:22:15.407795 32602 containerizer.cpp:1637] Checkpointing container's forked pid 32638 to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474/runs/ff913222-3e3f-401d-b2c3-f9fa7477e4a8/pids/forked.pid'
> I0209 23:22:15.408666 32593 hierarchical.cpp:1101] Framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 filtered agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 for 5secs
> I0209 23:22:15.410987 32602 containerizer.cpp:992] Starting container f8aa2c1e-0000-4454-86fb-6de2437139f4 for executor '0b670895-cab8-4874-8d77-0ee8dea82dbc' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.413660 32600 posix.cpp:250] Adding symlink from '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/04c7695c-5db6-4ab1-a859-afc8367bc92b' to '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/0b670895-cab8-4874-8d77-0ee8dea82dbc/runs/f8aa2c1e-0000-4454-86fb-6de2437139f4/volume' for persistent volume disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8 of container f8aa2c1e-0000-4454-86fb-6de2437139f4
> W0209 23:22:15.413846 32600 posix.cpp:257] Allowing read-write access to read-only volume '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/04c7695c-5db6-4ab1-a859-afc8367bc92b' of container f8aa2c1e-0000-4454-86fb-6de2437139f4
> I0209 23:22:15.420665 32597 fetcher.cpp:349] Starting to fetch URIs for container: bdd6919e-124e-4eb9-bf39-c51f8bfdbd35, directory: /tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/56dd2f0f-38a6-421c-a3b0-b1990855099f/runs/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35
> I0209 23:22:15.421269 32602 containerizer.cpp:992] Starting container 0c1f59b0-24b4-455b-9f3a-9d4770c98146 for executor 'ea2f7957-9f68-49c9-95f9-f55adb894a18' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.423866 32600 posix.cpp:250] Adding symlink from '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/ac5abbd6-4d8c-4b60-b219-70c784d9d177' to '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/ea2f7957-9f68-49c9-95f9-f55adb894a18/runs/0c1f59b0-24b4-455b-9f3a-9d4770c98146/volume' for persistent volume disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8 of container 0c1f59b0-24b4-455b-9f3a-9d4770c98146
> W0209 23:22:15.424073 32600 posix.cpp:257] Allowing read-write access to read-only volume '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/ac5abbd6-4d8c-4b60-b219-70c784d9d177' of container 0c1f59b0-24b4-455b-9f3a-9d4770c98146
> I0209 23:22:15.429865 32590 fetcher.cpp:349] Starting to fetch URIs for container: ff913222-3e3f-401d-b2c3-f9fa7477e4a8, directory: /tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474/runs/ff913222-3e3f-401d-b2c3-f9fa7477e4a8
> I0209 23:22:15.431272 32602 containerizer.cpp:1538] Launching 'mesos-containerizer' with flags '--help="false" --launch_info="{"command":{"arguments":["mesos-executor","--launcher_dir=\/mesos\/mesos-1.2.0\/_build\/src"],"shell":false,"value":"\/mesos\/mesos-1.2.0\/_build\/src\/mesos-executor"},"environment":{"variables":[{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/0b670895-cab8-4874-8d77-0ee8dea82dbc\/runs\/f8aa2c1e-0000-4454-86fb-6de2437139f4"},{"name":"MESOS_EXECUTOR_ID","value":"0b670895-cab8-4874-8d77-0ee8dea82dbc"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/0b670895-cab8-4874-8d77-0ee8dea82dbc\/runs\/f8aa2c1e-0000-4454-86fb-6de2437139f4"}]},"user":"mesos","working_directory":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/0b670895-cab8-4874-8d77-0ee8dea82dbc\/runs\/f8aa2c1e-0000-4454-86fb-6de2437139f4"}" --pipe_read="9" --pipe_write="12" --runtime_directory="/tmp/mesos-mMamfB/agents/2/containers/f8aa2c1e-0000-4454-86fb-6de2437139f4" --unshare_namespace_mnt="false"'
> I0209 23:22:15.433789 32602 launcher.cpp:135] Forked child with pid '32658' for container 'f8aa2c1e-0000-4454-86fb-6de2437139f4'
> I0209 23:22:15.434278 32602 containerizer.cpp:1637] Checkpointing container's forked pid 32658 to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/0b670895-cab8-4874-8d77-0ee8dea82dbc/runs/f8aa2c1e-0000-4454-86fb-6de2437139f4/pids/forked.pid'
> I0209 23:22:15.439910 32602 containerizer.cpp:1538] Launching 'mesos-containerizer' with flags '--help="false" --launch_info="{"command":{"arguments":["mesos-executor","--launcher_dir=\/mesos\/mesos-1.2.0\/_build\/src"],"shell":false,"value":"\/mesos\/mesos-1.2.0\/_build\/src\/mesos-executor"},"environment":{"variables":[{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/ea2f7957-9f68-49c9-95f9-f55adb894a18\/runs\/0c1f59b0-24b4-455b-9f3a-9d4770c98146"},{"name":"MESOS_EXECUTOR_ID","value":"ea2f7957-9f68-49c9-95f9-f55adb894a18"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/ea2f7957-9f68-49c9-95f9-f55adb894a18\/runs\/0c1f59b0-24b4-455b-9f3a-9d4770c98146"}]},"user":"mesos","working_directory":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/ea2f7957-9f68-49c9-95f9-f55adb894a18\/runs\/0c1f59b0-24b4-455b-9f3a-9d4770c98146"}" --pipe_read="13" --pipe_write="14" --runtime_directory="/tmp/mesos-mMamfB/agents/2/containers/0c1f59b0-24b4-455b-9f3a-9d4770c98146" --unshare_namespace_mnt="false"'
> I0209 23:22:15.441926 32602 launcher.cpp:135] Forked child with pid '32659' for container '0c1f59b0-24b4-455b-9f3a-9d4770c98146'
> I0209 23:22:15.442389 32602 containerizer.cpp:1637] Checkpointing container's forked pid 32659 to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/ea2f7957-9f68-49c9-95f9-f55adb894a18/runs/0c1f59b0-24b4-455b-9f3a-9d4770c98146/pids/forked.pid'
> I0209 23:22:15.447702 32599 fetcher.cpp:349] Starting to fetch URIs for container: f8aa2c1e-0000-4454-86fb-6de2437139f4, directory: /tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/0b670895-cab8-4874-8d77-0ee8dea82dbc/runs/f8aa2c1e-0000-4454-86fb-6de2437139f4
> I0209 23:22:15.451908 32599 fetcher.cpp:349] Starting to fetch URIs for container: 0c1f59b0-24b4-455b-9f3a-9d4770c98146, directory: /tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/ea2f7957-9f68-49c9-95f9-f55adb894a18/runs/0c1f59b0-24b4-455b-9f3a-9d4770c98146
> I0209 23:22:15.620600   315 exec.cpp:162] Version: 1.2.0
> I0209 23:22:15.638324 32599 slave.cpp:3382] Got registration for executor 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:59644
> I0209 23:22:15.643492 32599 slave.cpp:3468] Checkpointing executor pid 'executor(1)@172.17.0.2:59644' to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/runs/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c/pids/libprocess.pid'
> I0209 23:22:15.646744   331 exec.cpp:162] Version: 1.2.0
> I0209 23:22:15.647474 32712 exec.cpp:162] Version: 1.2.0
> I0209 23:22:15.653368 32599 slave.cpp:2328] Sending queued task 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' to executor 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 at executor(1)@172.17.0.2:59644
> I0209 23:22:15.653426   315 exec.cpp:237] Executor registered on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> Received SUBSCRIBED event
> Subscribed executor on 6c3cac43dca5
> Received LAUNCH event
> Starting task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13
> /mesos/mesos-1.2.0/_build/src/mesos-containerizer launch --help="false" --launch_info="{"command":{"shell":true,"value":"echo hello > volume\/persisted"},"environment":{"variables":[{"name":"BIN_SH","value":"xpg4"},{"name":"DUALCASE","value":"1"},{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13\/runs\/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c"},{"name":"MESOS_EXECUTOR_ID","value":"a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13\/runs\/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"PATH","value":"\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin"},{"name":"PWD","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13\/runs\/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c"},{"name":"SHLVL","value":"0"}]}}" --unshare_namespace_mnt="false"
> Forked command at 357
> I0209 23:22:15.668507 32597 slave.cpp:3382] Got registration for executor '83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:55324
> I0209 23:22:15.669311 32597 slave.cpp:3468] Checkpointing executor pid 'executor(1)@172.17.0.2:55324' to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84/runs/296482e7-6897-421e-a6a1-a18d81a764ea/pids/libprocess.pid'
> I0209 23:22:15.673693 32601 slave.cpp:2328] Sending queued task '83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84' to executor '83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 at executor(1)@172.17.0.2:55324
> I0209 23:22:15.674839 32601 slave.cpp:3813] Handling status update TASK_RUNNING (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:59644
> I0209 23:22:15.677582 32591 slave.cpp:3382] Got registration for executor '56dd2f0f-38a6-421c-a3b0-b1990855099f' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:58372
> I0209 23:22:15.678372 32591 slave.cpp:3468] Checkpointing executor pid 'executor(1)@172.17.0.2:58372' to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/56dd2f0f-38a6-421c-a3b0-b1990855099f/runs/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35/pids/libprocess.pid'
> I0209 23:22:15.678810   336 exec.cpp:237] Executor registered on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:15.682498 32591 slave.cpp:2328] Sending queued task '56dd2f0f-38a6-421c-a3b0-b1990855099f' to executor '56dd2f0f-38a6-421c-a3b0-b1990855099f' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 at executor(1)@172.17.0.2:58372
> I0209 23:22:15.685238 32591 status_update_manager.cpp:323] Received status update TASK_RUNNING (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.685315   345 exec.cpp:237] Executor registered on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:15.685530 32591 status_update_manager.cpp:500] Creating StatusUpdate stream for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.686938 32591 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_RUNNING (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.687672 32591 status_update_manager.cpp:377] Forwarding update TASK_RUNNING (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:15.688210 32601 slave.cpp:4253] Forwarding the update TASK_RUNNING (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> Received SUBSCRIBED event
> Subscribed executor on 6c3cac43dca5
> I0209 23:22:15.688782 32589 slave.cpp:4147] Status update manager successfully handled status update TASK_RUNNING (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.688849 32589 slave.cpp:4163] Sending acknowledgement for status update TASK_RUNNING (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:59644
> Received LAUNCH event
> Starting task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84
> I0209 23:22:15.690865 32601 master.cpp:6164] Status update TASK_RUNNING (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.690949 32601 master.cpp:6232] Forwarding status update TASK_RUNNING (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.691248 32601 master.cpp:8312] Updating the state of task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_RUNNING, status update state: TASK_RUNNING)
> Received SUBSCRIBED event
> Subscribed executor on 6c3cac43dca5
> Received LAUNCH event
> Starting task 56dd2f0f-38a6-421c-a3b0-b1990855099f
> I0209 23:22:15.691577 32589 persistent_volume_framework.cpp:356] Task 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' is in state TASK_RUNNING
> I0209 23:22:15.692448 32589 sched.cpp:1041] Scheduler::statusUpdate took 885671ns
> I0209 23:22:15.693037 32589 master.cpp:5102] Processing ACKNOWLEDGE call 57ea75fc-39e2-4a28-b0d6-dff46c13a85d for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:15.693738 32594 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.694198 32594 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_RUNNING (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.694617 32597 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 57ea75fc-39e2-4a28-b0d6-dff46c13a85d) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> /mesos/mesos-1.2.0/_build/src/mesos-containerizer launch --help="false" --launch_info="{"command":{"shell":true,"value":"echo hello > volume\/persisted"},"environment":{"variables":[{"name":"BIN_SH","value":"xpg4"},{"name":"DUALCASE","value":"1"},{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84\/runs\/296482e7-6897-421e-a6a1-a18d81a764ea"},{"name":"MESOS_EXECUTOR_ID","value":"83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84\/runs\/296482e7-6897-421e-a6a1-a18d81a764ea"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"PATH","value":"\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin"},{"name":"PWD","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84\/runs\/296482e7-6897-421e-a6a1-a18d81a764ea"},{"name":"SHLVL","value":"0"}]}}" --unshare_namespace_mnt="false"
> Forked command at 422
> I0209 23:22:15.697728 32733 exec.cpp:162] Version: 1.2.0
> /mesos/mesos-1.2.0/_build/src/mesos-containerizer launch --help="false" --launch_info="{"command":{"shell":true,"value":"echo hello > volume\/persisted"},"environment":{"variables":[{"name":"BIN_SH","value":"xpg4"},{"name":"DUALCASE","value":"1"},{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/56dd2f0f-38a6-421c-a3b0-b1990855099f\/runs\/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35"},{"name":"MESOS_EXECUTOR_ID","value":"56dd2f0f-38a6-421c-a3b0-b1990855099f"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/56dd2f0f-38a6-421c-a3b0-b1990855099f\/runs\/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"PATH","value":"\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin"},{"name":"PWD","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/56dd2f0f-38a6-421c-a3b0-b1990855099f\/runs\/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35"},{"name":"SHLVL","value":"0"}]}}" --unshare_namespace_mnt="false"
> Forked command at 423
> I0209 23:22:15.702006   378 exec.cpp:162] Version: 1.2.0
> I0209 23:22:15.703042 32594 slave.cpp:3813] Handling status update TASK_RUNNING (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:55324
> I0209 23:22:15.704210   407 exec.cpp:162] Version: 1.2.0
> I0209 23:22:15.706251 32594 status_update_manager.cpp:323] Received status update TASK_RUNNING (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.706336 32594 status_update_manager.cpp:500] Creating StatusUpdate stream for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.707289 32594 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_RUNNING (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.707729 32594 status_update_manager.cpp:377] Forwarding update TASK_RUNNING (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:15.708418 32594 slave.cpp:4253] Forwarding the update TASK_RUNNING (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:15.710448 32597 master.cpp:6164] Status update TASK_RUNNING (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.710530 32597 master.cpp:6232] Forwarding status update TASK_RUNNING (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.710788 32597 master.cpp:8312] Updating the state of task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_RUNNING, status update state: TASK_RUNNING)
> I0209 23:22:15.711001 32597 persistent_volume_framework.cpp:356] Task '83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84' is in state TASK_RUNNING
> I0209 23:22:15.711036 32597 sched.cpp:1041] Scheduler::statusUpdate took 48499ns
> I0209 23:22:15.711310 32597 master.cpp:5102] Processing ACKNOWLEDGE call 12e223c9-f0a7-4513-b186-6487add608ed for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:15.711576 32594 slave.cpp:4147] Status update manager successfully handled status update TASK_RUNNING (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.711632 32594 slave.cpp:4163] Sending acknowledgement for status update TASK_RUNNING (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:55324
> I0209 23:22:15.712323 32594 slave.cpp:3813] Handling status update TASK_RUNNING (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:58372
> I0209 23:22:15.715540 32589 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.715786 32589 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_RUNNING (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.716544 32591 status_update_manager.cpp:323] Received status update TASK_RUNNING (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.716616 32591 status_update_manager.cpp:500] Creating StatusUpdate stream for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.717550 32591 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_RUNNING (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.717952 32591 status_update_manager.cpp:377] Forwarding update TASK_RUNNING (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:15.719254 32594 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 12e223c9-f0a7-4513-b186-6487add608ed) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.719446 32594 slave.cpp:4253] Forwarding the update TASK_RUNNING (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:15.721129 32593 master.cpp:6164] Status update TASK_RUNNING (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.721215 32593 master.cpp:6232] Forwarding status update TASK_RUNNING (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.721482 32593 master.cpp:8312] Updating the state of task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_RUNNING, status update state: TASK_RUNNING)
> I0209 23:22:15.721694 32593 persistent_volume_framework.cpp:356] Task '56dd2f0f-38a6-421c-a3b0-b1990855099f' is in state TASK_RUNNING
> I0209 23:22:15.721729 32593 sched.cpp:1041] Scheduler::statusUpdate took 47384ns
> I0209 23:22:15.722003 32593 master.cpp:5102] Processing ACKNOWLEDGE call 1e58c173-1722-41b4-a156-7e0a72a69d3b for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:15.723052 32594 slave.cpp:4147] Status update manager successfully handled status update TASK_RUNNING (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.723104 32594 slave.cpp:4163] Sending acknowledgement for status update TASK_RUNNING (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:58372
> I0209 23:22:15.724144 32592 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.724202 32594 slave.cpp:3382] Got registration for executor 'ea2f7957-9f68-49c9-95f9-f55adb894a18' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:52476
> I0209 23:22:15.724377 32592 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_RUNNING (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.724671 32594 slave.cpp:3468] Checkpointing executor pid 'executor(1)@172.17.0.2:52476' to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/ea2f7957-9f68-49c9-95f9-f55adb894a18/runs/0c1f59b0-24b4-455b-9f3a-9d4770c98146/pids/libprocess.pid'
> I0209 23:22:15.728104 32594 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 1e58c173-1722-41b4-a156-7e0a72a69d3b) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.728260 32594 slave.cpp:3382] Got registration for executor '0b670895-cab8-4874-8d77-0ee8dea82dbc' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:39097
> I0209 23:22:15.728864 32594 slave.cpp:3468] Checkpointing executor pid 'executor(1)@172.17.0.2:39097' to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/0b670895-cab8-4874-8d77-0ee8dea82dbc/runs/f8aa2c1e-0000-4454-86fb-6de2437139f4/pids/libprocess.pid'
> I0209 23:22:15.730475 32594 slave.cpp:2328] Sending queued task 'ea2f7957-9f68-49c9-95f9-f55adb894a18' to executor 'ea2f7957-9f68-49c9-95f9-f55adb894a18' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 at executor(1)@172.17.0.2:52476
> I0209 23:22:15.733806   409 exec.cpp:237] Executor registered on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:15.734740   399 exec.cpp:237] Executor registered on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> Received SUBSCRIBED event
> Subscribed executor on 6c3cac43dca5
> Received SUBSCRIBED event
> Subscribed executor on 6c3cac43dca5
> I0209 23:22:15.740846 32594 slave.cpp:3382] Got registration for executor '1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:40981
> Received LAUNCH event
> Starting task ea2f7957-9f68-49c9-95f9-f55adb894a18
> I0209 23:22:15.747818 32594 slave.cpp:3468] Checkpointing executor pid 'executor(1)@172.17.0.2:40981' to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474/runs/ff913222-3e3f-401d-b2c3-f9fa7477e4a8/pids/libprocess.pid'
> /mesos/mesos-1.2.0/_build/src/mesos-containerizer launch --help="false" --launch_info="{"command":{"shell":true,"value":"\n                  COUNTER=0\n                  while [ $COUNTER -lt 15 ]; do\n                    cat volume\/persisted\n                    if [ $? -eq 0 ]; then\n                      exit 0\n                    fi\n                    COUNTER=$[COUNTER+1]\n                    sleep 1\n                  done\n                  exit 1\n                  "},"environment":{"variables":[{"name":"BIN_SH","value":"xpg4"},{"name":"DUALCASE","value":"1"},{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/ea2f7957-9f68-49c9-95f9-f55adb894a18\/runs\/0c1f59b0-24b4-455b-9f3a-9d4770c98146"},{"name":"MESOS_EXECUTOR_ID","value":"ea2f7957-9f68-49c9-95f9-f55adb894a18"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/ea2f7957-9f68-49c9-95f9-f55adb894a18\/runs\/0c1f59b0-24b4-455b-9f3a-9d4770c98146"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"PATH","value":"\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin"},{"name":"PWD","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/ea2f7957-9f68-49c9-95f9-f55adb894a18\/runs\/0c1f59b0-24b4-455b-9f3a-9d4770c98146"},{"name":"SHLVL","value":"0"}]}}" --unshare_namespace_mnt="false"
> Forked command at 450
> I0209 23:22:15.753250   379 exec.cpp:237] Executor registered on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> Received SUBSCRIBED event
> Subscribed executor on 6c3cac43dca5
> I0209 23:22:15.769306 32594 slave.cpp:2328] Sending queued task '0b670895-cab8-4874-8d77-0ee8dea82dbc' to executor '0b670895-cab8-4874-8d77-0ee8dea82dbc' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 at executor(1)@172.17.0.2:39097
> I0209 23:22:15.770143 32594 slave.cpp:3813] Handling status update TASK_RUNNING (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:52476
> I0209 23:22:15.771276 32590 slave.cpp:2328] Sending queued task '1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474' to executor '1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 at executor(1)@172.17.0.2:40981
> I0209 23:22:15.774045 32590 status_update_manager.cpp:323] Received status update TASK_RUNNING (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.774144 32590 status_update_manager.cpp:500] Creating StatusUpdate stream for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.775053 32590 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_RUNNING (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.775508 32590 status_update_manager.cpp:377] Forwarding update TASK_RUNNING (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:15.776167 32603 slave.cpp:4253] Forwarding the update TASK_RUNNING (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:15.776610 32603 master.cpp:6164] Status update TASK_RUNNING (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.776684 32603 master.cpp:6232] Forwarding status update TASK_RUNNING (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.776916 32603 master.cpp:8312] Updating the state of task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_RUNNING, status update state: TASK_RUNNING)
> Received LAUNCH event
> I0209 23:22:15.777127 32603 persistent_volume_framework.cpp:356] Task 'ea2f7957-9f68-49c9-95f9-f55adb894a18' is in state TASK_RUNNING
> I0209 23:22:15.777164 32603 sched.cpp:1041] Scheduler::statusUpdate took 51424ns
> Received LAUNCH event
> I0209 23:22:15.777441 32603 master.cpp:5102] Processing ACKNOWLEDGE call c76b32ec-db3c-4bc0-9839-d0148377016e for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> Starting task 0b670895-cab8-4874-8d77-0ee8dea82dbc
> Starting task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474
> I0209 23:22:15.778401 32590 status_update_manager.cpp:395] Received status update acknowledgement (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.778632 32590 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_RUNNING (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.778954 32590 slave.cpp:4147] Status update manager successfully handled status update TASK_RUNNING (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.779009 32590 slave.cpp:4163] Sending acknowledgement for status update TASK_RUNNING (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:52476
> I0209 23:22:15.781335 32590 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: c76b32ec-db3c-4bc0-9839-d0148377016e) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> /mesos/mesos-1.2.0/_build/src/mesos-containerizer launch --help="false" --launch_info="{"command":{"shell":true,"value":"\n                  COUNTER=0\n                  while [ $COUNTER -lt 15 ]; do\n                    cat volume\/persisted\n                    if [ $? -eq 0 ]; then\n                      exit 0\n                    fi\n                    COUNTER=$[COUNTER+1]\n                    sleep 1\n                  done\n                  exit 1\n                  "},"environment":{"variables":[{"name":"BIN_SH","value":"xpg4"},{"name":"DUALCASE","value":"1"},{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/0b670895-cab8-4874-8d77-0ee8dea82dbc\/runs\/f8aa2c1e-0000-4454-86fb-6de2437139f4"},{"name":"MESOS_EXECUTOR_ID","value":"0b670895-cab8-4874-8d77-0ee8dea82dbc"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/0b670895-cab8-4874-8d77-0ee8dea82dbc\/runs\/f8aa2c1e-0000-4454-86fb-6de2437139f4"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"PATH","value":"\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin"},{"name":"PWD","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/0b670895-cab8-4874-8d77-0ee8dea82dbc\/runs\/f8aa2c1e-0000-4454-86fb-6de2437139f4"},{"name":"SHLVL","value":"0"}]}}" --unshare_namespace_mnt="false"
> Forked command at 464
> /mesos/mesos-1.2.0/_build/src/mesos-containerizer launch --help="false" --launch_info="{"command":{"shell":true,"value":"echo hello > volume\/persisted"},"environment":{"variables":[{"name":"BIN_SH","value":"xpg4"},{"name":"DUALCASE","value":"1"},{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474\/runs\/ff913222-3e3f-401d-b2c3-f9fa7477e4a8"},{"name":"MESOS_EXECUTOR_ID","value":"1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474\/runs\/ff913222-3e3f-401d-b2c3-f9fa7477e4a8"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"PATH","value":"\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin"},{"name":"PWD","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474\/runs\/ff913222-3e3f-401d-b2c3-f9fa7477e4a8"},{"name":"SHLVL","value":"0"}]}}" --unshare_namespace_mnt="false"
> Forked command at 465
> I0209 23:22:15.792773 32603 slave.cpp:3813] Handling status update TASK_RUNNING (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:39097
> I0209 23:22:15.795971 32592 status_update_manager.cpp:323] Received status update TASK_RUNNING (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.796347 32592 status_update_manager.cpp:500] Creating StatusUpdate stream for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.797571 32592 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_RUNNING (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.797874 32603 slave.cpp:3813] Handling status update TASK_RUNNING (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:40981
> I0209 23:22:15.798264 32592 status_update_manager.cpp:377] Forwarding update TASK_RUNNING (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:15.798724 32600 slave.cpp:4253] Forwarding the update TASK_RUNNING (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:15.799083 32592 slave.cpp:4147] Status update manager successfully handled status update TASK_RUNNING (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.799322 32592 slave.cpp:4163] Sending acknowledgement for status update TASK_RUNNING (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:39097
> I0209 23:22:15.800446 32592 status_update_manager.cpp:323] Received status update TASK_RUNNING (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.800658 32592 status_update_manager.cpp:500] Creating StatusUpdate stream for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.799186 32591 master.cpp:6164] Status update TASK_RUNNING (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.800920 32591 master.cpp:6232] Forwarding status update TASK_RUNNING (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.801240 32591 master.cpp:8312] Updating the state of task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_RUNNING, status update state: TASK_RUNNING)
> I0209 23:22:15.801501 32600 persistent_volume_framework.cpp:356] Task '0b670895-cab8-4874-8d77-0ee8dea82dbc' is in state TASK_RUNNING
> I0209 23:22:15.801734 32600 sched.cpp:1041] Scheduler::statusUpdate took 247778ns
> I0209 23:22:15.802067 32592 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_RUNNING (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.802124 32601 master.cpp:5102] Processing ACKNOWLEDGE call 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:15.802453 32592 status_update_manager.cpp:377] Forwarding update TASK_RUNNING (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:15.802784 32601 slave.cpp:4253] Forwarding the update TASK_RUNNING (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:15.802975 32592 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.802974 32601 slave.cpp:4147] Status update manager successfully handled status update TASK_RUNNING (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.803026 32601 slave.cpp:4163] Sending acknowledgement for status update TASK_RUNNING (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:40981
> I0209 23:22:15.803164 32592 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_RUNNING (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.803441 32592 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 4b3e0eeb-fc9d-4912-81ce-a00f12652f1f) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.803452 32601 master.cpp:6164] Status update TASK_RUNNING (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.803511 32601 master.cpp:6232] Forwarding status update TASK_RUNNING (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.803720 32601 master.cpp:8312] Updating the state of task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_RUNNING, status update state: TASK_RUNNING)
> I0209 23:22:15.803891 32589 persistent_volume_framework.cpp:356] Task '1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474' is in state TASK_RUNNING
> I0209 23:22:15.804014 32589 sched.cpp:1041] Scheduler::statusUpdate took 140038ns
> I0209 23:22:15.804304 32601 master.cpp:5102] Processing ACKNOWLEDGE call b2af7196-2bd6-4065-a36f-10aaaec5f9a0 for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:15.804637 32597 status_update_manager.cpp:395] Received status update acknowledgement (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.804817 32597 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_RUNNING (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.805023 32601 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: b2af7196-2bd6-4065-a36f-10aaaec5f9a0) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> Command exited with status 0 (pid: 357)
> I0209 23:22:15.824420 32588 slave.cpp:3813] Handling status update TASK_FINISHED (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:59644
> I0209 23:22:15.827544 32588 posix.cpp:142] Removing symlink '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/runs/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c/volume' for persistent volume disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 of container 3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c
> I0209 23:22:15.828992 32594 status_update_manager.cpp:323] Received status update TASK_FINISHED (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.829181 32594 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_FINISHED (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.829658 32594 status_update_manager.cpp:377] Forwarding update TASK_FINISHED (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:15.830062 32596 slave.cpp:4253] Forwarding the update TASK_FINISHED (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:15.830237 32596 slave.cpp:4147] Status update manager successfully handled status update TASK_FINISHED (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.830296 32596 slave.cpp:4163] Sending acknowledgement for status update TASK_FINISHED (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:59644
> I0209 23:22:15.830546 32593 master.cpp:6164] Status update TASK_FINISHED (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.830694 32593 master.cpp:6232] Forwarding status update TASK_FINISHED (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.830997 32593 master.cpp:8312] Updating the state of task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_FINISHED, status update state: TASK_FINISHED)
> I0209 23:22:15.831157 32599 persistent_volume_framework.cpp:356] Task 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' is in state TASK_FINISHED
> I0209 23:22:15.831190 32599 sched.cpp:1041] Scheduler::statusUpdate took 73977ns
> I0209 23:22:15.832013 32593 master.cpp:5102] Processing ACKNOWLEDGE call 4e613e32-4bd6-4916-ad4b-815d04d1b118 for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:15.833354 32593 master.cpp:8406] Removing task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.833097 32603 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 (total: cpus(test):16; mem(test):47270; disk(test):3701188; ports(test):[31000-32000]; disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>, allocated: cpus(test)(allocated: test):0.5; mem(test)(allocated: test):160; disk(test)(allocated: test):40; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<2>; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<2>; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.834146 32600 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.834332 32600 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_FINISHED (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.834477 32600 status_update_manager.cpp:531] Cleaning up status update stream for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.834915 32593 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 4e613e32-4bd6-4916-ad4b-815d04d1b118) for task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.835043 32593 slave.cpp:6880] Completing task a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13
> Command exited with status 0 (pid: 423)
> I0209 23:22:15.852319 32591 slave.cpp:3813] Handling status update TASK_FINISHED (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:58372
> I0209 23:22:15.855475 32600 posix.cpp:142] Removing symlink '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/56dd2f0f-38a6-421c-a3b0-b1990855099f/runs/bdd6919e-124e-4eb9-bf39-c51f8bfdbd35/volume' for persistent volume disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8 of container bdd6919e-124e-4eb9-bf39-c51f8bfdbd35
> I0209 23:22:15.856878 32599 status_update_manager.cpp:323] Received status update TASK_FINISHED (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.857023 32599 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_FINISHED (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.857458 32599 status_update_manager.cpp:377] Forwarding update TASK_FINISHED (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:15.857867 32603 slave.cpp:4253] Forwarding the update TASK_FINISHED (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:15.858145 32603 slave.cpp:4147] Status update manager successfully handled status update TASK_FINISHED (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.858206 32603 slave.cpp:4163] Sending acknowledgement for status update TASK_FINISHED (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:58372
> I0209 23:22:15.858476 32595 master.cpp:6164] Status update TASK_FINISHED (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.858556 32595 master.cpp:6232] Forwarding status update TASK_FINISHED (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.858788 32595 master.cpp:8312] Updating the state of task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_FINISHED, status update state: TASK_FINISHED)
> I0209 23:22:15.858912 32589 persistent_volume_framework.cpp:356] Task '56dd2f0f-38a6-421c-a3b0-b1990855099f' is in state TASK_FINISHED
> I0209 23:22:15.858958 32589 sched.cpp:1041] Scheduler::statusUpdate took 64020ns
> I0209 23:22:15.859401 32595 master.cpp:5102] Processing ACKNOWLEDGE call 0c94c53d-9460-49c9-ae79-66ddfcf22611 for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:15.859459 32595 master.cpp:8406] Removing task 56dd2f0f-38a6-421c-a3b0-b1990855099f with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.859969 32589 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.860028 32603 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> (total: cpus(test):16; mem(test):47270; disk(test):3701188; ports(test):[31000-32000]; disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>, allocated: cpus(test)(allocated: test):0.4; mem(test)(allocated: test):128; disk(test)(allocated: test):32; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<2>; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.860203 32589 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_FINISHED (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.860338 32589 status_update_manager.cpp:531] Cleaning up status update stream for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.860873 32603 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 0c94c53d-9460-49c9-ae79-66ddfcf22611) for task 56dd2f0f-38a6-421c-a3b0-b1990855099f of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.861078 32603 slave.cpp:6880] Completing task 56dd2f0f-38a6-421c-a3b0-b1990855099f
> cat: volume/persisted: No such file or directory
> hello
> Command exited with status 0 (pid: 422)
> I0209 23:22:15.950374 32602 slave.cpp:3813] Handling status update TASK_FINISHED (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:55324
> I0209 23:22:15.952980 32602 posix.cpp:142] Removing symlink '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84/runs/296482e7-6897-421e-a6a1-a18d81a764ea/volume' for persistent volume disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 of container 296482e7-6897-421e-a6a1-a18d81a764ea
> I0209 23:22:15.954066 32602 status_update_manager.cpp:323] Received status update TASK_FINISHED (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.954200 32602 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_FINISHED (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.954632 32602 status_update_manager.cpp:377] Forwarding update TASK_FINISHED (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:15.955128 32590 slave.cpp:4253] Forwarding the update TASK_FINISHED (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:15.955430 32590 slave.cpp:4147] Status update manager successfully handled status update TASK_FINISHED (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.955493 32590 slave.cpp:4163] Sending acknowledgement for status update TASK_FINISHED (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:55324
> I0209 23:22:15.955802 32589 master.cpp:6164] Status update TASK_FINISHED (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.956064 32589 master.cpp:6232] Forwarding status update TASK_FINISHED (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.956374 32589 master.cpp:8312] Updating the state of task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_FINISHED, status update state: TASK_FINISHED)
> I0209 23:22:15.956538 32591 persistent_volume_framework.cpp:356] Task '83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84' is in state TASK_FINISHED
> I0209 23:22:15.956635 32591 sched.cpp:1041] Scheduler::statusUpdate took 133114ns
> I0209 23:22:15.957332 32589 master.cpp:5102] Processing ACKNOWLEDGE call 3ad233df-27b1-48b4-b175-a26863196889 for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:15.957561 32598 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 (total: cpus(test):16; mem(test):47270; disk(test):3701188; ports(test):[31000-32000]; disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>, allocated: cpus(test)(allocated: test):0.3; mem(test)(allocated: test):96; disk(test)(allocated: test):24; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<2>; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.957401 32589 master.cpp:8406] Removing task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:15.958314 32589 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.958575 32589 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_FINISHED (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.958709 32589 status_update_manager.cpp:531] Cleaning up status update stream for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.959164 32600 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 3ad233df-27b1-48b4-b175-a26863196889) for task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:15.959278 32600 slave.cpp:6880] Completing task 83f72fcb-eb2e-4d1a-8f54-24d50a3a5c84
> Command exited with status 0 (pid: 465)
> I0209 23:22:16.006415 32601 slave.cpp:3813] Handling status update TASK_FINISHED (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:40981
> I0209 23:22:16.008555 32601 posix.cpp:142] Removing symlink '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474/runs/ff913222-3e3f-401d-b2c3-f9fa7477e4a8/volume' for persistent volume disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8 of container ff913222-3e3f-401d-b2c3-f9fa7477e4a8
> I0209 23:22:16.010311 32597 status_update_manager.cpp:323] Received status update TASK_FINISHED (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.010418 32597 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_FINISHED (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.010757 32597 status_update_manager.cpp:377] Forwarding update TASK_FINISHED (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:16.011070 32593 slave.cpp:4253] Forwarding the update TASK_FINISHED (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:16.011312 32593 slave.cpp:4147] Status update manager successfully handled status update TASK_FINISHED (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.011368 32593 slave.cpp:4163] Sending acknowledgement for status update TASK_FINISHED (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:40981
> I0209 23:22:16.011564 32591 master.cpp:6164] Status update TASK_FINISHED (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.011663 32591 master.cpp:6232] Forwarding status update TASK_FINISHED (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.012001 32591 master.cpp:8312] Updating the state of task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_FINISHED, status update state: TASK_FINISHED)
> I0209 23:22:16.012099 32598 persistent_volume_framework.cpp:356] Task '1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474' is in state TASK_FINISHED
> I0209 23:22:16.012136 32598 sched.cpp:1041] Scheduler::statusUpdate took 52597ns
> Command exited with status 0 (pid: 464)
> I0209 23:22:16.013069 32591 master.cpp:5102] Processing ACKNOWLEDGE call 0a8e1688-d13a-45f2-9435-fbd58248a72e for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:16.013144 32591 master.cpp:8406] Removing task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.013433 32593 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> (total: cpus(test):16; mem(test):47270; disk(test):3701188; ports(test):[31000-32000]; disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>, allocated: cpus(test)(allocated: test):0.2; mem(test)(allocated: test):64; disk(test)(allocated: test):16; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.013862 32591 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.014132 32591 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_FINISHED (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.014289 32591 status_update_manager.cpp:531] Cleaning up status update stream for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.014786 32603 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 0a8e1688-d13a-45f2-9435-fbd58248a72e) for task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.014870 32603 slave.cpp:6880] Completing task 1c9cb7fa-300c-42f5-bd0a-ae3c3c19d474
> I0209 23:22:16.017089 32591 slave.cpp:3813] Handling status update TASK_FINISHED (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:39097
> I0209 23:22:16.019279 32595 posix.cpp:142] Removing symlink '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/0b670895-cab8-4874-8d77-0ee8dea82dbc/runs/f8aa2c1e-0000-4454-86fb-6de2437139f4/volume' for persistent volume disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8 of container f8aa2c1e-0000-4454-86fb-6de2437139f4
> I0209 23:22:16.020200 32596 status_update_manager.cpp:323] Received status update TASK_FINISHED (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.020304 32596 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_FINISHED (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.020695 32596 status_update_manager.cpp:377] Forwarding update TASK_FINISHED (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:16.021044 32601 slave.cpp:4253] Forwarding the update TASK_FINISHED (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:16.021225 32601 slave.cpp:4147] Status update manager successfully handled status update TASK_FINISHED (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.021276 32601 slave.cpp:4163] Sending acknowledgement for status update TASK_FINISHED (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:39097
> I0209 23:22:16.021431 32594 master.cpp:6164] Status update TASK_FINISHED (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.021498 32594 master.cpp:6232] Forwarding status update TASK_FINISHED (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.021721 32594 master.cpp:8312] Updating the state of task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_FINISHED, status update state: TASK_FINISHED)
> I0209 23:22:16.021817 32596 persistent_volume_framework.cpp:356] Task '0b670895-cab8-4874-8d77-0ee8dea82dbc' is in state TASK_FINISHED
> I0209 23:22:16.021853 32596 sched.cpp:1041] Scheduler::statusUpdate took 53251ns
> I0209 23:22:16.022444 32594 master.cpp:5102] Processing ACKNOWLEDGE call 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:16.022517 32594 master.cpp:8406] Removing task 0b670895-cab8-4874-8d77-0ee8dea82dbc with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.022718 32596 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> (total: cpus(test):16; mem(test):47270; disk(test):3701188; ports(test):[31000-32000]; disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>, allocated: cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.023003 32596 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.023180 32596 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_FINISHED (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.023295 32596 status_update_manager.cpp:531] Cleaning up status update stream for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.023684 32594 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 9e7b2c5a-20c7-496f-a6d6-d6aa62138c5c) for task 0b670895-cab8-4874-8d77-0ee8dea82dbc of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.023746 32594 slave.cpp:6880] Completing task 0b670895-cab8-4874-8d77-0ee8dea82dbc
> I0209 23:22:16.374816 32599 hierarchical.cpp:2041] Filtered offer with cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000] on agent e3b45058-2f18-4724-b957-37e73ffd3731-S0 for role test of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.378021 32599 hierarchical.cpp:2041] Filtered offer with cpus(test):16; mem(test):47270; disk(test):3701220; ports(test):[31000-32000] on agent e3b45058-2f18-4724-b957-37e73ffd3731-S1 for role test of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.378371 32599 hierarchical.cpp:1900] No inverse offers to send out!
> I0209 23:22:16.378479 32599 hierarchical.cpp:1394] Performed allocation for 3 agents in 4.459024ms
> I0209 23:22:16.379302 32595 master.cpp:7002] Sending 1 offers to framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477
> I0209 23:22:16.379881 32603 persistent_volume_framework.cpp:193] Received offer e3b45058-2f18-4724-b957-37e73ffd3731-O4 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 (6c3cac43dca5) with cpus(test)(allocated: test):15.9; mem(test)(allocated: test):47238; disk(test)(allocated: test):3701180; ports(test)(allocated: test):[31000-32000]; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>
> I0209 23:22:16.381413 32603 sched.cpp:933] Scheduler::resourceOffers took 1.548816ms
> I0209 23:22:16.383231 32596 master.cpp:3776] Processing ACCEPT call for offers: [ e3b45058-2f18-4724-b957-37e73ffd3731-O4 ] on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5) for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477
> I0209 23:22:16.383395 32596 master.cpp:3352] Authorizing framework principal 'test-principal' to launch task 11324af2-a4b9-48df-8695-4544ceda3cb0
> I0209 23:22:16.383826 32596 master.cpp:3352] Authorizing framework principal 'test-principal' to launch task 97416f83-aaea-4e77-9fce-5723a6236956
> I0209 23:22:16.384156 32596 master.cpp:3555] Authorizing principal 'test-principal' to destroy volumes 'disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>'
> I0209 23:22:16.389796 32596 master.cpp:9063] Adding task 11324af2-a4b9-48df-8695-4544ceda3cb0 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.390336 32596 master.cpp:4426] Launching task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.391391 32594 slave.cpp:1625] Got assigned task '11324af2-a4b9-48df-8695-4544ceda3cb0' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.392318 32594 slave.cpp:1785] Launching task '11324af2-a4b9-48df-8695-4544ceda3cb0' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.393224 32596 master.cpp:9063] Adding task 97416f83-aaea-4e77-9fce-5723a6236956 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.393826 32596 master.cpp:4426] Launching task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.394959 32594 paths.cpp:547] Trying to chown '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/11324af2-a4b9-48df-8695-4544ceda3cb0/runs/f1daa34d-c140-4c38-99d5-93a7cd23f2ea' to user 'mesos'
> I0209 23:22:16.395087 32596 master.cpp:4265] Applying DESTROY operation for volumes disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 to agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.395325 32594 slave.cpp:6901] Checkpointing ExecutorInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/11324af2-a4b9-48df-8695-4544ceda3cb0/executor.info'
> I0209 23:22:16.395655 32596 master.cpp:8465] Sending checkpointed resources disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> to agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.396252 32594 slave.cpp:6477] Launching executor '11324af2-a4b9-48df-8695-4544ceda3cb0' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 with resources cpus(*)(allocated: test):0.1; mem(*)(allocated: test):32 in work directory '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/11324af2-a4b9-48df-8695-4544ceda3cb0/runs/f1daa34d-c140-4c38-99d5-93a7cd23f2ea'
> I0209 23:22:16.402256 32597 containerizer.cpp:992] Starting container f1daa34d-c140-4c38-99d5-93a7cd23f2ea for executor '11324af2-a4b9-48df-8695-4544ceda3cb0' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.402568 32594 slave.cpp:6924] Checkpointing TaskInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/11324af2-a4b9-48df-8695-4544ceda3cb0/runs/f1daa34d-c140-4c38-99d5-93a7cd23f2ea/tasks/11324af2-a4b9-48df-8695-4544ceda3cb0/task.info'
> I0209 23:22:16.403152 32588 hierarchical.cpp:807] Updated allocation of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from cpus(test)(allocated: test):16; mem(test)(allocated: test):47270; disk(test)(allocated: test):3701188; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<2>; ports(test)(allocated: test):[31000-32000]; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)(allocated: test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1> to cpus(test)(allocated: test):16; mem(test)(allocated: test):47270; disk(test)(allocated: test):3701196; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<2>; ports(test)(allocated: test):[31000-32000]; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8
> I0209 23:22:16.403590 32594 slave.cpp:2115] Queued task '11324af2-a4b9-48df-8695-4544ceda3cb0' for executor '11324af2-a4b9-48df-8695-4544ceda3cb0' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.404117 32588 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):15.7; mem(test)(allocated: test):47174; disk(test)(allocated: test):3701172; ports(test)(allocated: test):[31000-32000]; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> (total: cpus(test):16; mem(test):47270; disk(test):3701196; ports(test):[31000-32000]; disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>, allocated: cpus(test)(allocated: test):0.3; mem(test)(allocated: test):96; disk(test)(allocated: test):24; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.404191 32588 hierarchical.cpp:1101] Framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 filtered agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 for 5secs
> I0209 23:22:16.404772 32601 posix.cpp:204] Changing the ownership of the persistent volume at '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/68957800-c1fc-49fa-9a7a-b19c90cc8db8' with uid 1000 and gid 1000
> I0209 23:22:16.404877 32601 posix.cpp:250] Adding symlink from '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/68957800-c1fc-49fa-9a7a-b19c90cc8db8' to '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/11324af2-a4b9-48df-8695-4544ceda3cb0/runs/f1daa34d-c140-4c38-99d5-93a7cd23f2ea/volume' for persistent volume disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 of container f1daa34d-c140-4c38-99d5-93a7cd23f2ea
> W0209 23:22:16.404912 32601 posix.cpp:257] Allowing read-write access to read-only volume '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/68957800-c1fc-49fa-9a7a-b19c90cc8db8' of container f1daa34d-c140-4c38-99d5-93a7cd23f2ea
> I0209 23:22:16.406179 32594 slave.cpp:1625] Got assigned task '97416f83-aaea-4e77-9fce-5723a6236956' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.408421 32593 containerizer.cpp:1538] Launching 'mesos-containerizer' with flags '--help="false" --launch_info="{"command":{"arguments":["mesos-executor","--launcher_dir=\/mesos\/mesos-1.2.0\/_build\/src"],"shell":false,"value":"\/mesos\/mesos-1.2.0\/_build\/src\/mesos-executor"},"environment":{"variables":[{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/11324af2-a4b9-48df-8695-4544ceda3cb0\/runs\/f1daa34d-c140-4c38-99d5-93a7cd23f2ea"},{"name":"MESOS_EXECUTOR_ID","value":"11324af2-a4b9-48df-8695-4544ceda3cb0"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/11324af2-a4b9-48df-8695-4544ceda3cb0\/runs\/f1daa34d-c140-4c38-99d5-93a7cd23f2ea"}]},"user":"mesos","working_directory":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/11324af2-a4b9-48df-8695-4544ceda3cb0\/runs\/f1daa34d-c140-4c38-99d5-93a7cd23f2ea"}" --pipe_read="17" --pipe_write="18" --runtime_directory="/tmp/mesos-mMamfB/agents/2/containers/f1daa34d-c140-4c38-99d5-93a7cd23f2ea" --unshare_namespace_mnt="false"'
> I0209 23:22:16.410285 32593 launcher.cpp:135] Forked child with pid '495' for container 'f1daa34d-c140-4c38-99d5-93a7cd23f2ea'
> I0209 23:22:16.410462 32594 slave.cpp:3007] Deleting persistent volume '04c7695c-5db6-4ab1-a859-afc8367bc92b' at '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/04c7695c-5db6-4ab1-a859-afc8367bc92b'
> I0209 23:22:16.410531 32593 containerizer.cpp:1637] Checkpointing container's forked pid 495 to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/11324af2-a4b9-48df-8695-4544ceda3cb0/runs/f1daa34d-c140-4c38-99d5-93a7cd23f2ea/pids/forked.pid'
> I0209 23:22:16.411109 32594 slave.cpp:2942] Updated checkpointed resources from disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[04c7695c-5db6-4ab1-a859-afc8367bc92b:volume]<SHARED>:8<1>; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> to disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>
> I0209 23:22:16.411357 32594 slave.cpp:884] Successfully attached file '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/11324af2-a4b9-48df-8695-4544ceda3cb0/runs/f1daa34d-c140-4c38-99d5-93a7cd23f2ea'
> I0209 23:22:16.411494 32594 slave.cpp:1785] Launching task '97416f83-aaea-4e77-9fce-5723a6236956' for framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.412317 32594 paths.cpp:547] Trying to chown '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/97416f83-aaea-4e77-9fce-5723a6236956/runs/20ec0ef4-f11b-4062-a004-43126c5928d1' to user 'mesos'
> I0209 23:22:16.412751 32594 slave.cpp:6901] Checkpointing ExecutorInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/97416f83-aaea-4e77-9fce-5723a6236956/executor.info'
> I0209 23:22:16.413719 32594 slave.cpp:6477] Launching executor '97416f83-aaea-4e77-9fce-5723a6236956' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 with resources cpus(*)(allocated: test):0.1; mem(*)(allocated: test):32 in work directory '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/97416f83-aaea-4e77-9fce-5723a6236956/runs/20ec0ef4-f11b-4062-a004-43126c5928d1'
> I0209 23:22:16.414346 32595 fetcher.cpp:349] Starting to fetch URIs for container: f1daa34d-c140-4c38-99d5-93a7cd23f2ea, directory: /tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/11324af2-a4b9-48df-8695-4544ceda3cb0/runs/f1daa34d-c140-4c38-99d5-93a7cd23f2ea
> I0209 23:22:16.415029 32594 slave.cpp:6924] Checkpointing TaskInfo to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/97416f83-aaea-4e77-9fce-5723a6236956/runs/20ec0ef4-f11b-4062-a004-43126c5928d1/tasks/97416f83-aaea-4e77-9fce-5723a6236956/task.info'
> I0209 23:22:16.415740 32594 slave.cpp:2115] Queued task '97416f83-aaea-4e77-9fce-5723a6236956' for executor '97416f83-aaea-4e77-9fce-5723a6236956' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.415973 32593 containerizer.cpp:992] Starting container 20ec0ef4-f11b-4062-a004-43126c5928d1 for executor '97416f83-aaea-4e77-9fce-5723a6236956' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.416667 32594 slave.cpp:884] Successfully attached file '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/97416f83-aaea-4e77-9fce-5723a6236956/runs/20ec0ef4-f11b-4062-a004-43126c5928d1'
> I0209 23:22:16.418479 32599 posix.cpp:204] Changing the ownership of the persistent volume at '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/ffda0122-44a8-4c9b-9c23-a2aa604bd612' with uid 1000 and gid 1000
> I0209 23:22:16.418594 32599 posix.cpp:250] Adding symlink from '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/ffda0122-44a8-4c9b-9c23-a2aa604bd612' to '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/97416f83-aaea-4e77-9fce-5723a6236956/runs/20ec0ef4-f11b-4062-a004-43126c5928d1/volume' for persistent volume disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 of container 20ec0ef4-f11b-4062-a004-43126c5928d1
> W0209 23:22:16.418638 32599 posix.cpp:257] Allowing read-write access to read-only volume '/tmp/mesos-ANhEFW/agents/2/volumes/roles/test/ffda0122-44a8-4c9b-9c23-a2aa604bd612' of container 20ec0ef4-f11b-4062-a004-43126c5928d1
> I0209 23:22:16.422349 32601 containerizer.cpp:1538] Launching 'mesos-containerizer' with flags '--help="false" --launch_info="{"command":{"arguments":["mesos-executor","--launcher_dir=\/mesos\/mesos-1.2.0\/_build\/src"],"shell":false,"value":"\/mesos\/mesos-1.2.0\/_build\/src\/mesos-executor"},"environment":{"variables":[{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/97416f83-aaea-4e77-9fce-5723a6236956\/runs\/20ec0ef4-f11b-4062-a004-43126c5928d1"},{"name":"MESOS_EXECUTOR_ID","value":"97416f83-aaea-4e77-9fce-5723a6236956"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/97416f83-aaea-4e77-9fce-5723a6236956\/runs\/20ec0ef4-f11b-4062-a004-43126c5928d1"}]},"user":"mesos","working_directory":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/97416f83-aaea-4e77-9fce-5723a6236956\/runs\/20ec0ef4-f11b-4062-a004-43126c5928d1"}" --pipe_read="17" --pipe_write="18" --runtime_directory="/tmp/mesos-mMamfB/agents/2/containers/20ec0ef4-f11b-4062-a004-43126c5928d1" --unshare_namespace_mnt="false"'
> I0209 23:22:16.424549 32601 launcher.cpp:135] Forked child with pid '505' for container '20ec0ef4-f11b-4062-a004-43126c5928d1'
> I0209 23:22:16.424845 32601 containerizer.cpp:1637] Checkpointing container's forked pid 505 to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/97416f83-aaea-4e77-9fce-5723a6236956/runs/20ec0ef4-f11b-4062-a004-43126c5928d1/pids/forked.pid'
> I0209 23:22:16.428951 32589 fetcher.cpp:349] Starting to fetch URIs for container: 20ec0ef4-f11b-4062-a004-43126c5928d1, directory: /tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/97416f83-aaea-4e77-9fce-5723a6236956/runs/20ec0ef4-f11b-4062-a004-43126c5928d1
> I0209 23:22:16.606626   523 exec.cpp:162] Version: 1.2.0
> I0209 23:22:16.606923   571 exec.cpp:162] Version: 1.2.0
> I0209 23:22:16.622035 32591 slave.cpp:3382] Got registration for executor '97416f83-aaea-4e77-9fce-5723a6236956' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:40108
> I0209 23:22:16.622495 32591 slave.cpp:3468] Checkpointing executor pid 'executor(1)@172.17.0.2:40108' to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/97416f83-aaea-4e77-9fce-5723a6236956/runs/20ec0ef4-f11b-4062-a004-43126c5928d1/pids/libprocess.pid'
> I0209 23:22:16.624385 32591 slave.cpp:3382] Got registration for executor '11324af2-a4b9-48df-8695-4544ceda3cb0' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:36589
> I0209 23:22:16.625075 32591 slave.cpp:3468] Checkpointing executor pid 'executor(1)@172.17.0.2:36589' to '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/11324af2-a4b9-48df-8695-4544ceda3cb0/runs/f1daa34d-c140-4c38-99d5-93a7cd23f2ea/pids/libprocess.pid'
> I0209 23:22:16.626628 32591 slave.cpp:2328] Sending queued task '97416f83-aaea-4e77-9fce-5723a6236956' to executor '97416f83-aaea-4e77-9fce-5723a6236956' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 at executor(1)@172.17.0.2:40108
> I0209 23:22:16.627039   568 exec.cpp:237] Executor registered on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:16.627960 32602 slave.cpp:2328] Sending queued task '11324af2-a4b9-48df-8695-4544ceda3cb0' to executor '11324af2-a4b9-48df-8695-4544ceda3cb0' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 at executor(1)@172.17.0.2:36589
> I0209 23:22:16.630416   567 exec.cpp:237] Executor registered on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> Received SUBSCRIBED event
> Subscribed executor on 6c3cac43dca5
> Received LAUNCH event
> Starting task 97416f83-aaea-4e77-9fce-5723a6236956
> Received SUBSCRIBED event
> Subscribed executor on 6c3cac43dca5
> Received LAUNCH event
> Starting task 11324af2-a4b9-48df-8695-4544ceda3cb0
> /mesos/mesos-1.2.0/_build/src/mesos-containerizer launch --help="false" --launch_info="{"command":{"shell":true,"value":"\n                  COUNTER=0\n                  while [ $COUNTER -lt 15 ]; do\n                    cat volume\/persisted\n                    if [ $? -eq 0 ]; then\n                      exit 0\n                    fi\n                    COUNTER=$[COUNTER+1]\n                    sleep 1\n                  done\n                  exit 1\n                  "},"environment":{"variables":[{"name":"BIN_SH","value":"xpg4"},{"name":"DUALCASE","value":"1"},{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/97416f83-aaea-4e77-9fce-5723a6236956\/runs\/20ec0ef4-f11b-4062-a004-43126c5928d1"},{"name":"MESOS_EXECUTOR_ID","value":"97416f83-aaea-4e77-9fce-5723a6236956"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/97416f83-aaea-4e77-9fce-5723a6236956\/runs\/20ec0ef4-f11b-4062-a004-43126c5928d1"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"PATH","value":"\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin"},{"name":"PWD","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/97416f83-aaea-4e77-9fce-5723a6236956\/runs\/20ec0ef4-f11b-4062-a004-43126c5928d1"},{"name":"SHLVL","value":"0"}]}}" --unshare_namespace_mnt="false"
> Forked command at 585
> /mesos/mesos-1.2.0/_build/src/mesos-containerizer launch --help="false" --launch_info="{"command":{"shell":true,"value":"\n                  COUNTER=0\n                  while [ $COUNTER -lt 15 ]; do\n                    cat volume\/persisted\n                    if [ $? -eq 0 ]; then\n                      exit 0\n                    fi\n                    COUNTER=$[COUNTER+1]\n                    sleep 1\n                  done\n                  exit 1\n                  "},"environment":{"variables":[{"name":"BIN_SH","value":"xpg4"},{"name":"DUALCASE","value":"1"},{"name":"LIBPROCESS_PORT","value":"0"},{"name":"MESOS_AGENT_ENDPOINT","value":"172.17.0.2:56477"},{"name":"MESOS_CHECKPOINT","value":"1"},{"name":"MESOS_DIRECTORY","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/11324af2-a4b9-48df-8695-4544ceda3cb0\/runs\/f1daa34d-c140-4c38-99d5-93a7cd23f2ea"},{"name":"MESOS_EXECUTOR_ID","value":"11324af2-a4b9-48df-8695-4544ceda3cb0"},{"name":"MESOS_EXECUTOR_SHUTDOWN_GRACE_PERIOD","value":"5secs"},{"name":"MESOS_FRAMEWORK_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-0000"},{"name":"MESOS_HTTP_COMMAND_EXECUTOR","value":"0"},{"name":"MESOS_RECOVERY_TIMEOUT","value":"15mins"},{"name":"MESOS_SANDBOX","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/11324af2-a4b9-48df-8695-4544ceda3cb0\/runs\/f1daa34d-c140-4c38-99d5-93a7cd23f2ea"},{"name":"MESOS_SLAVE_ID","value":"e3b45058-2f18-4724-b957-37e73ffd3731-S2"},{"name":"MESOS_SLAVE_PID","value":"slave(3)@172.17.0.2:56477"},{"name":"MESOS_SUBSCRIPTION_BACKOFF_MAX","value":"2secs"},{"name":"PATH","value":"\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin"},{"name":"PWD","value":"\/tmp\/mesos-ANhEFW\/agents\/2\/slaves\/e3b45058-2f18-4724-b957-37e73ffd3731-S2\/frameworks\/e3b45058-2f18-4724-b957-37e73ffd3731-0000\/executors\/11324af2-a4b9-48df-8695-4544ceda3cb0\/runs\/f1daa34d-c140-4c38-99d5-93a7cd23f2ea"},{"name":"SHLVL","value":"0"}]}}" --unshare_namespace_mnt="false"
> Forked command at 586
> I0209 23:22:16.646354 32595 slave.cpp:3813] Handling status update TASK_RUNNING (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:40108
> I0209 23:22:16.647162 32595 slave.cpp:3813] Handling status update TASK_RUNNING (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:36589
> I0209 23:22:16.648355 32600 status_update_manager.cpp:323] Received status update TASK_RUNNING (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.648425 32600 status_update_manager.cpp:500] Creating StatusUpdate stream for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.649494 32600 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_RUNNING (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.650107 32600 status_update_manager.cpp:377] Forwarding update TASK_RUNNING (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:16.650589 32591 slave.cpp:4253] Forwarding the update TASK_RUNNING (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:16.650845 32591 slave.cpp:4147] Status update manager successfully handled status update TASK_RUNNING (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.650895 32591 slave.cpp:4163] Sending acknowledgement for status update TASK_RUNNING (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:40108
> I0209 23:22:16.650928 32600 status_update_manager.cpp:323] Received status update TASK_RUNNING (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.650980 32600 status_update_manager.cpp:500] Creating StatusUpdate stream for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.651406 32591 master.cpp:6164] Status update TASK_RUNNING (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.651468 32591 master.cpp:6232] Forwarding status update TASK_RUNNING (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.651589 32600 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_RUNNING (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.651667 32591 master.cpp:8312] Updating the state of task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_RUNNING, status update state: TASK_RUNNING)
> I0209 23:22:16.651844 32591 persistent_volume_framework.cpp:356] Task '97416f83-aaea-4e77-9fce-5723a6236956' is in state TASK_RUNNING
> I0209 23:22:16.651875 32591 sched.cpp:1041] Scheduler::statusUpdate took 40408ns
> I0209 23:22:16.651932 32600 status_update_manager.cpp:377] Forwarding update TASK_RUNNING (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:16.652101 32591 master.cpp:5102] Processing ACKNOWLEDGE call bae8b5a5-05dd-4958-b702-58905517457b for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:16.652271 32591 slave.cpp:4253] Forwarding the update TASK_RUNNING (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:16.652741 32600 master.cpp:6164] Status update TASK_RUNNING (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.652809 32600 master.cpp:6232] Forwarding status update TASK_RUNNING (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.653030 32600 master.cpp:8312] Updating the state of task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_RUNNING, status update state: TASK_RUNNING)
> I0209 23:22:16.653226 32600 persistent_volume_framework.cpp:356] Task '11324af2-a4b9-48df-8695-4544ceda3cb0' is in state TASK_RUNNING
> I0209 23:22:16.653251 32600 sched.cpp:1041] Scheduler::statusUpdate took 34292ns
> I0209 23:22:16.653439 32600 master.cpp:5102] Processing ACKNOWLEDGE call 1b15ef05-3610-4a91-9673-a3653f67c605 for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:16.653648 32600 status_update_manager.cpp:395] Received status update acknowledgement (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.653733 32591 slave.cpp:4147] Status update manager successfully handled status update TASK_RUNNING (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.653784 32591 slave.cpp:4163] Sending acknowledgement for status update TASK_RUNNING (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:36589
> I0209 23:22:16.653841 32600 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_RUNNING (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.654270 32591 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: bae8b5a5-05dd-4958-b702-58905517457b) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.654302 32588 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.654492 32588 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_RUNNING (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.654763 32598 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 1b15ef05-3610-4a91-9673-a3653f67c605) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> hello
> hello
> Command exited with status 0 (pid: 585)
> Command exited with status 0 (pid: 586)
> I0209 23:22:16.809773 32600 slave.cpp:3813] Handling status update TASK_FINISHED (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:40108
> I0209 23:22:16.810235 32600 slave.cpp:3813] Handling status update TASK_FINISHED (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:36589
> I0209 23:22:16.812394 32594 posix.cpp:142] Removing symlink '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/97416f83-aaea-4e77-9fce-5723a6236956/runs/20ec0ef4-f11b-4062-a004-43126c5928d1/volume' for persistent volume disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 of container 20ec0ef4-f11b-4062-a004-43126c5928d1
> I0209 23:22:16.813069 32594 posix.cpp:142] Removing symlink '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/11324af2-a4b9-48df-8695-4544ceda3cb0/runs/f1daa34d-c140-4c38-99d5-93a7cd23f2ea/volume' for persistent volume disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 of container f1daa34d-c140-4c38-99d5-93a7cd23f2ea
> I0209 23:22:16.815116 32596 status_update_manager.cpp:323] Received status update TASK_FINISHED (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.815220 32596 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_FINISHED (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.815542 32596 status_update_manager.cpp:377] Forwarding update TASK_FINISHED (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:16.815950 32597 slave.cpp:4253] Forwarding the update TASK_FINISHED (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:16.816035 32596 status_update_manager.cpp:323] Received status update TASK_FINISHED (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.816133 32596 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_FINISHED (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.816474 32596 status_update_manager.cpp:377] Forwarding update TASK_FINISHED (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:16.816731 32597 slave.cpp:4147] Status update manager successfully handled status update TASK_FINISHED (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.816870 32597 slave.cpp:4163] Sending acknowledgement for status update TASK_FINISHED (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:40108
> I0209 23:22:16.817178 32593 master.cpp:6164] Status update TASK_FINISHED (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.817265 32593 master.cpp:6232] Forwarding status update TASK_FINISHED (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.817476 32593 master.cpp:8312] Updating the state of task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_FINISHED, status update state: TASK_FINISHED)
> I0209 23:22:16.817572 32603 persistent_volume_framework.cpp:356] Task '97416f83-aaea-4e77-9fce-5723a6236956' is in state TASK_FINISHED
> I0209 23:22:16.817606 32603 sched.cpp:1041] Scheduler::statusUpdate took 62934ns
> I0209 23:22:16.817688 32597 slave.cpp:4253] Forwarding the update TASK_FINISHED (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:16.817865 32597 slave.cpp:4147] Status update manager successfully handled status update TASK_FINISHED (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.817911 32597 slave.cpp:4163] Sending acknowledgement for status update TASK_FINISHED (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:36589
> I0209 23:22:16.818091 32593 master.cpp:5102] Processing ACKNOWLEDGE call 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6 for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:16.818166 32593 master.cpp:8406] Removing task 97416f83-aaea-4e77-9fce-5723a6236956 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.818461 32598 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8 (total: cpus(test):16; mem(test):47270; disk(test):3701196; ports(test):[31000-32000]; disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>, allocated: cpus(test)(allocated: test):0.2; mem(test)(allocated: test):64; disk(test)(allocated: test):16; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.818655 32591 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.818668 32593 master.cpp:6164] Status update TASK_FINISHED (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.818727 32593 master.cpp:6232] Forwarding status update TASK_FINISHED (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.818943 32593 master.cpp:8312] Updating the state of task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_FINISHED, status update state: TASK_FINISHED)
> I0209 23:22:16.818969 32591 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_FINISHED (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.819092 32591 status_update_manager.cpp:531] Cleaning up status update stream for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.819612 32590 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 2c258e8d-7a8c-496c-b6c9-0cfddedbb1a6) for task 97416f83-aaea-4e77-9fce-5723a6236956 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.819767 32590 slave.cpp:6880] Completing task 97416f83-aaea-4e77-9fce-5723a6236956
> I0209 23:22:16.820027 32595 persistent_volume_framework.cpp:356] Task '11324af2-a4b9-48df-8695-4544ceda3cb0' is in state TASK_FINISHED
> I0209 23:22:16.820057 32595 sched.cpp:1041] Scheduler::statusUpdate took 44207ns
> I0209 23:22:16.820029 32603 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 (total: cpus(test):16; mem(test):47270; disk(test):3701196; ports(test):[31000-32000]; disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>, allocated: cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.820348 32597 master.cpp:5102] Processing ACKNOWLEDGE call 2a50e906-d373-40a8-9b3d-ae48fccd3112 for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:16.820437 32597 master.cpp:8406] Removing task 11324af2-a4b9-48df-8695-4544ceda3cb0 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.820972 32590 status_update_manager.cpp:395] Received status update acknowledgement (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.821220 32590 status_update_manager.cpp:832] Checkpointing ACK for status update TASK_FINISHED (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.821386 32590 status_update_manager.cpp:531] Cleaning up status update stream for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.821835 32592 slave.cpp:3102] Status update manager successfully handled status update acknowledgement (UUID: 2a50e906-d373-40a8-9b3d-ae48fccd3112) for task 11324af2-a4b9-48df-8695-4544ceda3cb0 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.821908 32592 slave.cpp:6880] Completing task 11324af2-a4b9-48df-8695-4544ceda3cb0
> I0209 23:22:16.833192 32595 slave.cpp:4385] Got exited event for executor(1)@172.17.0.2:59644
> I0209 23:22:16.851096 32599 containerizer.cpp:2479] Container 3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c has exited
> I0209 23:22:16.851148 32599 containerizer.cpp:2116] Destroying container 3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c in RUNNING state
> I0209 23:22:16.851732 32599 launcher.cpp:151] Asked to destroy container 3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c
> I0209 23:22:16.859227 32599 slave.cpp:4385] Got exited event for executor(1)@172.17.0.2:58372
> I0209 23:22:16.860606 32593 provisioner.cpp:484] Ignoring destroy request for unknown container 3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c
> I0209 23:22:16.861686 32593 slave.cpp:4766] Executor 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 exited with status 0
> I0209 23:22:16.861786 32593 slave.cpp:4866] Cleaning up executor 'a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 at executor(1)@172.17.0.2:59644
> I0209 23:22:16.862363 32596 gc.cpp:55] Scheduling '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/runs/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c' for gc 6.99999002042963days in the future
> I0209 23:22:16.862690 32596 gc.cpp:55] Scheduling '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' for gc 6.99999001649185days in the future
> I0209 23:22:16.862884 32596 gc.cpp:55] Scheduling '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13/runs/3c330e39-7a7b-4c06-8dbf-4f55fc1bc38c' for gc 6.99999001499852days in the future
> I0209 23:22:16.863004 32596 gc.cpp:55] Scheduling '/tmp/mesos-ANhEFW/agents/2/meta/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/a19e25b5-6e53-40d2-a5b7-5f11eb5b5d13' for gc 6.99999001343704days in the future
> sh: 3: [: Illegal number: $[COUNTER+1]
> Command exited with status 1 (pid: 450)
> I0209 23:22:16.912478 32590 slave.cpp:3813] Handling status update TASK_FAILED (UUID: f907afe1-1216-459a-a2b0-dd7d952fff5b) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from executor(1)@172.17.0.2:52476
> I0209 23:22:16.914979 32596 posix.cpp:142] Removing symlink '/tmp/mesos-ANhEFW/agents/2/slaves/e3b45058-2f18-4724-b957-37e73ffd3731-S2/frameworks/e3b45058-2f18-4724-b957-37e73ffd3731-0000/executors/ea2f7957-9f68-49c9-95f9-f55adb894a18/runs/0c1f59b0-24b4-455b-9f3a-9d4770c98146/volume' for persistent volume disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8 of container 0c1f59b0-24b4-455b-9f3a-9d4770c98146
> I0209 23:22:16.916018 32588 status_update_manager.cpp:323] Received status update TASK_FAILED (UUID: f907afe1-1216-459a-a2b0-dd7d952fff5b) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.916196 32588 status_update_manager.cpp:832] Checkpointing UPDATE for status update TASK_FAILED (UUID: f907afe1-1216-459a-a2b0-dd7d952fff5b) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.916540 32588 status_update_manager.cpp:377] Forwarding update TASK_FAILED (UUID: f907afe1-1216-459a-a2b0-dd7d952fff5b) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to the agent
> I0209 23:22:16.917167 32596 slave.cpp:4253] Forwarding the update TASK_FAILED (UUID: f907afe1-1216-459a-a2b0-dd7d952fff5b) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to master@172.17.0.2:56477
> I0209 23:22:16.917347 32596 slave.cpp:4147] Status update manager successfully handled status update TASK_FAILED (UUID: f907afe1-1216-459a-a2b0-dd7d952fff5b) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.917397 32596 slave.cpp:4163] Sending acknowledgement for status update TASK_FAILED (UUID: f907afe1-1216-459a-a2b0-dd7d952fff5b) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 to executor(1)@172.17.0.2:52476
> I0209 23:22:16.917683 32589 master.cpp:6164] Status update TASK_FAILED (UUID: f907afe1-1216-459a-a2b0-dd7d952fff5b) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 from agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.917768 32589 master.cpp:6232] Forwarding status update TASK_FAILED (UUID: f907afe1-1216-459a-a2b0-dd7d952fff5b) for task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.917986 32589 master.cpp:8312] Updating the state of task ea2f7957-9f68-49c9-95f9-f55adb894a18 of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (latest state: TASK_FAILED, status update state: TASK_FAILED)
> I0209 23:22:16.918066 32591 persistent_volume_framework.cpp:356] Task 'ea2f7957-9f68-49c9-95f9-f55adb894a18' is in state TASK_FAILED
> E0209 23:22:16.918109 32591 persistent_volume_framework.cpp:383] Unexpected task state TASK_FAILED for task 'ea2f7957-9f68-49c9-95f9-f55adb894a18'
> I0209 23:22:16.918198 32591 sched.cpp:2055] Asked to abort the driver
> I0209 23:22:16.918257 32591 sched.cpp:1041] Scheduler::statusUpdate took 205349ns
> I0209 23:22:16.918287 32591 sched.cpp:1048] Not sending status update acknowledgment message because the driver is not running!
> I0209 23:22:16.918334 32591 sched.cpp:1233] Aborting framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.918766 32564 sched.cpp:2021] Asked to stop the driver
> I0209 23:22:16.919064 32589 master.cpp:3081] Deactivating framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477
> I0209 23:22:16.919351 32589 master.cpp:1381] Framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 disconnected
> I0209 23:22:16.919437 32589 master.cpp:3058] Disconnecting framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477
> I0209 23:22:16.919576 32589 master.cpp:1396] Giving framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 (Persistent Volume Framework (C++)) at scheduler-a117d1c1-f95e-4209-8596-4bbe12a11b3b@172.17.0.2:56477 0ns to failover
> I0209 23:22:16.919756 32589 master.cpp:1103] Master terminating
> I0209 23:22:16.919744 32591 hierarchical.cpp:1064] Recovered cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> (total: cpus(test):16; mem(test):47270; disk(test):3701196; ports(test):[31000-32000]; disk(test)[68957800-c1fc-49fa-9a7a-b19c90cc8db8:volume]:8; disk(test)[ffda0122-44a8-4c9b-9c23-a2aa604bd612:volume]:8; disk(test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1>, allocated: {}) on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 from framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.920034 32591 hierarchical.cpp:415] Deactivated framework e3b45058-2f18-4724-b957-37e73ffd3731-0000
> I0209 23:22:16.919967 32589 master.cpp:8406] Removing task ea2f7957-9f68-49c9-95f9-f55adb894a18 with resources cpus(test)(allocated: test):0.1; mem(test)(allocated: test):32; disk(test)(allocated: test):8; disk(test)(allocated: test)[ac5abbd6-4d8c-4b60-b219-70c784d9d177:volume]<SHARED>:8<1> of framework e3b45058-2f18-4724-b957-37e73ffd3731-0000 on agent e3b45058-2f18-4724-b957-37e73ffd3731-S2 at slave(3)@172.17.0.2:56477 (6c3cac43dca5)
> I0209 23:22:16.921376 32591 hierarchical.cpp:549] Removed agent e3b45058-2f18-4724-b957-37e73ffd3731-S2
> I0209 23:22:16.921998 32591 hierarchical.cpp:549] Removed agent e3b45058-2f18-4724-b957-37e73ffd3731-S1
> I0209 23:22:16.922297 32600 slave.cpp:4385] Got exited event for master@172.17.0.2:56477
> I0209 23:22:16.922298 32601 slave.cpp:4385] Got exited event for master@172.17.0.2:56477
> W0209 23:22:16.922333 32600 slave.cpp:4390] Master disconnected! Waiting for a new master to be elected
> W0209 23:22:16.922338 32601 slave.cpp:4390] Master disconnected! Waiting for a new master to be elected
> I0209 23:22:16.922860 32591 hierarchical.cpp:549] Removed agent e3b45058-2f18-4724-b957-37e73ffd3731-S0
> I0209 23:22:16.924651 32596 slave.cpp:4385] Got exited event for master@172.17.0.2:56477
> I0209 23:22:16.925439 32590 slave.cpp:803] Agent terminating
> W0209 23:22:16.925437 32596 slave.cpp:4390] Master disconnected! Waiting for a new master to be elected
> I0209 23:22:16.928794 32592 slave.cpp:803] Agent terminating
> I0209 23:22:16.931869 32603 slave.cpp:803] Agent terminating
> ../../src/tests/script.cpp:81: Failure
> Failed
> persistent_volume_framework_test.sh exited with status 1
> [  FAILED  ] ExamplesTest.PersistentVolumeFramework (4917 ms)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)