You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Sharanyan Srikanthan (JIRA)" <ji...@apache.org> on 2018/02/24 00:01:00 UTC

[jira] [Created] (MESOS-8606) Test framework executor exiting with status 127

Sharanyan Srikanthan created MESOS-8606:
-------------------------------------------

             Summary: Test framework executor exiting with status 127
                 Key: MESOS-8606
                 URL: https://issues.apache.org/jira/browse/MESOS-8606
             Project: Mesos
          Issue Type: Bug
          Components: agent, framework
    Affects Versions: 1.4.1
         Environment: Linux  4.4.0-101
            Reporter: Sharanyan Srikanthan


Executor stderr log:
{noformat}
/home/srikanth/Mesos/mesos-1.4.1/build/src/.libs/test-executor: error while loading shared libraries: libmesos-1.4.1.so: cannot open shared object file: No such file or directory{noformat}
Master output:
{noformat}
I0223 10:20:00.911689 4081 master.cpp:2974] Subscribing framework Test Framework (C++) with checkpointing disabled and capabilities [ RESERVATION_REFINEMENT ]
I0223 10:20:00.912637 4083 hierarchical.cpp:303] Added framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
I0223 10:20:00.913569 4078 master.cpp:7673] Sending 1 offers to framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611
I0223 10:20:00.925267 4087 master.cpp:9170] Removing offer 99a53eb8-d406-4e15-9762-a015ce7a1f96-O3
I0223 10:20:00.925401 4087 master.cpp:4153] Processing ACCEPT call for offers: [ 99a53eb8-d406-4e15-9762-a015ce7a1f96-O3 ] on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9) for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611
W0223 10:20:00.926511 4089 validation.cpp:1298] Executor 'default' for task '0' uses less CPUs (None) than the minimum required (0.01). Please update your executor, as this will be mandatory in future releases.
W0223 10:20:00.926529 4089 validation.cpp:1310] Executor 'default' for task '0' uses less memory (None) than the minimum required (32MB). Please update your executor, as this will be mandatory in future releases.
I0223 10:20:00.926767 4089 master.cpp:9730] Adding task 0 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:00.927052 4089 master.cpp:4816] Launching task 0 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
W0223 10:20:00.927871 4089 validation.cpp:1298] Executor 'default' for task '1' uses less CPUs (None) than the minimum required (0.01). Please update your executor, as this will be mandatory in future releases.
W0223 10:20:00.927888 4089 validation.cpp:1310] Executor 'default' for task '1' uses less memory (None) than the minimum required (32MB). Please update your executor, as this will be mandatory in future releases.
I0223 10:20:00.928124 4089 master.cpp:9730] Adding task 1 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:00.928419 4089 master.cpp:4816] Launching task 1 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
W0223 10:20:00.929360 4089 validation.cpp:1298] Executor 'default' for task '2' uses less CPUs (None) than the minimum required (0.01). Please update your executor, as this will be mandatory in future releases.
W0223 10:20:00.929378 4089 validation.cpp:1310] Executor 'default' for task '2' uses less memory (None) than the minimum required (32MB). Please update your executor, as this will be mandatory in future releases.
I0223 10:20:00.929603 4089 master.cpp:9730] Adding task 2 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:00.929890 4089 master.cpp:4816] Launching task 2 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
W0223 10:20:00.930732 4089 validation.cpp:1298] Executor 'default' for task '3' uses less CPUs (None) than the minimum required (0.01). Please update your executor, as this will be mandatory in future releases.
W0223 10:20:00.930763 4089 validation.cpp:1310] Executor 'default' for task '3' uses less memory (None) than the minimum required (32MB). Please update your executor, as this will be mandatory in future releases.
I0223 10:20:00.931033 4089 master.cpp:9730] Adding task 3 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:00.931396 4089 master.cpp:4816] Launching task 3 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
W0223 10:20:00.932507 4089 validation.cpp:1298] Executor 'default' for task '4' uses less CPUs (None) than the minimum required (0.01). Please update your executor, as this will be mandatory in future releases.
W0223 10:20:00.932548 4089 validation.cpp:1310] Executor 'default' for task '4' uses less memory (None) than the minimum required (32MB). Please update your executor, as this will be mandatory in future releases.
I0223 10:20:00.932818 4089 master.cpp:9730] Adding task 4 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:00.933140 4089 master.cpp:4816] Launching task 4 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:00.934996 4085 hierarchical.cpp:887] Updated allocation of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 from cpus(allocated: *):16; mem(allocated: *):63160; disk(allocated: *):869363; ports(allocated: *):[31000-32000] to cpus(allocated: *):16; mem(allocated: *):63160; disk(allocated: *):869363; ports(allocated: *):[31000-32000]
I0223 10:20:01.087766 4091 master.cpp:6975] Executor 'default' of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9): exited with status 127
I0223 10:20:01.087839 4091 master.cpp:9062] Removing executor 'default' with resources [] of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:01.088773 4090 master.cpp:6852] Status update TASK_FAILED (UUID: 0702b466-7252-47e7-99f5-26007d6be572) for task 0 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 from agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:01.088840 4090 master.cpp:6914] Forwarding status update TASK_FAILED (UUID: 0702b466-7252-47e7-99f5-26007d6be572) for task 0 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
I0223 10:20:01.089089 4090 master.cpp:8939] Updating the state of task 0 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (latest state: TASK_FAILED, status update state: TASK_FAILED)
I0223 10:20:01.089733 4078 master.cpp:6852] Status update TASK_FAILED (UUID: 1c5721dd-db18-49db-9c74-54f237c2a5ca) for task 1 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 from agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:01.089781 4078 master.cpp:6914] Forwarding status update TASK_FAILED (UUID: 1c5721dd-db18-49db-9c74-54f237c2a5ca) for task 1 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
I0223 10:20:01.090034 4078 master.cpp:8939] Updating the state of task 1 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (latest state: TASK_FAILED, status update state: TASK_FAILED)
I0223 10:20:01.090299 4078 master.cpp:6852] Status update TASK_FAILED (UUID: 4d0a94a9-4035-458a-8145-602670866ef0) for task 2 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 from agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:01.090344 4078 master.cpp:6914] Forwarding status update TASK_FAILED (UUID: 4d0a94a9-4035-458a-8145-602670866ef0) for task 2 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
I0223 10:20:01.090464 4078 master.cpp:8939] Updating the state of task 2 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (latest state: TASK_FAILED, status update state: TASK_FAILED)
I0223 10:20:01.090801 4078 master.cpp:6852] Status update TASK_FAILED (UUID: b113e49c-dd67-431f-8e3a-bedaa08bd502) for task 3 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 from agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:01.090847 4078 master.cpp:6914] Forwarding status update TASK_FAILED (UUID: b113e49c-dd67-431f-8e3a-bedaa08bd502) for task 3 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
I0223 10:20:01.090981 4078 master.cpp:8939] Updating the state of task 3 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (latest state: TASK_FAILED, status update state: TASK_FAILED)
I0223 10:20:01.091498 4089 master.cpp:6852] Status update TASK_FAILED (UUID: dd74f409-dab1-4ba2-92a8-75c41cefe914) for task 4 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 from agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:01.091560 4089 master.cpp:6914] Forwarding status update TASK_FAILED (UUID: dd74f409-dab1-4ba2-92a8-75c41cefe914) for task 4 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
I0223 10:20:01.091720 4089 master.cpp:8939] Updating the state of task 4 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (latest state: TASK_FAILED, status update state: TASK_FAILED)
I0223 10:20:01.092407 4092 master.cpp:3264] Deactivating framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611
I0223 10:20:01.092522 4086 hierarchical.cpp:412] Deactivated framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
E0223 10:20:01.094455 4093 process.cpp:2577] Failed to shutdown socket with fd 14, address 10.213.38.100:52686: Transport endpoint is not connected
E0223 10:20:01.094635 4093 process.cpp:2577] Failed to shutdown socket with fd 13, address 127.0.0.1:5050: Transport endpoint is not connected
I0223 10:20:01.094722 4091 master.cpp:1432] Framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611 disconnected
I0223 10:20:01.094744 4091 master.cpp:3241] Disconnecting framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611
I0223 10:20:01.094771 4091 master.cpp:1447] Giving framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611 0ns to failover
E0223 10:20:01.094899 4093 process.cpp:2577] Failed to shutdown socket with fd 14, address 10.213.38.100:52688: Transport endpoint is not connected
I0223 10:20:01.096238 4083 master.cpp:7505] Framework failover timeout, removing framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611
I0223 10:20:01.096288 4083 master.cpp:8366] Removing framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (Test Framework (C++)) at scheduler-bd8b0fbc-8bcd-401d-a130-976388c128f5@10.213.38.100:39611
I0223 10:20:01.096531 4083 master.cpp:8939] Updating the state of task 4 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (latest state: TASK_FAILED, status update state: TASK_KILLED)
I0223 10:20:01.096554 4083 master.cpp:9033] Removing task 4 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:01.096863 4083 master.cpp:8939] Updating the state of task 0 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (latest state: TASK_FAILED, status update state: TASK_KILLED)
I0223 10:20:01.096884 4083 master.cpp:9033] Removing task 0 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:01.097175 4083 master.cpp:8939] Updating the state of task 1 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (latest state: TASK_FAILED, status update state: TASK_KILLED)
I0223 10:20:01.097196 4083 master.cpp:9033] Removing task 1 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:01.097507 4083 master.cpp:8939] Updating the state of task 2 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (latest state: TASK_FAILED, status update state: TASK_KILLED)
I0223 10:20:01.097528 4083 master.cpp:9033] Removing task 2 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:01.097800 4083 master.cpp:8939] Updating the state of task 3 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 (latest state: TASK_FAILED, status update state: TASK_KILLED)
I0223 10:20:01.097820 4083 master.cpp:9033] Removing task 3 with resources [\{"allocation_info":{"role":"*"},"name":"cpus","scalar":\{"value":1.0},"type":"SCALAR"},\{"allocation_info":{"role":"*"},"name":"mem","scalar":\{"value":128.0},"type":"SCALAR"}] of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 on agent 99a53eb8-d406-4e15-9762-a015ce7a1f96-S0 at slave(1)@10.213.38.100:5051 (alaska-9)
I0223 10:20:01.098423 4087 hierarchical.cpp:355] Removed framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
{noformat}
Agent output:
{noformat}
I0223 10:20:00.928256 4047 slave.cpp:1729] Got assigned task '0' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.928761 4047 slave.cpp:1996] Authorizing task '0' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.929244 4045 slave.cpp:2164] Launching task '0' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.930639 4045 paths.cpp:578] Trying to chown '/home/srikanth/tempagent/slaves/99a53eb8-d406-4e15-9762-a015ce7a1f96-S0/frameworks/99a53eb8-d406-4e15-9762-a015ce7a1f96-0003/executors/default/runs/920edcab-9a42-42c4-90b2-ef95de0a94b9' to user 'srikanth'
 I0223 10:20:00.930826 4045 slave.cpp:7249] Launching executor 'default' of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 with resources [] in work directory '/home/srikanth/tempagent/slaves/99a53eb8-d406-4e15-9762-a015ce7a1f96-S0/frameworks/99a53eb8-d406-4e15-9762-a015ce7a1f96-0003/executors/default/runs/920edcab-9a42-42c4-90b2-ef95de0a94b9'
 I0223 10:20:00.931159 4045 slave.cpp:2851] Launching container 920edcab-9a42-42c4-90b2-ef95de0a94b9 for executor 'default' of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.931404 4049 containerizer.cpp:1083] Starting container 920edcab-9a42-42c4-90b2-ef95de0a94b9
 I0223 10:20:00.931478 4045 slave.cpp:2393] Queued task '0' for executor 'default' of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.931732 4045 slave.cpp:1729] Got assigned task '1' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.931766 4049 containerizer.cpp:2712] Transitioning the state of container 920edcab-9a42-42c4-90b2-ef95de0a94b9 from PROVISIONING to PREPARING
 I0223 10:20:00.932154 4045 slave.cpp:1729] Got assigned task '2' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.932441 4045 slave.cpp:1996] Authorizing task '1' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.932776 4045 slave.cpp:1996] Authorizing task '2' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.933141 4045 slave.cpp:1729] Got assigned task '3' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.933423 4045 slave.cpp:2164] Launching task '1' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.933559 4045 slave.cpp:2393] Queued task '1' for executor 'default' of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.933691 4045 slave.cpp:2164] Launching task '2' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.933764 4045 slave.cpp:2393] Queued task '2' for executor 'default' of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.933897 4045 slave.cpp:1996] Authorizing task '3' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.934286 4045 slave.cpp:1729] Got assigned task '4' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.934561 4045 slave.cpp:2164] Launching task '3' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.934659 4045 slave.cpp:2393] Queued task '3' for executor 'default' of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.934746 4045 slave.cpp:1996] Authorizing task '4' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.935206 4044 slave.cpp:2164] Launching task '4' for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.935356 4044 slave.cpp:2393] Queued task '4' for executor 'default' of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:00.935670 4042 linux_launcher.cpp:429] Launching container 920edcab-9a42-42c4-90b2-ef95de0a94b9 and cloning with namespaces
 I0223 10:20:00.954119 4042 systemd.cpp:96] Assigned child process '4340' to 'mesos_executors.slice'
 I0223 10:20:00.956230 4054 containerizer.cpp:2712] Transitioning the state of container 920edcab-9a42-42c4-90b2-ef95de0a94b9 from PREPARING to ISOLATING
 I0223 10:20:00.956760 4054 containerizer.cpp:2712] Transitioning the state of container 920edcab-9a42-42c4-90b2-ef95de0a94b9 from ISOLATING to FETCHING
 I0223 10:20:00.957294 4049 containerizer.cpp:2712] Transitioning the state of container 920edcab-9a42-42c4-90b2-ef95de0a94b9 from FETCHING to RUNNING
 I0223 10:20:01.076684 4046 containerizer.cpp:2612] Container 920edcab-9a42-42c4-90b2-ef95de0a94b9 has exited
 I0223 10:20:01.076714 4046 containerizer.cpp:2166] Destroying container 920edcab-9a42-42c4-90b2-ef95de0a94b9 in RUNNING state
 I0223 10:20:01.076721 4046 containerizer.cpp:2712] Transitioning the state of container 920edcab-9a42-42c4-90b2-ef95de0a94b9 from RUNNING to DESTROYING
 I0223 10:20:01.077025 4044 linux_launcher.cpp:505] Asked to destroy container 920edcab-9a42-42c4-90b2-ef95de0a94b9
 I0223 10:20:01.077570 4044 linux_launcher.cpp:548] Using freezer to destroy cgroup mesos/920edcab-9a42-42c4-90b2-ef95de0a94b9
 I0223 10:20:01.078610 4044 cgroups.cpp:3058] Freezing cgroup /sys/fs/cgroup/freezer/mesos/920edcab-9a42-42c4-90b2-ef95de0a94b9
 I0223 10:20:01.079923 4052 cgroups.cpp:1413] Successfully froze cgroup /sys/fs/cgroup/freezer/mesos/920edcab-9a42-42c4-90b2-ef95de0a94b9 after 1.229056ms
 I0223 10:20:01.081228 4054 cgroups.cpp:3076] Thawing cgroup /sys/fs/cgroup/freezer/mesos/920edcab-9a42-42c4-90b2-ef95de0a94b9
 I0223 10:20:01.082439 4045 cgroups.cpp:1442] Successfully thawed cgroup /sys/fs/cgroup/freezer/mesos/920edcab-9a42-42c4-90b2-ef95de0a94b9 after 1.154816ms
 I0223 10:20:01.085117 4052 slave.cpp:5405] Executor 'default' of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 exited with status 127
 I0223 10:20:01.085283 4052 slave.cpp:4392] Handling status update TASK_FAILED (UUID: 0702b466-7252-47e7-99f5-26007d6be572) for task 0 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 from @0.0.0.0:0
 W0223 10:20:01.085667 4043 containerizer.cpp:1976] Ignoring update for unknown container 920edcab-9a42-42c4-90b2-ef95de0a94b9
 I0223 10:20:01.085686 4052 slave.cpp:4392] Handling status update TASK_FAILED (UUID: 1c5721dd-db18-49db-9c74-54f237c2a5ca) for task 1 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 from @0.0.0.0:0
 W0223 10:20:01.085935 4050 containerizer.cpp:1976] Ignoring update for unknown container 920edcab-9a42-42c4-90b2-ef95de0a94b9
 I0223 10:20:01.085943 4052 slave.cpp:4392] Handling status update TASK_FAILED (UUID: 4d0a94a9-4035-458a-8145-602670866ef0) for task 2 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 from @0.0.0.0:0
 W0223 10:20:01.086222 4041 containerizer.cpp:1976] Ignoring update for unknown container 920edcab-9a42-42c4-90b2-ef95de0a94b9
 I0223 10:20:01.086235 4052 slave.cpp:4392] Handling status update TASK_FAILED (UUID: b113e49c-dd67-431f-8e3a-bedaa08bd502) for task 3 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 from @0.0.0.0:0
 W0223 10:20:01.086453 4042 containerizer.cpp:1976] Ignoring update for unknown container 920edcab-9a42-42c4-90b2-ef95de0a94b9
 I0223 10:20:01.086467 4052 slave.cpp:4392] Handling status update TASK_FAILED (UUID: dd74f409-dab1-4ba2-92a8-75c41cefe914) for task 4 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 from @0.0.0.0:0
 W0223 10:20:01.086668 4046 containerizer.cpp:1976] Ignoring update for unknown container 920edcab-9a42-42c4-90b2-ef95de0a94b9
 I0223 10:20:01.087002 4049 status_update_manager.cpp:323] Received status update TASK_FAILED (UUID: 0702b466-7252-47e7-99f5-26007d6be572) for task 0 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:01.087445 4048 slave.cpp:4873] Forwarding the update TASK_FAILED (UUID: 0702b466-7252-47e7-99f5-26007d6be572) for task 0 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 to master@127.0.0.1:5050
 I0223 10:20:01.087458 4049 status_update_manager.cpp:323] Received status update TASK_FAILED (UUID: 1c5721dd-db18-49db-9c74-54f237c2a5ca) for task 1 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:01.087857 4055 slave.cpp:4873] Forwarding the update TASK_FAILED (UUID: 1c5721dd-db18-49db-9c74-54f237c2a5ca) for task 1 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 to master@127.0.0.1:5050
 I0223 10:20:01.087877 4049 status_update_manager.cpp:323] Received status update TASK_FAILED (UUID: 4d0a94a9-4035-458a-8145-602670866ef0) for task 2 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:01.088277 4044 slave.cpp:4873] Forwarding the update TASK_FAILED (UUID: 4d0a94a9-4035-458a-8145-602670866ef0) for task 2 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 to master@127.0.0.1:5050
 I0223 10:20:01.088299 4049 status_update_manager.cpp:323] Received status update TASK_FAILED (UUID: b113e49c-dd67-431f-8e3a-bedaa08bd502) for task 3 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:01.088624 4056 slave.cpp:4873] Forwarding the update TASK_FAILED (UUID: b113e49c-dd67-431f-8e3a-bedaa08bd502) for task 3 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 to master@127.0.0.1:5050
 I0223 10:20:01.088635 4049 status_update_manager.cpp:323] Received status update TASK_FAILED (UUID: dd74f409-dab1-4ba2-92a8-75c41cefe914) for task 4 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:01.089090 4045 slave.cpp:4873] Forwarding the update TASK_FAILED (UUID: dd74f409-dab1-4ba2-92a8-75c41cefe914) for task 4 of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 to master@127.0.0.1:5050
 I0223 10:20:01.097038 4054 slave.cpp:3213] Shutting down framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:01.097127 4054 slave.cpp:5509] Cleaning up executor 'default' of framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:01.097328 4047 gc.cpp:58] Scheduling '/home/srikanth/tempagent/slaves/99a53eb8-d406-4e15-9762-a015ce7a1f96-S0/frameworks/99a53eb8-d406-4e15-9762-a015ce7a1f96-0003/executors/default/runs/920edcab-9a42-42c4-90b2-ef95de0a94b9' for gc 6.99999887489481days in the future
 I0223 10:20:01.097409 4054 slave.cpp:5605] Cleaning up framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:01.097427 4047 gc.cpp:58] Scheduling '/home/srikanth/tempagent/slaves/99a53eb8-d406-4e15-9762-a015ce7a1f96-S0/frameworks/99a53eb8-d406-4e15-9762-a015ce7a1f96-0003/executors/default' for gc 6.99999887340444days in the future
 I0223 10:20:01.097470 4051 status_update_manager.cpp:285] Closing status update streams for framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003
 I0223 10:20:01.097492 4043 gc.cpp:58] Scheduling '/home/srikanth/tempagent/slaves/99a53eb8-d406-4e15-9762-a015ce7a1f96-S0/frameworks/99a53eb8-d406-4e15-9762-a015ce7a1f96-0003' for gc 6.99999887193185days in the future
 I0223 10:20:36.264959 4053 slave.cpp:5913] Current disk usage 14.44%. Max allowed age: 5.288942813768784days
 I0223 10:20:49.208451 4052 slave.cpp:5821] Framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0002 seems to have exited. Ignoring registration timeout for executor 'default'
 I0223 10:21:00.932570 4043 slave.cpp:5821] Framework 99a53eb8-d406-4e15-9762-a015ce7a1f96-0003 seems to have exited. Ignoring registration timeout for executor 'default'{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)