Skip to content

Instantly share code, notes, and snippets.

@yujikiriki
Created September 11, 2015 20:46
Show Gist options
  • Save yujikiriki/928dbd7d0ad6980aff95 to your computer and use it in GitHub Desktop.
Save yujikiriki/928dbd7d0ad6980aff95 to your computer and use it in GitHub Desktop.
mesos-slave.log
╰─✘ ./build/bin/mesos-slave.sh --master=127.0.0.1:5050
I0911 15:34:18.310139 30379 main.cpp:185] Build: 2015-09-09 15:22:34 by yuji
I0911 15:34:18.310219 30379 main.cpp:187] Version: 0.24.0
I0911 15:34:18.310226 30379 main.cpp:190] Git tag: 0.24.0
I0911 15:34:18.310232 30379 main.cpp:194] Git SHA: 8b77e68f8be5d0766a4bbfba18b397d619611f95
I0911 15:34:18.310508 30379 containerizer.cpp:143] Using isolation: posix/cpu,posix/mem,filesystem/posix
I0911 15:34:18.313657 30379 main.cpp:272] Starting Mesos slave
I0911 15:34:18.314357 30379 slave.cpp:190] Slave started on 1)@127.0.1.1:5051
I0911 15:34:18.314381 30379 slave.cpp:191] Flags at startup: --appc_store_dir="/tmp/mesos/store/appc" --authenticatee="crammd5" --cgroups_cpu_enable_pids_and_tids_count="false" --cgroups_enable_cfs="false" --cgroups_hierarchy="/sys/fs/cgroup" --cgroups_limit_swap="false" --cgroups_root="mesos" --container_disk_watch_interval="15secs" --containerizers="mesos" --default_role="*" --disk_watch_interval="1mins" --docker="docker" --docker_kill_orphans="true" --docker_remove_delay="6hrs" --docker_socket="/var/run/docker.sock" --docker_stop_timeout="0ns" --enforce_container_disk_quota="false" --executor_registration_timeout="1mins" --executor_shutdown_grace_period="5secs" --fetcher_cache_dir="/tmp/mesos/fetch" --fetcher_cache_size="2GB" --frameworks_home="" --gc_delay="1weeks" --gc_disk_headroom="0.1" --hadoop_home="" --help="false" --initialize_driver_logging="true" --isolation="posix/cpu,posix/mem" --launcher_dir="/home/yuji/git/mesos/build/src" --logbufsecs="0" --logging_level="INFO" --master="127.0.0.1:5050" --oversubscribed_resources_interval="15secs" --perf_duration="10secs" --perf_interval="1mins" --port="5051" --qos_correction_interval_min="0ns" --quiet="false" --recover="reconnect" --recovery_timeout="15mins" --registration_backoff_factor="1secs" --resource_monitoring_interval="1secs" --revocable_cpu_low_priority="true" --sandbox_directory="/mnt/mesos/sandbox" --strict="true" --switch_user="true" --version="false" --work_dir="/tmp/mesos"
I0911 15:34:18.315037 30379 slave.cpp:354] Slave resources: cpus(*):8; mem(*):14913; disk(*):3984; ports(*):[31000-32000]
I0911 15:34:18.315124 30379 slave.cpp:384] Slave hostname: kiriki
I0911 15:34:18.315140 30379 slave.cpp:389] Slave checkpoint: true
I0911 15:34:18.320269 30400 state.cpp:54] Recovering state from '/tmp/mesos/meta'
I0911 15:34:18.320770 30395 status_update_manager.cpp:202] Recovering status update manager
I0911 15:34:18.320971 30401 containerizer.cpp:379] Recovering containerizer
I0911 15:34:18.322100 30397 slave.cpp:4069] Finished recovery
I0911 15:34:18.322782 30400 status_update_manager.cpp:176] Pausing sending status updates
I0911 15:34:18.322793 30397 slave.cpp:684] New master detected at master@127.0.0.1:5050
I0911 15:34:18.323333 30397 slave.cpp:709] No credentials provided. Attempting to register without authentication
I0911 15:34:18.323457 30397 slave.cpp:720] Detecting new master
I0911 15:34:19.106552 30401 slave.cpp:859] Registered with master master@127.0.0.1:5050; given slave ID 20150911-153416-16777343-5050-30331-S0
I0911 15:34:19.106652 30402 status_update_manager.cpp:183] Resuming sending status updates
I0911 15:34:19.106827 30401 slave.cpp:918] Forwarding total oversubscribed resources
I0911 15:35:18.325708 30402 slave.cpp:3885] Current disk usage 0.00%. Max allowed age: 6.299914213121077days
I0911 15:36:09.838510 30396 http.cpp:174] HTTP GET for /slave(1)/state.json from 127.0.0.1:35456 with User-Agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'
I0911 15:36:18.327925 30398 slave.cpp:3885] Current disk usage 0.00%. Max allowed age: 6.299879898369502days
I0911 15:37:18.342561 30402 slave.cpp:3885] Current disk usage 0.00%. Max allowed age: 6.299873035419190days
I0911 15:38:18.357213 30397 slave.cpp:3885] Current disk usage 0.00%. Max allowed age: 6.299873035419190days
I0911 15:38:36.394461 30397 slave.cpp:1249] Got assigned task 1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84 for framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:36.395596 30397 slave.cpp:1365] Launching task 1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84 for framework 20150911-153416-16777343-5050-30331-0000
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5’: Operation not permitted
W0911 15:38:36.400638 30397 paths.cpp:411] Failed to chown executor directory '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5': Failed to execute 'chown -R 0:0 '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5'' (exit status: 256): Success
I0911 15:38:36.401316 30397 slave.cpp:4799] Launching executor thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84 of framework 20150911-153416-16777343-5050-30331-0000 with resources cpus(*):0.01; disk(*):1; mem(*):32 in work directory '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5'
I0911 15:38:36.401870 30396 containerizer.cpp:633] Starting container 'e11db3a1-b312-400f-8958-dff0b7acbde5' for executor 'thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84' of framework '20150911-153416-16777343-5050-30331-0000'
I0911 15:38:36.402354 30397 slave.cpp:1583] Queuing task '1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84' for executor thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84 of framework '20150911-153416-16777343-5050-30331-0000
I0911 15:38:36.406235 30399 launcher.cpp:131] Forked child with pid '30775' for container 'e11db3a1-b312-400f-8958-dff0b7acbde5'
I0911 15:38:36.406817 30399 containerizer.cpp:855] Checkpointing executor's forked pid 30775 to '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5/pids/forked.pid'
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5/stderr’: Operation not permitted
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5/stdout’: Operation not permitted
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5’: Operation not permitted
E0911 15:38:36.413554 30398 slave.cpp:3301] Container 'e11db3a1-b312-400f-8958-dff0b7acbde5' for executor 'thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84' of framework '20150911-153416-16777343-5050-30331-0000' failed to start: Failed to chown directory: /tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5 to user: root with error: Failed to execute 'chown -R 0:0 '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5'' (exit status: 256): Success
I0911 15:38:36.413723 30401 containerizer.cpp:1079] Destroying container 'e11db3a1-b312-400f-8958-dff0b7acbde5'
I0911 15:38:36.507617 30400 containerizer.cpp:1266] Executor for container 'e11db3a1-b312-400f-8958-dff0b7acbde5' has exited
I0911 15:38:36.509686 30400 slave.cpp:3399] Executor 'thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84' of framework 20150911-153416-16777343-5050-30331-0000 terminated with signal Killed
I0911 15:38:36.510833 30400 slave.cpp:2696] Handling status update TASK_FAILED (UUID: 565fb9ae-c5c4-4102-8ab5-8045f90cccdd) for task 1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84 of framework 20150911-153416-16777343-5050-30331-0000 from @0.0.0.0:0
W0911 15:38:36.511258 30396 containerizer.cpp:970] Ignoring update for unknown container: e11db3a1-b312-400f-8958-dff0b7acbde5
I0911 15:38:36.511804 30399 status_update_manager.cpp:322] Received status update TASK_FAILED (UUID: 565fb9ae-c5c4-4102-8ab5-8045f90cccdd) for task 1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:36.512303 30399 status_update_manager.cpp:826] Checkpointing UPDATE for status update TASK_FAILED (UUID: 565fb9ae-c5c4-4102-8ab5-8045f90cccdd) for task 1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:36.512632 30398 slave.cpp:2975] Forwarding the update TASK_FAILED (UUID: 565fb9ae-c5c4-4102-8ab5-8045f90cccdd) for task 1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84 of framework 20150911-153416-16777343-5050-30331-0000 to master@127.0.0.1:5050
I0911 15:38:36.541113 30401 status_update_manager.cpp:394] Received status update acknowledgement (UUID: 565fb9ae-c5c4-4102-8ab5-8045f90cccdd) for task 1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:36.541239 30401 status_update_manager.cpp:826] Checkpointing ACK for status update TASK_FAILED (UUID: 565fb9ae-c5c4-4102-8ab5-8045f90cccdd) for task 1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:36.541707 30400 slave.cpp:3503] Cleaning up executor 'thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84' of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:36.541959 30402 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5' for gc 6.99999372827556days in the future
I0911 15:38:36.542187 30402 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84' for gc 6.9999937264237days in the future
I0911 15:38:36.542218 30400 slave.cpp:3592] Cleaning up framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:36.542281 30402 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84/runs/e11db3a1-b312-400f-8958-dff0b7acbde5' for gc 6.99999372594963days in the future
I0911 15:38:36.542304 30401 status_update_manager.cpp:284] Closing status update streams for framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:36.542374 30402 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84' for gc 6.99999372525333days in the future
I0911 15:38:36.542436 30402 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' for gc 6.99999372332148days in the future
I0911 15:38:36.542491 30402 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' for gc 6.99999372309037days in the future
I0911 15:38:37.571182 30399 slave.cpp:1249] Got assigned task 1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82 for framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:37.571964 30401 gc.cpp:84] Unscheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' from gc
I0911 15:38:37.572230 30401 gc.cpp:84] Unscheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' from gc
I0911 15:38:37.572391 30396 slave.cpp:1365] Launching task 1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82 for framework 20150911-153416-16777343-5050-30331-0000
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278’: Operation not permitted
W0911 15:38:37.575417 30396 paths.cpp:411] Failed to chown executor directory '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278': Failed to execute 'chown -R 0:0 '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278'' (exit status: 256): Success
I0911 15:38:37.575714 30396 slave.cpp:4799] Launching executor thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82 of framework 20150911-153416-16777343-5050-30331-0000 with resources cpus(*):0.01; disk(*):1; mem(*):32 in work directory '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278'
I0911 15:38:37.575976 30402 containerizer.cpp:633] Starting container '24cac3dc-0058-4715-a732-a6ab66c7f278' for executor 'thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82' of framework '20150911-153416-16777343-5050-30331-0000'
I0911 15:38:37.576138 30396 slave.cpp:1583] Queuing task '1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82' for executor thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82 of framework '20150911-153416-16777343-5050-30331-0000
I0911 15:38:37.577989 30397 launcher.cpp:131] Forked child with pid '30830' for container '24cac3dc-0058-4715-a732-a6ab66c7f278'
I0911 15:38:37.578142 30397 containerizer.cpp:855] Checkpointing executor's forked pid 30830 to '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278/pids/forked.pid'
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278/stderr’: Operation not permitted
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278/stdout’: Operation not permitted
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278’: Operation not permitted
E0911 15:38:37.581549 30396 slave.cpp:3301] Container '24cac3dc-0058-4715-a732-a6ab66c7f278' for executor 'thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82' of framework '20150911-153416-16777343-5050-30331-0000' failed to start: Failed to chown directory: /tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278 to user: root with error: Failed to execute 'chown -R 0:0 '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278'' (exit status: 256): Success
I0911 15:38:37.581643 30399 containerizer.cpp:1079] Destroying container '24cac3dc-0058-4715-a732-a6ab66c7f278'
I0911 15:38:37.616737 30395 containerizer.cpp:1266] Executor for container '24cac3dc-0058-4715-a732-a6ab66c7f278' has exited
I0911 15:38:37.617902 30401 slave.cpp:3399] Executor 'thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82' of framework 20150911-153416-16777343-5050-30331-0000 terminated with signal Killed
I0911 15:38:37.618896 30401 slave.cpp:2696] Handling status update TASK_FAILED (UUID: 6e2e80ae-25d5-48ee-b98f-b5921e3cc6b8) for task 1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82 of framework 20150911-153416-16777343-5050-30331-0000 from @0.0.0.0:0
W0911 15:38:37.619161 30402 containerizer.cpp:970] Ignoring update for unknown container: 24cac3dc-0058-4715-a732-a6ab66c7f278
I0911 15:38:37.619418 30398 status_update_manager.cpp:322] Received status update TASK_FAILED (UUID: 6e2e80ae-25d5-48ee-b98f-b5921e3cc6b8) for task 1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:37.619724 30398 status_update_manager.cpp:826] Checkpointing UPDATE for status update TASK_FAILED (UUID: 6e2e80ae-25d5-48ee-b98f-b5921e3cc6b8) for task 1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:37.619933 30395 slave.cpp:2975] Forwarding the update TASK_FAILED (UUID: 6e2e80ae-25d5-48ee-b98f-b5921e3cc6b8) for task 1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82 of framework 20150911-153416-16777343-5050-30331-0000 to master@127.0.0.1:5050
I0911 15:38:37.646764 30397 status_update_manager.cpp:394] Received status update acknowledgement (UUID: 6e2e80ae-25d5-48ee-b98f-b5921e3cc6b8) for task 1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:37.646870 30397 status_update_manager.cpp:826] Checkpointing ACK for status update TASK_FAILED (UUID: 6e2e80ae-25d5-48ee-b98f-b5921e3cc6b8) for task 1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:37.647243 30402 slave.cpp:3503] Cleaning up executor 'thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82' of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:37.647433 30396 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278' for gc 6.99999250716444days in the future
I0911 15:38:37.647577 30402 slave.cpp:3592] Cleaning up framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:37.647599 30396 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82' for gc 6.99999250586963days in the future
I0911 15:38:37.647644 30397 status_update_manager.cpp:284] Closing status update streams for framework 20150911-153416-16777343-5050-30331-0000
I0911 15:38:37.647704 30396 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82/runs/24cac3dc-0058-4715-a732-a6ab66c7f278' for gc 6.99999250545185days in the future
I0911 15:38:37.647824 30396 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82' for gc 6.99999250520593days in the future
I0911 15:38:37.647919 30396 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' for gc 6.99999250421333days in the future
I0911 15:38:37.648025 30396 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' for gc 6.99999250385481days in the future
I0911 15:39:16.941706 30401 http.cpp:174] HTTP GET for /slave(1)/state.json from 127.0.0.1:35456 with User-Agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'
I0911 15:39:18.358635 30396 slave.cpp:3885] Current disk usage 0.00%. Max allowed age: 6.299824994766991days
I0911 15:39:25.260388 30402 http.cpp:174] HTTP GET for /slave(1)/state.json from 127.0.0.1:35456 with User-Agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'
I0911 15:39:36.403074 30402 slave.cpp:3800] Framework 20150911-153416-16777343-5050-30331-0000 seems to have exited. Ignoring registration timeout for executor 'thermos-1442003916329-www-data-devel-test-0-f81f3b5c-ff28-4013-9e1b-696945b95e84'
I0911 15:39:37.576786 30398 slave.cpp:3800] Framework 20150911-153416-16777343-5050-30331-0000 seems to have exited. Ignoring registration timeout for executor 'thermos-1442003916517-www-data-devel-test-0-fbbfd7a0-89bc-4160-b3ee-fa544832ed82'
I0911 15:39:37.647248 30395 slave.cpp:1249] Got assigned task 1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc for framework 20150911-153416-16777343-5050-30331-0000
I0911 15:39:37.647867 30400 gc.cpp:84] Unscheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' from gc
I0911 15:39:37.648032 30400 gc.cpp:84] Unscheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' from gc
I0911 15:39:37.648193 30399 slave.cpp:1365] Launching task 1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc for framework 20150911-153416-16777343-5050-30331-0000
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6’: Operation not permitted
W0911 15:39:37.651114 30399 paths.cpp:411] Failed to chown executor directory '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6': Failed to execute 'chown -R 0:0 '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6'' (exit status: 256): Success
I0911 15:39:37.651396 30399 slave.cpp:4799] Launching executor thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc of framework 20150911-153416-16777343-5050-30331-0000 with resources cpus(*):0.01; disk(*):1; mem(*):32 in work directory '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6'
I0911 15:39:37.651641 30396 containerizer.cpp:633] Starting container 'a8538184-536c-4342-8e17-b6d9378d8fa6' for executor 'thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc' of framework '20150911-153416-16777343-5050-30331-0000'
I0911 15:39:37.651794 30399 slave.cpp:1583] Queuing task '1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc' for executor thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc of framework '20150911-153416-16777343-5050-30331-0000
I0911 15:39:37.653355 30402 launcher.cpp:131] Forked child with pid '30884' for container 'a8538184-536c-4342-8e17-b6d9378d8fa6'
I0911 15:39:37.653478 30402 containerizer.cpp:855] Checkpointing executor's forked pid 30884 to '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6/pids/forked.pid'
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6/stderr’: Operation not permitted
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6/stdout’: Operation not permitted
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6’: Operation not permitted
E0911 15:39:37.656599 30401 slave.cpp:3301] Container 'a8538184-536c-4342-8e17-b6d9378d8fa6' for executor 'thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc' of framework '20150911-153416-16777343-5050-30331-0000' failed to start: Failed to chown directory: /tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6 to user: root with error: Failed to execute 'chown -R 0:0 '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6'' (exit status: 256): Success
I0911 15:39:37.656688 30400 containerizer.cpp:1079] Destroying container 'a8538184-536c-4342-8e17-b6d9378d8fa6'
I0911 15:39:37.687630 30401 containerizer.cpp:1266] Executor for container 'a8538184-536c-4342-8e17-b6d9378d8fa6' has exited
I0911 15:39:37.688544 30396 slave.cpp:3399] Executor 'thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc' of framework 20150911-153416-16777343-5050-30331-0000 terminated with signal Killed
I0911 15:39:37.689555 30396 slave.cpp:2696] Handling status update TASK_FAILED (UUID: 9bd5f5df-e138-4a74-b152-e8b3acaa7679) for task 1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc of framework 20150911-153416-16777343-5050-30331-0000 from @0.0.0.0:0
W0911 15:39:37.689793 30400 containerizer.cpp:970] Ignoring update for unknown container: a8538184-536c-4342-8e17-b6d9378d8fa6
I0911 15:39:37.690050 30399 status_update_manager.cpp:322] Received status update TASK_FAILED (UUID: 9bd5f5df-e138-4a74-b152-e8b3acaa7679) for task 1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:39:37.690341 30399 status_update_manager.cpp:826] Checkpointing UPDATE for status update TASK_FAILED (UUID: 9bd5f5df-e138-4a74-b152-e8b3acaa7679) for task 1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:39:37.690548 30401 slave.cpp:2975] Forwarding the update TASK_FAILED (UUID: 9bd5f5df-e138-4a74-b152-e8b3acaa7679) for task 1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc of framework 20150911-153416-16777343-5050-30331-0000 to master@127.0.0.1:5050
I0911 15:39:37.710199 30395 status_update_manager.cpp:394] Received status update acknowledgement (UUID: 9bd5f5df-e138-4a74-b152-e8b3acaa7679) for task 1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:39:37.710305 30395 status_update_manager.cpp:826] Checkpointing ACK for status update TASK_FAILED (UUID: 9bd5f5df-e138-4a74-b152-e8b3acaa7679) for task 1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:39:37.710664 30402 slave.cpp:3503] Cleaning up executor 'thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc' of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:39:37.710830 30399 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6' for gc 6.99999177335704days in the future
I0911 15:39:37.710969 30399 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc' for gc 6.99999177202667days in the future
I0911 15:39:37.711014 30402 slave.cpp:3592] Cleaning up framework 20150911-153416-16777343-5050-30331-0000
I0911 15:39:37.711057 30399 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc/runs/a8538184-536c-4342-8e17-b6d9378d8fa6' for gc 6.99999177155259days in the future
I0911 15:39:37.711066 30395 status_update_manager.cpp:284] Closing status update streams for framework 20150911-153416-16777343-5050-30331-0000
I0911 15:39:37.711148 30399 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc' for gc 6.99999177113482days in the future
I0911 15:39:37.711225 30399 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' for gc 6.99999176993185days in the future
I0911 15:39:37.711285 30399 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' for gc 6.99999176954667days in the future
I0911 15:39:42.569200 30396 http.cpp:174] HTTP GET for /slave(1)/state.json from 127.0.0.1:35456 with User-Agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'
I0911 15:40:18.359472 30398 slave.cpp:3885] Current disk usage 0.00%. Max allowed age: 6.299804405916054days
I0911 15:40:37.652164 30396 slave.cpp:3800] Framework 20150911-153416-16777343-5050-30331-0000 seems to have exited. Ignoring registration timeout for executor 'thermos-1442003917623-www-data-devel-test-0-bc7e269b-4dc3-4e91-97bc-15bde98e1acc'
I0911 15:41:18.360290 30402 slave.cpp:3885] Current disk usage 0.00%. Max allowed age: 6.299804405916054days
I0911 15:41:37.715298 30396 slave.cpp:1249] Got assigned task 1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d for framework 20150911-153416-16777343-5050-30331-0000
I0911 15:41:37.715919 30402 gc.cpp:84] Unscheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' from gc
I0911 15:41:37.716074 30402 gc.cpp:84] Unscheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' from gc
I0911 15:41:37.716219 30395 slave.cpp:1365] Launching task 1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d for framework 20150911-153416-16777343-5050-30331-0000
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4’: Operation not permitted
W0911 15:41:37.719177 30395 paths.cpp:411] Failed to chown executor directory '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4': Failed to execute 'chown -R 0:0 '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4'' (exit status: 256): Success
I0911 15:41:37.719457 30395 slave.cpp:4799] Launching executor thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d of framework 20150911-153416-16777343-5050-30331-0000 with resources cpus(*):0.01; disk(*):1; mem(*):32 in work directory '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4'
I0911 15:41:37.719699 30396 containerizer.cpp:633] Starting container '9d833ae9-0e59-4a14-b173-a9e57b464ac4' for executor 'thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d' of framework '20150911-153416-16777343-5050-30331-0000'
I0911 15:41:37.719904 30395 slave.cpp:1583] Queuing task '1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d' for executor thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d of framework '20150911-153416-16777343-5050-30331-0000
I0911 15:41:37.721586 30398 launcher.cpp:131] Forked child with pid '30939' for container '9d833ae9-0e59-4a14-b173-a9e57b464ac4'
I0911 15:41:37.721752 30398 containerizer.cpp:855] Checkpointing executor's forked pid 30939 to '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4/pids/forked.pid'
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4/stderr’: Operation not permitted
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4/stdout’: Operation not permitted
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4’: Operation not permitted
E0911 15:41:37.726512 30399 slave.cpp:3301] Container '9d833ae9-0e59-4a14-b173-a9e57b464ac4' for executor 'thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d' of framework '20150911-153416-16777343-5050-30331-0000' failed to start: Failed to chown directory: /tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4 to user: root with error: Failed to execute 'chown -R 0:0 '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4'' (exit status: 256): Success
I0911 15:41:37.726678 30402 containerizer.cpp:1079] Destroying container '9d833ae9-0e59-4a14-b173-a9e57b464ac4'
I0911 15:41:37.839596 30401 containerizer.cpp:1266] Executor for container '9d833ae9-0e59-4a14-b173-a9e57b464ac4' has exited
I0911 15:41:37.840669 30395 slave.cpp:3399] Executor 'thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d' of framework 20150911-153416-16777343-5050-30331-0000 terminated with signal Killed
I0911 15:41:37.841675 30395 slave.cpp:2696] Handling status update TASK_FAILED (UUID: f6cf2e01-2140-44e7-b655-30e5d55bae76) for task 1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d of framework 20150911-153416-16777343-5050-30331-0000 from @0.0.0.0:0
W0911 15:41:37.841951 30402 containerizer.cpp:970] Ignoring update for unknown container: 9d833ae9-0e59-4a14-b173-a9e57b464ac4
I0911 15:41:37.842314 30398 status_update_manager.cpp:322] Received status update TASK_FAILED (UUID: f6cf2e01-2140-44e7-b655-30e5d55bae76) for task 1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:41:37.842627 30398 status_update_manager.cpp:826] Checkpointing UPDATE for status update TASK_FAILED (UUID: f6cf2e01-2140-44e7-b655-30e5d55bae76) for task 1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:41:37.842823 30395 slave.cpp:2975] Forwarding the update TASK_FAILED (UUID: f6cf2e01-2140-44e7-b655-30e5d55bae76) for task 1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d of framework 20150911-153416-16777343-5050-30331-0000 to master@127.0.0.1:5050
I0911 15:41:37.862493 30399 status_update_manager.cpp:394] Received status update acknowledgement (UUID: f6cf2e01-2140-44e7-b655-30e5d55bae76) for task 1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:41:37.862603 30399 status_update_manager.cpp:826] Checkpointing ACK for status update TASK_FAILED (UUID: f6cf2e01-2140-44e7-b655-30e5d55bae76) for task 1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:41:37.862975 30398 slave.cpp:3503] Cleaning up executor 'thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d' of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:41:37.863149 30402 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4' for gc 6.99999001055704days in the future
I0911 15:41:37.863275 30398 slave.cpp:3592] Cleaning up framework 20150911-153416-16777343-5050-30331-0000
I0911 15:41:37.863278 30402 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d' for gc 6.99999000931852days in the future
I0911 15:41:37.863358 30400 status_update_manager.cpp:284] Closing status update streams for framework 20150911-153416-16777343-5050-30331-0000
I0911 15:41:37.863392 30402 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d/runs/9d833ae9-0e59-4a14-b173-a9e57b464ac4' for gc 6.9999900090163days in the future
I0911 15:41:37.863488 30402 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d' for gc 6.99999000869037days in the future
I0911 15:41:37.863546 30402 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' for gc 6.99999000760296days in the future
I0911 15:41:37.863615 30402 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' for gc 6.99999000726815days in the future
I0911 15:41:44.641146 30402 http.cpp:174] HTTP GET for /slave(1)/state.json from 127.0.0.1:35456 with User-Agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'
I0911 15:42:18.361129 30398 slave.cpp:3885] Current disk usage 0.00%. Max allowed age: 6.299783817065116days
I0911 15:42:37.720991 30400 slave.cpp:3800] Framework 20150911-153416-16777343-5050-30331-0000 seems to have exited. Ignoring registration timeout for executor 'thermos-1442003977693-www-data-devel-test-0-1a81532d-315c-405b-85d3-a16888ab3d9d'
I0911 15:43:18.362067 30400 slave.cpp:3885] Current disk usage 0.00%. Max allowed age: 6.299783817065116days
I0911 15:44:18.362687 30397 slave.cpp:3885] Current disk usage 0.00%. Max allowed age: 6.299783817065116days
I0911 15:45:18.364173 30399 slave.cpp:3885] Current disk usage 0.00%. Max allowed age: 6.299783817065116days
I0911 15:45:37.868666 30395 slave.cpp:1249] Got assigned task 1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733 for framework 20150911-153416-16777343-5050-30331-0000
I0911 15:45:37.869354 30398 gc.cpp:84] Unscheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' from gc
I0911 15:45:37.869529 30398 gc.cpp:84] Unscheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' from gc
I0911 15:45:37.869688 30401 slave.cpp:1365] Launching task 1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733 for framework 20150911-153416-16777343-5050-30331-0000
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22’: Operation not permitted
W0911 15:45:37.872594 30401 paths.cpp:411] Failed to chown executor directory '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22': Failed to execute 'chown -R 0:0 '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22'' (exit status: 256): Success
I0911 15:45:37.872855 30401 slave.cpp:4799] Launching executor thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733 of framework 20150911-153416-16777343-5050-30331-0000 with resources cpus(*):0.01; disk(*):1; mem(*):32 in work directory '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22'
I0911 15:45:37.873109 30400 containerizer.cpp:633] Starting container 'ba161699-3507-4632-9ac3-23572aaf2d22' for executor 'thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733' of framework '20150911-153416-16777343-5050-30331-0000'
I0911 15:45:37.873286 30401 slave.cpp:1583] Queuing task '1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733' for executor thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733 of framework '20150911-153416-16777343-5050-30331-0000
I0911 15:45:37.876368 30396 launcher.cpp:131] Forked child with pid '31092' for container 'ba161699-3507-4632-9ac3-23572aaf2d22'
I0911 15:45:37.876629 30396 containerizer.cpp:855] Checkpointing executor's forked pid 31092 to '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22/pids/forked.pid'
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22/stderr’: Operation not permitted
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22/stdout’: Operation not permitted
chown: changing ownership of ‘/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22’: Operation not permitted
E0911 15:45:37.880209 30398 slave.cpp:3301] Container 'ba161699-3507-4632-9ac3-23572aaf2d22' for executor 'thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733' of framework '20150911-153416-16777343-5050-30331-0000' failed to start: Failed to chown directory: /tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22 to user: root with error: Failed to execute 'chown -R 0:0 '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22'' (exit status: 256): Success
I0911 15:45:37.880300 30401 containerizer.cpp:1079] Destroying container 'ba161699-3507-4632-9ac3-23572aaf2d22'
I0911 15:45:37.924553 30400 containerizer.cpp:1266] Executor for container 'ba161699-3507-4632-9ac3-23572aaf2d22' has exited
I0911 15:45:37.926095 30396 slave.cpp:3399] Executor 'thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733' of framework 20150911-153416-16777343-5050-30331-0000 terminated with signal Killed
I0911 15:45:37.927101 30396 slave.cpp:2696] Handling status update TASK_FAILED (UUID: ce8b8e08-7ddb-4415-8ef2-f9ba704a1e4d) for task 1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733 of framework 20150911-153416-16777343-5050-30331-0000 from @0.0.0.0:0
W0911 15:45:37.927301 30400 containerizer.cpp:970] Ignoring update for unknown container: ba161699-3507-4632-9ac3-23572aaf2d22
I0911 15:45:37.927620 30402 status_update_manager.cpp:322] Received status update TASK_FAILED (UUID: ce8b8e08-7ddb-4415-8ef2-f9ba704a1e4d) for task 1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:45:37.927916 30402 status_update_manager.cpp:826] Checkpointing UPDATE for status update TASK_FAILED (UUID: ce8b8e08-7ddb-4415-8ef2-f9ba704a1e4d) for task 1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:45:37.928200 30395 slave.cpp:2975] Forwarding the update TASK_FAILED (UUID: ce8b8e08-7ddb-4415-8ef2-f9ba704a1e4d) for task 1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733 of framework 20150911-153416-16777343-5050-30331-0000 to master@127.0.0.1:5050
I0911 15:45:37.952348 30395 status_update_manager.cpp:394] Received status update acknowledgement (UUID: ce8b8e08-7ddb-4415-8ef2-f9ba704a1e4d) for task 1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:45:37.952457 30395 status_update_manager.cpp:826] Checkpointing ACK for status update TASK_FAILED (UUID: ce8b8e08-7ddb-4415-8ef2-f9ba704a1e4d) for task 1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733 of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:45:37.952805 30397 slave.cpp:3503] Cleaning up executor 'thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733' of framework 20150911-153416-16777343-5050-30331-0000
I0911 15:45:37.952960 30395 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22' for gc 6.99998897080889days in the future
I0911 15:45:37.953091 30395 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733' for gc 6.99998896968889days in the future
I0911 15:45:37.953101 30397 slave.cpp:3592] Cleaning up framework 20150911-153416-16777343-5050-30331-0000
I0911 15:45:37.953161 30400 status_update_manager.cpp:284] Closing status update streams for framework 20150911-153416-16777343-5050-30331-0000
I0911 15:45:37.953178 30395 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733/runs/ba161699-3507-4632-9ac3-23572aaf2d22' for gc 6.99998896935111days in the future
I0911 15:45:37.953263 30395 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000/executors/thermos-1442004097846-www-data-devel-test-0-808c5f88-9443-418c-8563-10c740208733' for gc 6.99998896913185days in the future
I0911 15:45:37.953322 30395 gc.cpp:56] Scheduling '/tmp/mesos/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' for gc 6.99998896806519days in the future
I0911 15:45:37.953377 30395 gc.cpp:56] Scheduling '/tmp/mesos/meta/slaves/20150911-153416-16777343-5050-30331-S0/frameworks/20150911-153416-16777343-5050-30331-0000' for gc 6.99998896783704days in the future
I0911 15:45:43.568738 30396 http.cpp:174] HTTP GET for /slave(1)/state.json from 127.0.0.1:35456 with User-Agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment