Advertisement
Guest User

Untitled

a guest
Mar 10th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. [DEBUG ] Results of YAML rendering:
  2. {'base': {'os:(CentOS)': [{'match': 'grain_pcre'}, 'findem', 'centos_packages', 'iops'], 'sf.myco.com': [{'match': 'list'}, 'active_dir']}}
  3. [DEBUG ] grains pcre target: os:(CentOS)
  4. [DEBUG ] Attempting to match '(CentOS)' in 'os' using delimiter ':'
  5. [WARNING ] TypeError encountered executing state.highstate: 'bool' object is not iterable. See debug log for more info. Possibly a missing arguments issue: ArgSpec(args=['test'], varargs=None, keywords='kwargs', defaults=(None,))
  6. [DEBUG ] TypeError intercepted: 'bool' object is not iterable
  7. Traceback (most recent call last):
  8. File "/usr/lib/python2.6/site-packages/salt/minion.py", line 641, in _thread_return
  9. ret['return'] = func(*args, **kwargs)
  10. File "/usr/lib/python2.6/site-packages/salt/modules/state.py", line 204, in highstate
  11. cache_name=kwargs.get('cache_name', 'highstate')
  12. File "/usr/lib/python2.6/site-packages/salt/state.py", line 2202, in call_highstate
  13. matches = self.top_matches(top)
  14. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1870, in top_matches
  15. for env in ext_matches:
  16. TypeError: 'bool' object is not iterable
  17. Traceback (most recent call last):
  18. File "/usr/lib/python2.6/site-packages/salt/minion.py", line 641, in _thread_return
  19. ret['return'] = func(*args, **kwargs)
  20. File "/usr/lib/python2.6/site-packages/salt/modules/state.py", line 204, in highstate
  21. cache_name=kwargs.get('cache_name', 'highstate')
  22. File "/usr/lib/python2.6/site-packages/salt/state.py", line 2202, in call_highstate
  23. matches = self.top_matches(top)
  24. File "/usr/lib/python2.6/site-packages/salt/state.py", line 1870, in top_matches
  25. for env in ext_matches:
  26. TypeError: 'bool' object is not iterable
  27. [INFO ] Returning information for job: 20140310174831997448
  28. [INFO ] User root Executing command saltutil.find_job with jid 20140310174932023262
  29. [DEBUG ] Command details {'tgt_type': 'glob', 'jid': '20140310174932023262', 'tgt': '*', 'ret': '', 'user': 'root', 'arg': ['20140310174831997448', {'__kwarg__': True}], 'fun': 'saltutil.find_job'}
  30. [WARNING ] TypeError encountered executing saltutil.find_job: find_job() takes exactly 1 argument (2 given). See debug log for more info. Possibly a missing arguments issue: ArgSpec(args=['jid'], varargs=None, keywords=None, defaults=None)
  31. [DEBUG ] TypeError intercepted: find_job() takes exactly 1 argument (2 given)
  32. Traceback (most recent call last):
  33. File "/usr/lib/python2.6/site-packages/salt/minion.py", line 641, in _thread_return
  34. ret['return'] = func(*args, **kwargs)
  35. TypeError: find_job() takes exactly 1 argument (2 given)
  36. Traceback (most recent call last):
  37. File "/usr/lib/python2.6/site-packages/salt/minion.py", line 641, in _thread_return
  38. ret['return'] = func(*args, **kwargs)
  39. TypeError: find_job() takes exactly 1 argument (2 given)
  40. [INFO ] Returning information for job: 20140310174932023262
  41. [INFO ] User root Executing command saltutil.find_job with jid 20140310175035391330
  42. [DEBUG ] Command details {'tgt_type': 'glob', 'jid': '20140310175035391330', 'tgt': '*', 'ret': '', 'user': 'root', 'arg': ['20140310174831997448', {'__kwarg__': True}], 'fun': 'saltutil.find_job'}
  43. [WARNING ] TypeError encountered executing saltutil.find_job: find_job() takes exactly 1 argument (2 given). See debug log for more info. Possibly a missing arguments issue: ArgSpec(args=['jid'], varargs=None, keywords=None, defaults=None)
  44. [DEBUG ] TypeError intercepted: find_job() takes exactly 1 argument (2 given)
  45. Traceback (most recent call last):
  46. File "/usr/lib/python2.6/site-packages/salt/minion.py", line 641, in _thread_return
  47. ret['return'] = func(*args, **kwargs)
  48. TypeError: find_job() takes exactly 1 argument (2 given)
  49. Traceback (most recent call last):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement