Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duffn/bf90b28b95dea1c2e410fdf132ef8d5a to your computer and use it in GitHub Desktop.
Save duffn/bf90b28b95dea1c2e410fdf132ef8d5a to your computer and use it in GitHub Desktop.
ansible-container-0.9.1rc0-meta-build-failure
2017-04-18T22:12:05.563144 2017-04-18T22:12:05.563144 Docker™ daemon integration engine loaded. Build starting. [container.core] caller_file='/_ansible/container/core.py' caller_func='conductorcmd_build' caller_line=606 project='ansible-container3'
2017-04-18T22:12:05.566569 Building service... [container.core] caller_file='/_ansible/container/core.py' caller_func='conductorcmd_build' caller_line=613 project='ansible-container3' service=u'web'
2017-04-18T22:12:05.574340 Base fingerprint hash = 932035f3f542f64b2f72f561b35fb3563e0221257293d5a7e1d92c246dbc9bfc [container.core] caller_file='/_ansible/container/core.py' caller_func='conductorcmd_build' caller_line=618 hash='932035f3f542f64b2f72f561b35fb3563e0221257293d5a7e1d92c246dbc9bfc' service=u'web'
Traceback (most recent call last):
File "/usr/local/bin/conductor", line 11, in <module>
load_entry_point('ansible-container', 'console_scripts', 'conductor')()
File "/_ansible/container/__init__.py", line 19, in __wrapped__
return fn(*args, **kwargs)
File "/_ansible/container/cli.py", line 351, in conductor_commandline
**params)
File "/_ansible/container/__init__.py", line 19, in __wrapped__
return fn(*args, **kwargs)
File "/_ansible/container/core.py", line 629, in conductorcmd_build
role_fingerprint = get_role_fingerprint(role)
File "/_ansible/container/__init__.py", line 19, in __wrapped__
return fn(*args, **kwargs)
File "/_ansible/container/utils/__init__.py", line 240, in get_role_fingerprint
hash_role(hash_obj, resolve_role_to_path(role_name))
File "/_ansible/container/utils/__init__.py", line 228, in hash_role
for dependency in get_dependencies_for_role(role_path):
File "/_ansible/container/utils/__init__.py", line 235, in get_dependencies_for_role
meta_main = yaml.safe_load(open(meta_main_path))
IOError: [Errno 2] No such file or directory: u'/src/roles/myrole/meta/main.yml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment