Skip to content

Instantly share code, notes, and snippets.

@grenas
Created March 29, 2016 18:04
Show Gist options
  • Save grenas/bc758aa38a11df8c6302e3c113406e2f to your computer and use it in GitHub Desktop.
Save grenas/bc758aa38a11df8c6302e3c113406e2f to your computer and use it in GitHub Desktop.
ANSIBLE_DEBUG=y ansible all -m ping -u eanavarr -b --become-user itcatlap --ask-become-pass -vvvvv
3285 1459274206.53910: starting run
No config file found; using defaults
Loaded callback minimal of type stdout, v2.0
3285 1459274209.52811: in VariableManager get_vars()
3285 1459274209.52829: done with get_vars()
3285 1459274209.54504: getting the remaining hosts for this loop
3285 1459274209.54537: done getting the remaining hosts for this loop
3285 1459274209.54563: building list of next tasks for hosts
3285 1459274209.54572: getting the next task for host 10.64.10.177
3285 1459274209.54585: done getting next task for host 10.64.10.177
3285 1459274209.54594: ^ task is: TASK: meta
3285 1459274209.54604: ^ state is: HOST STATE: block=1, task=1, rescue=0, always=0, role=None, run_state=ITERATING_TASKS, fail_state=FAILED_NONE, pending_setup=False, tasks child state? None, rescue child state? None, always child state? None
3285 1459274209.54612: done building task lists
3285 1459274209.54619: counting tasks in each state of execution
3285 1459274209.54626: done counting tasks in each state of execution
3285 1459274209.54632: advancing hosts in ITERATING_TASKS
3285 1459274209.54638: starting to advance hosts
3285 1459274209.54645: getting the next task for host 10.64.10.177
3285 1459274209.54654: done getting next task for host 10.64.10.177
3285 1459274209.54662: ^ task is: TASK: meta
3285 1459274209.54669: ^ state is: HOST STATE: block=1, task=1, rescue=0, always=0, role=None, run_state=ITERATING_TASKS, fail_state=FAILED_NONE, pending_setup=False, tasks child state? None, rescue child state? None, always child state? None
3285 1459274209.54676: done advancing hosts to next task
3285 1459274209.54965: done queuing things up, now waiting for results queue to drain
3285 1459274209.54975: waiting for pending results...
3285 1459274209.54981: no more pending results, returning what we have
3285 1459274209.54989: results queue empty
3285 1459274209.54996: checking for any_errors_fatal
3285 1459274209.55002: done checking for any_errors_fatal
3285 1459274209.55008: getting the remaining hosts for this loop
3285 1459274209.55017: done getting the remaining hosts for this loop
3285 1459274209.55043: building list of next tasks for hosts
3285 1459274209.55052: getting the next task for host 10.64.10.177
3285 1459274209.55061: done getting next task for host 10.64.10.177
3285 1459274209.55069: ^ task is: TASK: ping
3285 1459274209.55077: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, role=None, run_state=ITERATING_TASKS, fail_state=FAILED_NONE, pending_setup=False, tasks child state? None, rescue child state? None, always child state? None
3285 1459274209.55084: done building task lists
3285 1459274209.55090: counting tasks in each state of execution
3285 1459274209.55097: done counting tasks in each state of execution
3285 1459274209.55103: advancing hosts in ITERATING_TASKS
3285 1459274209.55112: starting to advance hosts
3285 1459274209.55121: getting the next task for host 10.64.10.177
3285 1459274209.55130: done getting next task for host 10.64.10.177
3285 1459274209.55138: ^ task is: TASK: ping
3285 1459274209.55145: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, role=None, run_state=ITERATING_TASKS, fail_state=FAILED_NONE, pending_setup=False, tasks child state? None, rescue child state? None, always child state? None
3285 1459274209.55152: done advancing hosts to next task
3285 1459274209.55164: getting variables
3285 1459274209.55171: in VariableManager get_vars()
3285 1459274209.55212: done with get_vars()
3285 1459274209.55222: done getting variables
3285 1459274209.55232: sending task start callback, copying the task so we can template it temporarily
3285 1459274209.55239: done copying, going to template now
3285 1459274209.55246: done templating
3285 1459274209.55252: here goes the callback...
3285 1459274209.55260: sending task start callback
3285 1459274209.55269: entering _queue_task() for 10.64.10.177/TASK: ping
3285 1459274209.55277: 10.64.10.177 - putting task (TASK: ping) in queue
3285 1459274209.55285: worker is 1 (out of 1 available)
3285 1459274209.55437: exiting _queue_task() for 10.64.10.177/TASK: ping
3285 1459274209.55491: done queuing things up, now waiting for results queue to drain
3285 1459274209.55503: waiting for pending results...
3289 1459274209.56131: running TaskExecutor() for 10.64.10.177/TASK: ping
3289 1459274209.56147: in run()
3289 1459274209.56259: calling self._execute()
3289 1459274209.58913: starting attempt loop
3289 1459274209.58928: running the handler
3289 1459274209.59049: _low_level_execute_command(): starting
3289 1459274209.59059: _low_level_execute_command(): executing: /bin/sh -c '( umask 22 && mkdir -p "` echo /tmp/ansible-tmp-1459274209.59-276642321388225 `" && echo "` echo /tmp/ansible-tmp-1459274209.59-276642321388225 `" )'
<10.64.10.177> ESTABLISH SSH CONNECTION FOR USER: eanavarr
<10.64.10.177> SSH: ansible.cfg set ssh_args: (-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<10.64.10.177> SSH: ansible_password/ansible_ssh_pass not set: (-o)(KbdInteractiveAuthentication=no)(-o)(PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey)(-o)(PasswordAuthentication=no)
<10.64.10.177> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User=eanavarr)
<10.64.10.177> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<10.64.10.177> SSH: PlayContext set ssh_common_args: ()
<10.64.10.177> SSH: PlayContext set ssh_extra_args: ()
<10.64.10.177> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath=/Users/eanavarr/.ansible/cp/ansible-ssh-%h-%p-%r)
<10.64.10.177> SSH: EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=eanavarr -o ConnectTimeout=10 -o ControlPath=/Users/eanavarr/.ansible/cp/ansible-ssh-%h-%p-%r -tt 10.64.10.177 '/bin/sh -c '"'"'( umask 22 && mkdir -p "` echo /tmp/ansible-tmp-1459274209.59-276642321388225 `" && echo "` echo /tmp/ansible-tmp-1459274209.59-276642321388225 `" )'"'"''
3289 1459274209.60379: stderr chunk (state=2):
>>>OpenSSH_6.9p1, LibreSSL 2.1.8
<<<
3289 1459274209.60410: stderr chunk (state=3):
>>>debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
<<<
3289 1459274209.60430: stderr chunk (state=3):
>>>debug1: auto-mux: Trying existing master
<<<
3289 1459274209.60442: stderr chunk (state=3):
>>>debug2: fd 3 setting O_NONBLOCK
<<<
3289 1459274209.60458: stderr chunk (state=3):
>>>debug2: mux_client_hello_exchange: master version 4
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote
debug3: mux_client_request_session: entering
debug3: mux_client_request_alive: entering
debug3: mux_client_request_alive: done pid = 3279
<<<
3289 1459274209.60469: stderr chunk (state=3):
>>>debug3: mux_client_request_session: session request sent
<<<
3289 1459274209.67053: stderr chunk (state=3):
>>>debug1: mux_client_request_session: master session id: 2
<<<
3289 1459274209.78650: stdout chunk (state=3):
>>>/tmp/ansible-tmp-1459274209.59-276642321388225
<<<
3289 1459274209.78677: stderr chunk (state=3):
>>>debug3: mux_client_read_packet: read header failed: Broken pipe
debug2: Received exit status from master 0
Shared connection to 10.64.10.177 closed.
<<<
3289 1459274209.78740: stdout chunk (state=3):
>>><<<
3289 1459274209.78752: stderr chunk (state=3):
>>><<<
3289 1459274209.78779: _low_level_execute_command() done: rc=0, stdout=/tmp/ansible-tmp-1459274209.59-276642321388225
, stderr=OpenSSH_6.9p1, LibreSSL 2.1.8
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug1: auto-mux: Trying existing master
debug2: fd 3 setting O_NONBLOCK
debug2: mux_client_hello_exchange: master version 4
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote
debug3: mux_client_request_session: entering
debug3: mux_client_request_alive: entering
debug3: mux_client_request_alive: done pid = 3279
debug3: mux_client_request_session: session request sent
debug1: mux_client_request_session: master session id: 2
debug3: mux_client_read_packet: read header failed: Broken pipe
debug2: Received exit status from master 0
Shared connection to 10.64.10.177 closed.
3289 1459274209.78800: transferring module to remote
<10.64.10.177> PUT /var/folders/1m/r6cgr4m50d9c4d8jvrng_pgm0000gq/T/tmpXTQmO_ TO /tmp/ansible-tmp-1459274209.59-276642321388225/ping
<10.64.10.177> SSH: ansible.cfg set ssh_args: (-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<10.64.10.177> SSH: ansible_password/ansible_ssh_pass not set: (-o)(KbdInteractiveAuthentication=no)(-o)(PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey)(-o)(PasswordAuthentication=no)
<10.64.10.177> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User=eanavarr)
<10.64.10.177> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<10.64.10.177> SSH: PlayContext set ssh_common_args: ()
<10.64.10.177> SSH: PlayContext set sftp_extra_args: ()
<10.64.10.177> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath=/Users/eanavarr/.ansible/cp/ansible-ssh-%h-%p-%r)
<10.64.10.177> SSH: EXEC sftp -b - -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=eanavarr -o ConnectTimeout=10 -o ControlPath=/Users/eanavarr/.ansible/cp/ansible-ssh-%h-%p-%r '[10.64.10.177]'
3289 1459274209.79479: Sending initial data
3289 1459274209.79498: Sent initial data (115 bytes)
3289 1459274209.80874: stderr chunk (state=3):
>>>OpenSSH_6.9p1, LibreSSL 2.1.8
<<<
3289 1459274209.80901: stderr chunk (state=3):
>>>debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
<<<
3289 1459274209.80927: stderr chunk (state=3):
>>>debug1: auto-mux: Trying existing master
<<<
3289 1459274209.80942: stderr chunk (state=3):
>>>debug2: fd 3 setting O_NONBLOCK
<<<
3289 1459274209.80956: stderr chunk (state=3):
>>>debug2: mux_client_hello_exchange: master version 4
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote
debug3: mux_client_request_session: entering
debug3: mux_client_request_alive: entering
debug3: mux_client_request_alive: done pid = 3279
debug3: mux_client_request_session: session request sent
<<<
3289 1459274209.86865: stderr chunk (state=3):
>>>debug1: mux_client_request_session: master session id: 2
<<<
3289 1459274209.99878: stderr chunk (state=3):
>>>debug2: Remote version: 3
debug2: Server supports extension "posix-rename@openssh.com" revision 1
debug2: Server supports extension "statvfs@openssh.com" revision 2
debug2: Server supports extension "fstatvfs@openssh.com" revision 2
debug3: Sent message fd 9 T:16 I:1
<<<
3289 1459274210.06392: stderr chunk (state=3):
>>>debug3: SSH_FXP_REALPATH . -> /home/eanavarr size 0
<<<
3289 1459274210.06410: stdout chunk (state=3):
>>>sftp> put /var/folders/1m/r6cgr4m50d9c4d8jvrng_pgm0000gq/T/tmpXTQmO_ /tmp/ansible-tmp-1459274209.59-276642321388225/ping
<<<
3289 1459274210.06428: stderr chunk (state=3):
>>>debug3: Looking up /var/folders/1m/r6cgr4m50d9c4d8jvrng_pgm0000gq/T/tmpXTQmO_
debug3: Sent message fd 9 T:17 I:2
<<<
3289 1459274210.12391: stderr chunk (state=3):
>>>debug3: Received stat reply T:101 I:2
debug1: Couldn't stat remote file: No such file or directory
<<<
3289 1459274210.12412: stderr chunk (state=3):
>>>debug3: Sent message SSH2_FXP_OPEN I:3 P:/tmp/ansible-tmp-1459274209.59-276642321388225/ping
<<<
3289 1459274210.18600: stderr chunk (state=3):
>>>debug3: Sent message SSH2_FXP_WRITE I:4 O:0 S:32768
<<<
3289 1459274210.30970: stderr chunk (state=3):
>>>debug3: SSH2_FXP_STATUS 0
debug3: In write loop, ack for 4 32768 bytes at 0
<<<
3289 1459274210.31136: stderr chunk (state=3):
>>>debug3: Sent message SSH2_FXP_WRITE I:5 O:32768 S:32768
<<<
3289 1459274210.31186: stderr chunk (state=3):
>>>debug3: Sent message SSH2_FXP_WRITE I:6 O:65536 S:10145
<<<
3289 1459274210.44992: stderr chunk (state=3):
>>>debug3: SSH2_FXP_STATUS 0
debug3: In write loop, ack for 5 32768 bytes at 32768
<<<
3289 1459274210.45919: stderr chunk (state=3):
>>>debug3: SSH2_FXP_STATUS 0
debug3: In write loop, ack for 6 10145 bytes at 65536
debug3: Sent message SSH2_FXP_CLOSE I:4
<<<
3289 1459274210.51875: stderr chunk (state=3):
>>>debug3: SSH2_FXP_STATUS 0
<<<
3289 1459274210.57974: stderr chunk (state=3):
>>>debug3: mux_client_read_packet: read header failed: Broken pipe
<<<
3289 1459274210.57996: stderr chunk (state=3):
>>>debug2: Received exit status from master 0
<<<
3289 1459274210.58086: stdout chunk (state=3):
>>><<<
3289 1459274210.58100: stderr chunk (state=3):
>>><<<
3289 1459274210.58124: done transferring module to remote
3289 1459274210.58164: _low_level_execute_command(): starting
3289 1459274210.58174: _low_level_execute_command(): executing: /bin/sh -c 'chmod a+r /tmp/ansible-tmp-1459274209.59-276642321388225/ping'
<10.64.10.177> ESTABLISH SSH CONNECTION FOR USER: eanavarr
<10.64.10.177> SSH: ansible.cfg set ssh_args: (-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<10.64.10.177> SSH: ansible_password/ansible_ssh_pass not set: (-o)(KbdInteractiveAuthentication=no)(-o)(PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey)(-o)(PasswordAuthentication=no)
<10.64.10.177> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User=eanavarr)
<10.64.10.177> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<10.64.10.177> SSH: PlayContext set ssh_common_args: ()
<10.64.10.177> SSH: PlayContext set ssh_extra_args: ()
<10.64.10.177> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath=/Users/eanavarr/.ansible/cp/ansible-ssh-%h-%p-%r)
<10.64.10.177> SSH: EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=eanavarr -o ConnectTimeout=10 -o ControlPath=/Users/eanavarr/.ansible/cp/ansible-ssh-%h-%p-%r -tt 10.64.10.177 '/bin/sh -c '"'"'chmod a+r /tmp/ansible-tmp-1459274209.59-276642321388225/ping'"'"''
3289 1459274210.59477: stderr chunk (state=2):
>>>OpenSSH_6.9p1, LibreSSL 2.1.8
<<<
3289 1459274210.59510: stderr chunk (state=3):
>>>debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
<<<
3289 1459274210.59522: stderr chunk (state=3):
>>>debug1: auto-mux: Trying existing master
<<<
3289 1459274210.59534: stderr chunk (state=3):
>>>debug2: fd 3 setting O_NONBLOCK
<<<
3289 1459274210.59553: stderr chunk (state=3):
>>>debug2: mux_client_hello_exchange: master version 4
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote
debug3: mux_client_request_session: entering
debug3: mux_client_request_alive: entering
debug3: mux_client_request_alive: done pid = 3279
<<<
3289 1459274210.59565: stderr chunk (state=3):
>>>debug3: mux_client_request_session: session request sent
<<<
3289 1459274210.65404: stderr chunk (state=3):
>>>debug1: mux_client_request_session: master session id: 2
<<<
3289 1459274210.77457: stderr chunk (state=3):
>>>debug3: mux_client_read_packet: read header failed: Broken pipe
<<<
3289 1459274210.77480: stderr chunk (state=3):
>>>debug2: Received exit status from master 0
Shared connection to 10.64.10.177 closed.
<<<
3289 1459274210.77515: stdout chunk (state=3):
>>><<<
3289 1459274210.77533: stderr chunk (state=3):
>>><<<
3289 1459274210.77558: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_6.9p1, LibreSSL 2.1.8
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug1: auto-mux: Trying existing master
debug2: fd 3 setting O_NONBLOCK
debug2: mux_client_hello_exchange: master version 4
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote
debug3: mux_client_request_session: entering
debug3: mux_client_request_alive: entering
debug3: mux_client_request_alive: done pid = 3279
debug3: mux_client_request_session: session request sent
debug1: mux_client_request_session: master session id: 2
debug3: mux_client_read_packet: read header failed: Broken pipe
debug2: Received exit status from master 0
Shared connection to 10.64.10.177 closed.
3289 1459274210.77584: _low_level_execute_command(): starting
3289 1459274210.77594: _low_level_execute_command(): using become for this command
3289 1459274210.77624: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -p "[sudo via ansible, key=pjjtvfbgcqdjflulhkoahbalvyhunnzj] password: " -u itcatlap /bin/sh -c '"'"'echo BECOME-SUCCESS-pjjtvfbgcqdjflulhkoahbalvyhunnzj; /bin/sh -c '"'"'"'"'"'"'"'"'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /tmp/ansible-tmp-1459274209.59-276642321388225/ping'"'"'"'"'"'"'"'"''"'"''
<10.64.10.177> ESTABLISH SSH CONNECTION FOR USER: eanavarr
<10.64.10.177> SSH: ansible.cfg set ssh_args: (-o)(ControlMaster=auto)(-o)(ControlPersist=60s)
<10.64.10.177> SSH: ansible_password/ansible_ssh_pass not set: (-o)(KbdInteractiveAuthentication=no)(-o)(PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey)(-o)(PasswordAuthentication=no)
<10.64.10.177> SSH: ANSIBLE_REMOTE_USER/remote_user/ansible_user/user/-u set: (-o)(User=eanavarr)
<10.64.10.177> SSH: ANSIBLE_TIMEOUT/timeout set: (-o)(ConnectTimeout=10)
<10.64.10.177> SSH: PlayContext set ssh_common_args: ()
<10.64.10.177> SSH: PlayContext set ssh_extra_args: ()
<10.64.10.177> SSH: found only ControlPersist; added ControlPath: (-o)(ControlPath=/Users/eanavarr/.ansible/cp/ansible-ssh-%h-%p-%r)
<10.64.10.177> SSH: EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=eanavarr -o ConnectTimeout=10 -o ControlPath=/Users/eanavarr/.ansible/cp/ansible-ssh-%h-%p-%r -tt 10.64.10.177 '/bin/sh -c '"'"'sudo -H -S -p "[sudo via ansible, key=pjjtvfbgcqdjflulhkoahbalvyhunnzj] password: " -u itcatlap /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-pjjtvfbgcqdjflulhkoahbalvyhunnzj; /bin/sh -c '"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 /usr/bin/python /tmp/ansible-tmp-1459274209.59-276642321388225/ping'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"'"''"'"'"'"'"'"'"'"''"'"''
3289 1459274210.78086: Initial state: awaiting_prompt: [sudo via ansible, key=pjjtvfbgcqdjflulhkoahbalvyhunnzj] password:
3289 1459274210.78864: stderr chunk (state=0):
>>>OpenSSH_6.9p1, LibreSSL 2.1.8
<<<
3289 1459274210.78924: stderr chunk (state=0):
>>>debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug1: auto-mux: Trying existing master
debug2: fd 3 setting O_NONBLOCK
<<<
3289 1459274210.78980: stderr chunk (state=0):
>>>debug2: mux_client_hello_exchange: master version 4
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote
debug3: mux_client_request_session: entering
debug3: mux_client_request_alive: entering
debug3: mux_client_request_alive: done pid = 3279
debug3: mux_client_request_session: session request sent
<<<
3289 1459274210.84882: stderr chunk (state=0):
>>>debug1: mux_client_request_session: master session id: 2
<<<
3289 1459274222.84937: done running TaskExecutor() for 10.64.10.177/TASK: ping
3289 1459274222.84948: sending task result
3289 1459274222.85023: done sending task result
3289 1459274222.85163: WORKER PROCESS EXITING
3288 1459274222.85173: worker 0 has data to read
3288 1459274222.85444: got a result from worker 0: <ansible.executor.task_result.TaskResult object at 0x10cdd3f90>
3288 1459274222.85459: sending result: [u'host_task_failed', u'<ansible.executor.task_result.TaskResult object at 0x10cdd3f90>']
3288 1459274222.85507: done sending result
3285 1459274222.85752: got result from result worker: [u'host_task_failed', u'<ansible.executor.task_result.TaskResult object at 0x10cde3550>']
3285 1459274222.85771: marking 10.64.10.177 as failed
10.64.10.177 | FAILED! => {
"failed": true,
"msg": "Timeout (12s) waiting for privilege escalation prompt: "
}
3285 1459274222.85841: no more pending results, returning what we have
3285 1459274222.85854: results queue empty
3285 1459274222.85861: checking for any_errors_fatal
3285 1459274222.85869: done checking for any_errors_fatal
3285 1459274222.85878: getting the remaining hosts for this loop
3285 1459274222.85894: done getting the remaining hosts for this loop
3285 1459274222.85932: building list of next tasks for hosts
3285 1459274222.85941: done building task lists
3285 1459274222.85948: counting tasks in each state of execution
3285 1459274222.85955: done counting tasks in each state of execution
3285 1459274222.85962: all hosts are done, so returning None's for all hosts
3285 1459274222.85971: done queuing things up, now waiting for results queue to drain
3285 1459274222.85977: waiting for pending results...
3285 1459274222.85983: no more pending results, returning what we have
3285 1459274222.85991: out of hosts to run on
3285 1459274222.86002: running handlers
3285 1459274222.86030: RUNNING CLEANUP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment