Skip to content

Instantly share code, notes, and snippets.

@abadger
Created December 18, 2014 22:45
Show Gist options
  • Save abadger/22f176a0bb374d1a0b5d to your computer and use it in GitHub Desktop.
Save abadger/22f176a0bb374d1a0b5d to your computer and use it in GitHub Desktop.
$ python worker.py *[v2_executor_and_inventory] (14:45:12)
25577 1418942712.62246: starting
25577 1418942712.62325: loading inventory
there are 2794 hosts to loop over
25577 1418942713.19419: done loading inventory
25577 1418942713.19424: queuing 127.0.0.1 0
Traceback (most recent call last):
File "worker.py", line 164, in <module>
t = Task().load(dict(name="task %d" % (i,), ping=""))
File "/srv/ansible/jimi-ansible/v2/ansible/playbook/task.py", line 136, in load
return t.load_data(data, variable_manager=variable_manager, loader=loader)
File "/srv/ansible/jimi-ansible/v2/ansible/playbook/base.py", line 98, in load_data
ds = self.munge(ds)
File "/srv/ansible/jimi-ansible/v2/ansible/playbook/task.py", line 170, in munge
(action, args, delegate_to) = args_parser.parse()
File "/srv/ansible/jimi-ansible/v2/ansible/parsing/mod_args.py", line 241, in parse
raise AnsibleParserError("no action detected in task", obj=self._task_ds)
ansible.errors.AnsibleParserError: no action detected in task
^C 25605 1418942714.71009: got a breaking error:
25600 1418942714.71017: got a breaking error:
25606 1418942714.71023: got a breaking error:
25599 1418942714.71028: got a breaking error:
25582 1418942714.71041: got a breaking error:
25602 1418942714.71046: got a breaking error:
25592 1418942714.71133: got a breaking error:
25603 1418942714.71146: got a breaking error:
25595 1418942714.71152: got a breaking error:
25597 1418942714.71222: got a breaking error:
25612 1418942714.71227: got a breaking error:
25604 1418942714.71232: got a breaking error:
25591 1418942714.71238: got a breaking error:
25585 1418942714.71244: got a breaking error:
25584 1418942714.71250: got a breaking error:
25608 1418942714.71312: got a breaking error:
25610 1418942714.71321: got a breaking error:
25586 1418942714.71327: got a breaking error:
25594 1418942714.71333: got a breaking error:
25589 1418942714.71401: got a breaking error:
25609 1418942714.71406: got a breaking error:
25601 1418942714.71412: got a breaking error:
25596 1418942714.71419: got a breaking error:
25598 1418942714.71489: got a breaking error:
25583 1418942714.71499: got a breaking error:
25587 1418942714.71503: got a breaking error:
25593 1418942714.71509: got a breaking error:
25588 1418942714.71514: got a breaking error:
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib64/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/lib64/python2.7/multiprocessing/util.py", line 319, in _exit_function
p.join()
File "/usr/lib64/python2.7/multiprocessing/process.py", line 145, in join
res = self._popen.wait(timeout)
File "/usr/lib64/python2.7/multiprocessing/forking.py", line 154, in wait
25607 1418942714.71569: got a breaking error:
return self.poll(0)
File "/usr/lib64/python2.7/multiprocessing/forking.py", line 135, in poll
pid, sts = os.waitpid(self.pid, flag)
KeyboardInterrupt
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib64/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/lib64/python2.7/multiprocessing/util.py", line 319, in _exit_function
p.join()
File "/usr/lib64/python2.7/multiprocessing/process.py", line 145, in join
res = self._popen.wait(timeout)
File "/usr/lib64/python2.7/multiprocessing/forking.py", line 154, in wait
return self.poll(0)
File "/usr/lib64/python2.7/multiprocessing/forking.py", line 135, in poll
25590 1418942714.71613: got a breaking error:
pid, sts = os.waitpid(self.pid, flag)
KeyboardInterrupt
25611 1418942714.71642: got a breaking error:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment