mitogen: Broker thread crashes on debops playbook
Doing first steps here. ansible 2.4.3.0 in a python virtual-env, python version = 2.7.14, all on a Fedora 28 machine.
Maybe I miss some dependencies but as I am no python-coder I have problems spotting where to start.
I get:
$ time ansible-playbook run_hostname_100_times.yml
PLAY [tx100.local] ******************************************************************************************************************************************************************
TASK [Run hostname] *****************************************************************************************************************************************************************
13:46:41 W mitogen: get_module_source('time'): cannot find source
13:46:41 W mitogen: get_module_source('operator'): cannot find source
13:46:41 W mitogen: get_module_source('_locale'): cannot find source
13:46:41 W mitogen: get_module_source('grp'): cannot find source
13:46:41 W mitogen: get_module_source('datetime'): cannot find source
13:46:41 W mitogen: get_module_source('syslog'): cannot find source
13:46:41 W mitogen: get_module_source('itertools'): cannot find source
13:46:41 W mitogen: get_module_source('select'): cannot find source
13:46:41 W mitogen: get_module_source('_random'): cannot find source
13:46:41 W mitogen: get_module_source('binascii'): cannot find source
13:46:41 W mitogen: get_module_source('math'): cannot find source
13:46:41 W mitogen: get_module_source('fcntl'): cannot find source
13:46:41 W mitogen: get_module_source('cStringIO'): cannot find source
13:46:41 W mitogen: get_module_source('_hashlib'): cannot find source
13:46:41 W mitogen: get_module_source('cPickle'): cannot find source
13:46:41 W mitogen: get_module_source('_collections'): cannot find source
13:46:41 W mitogen: get_module_source('zlib'): cannot find source
13:46:41 W mitogen: get_module_source('bz2'): cannot find source
13:46:41 W mitogen: get_module_source('_json'): cannot find source
13:46:41 W mitogen: get_module_source('_io'): cannot find source
13:46:41 W mitogen: get_module_source('strop'): cannot find source
13:46:41 W mitogen: get_module_source('_functools'): cannot find source
13:46:41 W mitogen: get_module_source('_struct'): cannot find source
13:46:41 W mitogen: get_module_source('_heapq'): cannot find source
changed: [tx100.local] => (item=1)
changed: [tx100.local] => (item=2)
changed: [tx100.local] => (item=3)
and playbook runs through. (how) Can I fix these messages?
I am on my way to try to use your strategy within debops-projects https://github.com/debops/debops
thanks, Stefan
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 40 (22 by maintainers)
Commits related to this issue
- issue #110: split process state out of strategy state The strategy is reconstructed for every playbook that is included or specified on the command line, therefore we can't store the global Router th... — committed to mitogen-hq/mitogen by dw 6 years ago
- issue #110: _transfer_data() must handle dicts and Unicode(!) — committed to mitogen-hq/mitogen by dw 6 years ago
- importer: quieten 'cannot find source' warning, closes #110 — committed to mitogen-hq/mitogen by dw 6 years ago
- issue #110: split process state out of strategy state The strategy is reconstructed for every playbook that is included or specified on the command line, therefore we can't store the global Router th... — committed to mitogen-hq/mitogen by dw 6 years ago
- issue #110: _transfer_data() must handle dicts and Unicode(!) — committed to mitogen-hq/mitogen by dw 6 years ago
- Merge pull request #110 from spearlineltd/hong_kong_apactel Hong kong apactel — committed to cyara/mitogen by ra-patel 3 years ago
Debops looks very cool! Please keep filing if you find more stuff
Hi Stefan,
Mitogen’s logging is not yet integrated into Ansible’s, so presently soft errors (and plenty more) just get dumped on stdout. I’ve changed the log level of this particular error though, so it won’t show up any more. Thanks for reporting.