2017-06-03T21:34:11.661351 The default type is [container.config] caller_file=/home/.../ansible-container/container/config.py caller_func=_resolve_defaults caller_line=149 config= defaults= 2017-06-03T21:34:11.664990 Getting environment variables... [container.config] caller_file=/home/.../ansible-container/container/config.py caller_func=_get_environment_variables caller_line=165 2017-06-03T21:34:11.668035 Read environment variables [container.config] caller_file=/home/.../ansible-container/container/config.py caller_func=_get_environment_variables caller_line=170 env_vars={} 2017-06-03T21:34:11.671030 Resolved template variables [container.config] caller_file=/home/.../ansible-container/container/config.py caller_func=_resolve_defaults caller_line=154 template_vars={} 2017-06-03T21:34:11.674004 Parsed config [container.config] caller_file=/home/.../ansible-container/container/config.py caller_func=set_env caller_line=130 config={"version": "2", "settings": {"conductor_base": "centos:7", "pwd": "/home/.../testapp/ansible-container"}, "services": {"web": {"ports": ["80:8000"], "roles": ["testapp"]}}, "defaults": {}} 2017-06-03T21:34:11.676985 Loading engine capabilities [container.utils.loader] caller_file=/home/.../ansible-container/container/utils/loader.py caller_func=load_engine caller_line=14 capabilities=['BUILD', 'RUN'] engine=docker 2017-06-03T21:34:11.764943 Could not find container for conductor [container.docker.engine] all_containers=[] caller_file=/home/.../ansible-container/container/docker/engine.py caller_func=get_container_id_for_service caller_line=397 container=ansible-container_conductor 2017-06-03T21:34:11.796206 Could not find the latest image for service, searching for other tags with same image name [container.docker.engine] caller_file=/home/.../ansible-container/container/docker/engine.py caller_func=get_latest_image_for_service caller_line=436 image_name=ansible-container-conductor service=conductor 2017-06-03T21:34:11.819654 Call: Engine.build_conductor_image [container.docker.engine] args=('/home/.../testapp/ansible-container', 'centos:7') caller_file=/home/.../ansible-container/container/docker/engine.py caller_func=Engine.build_conductor_image caller_line=673 kwargs={'cache': True} 2017-06-03T21:34:11.824131 Using temporary directory [container.utils.temp] caller_file=/home/.../ansible-container/container/utils/temp.py caller_func=__enter__ caller_line=17 path=/tmp/tmp8u80hrjv 2017-06-03T21:34:11.827255 Building Docker Engine context... [container.docker.engine] caller_file=/home/.../ansible-container/container/docker/engine.py caller_func=build_conductor_image caller_line=677 2017-06-03T21:34:11.885607 Rendered Jinja Template: [container.utils] body=b'FROM centos:7\nENV ANSIBLE_CONTAINER=1\n\n\nRUN yum update -y && \\\n yum install -y epel-release && \\\n yum install -y gcc git python-devel rsync libffi-devel openssl-devel && \\\n yum clean all\n\n\nADD https://get.docker.com/builds/Linux/x86_64/docker-17.04.0-ce.tgz /tmp/docker.tgz\n\nCOPY /contrib/get-pip.py /get-pip.py\nRUN python /get-pip.py && \\\n mkdir -p /etc/ansible/roles /_ansible/src && \\\n cd /usr/local/bin && \\\n tar -xz --strip-components=1 -f /tmp/docker.tgz\n\n# The COPY here will break cache if the version of conductor changed\nCOPY /container-src /_ansible/container\n# Fix: \'pip install six\' is a temporary fix for setuptools==36.0.0 bug\nRUN cd /_ansible && \\\n pip install six && \\\n pip install -r container/conductor-build/conductor-requirements.txt && \\\n PYTHONPATH=. LC_ALL="en_US.UTF-8" python container/conductor-build/setup.py develop -v && \\\n ansible-galaxy install -p /etc/ansible/roles -r container/conductor-build/conductor-requirements.yml\n\n# The COPY here will break cache if the requirements or ansible.cfg has changed\nCOPY /build-src /_ansible/build\nRUN ( test -f /_ansible/build/ansible-requirements.txt && pip install --no-cache-dir -r /_ansible/build/ansible-requirements.txt || true ) && \\\n ( test -f /_ansible/build/requirements.yml && ansible-galaxy install -p /etc/ansible/roles -r /_ansible/build/requirements.yml || true ) && \\\n ( test -f /_ansible/build/ansible.cfg && cp /_ansible/build/ansible.cfg /etc/ansible/ansible.cfg || true)\n\nVOLUME /usr\n\n\n' caller_file=/home/.../ansible-container/container/utils/__init__.py caller_func=jinja_render_to_temp caller_line=82 2017-06-03T21:34:11.889690 Context manifest: [container.docker.engine] caller_file=/home/.../ansible-container/container/docker/engine.py caller_func=build_conductor_image caller_line=733 2017-06-03T21:34:11.891696 tarball item: build-src/.touch (0 bytes) [container.docker.engine] bytes=0 file=build-src/.touch 2017-06-03T21:34:11.893086 tarball item: contrib/get-pip.py (1595409 bytes) [container.docker.engine] bytes=1595409 file=contrib/get-pip.py 2017-06-03T21:34:11.894441 tarball item: container-src (0 bytes) [container.docker.engine] bytes=0 file=container-src 2017-06-03T21:34:11.895798 tarball item: container-src/core.py (38266 bytes) [container.docker.engine] bytes=38266 file=container-src/core.py 2017-06-03T21:34:11.897150 tarball item: container-src/openshift (0 bytes) [container.docker.engine] bytes=0 file=container-src/openshift 2017-06-03T21:34:11.898491 tarball item: container-src/openshift/engine.py (2151 bytes) [container.docker.engine] bytes=2151 file=container-src/openshift/engine.py 2017-06-03T21:34:11.900051 tarball item: container-src/openshift/config.py (427 bytes) [container.docker.engine] bytes=427 file=container-src/openshift/config.py 2017-06-03T21:34:11.901420 tarball item: container-src/openshift/__init__.py (196 bytes) [container.docker.engine] bytes=196 file=container-src/openshift/__init__.py 2017-06-03T21:34:11.903104 tarball item: container-src/openshift/deploy.py (6241 bytes) [container.docker.engine] bytes=6241 file=container-src/openshift/deploy.py 2017-06-03T21:34:11.904532 tarball item: container-src/exceptions.py (1991 bytes) [container.docker.engine] bytes=1991 file=container-src/exceptions.py 2017-06-03T21:34:11.905897 tarball item: container-src/engine.py (6333 bytes) [container.docker.engine] bytes=6333 file=container-src/engine.py 2017-06-03T21:34:11.907388 tarball item: container-src/cli.py (19709 bytes) [container.docker.engine] bytes=19709 file=container-src/cli.py 2017-06-03T21:34:11.908821 tarball item: container-src/__pycache__ (0 bytes) [container.docker.engine] bytes=0 file=container-src/__pycache__ 2017-06-03T21:34:11.910174 tarball item: container-src/__pycache__/config.cpython-34.pyc (12245 bytes) [container.docker.engine] bytes=12245 file=container-src/__pycache__/config.cpython-34.pyc 2017-06-03T21:34:11.911613 tarball item: container-src/__pycache__/exceptions.cpython-34.pyc (4243 bytes) [container.docker.engine] bytes=4243 file=container-src/__pycache__/exceptions.cpython-34.pyc 2017-06-03T21:34:11.912990 tarball item: container-src/__pycache__/engine.cpython-34.pyc (8731 bytes) [container.docker.engine] bytes=8731 file=container-src/__pycache__/engine.cpython-34.pyc 2017-06-03T21:34:11.914361 tarball item: container-src/__pycache__/core.cpython-35.pyc (24707 bytes) [container.docker.engine] bytes=24707 file=container-src/__pycache__/core.cpython-35.pyc 2017-06-03T21:34:11.915949 tarball item: container-src/__pycache__/__init__.cpython-34.pyc (1173 bytes) [container.docker.engine] bytes=1173 file=container-src/__pycache__/__init__.cpython-34.pyc 2017-06-03T21:34:11.917335 tarball item: container-src/__pycache__/__init__.cpython-35.pyc (1167 bytes) [container.docker.engine] bytes=1167 file=container-src/__pycache__/__init__.cpython-35.pyc 2017-06-03T21:34:11.918707 tarball item: container-src/__pycache__/core.cpython-34.pyc (24895 bytes) [container.docker.engine] bytes=24895 file=container-src/__pycache__/core.cpython-34.pyc 2017-06-03T21:34:11.920106 tarball item: container-src/__pycache__/engine.cpython-35.pyc (8731 bytes) [container.docker.engine] bytes=8731 file=container-src/__pycache__/engine.cpython-35.pyc 2017-06-03T21:34:11.921512 tarball item: container-src/__pycache__/config.cpython-35.pyc (12189 bytes) [container.docker.engine] bytes=12189 file=container-src/__pycache__/config.cpython-35.pyc 2017-06-03T21:34:11.922899 tarball item: container-src/__pycache__/cli.cpython-35.pyc (14458 bytes) [container.docker.engine] bytes=14458 file=container-src/__pycache__/cli.cpython-35.pyc 2017-06-03T21:34:11.924471 tarball item: container-src/__pycache__/cli.cpython-34.pyc (14508 bytes) [container.docker.engine] bytes=14508 file=container-src/__pycache__/cli.cpython-34.pyc 2017-06-03T21:34:11.925847 tarball item: container-src/__pycache__/exceptions.cpython-35.pyc (4243 bytes) [container.docker.engine] bytes=4243 file=container-src/__pycache__/exceptions.cpython-35.pyc 2017-06-03T21:34:11.927241 tarball item: container-src/config.py (13926 bytes) [container.docker.engine] bytes=13926 file=container-src/config.py 2017-06-03T21:34:11.928607 tarball item: container-src/utils (0 bytes) [container.docker.engine] bytes=0 file=container-src/utils 2017-06-03T21:34:11.929951 tarball item: container-src/utils/galaxy.py (8120 bytes) [container.docker.engine] bytes=8120 file=container-src/utils/galaxy.py 2017-06-03T21:34:11.931497 tarball item: container-src/utils/logmux.py (1313 bytes) [container.docker.engine] bytes=1313 file=container-src/utils/logmux.py 2017-06-03T21:34:11.932925 tarball item: container-src/utils/__pycache__ (0 bytes) [container.docker.engine] bytes=0 file=container-src/utils/__pycache__ 2017-06-03T21:34:11.934279 tarball item: container-src/utils/__pycache__/_text.cpython-35.pyc (8480 bytes) [container.docker.engine] bytes=8480 file=container-src/utils/__pycache__/_text.cpython-35.pyc 2017-06-03T21:34:11.935675 tarball item: container-src/utils/__pycache__/_text.cpython-34.pyc (8524 bytes) [container.docker.engine] bytes=8524 file=container-src/utils/__pycache__/_text.cpython-34.pyc 2017-06-03T21:34:11.937054 tarball item: container-src/utils/__pycache__/__init__.cpython-34.pyc (10042 bytes) [container.docker.engine] bytes=10042 file=container-src/utils/__pycache__/__init__.cpython-34.pyc 2017-06-03T21:34:11.938441 tarball item: container-src/utils/__pycache__/loader.cpython-34.pyc (1009 bytes) [container.docker.engine] bytes=1009 file=container-src/utils/__pycache__/loader.cpython-34.pyc 2017-06-03T21:34:11.940060 tarball item: container-src/utils/__pycache__/logmux.cpython-35.pyc (2116 bytes) [container.docker.engine] bytes=2116 file=container-src/utils/__pycache__/logmux.cpython-35.pyc 2017-06-03T21:34:11.941447 tarball item: container-src/utils/__pycache__/__init__.cpython-35.pyc (9974 bytes) [container.docker.engine] bytes=9974 file=container-src/utils/__pycache__/__init__.cpython-35.pyc 2017-06-03T21:34:11.942826 tarball item: container-src/utils/__pycache__/logmux.cpython-34.pyc (2116 bytes) [container.docker.engine] bytes=2116 file=container-src/utils/__pycache__/logmux.cpython-34.pyc 2017-06-03T21:34:11.944233 tarball item: container-src/utils/__pycache__/temp.cpython-34.pyc (1160 bytes) [container.docker.engine] bytes=1160 file=container-src/utils/__pycache__/temp.cpython-34.pyc 2017-06-03T21:34:11.945643 tarball item: container-src/utils/__pycache__/temp.cpython-35.pyc (1160 bytes) [container.docker.engine] bytes=1160 file=container-src/utils/__pycache__/temp.cpython-35.pyc 2017-06-03T21:34:11.947022 tarball item: container-src/utils/__pycache__/loader.cpython-35.pyc (1006 bytes) [container.docker.engine] bytes=1006 file=container-src/utils/__pycache__/loader.cpython-35.pyc 2017-06-03T21:34:11.948619 tarball item: container-src/utils/__pycache__/visibility.cpython-35.pyc (3375 bytes) [container.docker.engine] bytes=3375 file=container-src/utils/__pycache__/visibility.cpython-35.pyc 2017-06-03T21:34:11.950005 tarball item: container-src/utils/__pycache__/visibility.cpython-34.pyc (3408 bytes) [container.docker.engine] bytes=3408 file=container-src/utils/__pycache__/visibility.cpython-34.pyc 2017-06-03T21:34:11.951433 tarball item: container-src/utils/temp.py (698 bytes) [container.docker.engine] bytes=698 file=container-src/utils/temp.py 2017-06-03T21:34:11.952792 tarball item: container-src/utils/__init__.py (11013 bytes) [container.docker.engine] bytes=11013 file=container-src/utils/__init__.py 2017-06-03T21:34:11.954156 tarball item: container-src/utils/loader.py (906 bytes) [container.docker.engine] bytes=906 file=container-src/utils/loader.py 2017-06-03T21:34:11.955703 tarball item: container-src/utils/visibility.py (3329 bytes) [container.docker.engine] bytes=3329 file=container-src/utils/visibility.py 2017-06-03T21:34:11.957071 tarball item: container-src/utils/_text.py (12304 bytes) [container.docker.engine] bytes=12304 file=container-src/utils/_text.py 2017-06-03T21:34:11.958424 tarball item: container-src/__init__.py (950 bytes) [container.docker.engine] bytes=950 file=container-src/__init__.py 2017-06-03T21:34:11.959794 tarball item: container-src/templates (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates 2017-06-03T21:34:11.961137 tarball item: container-src/templates/stop-docker-compose.j2.yml (75 bytes) [container.docker.engine] bytes=75 file=container-src/templates/stop-docker-compose.j2.yml 2017-06-03T21:34:11.962634 tarball item: container-src/templates/ansible.cfg (41 bytes) [container.docker.engine] bytes=41 file=container-src/templates/ansible.cfg 2017-06-03T21:34:11.964226 tarball item: container-src/templates/listhosts-docker-compose.j2.yml (1640 bytes) [container.docker.engine] bytes=1640 file=container-src/templates/listhosts-docker-compose.j2.yml 2017-06-03T21:34:11.965609 tarball item: container-src/templates/restart-docker-compose.j2.yml (75 bytes) [container.docker.engine] bytes=75 file=container-src/templates/restart-docker-compose.j2.yml 2017-06-03T21:34:11.966979 tarball item: container-src/templates/compose_versioned.j2.yml (237 bytes) [container.docker.engine] bytes=237 file=container-src/templates/compose_versioned.j2.yml 2017-06-03T21:34:11.968360 tarball item: container-src/templates/role (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates/role 2017-06-03T21:34:11.969714 tarball item: container-src/templates/role/README.j2.md (1287 bytes) [container.docker.engine] bytes=1287 file=container-src/templates/role/README.j2.md 2017-06-03T21:34:11.971083 tarball item: container-src/templates/role/test (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates/role/test 2017-06-03T21:34:11.972719 tarball item: container-src/templates/role/test/test.j2.yml (81 bytes) [container.docker.engine] bytes=81 file=container-src/templates/role/test/test.j2.yml 2017-06-03T21:34:11.974107 tarball item: container-src/templates/role/defaults (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates/role/defaults 2017-06-03T21:34:11.975493 tarball item: container-src/templates/role/defaults/main.j2.yml (55 bytes) [container.docker.engine] bytes=55 file=container-src/templates/role/defaults/main.j2.yml 2017-06-03T21:34:11.976857 tarball item: container-src/templates/role/.travis.j2.yml (540 bytes) [container.docker.engine] bytes=540 file=container-src/templates/role/.travis.j2.yml 2017-06-03T21:34:11.978222 tarball item: container-src/templates/role/meta (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates/role/meta 2017-06-03T21:34:11.979806 tarball item: container-src/templates/role/meta/main.j2.yml (3220 bytes) [container.docker.engine] bytes=3220 file=container-src/templates/role/meta/main.j2.yml 2017-06-03T21:34:11.981316 tarball item: container-src/templates/ansible-container-inventory.py (1230 bytes) [container.docker.engine] bytes=1230 file=container-src/templates/ansible-container-inventory.py 2017-06-03T21:34:11.982948 tarball item: container-src/templates/builder.sh (620 bytes) [container.docker.engine] bytes=620 file=container-src/templates/builder.sh 2017-06-03T21:34:11.984356 tarball item: container-src/templates/install-docker-compose.j2.yml (712 bytes) [container.docker.engine] bytes=712 file=container-src/templates/install-docker-compose.j2.yml 2017-06-03T21:34:11.985741 tarball item: container-src/templates/build-docker-compose.j2.yml (1635 bytes) [container.docker.engine] bytes=1635 file=container-src/templates/build-docker-compose.j2.yml 2017-06-03T21:34:11.987116 tarball item: container-src/templates/run-docker-compose.j2.yml (75 bytes) [container.docker.engine] bytes=75 file=container-src/templates/run-docker-compose.j2.yml 2017-06-03T21:34:11.988751 tarball item: container-src/templates/ansible-dockerfile.j2 (1194 bytes) [container.docker.engine] bytes=1194 file=container-src/templates/ansible-dockerfile.j2 2017-06-03T21:34:11.990306 tarball item: container-src/templates/hosts.j2 (90 bytes) [container.docker.engine] bytes=90 file=container-src/templates/hosts.j2 2017-06-03T21:34:11.991889 tarball item: container-src/templates/init (0 bytes) [container.docker.engine] bytes=0 file=container-src/templates/init 2017-06-03T21:34:11.993445 tarball item: container-src/templates/init/container.j2.yml (2313 bytes) [container.docker.engine] bytes=2313 file=container-src/templates/init/container.j2.yml 2017-06-03T21:34:11.994826 tarball item: container-src/templates/init/ansible.j2.cfg (145 bytes) [container.docker.engine] bytes=145 file=container-src/templates/init/ansible.j2.cfg 2017-06-03T21:34:11.996459 tarball item: container-src/templates/init/meta.j2.yml (1231 bytes) [container.docker.engine] bytes=1231 file=container-src/templates/init/meta.j2.yml 2017-06-03T21:34:11.997836 tarball item: container-src/templates/init/ansible-requirements.j2.txt (130 bytes) [container.docker.engine] bytes=130 file=container-src/templates/init/ansible-requirements.j2.txt 2017-06-03T21:34:11.999237 tarball item: container-src/templates/init/requirements.j2.yml (298 bytes) [container.docker.engine] bytes=298 file=container-src/templates/init/requirements.j2.yml 2017-06-03T21:34:12.000619 tarball item: container-src/templates/wait_on_host.py (2365 bytes) [container.docker.engine] bytes=2365 file=container-src/templates/wait_on_host.py 2017-06-03T21:34:12.001989 tarball item: container-src/docker (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker 2017-06-03T21:34:12.003565 tarball item: container-src/docker/importer.py (23310 bytes) [container.docker.engine] bytes=23310 file=container-src/docker/importer.py 2017-06-03T21:34:12.004977 tarball item: container-src/docker/files (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/files 2017-06-03T21:34:12.006341 tarball item: container-src/docker/files/get-pip.py (1595409 bytes) [container.docker.engine] bytes=1595409 file=container-src/docker/files/get-pip.py 2017-06-03T21:34:12.007727 tarball item: container-src/docker/engine.py (36448 bytes) [container.docker.engine] bytes=36448 file=container-src/docker/engine.py 2017-06-03T21:34:12.009087 tarball item: container-src/docker/__pycache__ (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/__pycache__ 2017-06-03T21:34:12.010441 tarball item: container-src/docker/__pycache__/config.cpython-34.pyc (1256 bytes) [container.docker.engine] bytes=1256 file=container-src/docker/__pycache__/config.cpython-34.pyc 2017-06-03T21:34:12.011915 tarball item: container-src/docker/__pycache__/engine.cpython-34.pyc (27595 bytes) [container.docker.engine] bytes=27595 file=container-src/docker/__pycache__/engine.cpython-34.pyc 2017-06-03T21:34:12.013364 tarball item: container-src/docker/__pycache__/__init__.cpython-34.pyc (308 bytes) [container.docker.engine] bytes=308 file=container-src/docker/__pycache__/__init__.cpython-34.pyc 2017-06-03T21:34:12.014744 tarball item: container-src/docker/__pycache__/__init__.cpython-35.pyc (308 bytes) [container.docker.engine] bytes=308 file=container-src/docker/__pycache__/__init__.cpython-35.pyc 2017-06-03T21:34:12.016134 tarball item: container-src/docker/__pycache__/engine.cpython-35.pyc (27332 bytes) [container.docker.engine] bytes=27332 file=container-src/docker/__pycache__/engine.cpython-35.pyc 2017-06-03T21:34:12.017526 tarball item: container-src/docker/__pycache__/config.cpython-35.pyc (1250 bytes) [container.docker.engine] bytes=1250 file=container-src/docker/__pycache__/config.cpython-35.pyc 2017-06-03T21:34:12.018902 tarball item: container-src/docker/config.py (1052 bytes) [container.docker.engine] bytes=1052 file=container-src/docker/config.py 2017-06-03T21:34:12.020363 tarball item: container-src/docker/__init__.py (205 bytes) [container.docker.engine] bytes=205 file=container-src/docker/__init__.py 2017-06-03T21:34:12.021729 tarball item: container-src/docker/templates (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/templates 2017-06-03T21:34:12.023326 tarball item: container-src/docker/templates/conductor-dockerfile.j2 (2997 bytes) [container.docker.engine] bytes=2997 file=container-src/docker/templates/conductor-dockerfile.j2 2017-06-03T21:34:12.024721 tarball item: container-src/docker/tests (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/tests 2017-06-03T21:34:12.026075 tarball item: container-src/docker/tests/import (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/tests/import 2017-06-03T21:34:12.027692 tarball item: container-src/docker/tests/import/red-fish (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/tests/import/red-fish 2017-06-03T21:34:12.029066 tarball item: container-src/docker/tests/import/red-fish/lulz.txt (10 bytes) [container.docker.engine] bytes=10 file=container-src/docker/tests/import/red-fish/lulz.txt 2017-06-03T21:34:12.030434 tarball item: container-src/docker/tests/import/two-fish (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/tests/import/two-fish 2017-06-03T21:34:12.031807 tarball item: container-src/docker/tests/import/two-fish/green-eggs (0 bytes) [container.docker.engine] bytes=0 file=container-src/docker/tests/import/two-fish/green-eggs 2017-06-03T21:34:12.033225 tarball item: container-src/docker/tests/import/two-fish/green-eggs/ham.txt (5 bytes) [container.docker.engine] bytes=5 file=container-src/docker/tests/import/two-fish/green-eggs/ham.txt 2017-06-03T21:34:12.034605 tarball item: container-src/docker/tests/import/two-fish/who.txt (7 bytes) [container.docker.engine] bytes=7 file=container-src/docker/tests/import/two-fish/who.txt 2017-06-03T21:34:12.036241 tarball item: container-src/docker/tests/import/Dockerfile (1151 bytes) [container.docker.engine] bytes=1151 file=container-src/docker/tests/import/Dockerfile 2017-06-03T21:34:12.037634 tarball item: container-src/docker/tests/import/one-fish.txt (6 bytes) [container.docker.engine] bytes=6 file=container-src/docker/tests/import/one-fish.txt 2017-06-03T21:34:12.039036 tarball item: container-src/docker/tests/import/blue-fish.txt (10 bytes) [container.docker.engine] bytes=10 file=container-src/docker/tests/import/blue-fish.txt 2017-06-03T21:34:12.040484 tarball item: container-src/docker/tests/import/lulz.tgz (59072 bytes) [container.docker.engine] bytes=59072 file=container-src/docker/tests/import/lulz.tgz 2017-06-03T21:34:12.041903 tarball item: container-src/docker/deploy.py (248 bytes) [container.docker.engine] bytes=248 file=container-src/docker/deploy.py 2017-06-03T21:34:12.043631 tarball item: container-src/k8s (0 bytes) [container.docker.engine] bytes=0 file=container-src/k8s 2017-06-03T21:34:12.045240 tarball item: container-src/k8s/engine.py (1254 bytes) [container.docker.engine] bytes=1254 file=container-src/k8s/engine.py 2017-06-03T21:34:12.046664 tarball item: container-src/k8s/base_engine.py (8540 bytes) [container.docker.engine] bytes=8540 file=container-src/k8s/base_engine.py 2017-06-03T21:34:12.048122 tarball item: container-src/k8s/base_deploy.py (27717 bytes) [container.docker.engine] bytes=27717 file=container-src/k8s/base_deploy.py 2017-06-03T21:34:12.049539 tarball item: container-src/k8s/config.py (422 bytes) [container.docker.engine] bytes=422 file=container-src/k8s/config.py 2017-06-03T21:34:12.050958 tarball item: container-src/k8s/__init__.py (196 bytes) [container.docker.engine] bytes=196 file=container-src/k8s/__init__.py 2017-06-03T21:34:12.052725 tarball item: container-src/k8s/deploy.py (1720 bytes) [container.docker.engine] bytes=1720 file=container-src/k8s/deploy.py 2017-06-03T21:34:12.054966 tarball item: container-src/k8s/base_config.py (932 bytes) [container.docker.engine] bytes=932 file=container-src/k8s/base_config.py 2017-06-03T21:34:12.056467 tarball item: container-src/conductor-build/setup.py (3215 bytes) [container.docker.engine] bytes=3215 file=container-src/conductor-build/setup.py 2017-06-03T21:34:12.057877 tarball item: container-src/conductor-build/conductor-requirements.txt (272 bytes) [container.docker.engine] bytes=272 file=container-src/conductor-build/conductor-requirements.txt 2017-06-03T21:34:12.059566 tarball item: container-src/conductor-build/conductor-requirements.yml (60 bytes) [container.docker.engine] bytes=60 file=container-src/conductor-build/conductor-requirements.yml 2017-06-03T21:34:12.061231 tarball item: Dockerfile (1513 bytes) [container.docker.engine] bytes=1513 file=Dockerfile 2017-06-03T21:34:12.063657 Starting Docker build of Ansible Container Conductor image (please be patient)... [container.docker.engine] caller_file=/home/.../ansible-container/container/docker/engine.py caller_func=build_conductor_image caller_line=741 Step 1/11 : FROM centos:7 ---> 8140d0c64310 Step 2/11 : ENV ANSIBLE_CONTAINER 1 ---> Running in 8e7e4822fd66 ---> 88635d680891 Removing intermediate container 8e7e4822fd66 Step 3/11 : RUN yum update -y && yum install -y epel-release && yum install -y gcc git python-devel rsync libffi-devel openssl-devel && yum clean all ---> Running in e184ada33899 Loaded plugins: fastestmirror, ovl Determining fastest mirrors * base: ftp.pbone.net * extras: ftp.pbone.net * updates: ftp.pbone.net Resolving Dependencies --> Running transaction check ---> Package dracut.x86_64 0:033-463.el7 will be updated ---> Package dracut.x86_64 0:033-463.el7_3.1 will be an update ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc.x86_64 0:2.17-157.el7_3.2 will be an update ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-157.el7_3.2 will be an update ---> Package kpartx.x86_64 0:0.4.9-99.el7_3.1 will be updated ---> Package kpartx.x86_64 0:0.4.9-99.el7_3.3 will be an update ---> Package nss.x86_64 0:3.28.4-1.0.el7_3 will be updated ---> Package nss.x86_64 0:3.28.4-1.2.el7_3 will be an update ---> Package nss-sysinit.x86_64 0:3.28.4-1.0.el7_3 will be updated ---> Package nss-sysinit.x86_64 0:3.28.4-1.2.el7_3 will be an update ---> Package nss-tools.x86_64 0:3.28.4-1.0.el7_3 will be updated ---> Package nss-tools.x86_64 0:3.28.4-1.2.el7_3 will be an update ---> Package systemd.x86_64 0:219-30.el7_3.8 will be updated ---> Package systemd.x86_64 0:219-30.el7_3.9 will be an update ---> Package systemd-libs.x86_64 0:219-30.el7_3.8 will be updated ---> Package systemd-libs.x86_64 0:219-30.el7_3.9 will be an update --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Updating: dracut x86_64 033-463.el7_3.1 updates 317 k glibc x86_64 2.17-157.el7_3.2 updates 3.6 M glibc-common x86_64 2.17-157.el7_3.2 updates 11 M kpartx x86_64 0.4.9-99.el7_3.3 updates 68 k nss x86_64 3.28.4-1.2.el7_3 updates 872 k nss-sysinit x86_64 3.28.4-1.2.el7_3 updates 58 k nss-tools x86_64 3.28.4-1.2.el7_3 updates 496 k systemd x86_64 219-30.el7_3.9 updates 5.2 M systemd-libs x86_64 219-30.el7_3.9 updates 369 k Transaction Summary ================================================================================ Upgrade 9 Packages Total download size: 22 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. warning: /var/cache/yum/x86_64/7/updates/packages/dracut-033-463.el7_3.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY Public key for dracut-033-463.el7_3.1.x86_64.rpm is not installed -------------------------------------------------------------------------------- Total 3.1 MB/s | 22 MB 00:07 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Importing GPG key 0xF4A80EB5: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 Package : centos-release-7-3.1611.el7.centos.x86_64 (@CentOS) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : glibc-common-2.17-157.el7_3.2.x86_64 1/18 Updating : glibc-2.17-157.el7_3.2.x86_64 2/18 Updating : nss-3.28.4-1.2.el7_3.x86_64 3/18 Updating : nss-sysinit-3.28.4-1.2.el7_3.x86_64 4/18 Updating : kpartx-0.4.9-99.el7_3.3.x86_64 5/18 Updating : systemd-libs-219-30.el7_3.9.x86_64 6/18 Updating : systemd-219-30.el7_3.9.x86_64 7/18 Updating : dracut-033-463.el7_3.1.x86_64 8/18 Updating : nss-tools-3.28.4-1.2.el7_3.x86_64 9/18 Cleanup : nss-tools-3.28.4-1.0.el7_3.x86_64 10/18 Cleanup : nss-sysinit-3.28.4-1.0.el7_3.x86_64 11/18 Cleanup : nss-3.28.4-1.0.el7_3.x86_64 12/18 Cleanup : dracut-033-463.el7.x86_64 13/18 Cleanup : systemd-219-30.el7_3.8.x86_64 14/18 Cleanup : systemd-libs-219-30.el7_3.8.x86_64 15/18 Cleanup : kpartx-0.4.9-99.el7_3.1.x86_64 16/18 Cleanup : glibc-common-2.17-157.el7_3.1.x86_64 17/18 Cleanup : glibc-2.17-157.el7_3.1.x86_64 18/18 Verifying : glibc-2.17-157.el7_3.2.x86_64 1/18 Verifying : kpartx-0.4.9-99.el7_3.3.x86_64 2/18 Verifying : nss-tools-3.28.4-1.2.el7_3.x86_64 3/18 Verifying : glibc-common-2.17-157.el7_3.2.x86_64 4/18 Verifying : systemd-libs-219-30.el7_3.9.x86_64 5/18 Verifying : dracut-033-463.el7_3.1.x86_64 6/18 Verifying : nss-3.28.4-1.2.el7_3.x86_64 7/18 Verifying : systemd-219-30.el7_3.9.x86_64 8/18 Verifying : nss-sysinit-3.28.4-1.2.el7_3.x86_64 9/18 Verifying : nss-sysinit-3.28.4-1.0.el7_3.x86_64 10/18 Verifying : glibc-common-2.17-157.el7_3.1.x86_64 11/18 Verifying : systemd-219-30.el7_3.8.x86_64 12/18 Verifying : glibc-2.17-157.el7_3.1.x86_64 13/18 Verifying : dracut-033-463.el7.x86_64 14/18 Verifying : nss-3.28.4-1.0.el7_3.x86_64 15/18 Verifying : kpartx-0.4.9-99.el7_3.1.x86_64 16/18 Verifying : systemd-libs-219-30.el7_3.8.x86_64 17/18 Verifying : nss-tools-3.28.4-1.0.el7_3.x86_64 18/18 Updated: dracut.x86_64 0:033-463.el7_3.1 glibc.x86_64 0:2.17-157.el7_3.2 glibc-common.x86_64 0:2.17-157.el7_3.2 kpartx.x86_64 0:0.4.9-99.el7_3.3 nss.x86_64 0:3.28.4-1.2.el7_3 nss-sysinit.x86_64 0:3.28.4-1.2.el7_3 nss-tools.x86_64 0:3.28.4-1.2.el7_3 systemd.x86_64 0:219-30.el7_3.9 systemd-libs.x86_64 0:219-30.el7_3.9 Complete! Loaded plugins: fastestmirror, ovl Loading mirror speeds from cached hostfile * base: ftp.pbone.net * extras: ftp.pbone.net * updates: ftp.pbone.net Resolving Dependencies --> Running transaction check ---> Package epel-release.noarch 0:7-9 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: epel-release noarch 7-9 extras 14 k Transaction Summary ================================================================================ Install 1 Package Total download size: 14 k Installed size: 24 k Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : epel-release-7-9.noarch 1/1 Verifying : epel-release-7-9.noarch 1/1 Installed: epel-release.noarch 0:7-9 Complete! Loaded plugins: fastestmirror, ovl http://ftp.ps.pl/pub/Linux/fedora-epel/7/x86_64/repodata/repomd.xml: [Errno -1] Error importing repomd.xml for epel: Damaged repomd.xml file Trying other mirror. Loading mirror speeds from cached hostfile * base: ftp.pbone.net * epel: mirror.23media.de * extras: ftp.pbone.net * updates: ftp.pbone.net Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-11.el7 will be installed --> Processing Dependency: libgomp = 4.8.5-11.el7 for package: gcc-4.8.5-11.el7.x86_64 --> Processing Dependency: cpp = 4.8.5-11.el7 for package: gcc-4.8.5-11.el7.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-11.el7.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-11.el7.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-11.el7.x86_64 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-11.el7.x86_64 ---> Package git.x86_64 0:1.8.3.1-6.el7_2.1 will be installed --> Processing Dependency: perl-Git = 1.8.3.1-6.el7_2.1 for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl >= 5.008 for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(warnings) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(vars) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(strict) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(lib) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(Getopt::Long) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(File::stat) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(File::Temp) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(File::Spec) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(File::Path) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(File::Find) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(File::Copy) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(File::Basename) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(Exporter) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: less for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: /usr/bin/perl for package: git-1.8.3.1-6.el7_2.1.x86_64 --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: git-1.8.3.1-6.el7_2.1.x86_64 ---> Package libffi-devel.x86_64 0:3.0.13-18.el7 will be installed ---> Package openssl-devel.x86_64 1:1.0.1e-60.el7_3.1 will be installed --> Processing Dependency: zlib-devel(x86-64) for package: 1:openssl-devel-1.0.1e-60.el7_3.1.x86_64 --> Processing Dependency: krb5-devel(x86-64) for package: 1:openssl-devel-1.0.1e-60.el7_3.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-48.el7 will be installed ---> Package rsync.x86_64 0:3.0.9-17.el7 will be installed --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-11.el7 will be installed ---> Package glibc-devel.x86_64 0:2.17-157.el7_3.2 will be installed --> Processing Dependency: glibc-headers = 2.17-157.el7_3.2 for package: glibc-devel-2.17-157.el7_3.2.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-157.el7_3.2.x86_64 ---> Package krb5-devel.x86_64 0:1.14.1-27.el7_3 will be installed --> Processing Dependency: libkadm5(x86-64) = 1.14.1-27.el7_3 for package: krb5-devel-1.14.1-27.el7_3.x86_64 --> Processing Dependency: libverto-devel for package: krb5-devel-1.14.1-27.el7_3.x86_64 --> Processing Dependency: libselinux-devel for package: krb5-devel-1.14.1-27.el7_3.x86_64 --> Processing Dependency: libcom_err-devel for package: krb5-devel-1.14.1-27.el7_3.x86_64 --> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.14.1-27.el7_3.x86_64 ---> Package less.x86_64 0:458-9.el7 will be installed --> Processing Dependency: groff-base for package: less-458-9.el7.x86_64 ---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be installed ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package openssh-clients.x86_64 0:6.6.1p1-35.el7_3 will be installed --> Processing Dependency: openssh = 6.6.1p1-35.el7_3 for package: openssh-clients-6.6.1p1-35.el7_3.x86_64 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-6.6.1p1-35.el7_3.x86_64 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-6.6.1p1-35.el7_3.x86_64 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-6.6.1p1-35.el7_3.x86_64 ---> Package perl.x86_64 4:5.16.3-291.el7 will be installed --> Processing Dependency: perl-libs = 4:5.16.3-291.el7 for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(threads) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-291.el7.x86_64 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-291.el7.x86_64 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed ---> Package perl-Getopt-Long.noarch 0:2.40-2.el7 will be installed --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-2.el7.noarch --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-2.el7.noarch ---> Package perl-Git.noarch 0:1.8.3.1-6.el7_2.1 will be installed ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed ---> Package zlib-devel.x86_64 0:1.2.7-17.el7 will be installed --> Running transaction check ---> Package fipscheck-lib.x86_64 0:1.4.1-5.el7 will be installed --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-5.el7.x86_64 ---> Package glibc-headers.x86_64 0:2.17-157.el7_3.2 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-157.el7_3.2.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-157.el7_3.2.x86_64 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed ---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed ---> Package libcom_err-devel.x86_64 0:1.42.9-9.el7 will be installed ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed ---> Package libkadm5.x86_64 0:1.14.1-27.el7_3 will be installed ---> Package libselinux-devel.x86_64 0:2.5-6.el7 will be installed --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-6 for package: libselinux-devel-2.5-6.el7.x86_64 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-6.el7.x86_64 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-6.el7.x86_64 ---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed ---> Package openssh.x86_64 0:6.6.1p1-35.el7_3 will be installed ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed ---> Package perl-Socket.x86_64 0:2.010-4.el7 will be installed ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed ---> Package perl-libs.x86_64 4:5.16.3-291.el7 will be installed ---> Package perl-macros.x86_64 4:5.16.3-291.el7 will be installed ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed --> Running transaction check ---> Package fipscheck.x86_64 0:1.4.1-5.el7 will be installed ---> Package kernel-headers.x86_64 0:3.10.0-514.21.1.el7 will be installed ---> Package libsepol-devel.x86_64 0:2.5-6.el7 will be installed ---> Package pcre-devel.x86_64 0:8.32-15.el7_2.1 will be installed ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed ---> Package perl-Pod-Escapes.noarch 1:1.04-291.el7 will be installed ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed --> Running transaction check ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 4.8.5-11.el7 base 16 M git x86_64 1.8.3.1-6.el7_2.1 base 4.4 M libffi-devel x86_64 3.0.13-18.el7 base 23 k openssl-devel x86_64 1:1.0.1e-60.el7_3.1 updates 1.2 M python-devel x86_64 2.7.5-48.el7 base 393 k rsync x86_64 3.0.9-17.el7 base 360 k Installing for dependencies: cpp x86_64 4.8.5-11.el7 base 5.9 M fipscheck x86_64 1.4.1-5.el7 base 21 k fipscheck-lib x86_64 1.4.1-5.el7 base 11 k glibc-devel x86_64 2.17-157.el7_3.2 updates 1.1 M glibc-headers x86_64 2.17-157.el7_3.2 updates 669 k groff-base x86_64 1.22.2-8.el7 base 942 k kernel-headers x86_64 3.10.0-514.21.1.el7 updates 4.8 M keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k krb5-devel x86_64 1.14.1-27.el7_3 updates 651 k less x86_64 458-9.el7 base 120 k libcom_err-devel x86_64 1.42.9-9.el7 base 31 k libedit x86_64 3.0-12.20121213cvs.el7 base 92 k libgnome-keyring x86_64 3.8.0-3.el7 base 109 k libgomp x86_64 4.8.5-11.el7 base 152 k libkadm5 x86_64 1.14.1-27.el7_3 updates 173 k libmpc x86_64 1.0.1-3.el7 base 51 k libselinux-devel x86_64 2.5-6.el7 base 186 k libsepol-devel x86_64 2.5-6.el7 base 74 k libverto-devel x86_64 0.2.5-4.el7 base 12 k mpfr x86_64 3.1.1-4.el7 base 203 k openssh x86_64 6.6.1p1-35.el7_3 updates 438 k openssh-clients x86_64 6.6.1p1-35.el7_3 updates 642 k pcre-devel x86_64 8.32-15.el7_2.1 base 479 k perl x86_64 4:5.16.3-291.el7 base 8.0 M perl-Carp noarch 1.26-244.el7 base 19 k perl-Encode x86_64 2.51-7.el7 base 1.5 M perl-Error noarch 1:0.17020-2.el7 base 32 k perl-Exporter noarch 5.68-3.el7 base 28 k perl-File-Path noarch 2.09-2.el7 base 26 k perl-File-Temp noarch 0.23.01-3.el7 base 56 k perl-Filter x86_64 1.49-3.el7 base 76 k perl-Getopt-Long noarch 2.40-2.el7 base 56 k perl-Git noarch 1.8.3.1-6.el7_2.1 base 53 k perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k perl-PathTools x86_64 3.40-5.el7 base 82 k perl-Pod-Escapes noarch 1:1.04-291.el7 base 51 k perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k perl-Pod-Usage noarch 1.63-3.el7 base 27 k perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k perl-Socket x86_64 2.010-4.el7 base 49 k perl-Storable x86_64 2.45-3.el7 base 77 k perl-TermReadKey x86_64 2.30-20.el7 base 31 k perl-Text-ParseWords noarch 3.29-4.el7 base 14 k perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k perl-Time-Local noarch 1.2300-2.el7 base 24 k perl-constant noarch 1.27-2.el7 base 19 k perl-libs x86_64 4:5.16.3-291.el7 base 688 k perl-macros x86_64 4:5.16.3-291.el7 base 43 k perl-parent noarch 1:0.225-244.el7 base 12 k perl-podlators noarch 2.5.1-3.el7 base 112 k perl-threads x86_64 1.87-4.el7 base 49 k perl-threads-shared x86_64 1.43-6.el7 base 39 k zlib-devel x86_64 1.2.7-17.el7 base 50 k Transaction Summary ================================================================================ Install 6 Packages (+54 Dependent packages) Total download size: 51 M Installed size: 134 M Downloading packages: -------------------------------------------------------------------------------- Total 2.8 MB/s | 51 MB 00:17 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : mpfr-3.1.1-4.el7.x86_64 1/60 Installing : libmpc-1.0.1-3.el7.x86_64 2/60 Installing : groff-base-1.22.2-8.el7.x86_64 3/60 Installing : 1:perl-parent-0.225-244.el7.noarch 4/60 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 5/60 Installing : perl-podlators-2.5.1-3.el7.noarch 6/60 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 7/60 Installing : 1:perl-Pod-Escapes-1.04-291.el7.noarch 8/60 Installing : perl-Encode-2.51-7.el7.x86_64 9/60 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 10/60 Installing : perl-Pod-Usage-1.63-3.el7.noarch 11/60 Installing : perl-threads-1.87-4.el7.x86_64 12/60 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 13/60 Installing : perl-Exporter-5.68-3.el7.noarch 14/60 Installing : perl-constant-1.27-2.el7.noarch 15/60 Installing : perl-Time-Local-1.2300-2.el7.noarch 16/60 Installing : perl-Socket-2.010-4.el7.x86_64 17/60 Installing : perl-Carp-1.26-244.el7.noarch 18/60 Installing : perl-Storable-2.45-3.el7.x86_64 19/60 Installing : perl-threads-shared-1.43-6.el7.x86_64 20/60 Installing : perl-PathTools-3.40-5.el7.x86_64 21/60 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 22/60 Installing : 4:perl-libs-5.16.3-291.el7.x86_64 23/60 Installing : 4:perl-macros-5.16.3-291.el7.x86_64 24/60 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 25/60 Installing : perl-File-Temp-0.23.01-3.el7.noarch 26/60 Installing : perl-File-Path-2.09-2.el7.noarch 27/60 Installing : perl-Filter-1.49-3.el7.x86_64 28/60 Installing : perl-Getopt-Long-2.40-2.el7.noarch 29/60 Installing : 4:perl-5.16.3-291.el7.x86_64 30/60 Installing : 1:perl-Error-0.17020-2.el7.noarch 31/60 Installing : perl-TermReadKey-2.30-20.el7.x86_64 32/60 Installing : less-458-9.el7.x86_64 33/60 Installing : cpp-4.8.5-11.el7.x86_64 34/60 Installing : fipscheck-lib-1.4.1-5.el7.x86_64 35/60 Installing : fipscheck-1.4.1-5.el7.x86_64 36/60 Installing : openssh-6.6.1p1-35.el7_3.x86_64 37/60 Installing : kernel-headers-3.10.0-514.21.1.el7.x86_64 38/60 Installing : glibc-headers-2.17-157.el7_3.2.x86_64 39/60 Installing : glibc-devel-2.17-157.el7_3.2.x86_64 40/60 Installing : rsync-3.0.9-17.el7.x86_64 41/60 Installing : libgomp-4.8.5-11.el7.x86_64 42/60 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 43/60 Installing : openssh-clients-6.6.1p1-35.el7_3.x86_64 44/60 Installing : libsepol-devel-2.5-6.el7.x86_64 45/60 Installing : libgnome-keyring-3.8.0-3.el7.x86_64 46/60 Installing : perl-Git-1.8.3.1-6.el7_2.1.noarch 47/60 Installing : git-1.8.3.1-6.el7_2.1.x86_64 48/60 Installing : libverto-devel-0.2.5-4.el7.x86_64 49/60 Installing : libcom_err-devel-1.42.9-9.el7.x86_64 50/60 Installing : pcre-devel-8.32-15.el7_2.1.x86_64 51/60 Installing : libselinux-devel-2.5-6.el7.x86_64 52/60 Installing : libkadm5-1.14.1-27.el7_3.x86_64 53/60 Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 54/60 Installing : krb5-devel-1.14.1-27.el7_3.x86_64 55/60 Installing : zlib-devel-1.2.7-17.el7.x86_64 56/60 Installing : 1:openssl-devel-1.0.1e-60.el7_3.1.x86_64 57/60 Installing : gcc-4.8.5-11.el7.x86_64 58/60 Installing : python-devel-2.7.5-48.el7.x86_64 59/60 Installing : libffi-devel-3.0.13-18.el7.x86_64 60/60 install-info: No such file or directory for /usr/share/info/libffi.info.gz warning: %post(libffi-devel-3.0.13-18.el7.x86_64) scriptlet failed, exit status 1 Non-fatal POSTIN scriptlet failure in rpm package libffi-devel-3.0.13-18.el7.x86_64 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/60 Verifying : zlib-devel-1.2.7-17.el7.x86_64 2/60 Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 3/60 Verifying : libkadm5-1.14.1-27.el7_3.x86_64 4/60 Verifying : perl-threads-shared-1.43-6.el7.x86_64 5/60 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 6/60 Verifying : perl-threads-1.87-4.el7.x86_64 7/60 Verifying : perl-Exporter-5.68-3.el7.noarch 8/60 Verifying : perl-constant-1.27-2.el7.noarch 9/60 Verifying : perl-PathTools-3.40-5.el7.x86_64 10/60 Verifying : pcre-devel-8.32-15.el7_2.1.x86_64 11/60 Verifying : cpp-4.8.5-11.el7.x86_64 12/60 Verifying : libselinux-devel-2.5-6.el7.x86_64 13/60 Verifying : fipscheck-1.4.1-5.el7.x86_64 14/60 Verifying : 1:perl-Pod-Escapes-1.04-291.el7.noarch 15/60 Verifying : libcom_err-devel-1.42.9-9.el7.x86_64 16/60 Verifying : libffi-devel-3.0.13-18.el7.x86_64 17/60 Verifying : libverto-devel-0.2.5-4.el7.x86_64 18/60 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 19/60 Verifying : groff-base-1.22.2-8.el7.x86_64 20/60 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 21/60 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 22/60 Verifying : 1:openssl-devel-1.0.1e-60.el7_3.1.x86_64 23/60 Verifying : glibc-headers-2.17-157.el7_3.2.x86_64 24/60 Verifying : perl-Time-Local-1.2300-2.el7.noarch 25/60 Verifying : perl-Git-1.8.3.1-6.el7_2.1.noarch 26/60 Verifying : perl-Socket-2.010-4.el7.x86_64 27/60 Verifying : perl-Carp-1.26-244.el7.noarch 28/60 Verifying : perl-podlators-2.5.1-3.el7.noarch 29/60 Verifying : 1:perl-Error-0.17020-2.el7.noarch 30/60 Verifying : 1:perl-parent-0.225-244.el7.noarch 31/60 Verifying : perl-Storable-2.45-3.el7.x86_64 32/60 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 33/60 Verifying : libmpc-1.0.1-3.el7.x86_64 34/60 Verifying : fipscheck-lib-1.4.1-5.el7.x86_64 35/60 Verifying : 4:perl-libs-5.16.3-291.el7.x86_64 36/60 Verifying : 4:perl-macros-5.16.3-291.el7.x86_64 37/60 Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 38/60 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 39/60 Verifying : openssh-6.6.1p1-35.el7_3.x86_64 40/60 Verifying : perl-Encode-2.51-7.el7.x86_64 41/60 Verifying : glibc-devel-2.17-157.el7_3.2.x86_64 42/60 Verifying : krb5-devel-1.14.1-27.el7_3.x86_64 43/60 Verifying : perl-Getopt-Long-2.40-2.el7.noarch 44/60 Verifying : libsepol-devel-2.5-6.el7.x86_64 45/60 Verifying : perl-File-Path-2.09-2.el7.noarch 46/60 Verifying : 4:perl-5.16.3-291.el7.x86_64 47/60 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 48/60 Verifying : mpfr-3.1.1-4.el7.x86_64 49/60 Verifying : python-devel-2.7.5-48.el7.x86_64 50/60 Verifying : perl-Filter-1.49-3.el7.x86_64 51/60 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 52/60 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 53/60 Verifying : libgomp-4.8.5-11.el7.x86_64 54/60 Verifying : git-1.8.3.1-6.el7_2.1.x86_64 55/60 Verifying : rsync-3.0.9-17.el7.x86_64 56/60 Verifying : gcc-4.8.5-11.el7.x86_64 57/60 Verifying : openssh-clients-6.6.1p1-35.el7_3.x86_64 58/60 Verifying : less-458-9.el7.x86_64 59/60 Verifying : kernel-headers-3.10.0-514.21.1.el7.x86_64 60/60 Installed: gcc.x86_64 0:4.8.5-11.el7 git.x86_64 0:1.8.3.1-6.el7_2.1 libffi-devel.x86_64 0:3.0.13-18.el7 openssl-devel.x86_64 1:1.0.1e-60.el7_3.1 python-devel.x86_64 0:2.7.5-48.el7 rsync.x86_64 0:3.0.9-17.el7 Dependency Installed: cpp.x86_64 0:4.8.5-11.el7 fipscheck.x86_64 0:1.4.1-5.el7 fipscheck-lib.x86_64 0:1.4.1-5.el7 glibc-devel.x86_64 0:2.17-157.el7_3.2 glibc-headers.x86_64 0:2.17-157.el7_3.2 groff-base.x86_64 0:1.22.2-8.el7 kernel-headers.x86_64 0:3.10.0-514.21.1.el7 keyutils-libs-devel.x86_64 0:1.5.8-3.el7 krb5-devel.x86_64 0:1.14.1-27.el7_3 less.x86_64 0:458-9.el7 libcom_err-devel.x86_64 0:1.42.9-9.el7 libedit.x86_64 0:3.0-12.20121213cvs.el7 libgnome-keyring.x86_64 0:3.8.0-3.el7 libgomp.x86_64 0:4.8.5-11.el7 libkadm5.x86_64 0:1.14.1-27.el7_3 libmpc.x86_64 0:1.0.1-3.el7 libselinux-devel.x86_64 0:2.5-6.el7 libsepol-devel.x86_64 0:2.5-6.el7 libverto-devel.x86_64 0:0.2.5-4.el7 mpfr.x86_64 0:3.1.1-4.el7 openssh.x86_64 0:6.6.1p1-35.el7_3 openssh-clients.x86_64 0:6.6.1p1-35.el7_3 pcre-devel.x86_64 0:8.32-15.el7_2.1 perl.x86_64 4:5.16.3-291.el7 perl-Carp.noarch 0:1.26-244.el7 perl-Encode.x86_64 0:2.51-7.el7 perl-Error.noarch 1:0.17020-2.el7 perl-Exporter.noarch 0:5.68-3.el7 perl-File-Path.noarch 0:2.09-2.el7 perl-File-Temp.noarch 0:0.23.01-3.el7 perl-Filter.x86_64 0:1.49-3.el7 perl-Getopt-Long.noarch 0:2.40-2.el7 perl-Git.noarch 0:1.8.3.1-6.el7_2.1 perl-HTTP-Tiny.noarch 0:0.033-3.el7 perl-PathTools.x86_64 0:3.40-5.el7 perl-Pod-Escapes.noarch 1:1.04-291.el7 perl-Pod-Perldoc.noarch 0:3.20-4.el7 perl-Pod-Simple.noarch 1:3.28-4.el7 perl-Pod-Usage.noarch 0:1.63-3.el7 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 perl-Socket.x86_64 0:2.010-4.el7 perl-Storable.x86_64 0:2.45-3.el7 perl-TermReadKey.x86_64 0:2.30-20.el7 perl-Text-ParseWords.noarch 0:3.29-4.el7 perl-Time-HiRes.x86_64 4:1.9725-3.el7 perl-Time-Local.noarch 0:1.2300-2.el7 perl-constant.noarch 0:1.27-2.el7 perl-libs.x86_64 4:5.16.3-291.el7 perl-macros.x86_64 4:5.16.3-291.el7 perl-parent.noarch 1:0.225-244.el7 perl-podlators.noarch 0:2.5.1-3.el7 perl-threads.x86_64 0:1.87-4.el7 perl-threads-shared.x86_64 0:1.43-6.el7 zlib-devel.x86_64 0:1.2.7-17.el7 Complete! Loaded plugins: fastestmirror, ovl Cleaning repos: base epel extras updates Cleaning up everything Cleaning up list of fastest mirrors ---> 5daf0bf49ba6 Removing intermediate container e184ada33899 Step 4/11 : ADD https://get.docker.com/builds/Linux/x86_64/docker-17.04.0-ce.tgz /tmp/docker.tgz ---> 3a152c75b4d7 Removing intermediate container 9cb2e515b1cf Step 5/11 : COPY /contrib/get-pip.py /get-pip.py ---> 111782376701 Removing intermediate container d4aee3b8396d Step 6/11 : RUN python /get-pip.py && mkdir -p /etc/ansible/roles /_ansible/src && cd /usr/local/bin && tar -xz --strip-components=1 -f /tmp/docker.tgz ---> Running in 48a5a5e7778a Collecting pip Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB) Collecting setuptools Downloading setuptools-36.0.1-py2.py3-none-any.whl (476kB) Collecting wheel Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB) Installing collected packages: pip, setuptools, wheel Successfully installed pip-9.0.1 setuptools-36.0.1 wheel-0.29.0 ---> 9a96646c5c77 Removing intermediate container 48a5a5e7778a Step 7/11 : COPY /container-src /_ansible/container ---> 9e8c86c386f3 Removing intermediate container 37180fa1f931 Step 8/11 : RUN cd /_ansible && pip install six && pip install -r container/conductor-build/conductor-requirements.txt && PYTHONPATH=. LC_ALL="en_US.UTF-8" python container/conductor-build/setup.py develop -v && ansible-galaxy install -p /etc/ansible/roles -r container/conductor-build/conductor-requirements.yml ---> Running in 5acddda6b318 Collecting six Downloading six-1.10.0-py2.py3-none-any.whl Installing collected packages: six Successfully installed six-1.10.0 Collecting https://github.com/ansible/ansible/archive/devel.tar.gz (from -r container/conductor-build/conductor-requirements.txt (line 1)) Downloading https://github.com/ansible/ansible/archive/devel.tar.gz Collecting openshift from https://github.com/openshift/openshift-restclient-python/archive/master.tar.gz#egg=openshift (from -r container/conductor-build/conductor-requirements.txt (line 2)) Downloading https://github.com/openshift/openshift-restclient-python/archive/master.tar.gz Collecting PyYAML>=3.12 (from -r container/conductor-build/conductor-requirements.txt (line 3)) Downloading PyYAML-3.12.tar.gz (253kB) Collecting docker-compose>=1.7 (from -r container/conductor-build/conductor-requirements.txt (line 4)) Downloading docker_compose-1.13.0-py2.py3-none-any.whl (94kB) Collecting requests>=2 (from -r container/conductor-build/conductor-requirements.txt (line 5)) Downloading requests-2.17.3-py2.py3-none-any.whl (87kB) Collecting ruamel.yaml>=0.14.2 (from -r container/conductor-build/conductor-requirements.txt (line 6)) Downloading ruamel.yaml-0.14.12-cp27-cp27mu-manylinux1_x86_64.whl (519kB) Requirement already satisfied: six>=1.10 in /usr/lib/python2.7/site-packages (from -r container/conductor-build/conductor-requirements.txt (line 7)) Collecting structlog[dev]>=16.1 (from -r container/conductor-build/conductor-requirements.txt (line 8)) Downloading structlog-17.2.0-py2.py3-none-any.whl Collecting python-string-utils>=0.6.0 (from -r container/conductor-build/conductor-requirements.txt (line 9)) Downloading python-string-utils-0.6.0.tar.gz Collecting jinja2 (from ansible==2.4.0->-r container/conductor-build/conductor-requirements.txt (line 1)) Downloading Jinja2-2.9.6-py2.py3-none-any.whl (340kB) Collecting paramiko (from ansible==2.4.0->-r container/conductor-build/conductor-requirements.txt (line 1)) Downloading paramiko-2.1.2-py2.py3-none-any.whl (172kB) Collecting pycrypto>=2.6 (from ansible==2.4.0->-r container/conductor-build/conductor-requirements.txt (line 1)) Downloading pycrypto-2.6.1.tar.gz (446kB) Requirement already satisfied: setuptools in /usr/lib/python2.7/site-packages (from ansible==2.4.0->-r container/conductor-build/conductor-requirements.txt (line 1)) Collecting dictdiffer (from openshift->-r container/conductor-build/conductor-requirements.txt (line 2)) Downloading dictdiffer-0.6.1-py2.py3-none-any.whl Collecting kubernetes~=1.0.0 (from openshift->-r container/conductor-build/conductor-requirements.txt (line 2)) Downloading kubernetes-1.0.2-py2.py3-none-any.whl (577kB) Collecting cached-property<2,>=1.2.0 (from docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading cached_property-1.3.0-py2.py3-none-any.whl Collecting backports.ssl-match-hostname>=3.5; python_version < "3.5" (from docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz Collecting ipaddress>=1.0.16; python_version < "3.3" (from docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading ipaddress-1.0.18-py2-none-any.whl Collecting jsonschema<3,>=2.5.1 (from docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading jsonschema-2.6.0-py2.py3-none-any.whl Collecting texttable<0.9,>=0.8.1 (from docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading texttable-0.8.8.tar.gz Collecting enum34<2,>=1.0.4; python_version < "3.4" (from docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading enum34-1.1.6-py2-none-any.whl Collecting websocket-client<1.0,>=0.32.0 (from docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading websocket_client-0.40.0.tar.gz (196kB) Collecting colorama<0.4,>=0.3.7 (from docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading colorama-0.3.9-py2.py3-none-any.whl Collecting docopt<0.7,>=0.6.1 (from docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading docopt-0.6.2.tar.gz Collecting dockerpty<0.5,>=0.4.1 (from docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading dockerpty-0.4.1.tar.gz Collecting docker<3.0,>=2.2.1 (from docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading docker-2.3.0-py2.py3-none-any.whl (108kB) Collecting chardet<3.1.0,>=3.0.2 (from requests>=2->-r container/conductor-build/conductor-requirements.txt (line 5)) Downloading chardet-3.0.3-py2.py3-none-any.whl (133kB) Collecting certifi>=2017.4.17 (from requests>=2->-r container/conductor-build/conductor-requirements.txt (line 5)) Downloading certifi-2017.4.17-py2.py3-none-any.whl (375kB) Collecting idna<2.6,>=2.5 (from requests>=2->-r container/conductor-build/conductor-requirements.txt (line 5)) Downloading idna-2.5-py2.py3-none-any.whl (55kB) Collecting urllib3<1.22,>=1.21.1 (from requests>=2->-r container/conductor-build/conductor-requirements.txt (line 5)) Downloading urllib3-1.21.1-py2.py3-none-any.whl (131kB) Collecting ruamel.ordereddict (from ruamel.yaml>=0.14.2->-r container/conductor-build/conductor-requirements.txt (line 6)) Downloading ruamel.ordereddict-0.4.9-cp27-cp27mu-manylinux1_x86_64.whl (99kB) Collecting MarkupSafe>=0.23 (from jinja2->ansible==2.4.0->-r container/conductor-build/conductor-requirements.txt (line 1)) Downloading MarkupSafe-1.0.tar.gz Collecting cryptography>=1.1 (from paramiko->ansible==2.4.0->-r container/conductor-build/conductor-requirements.txt (line 1)) Downloading cryptography-1.9.tar.gz (409kB) Collecting pyasn1>=0.1.7 (from paramiko->ansible==2.4.0->-r container/conductor-build/conductor-requirements.txt (line 1)) Downloading pyasn1-0.2.3-py2.py3-none-any.whl (53kB) Collecting python-dateutil (from kubernetes~=1.0.0->openshift->-r container/conductor-build/conductor-requirements.txt (line 2)) Downloading python_dateutil-2.6.0-py2.py3-none-any.whl (194kB) Collecting oauth2client (from kubernetes~=1.0.0->openshift->-r container/conductor-build/conductor-requirements.txt (line 2)) Downloading oauth2client-4.1.0-py2.py3-none-any.whl (185kB) Collecting functools32; python_version == "2.7" (from jsonschema<3,>=2.5.1->docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading functools32-3.2.3-2.zip Collecting docker-pycreds>=0.2.1 (from docker<3.0,>=2.2.1->docker-compose>=1.7->-r container/conductor-build/conductor-requirements.txt (line 4)) Downloading docker_pycreds-0.2.1-py2.py3-none-any.whl Collecting asn1crypto>=0.21.0 (from cryptography>=1.1->paramiko->ansible==2.4.0->-r container/conductor-build/conductor-requirements.txt (line 1)) Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97kB) Collecting cffi>=1.7 (from cryptography>=1.1->paramiko->ansible==2.4.0->-r container/conductor-build/conductor-requirements.txt (line 1)) Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392kB) Collecting pyasn1-modules>=0.0.5 (from oauth2client->kubernetes~=1.0.0->openshift->-r container/conductor-build/conductor-requirements.txt (line 2)) Downloading pyasn1_modules-0.0.9-py2.py3-none-any.whl (60kB) Collecting rsa>=3.1.4 (from oauth2client->kubernetes~=1.0.0->openshift->-r container/conductor-build/conductor-requirements.txt (line 2)) Downloading rsa-3.4.2-py2.py3-none-any.whl (46kB) Collecting httplib2>=0.9.1 (from oauth2client->kubernetes~=1.0.0->openshift->-r container/conductor-build/conductor-requirements.txt (line 2)) Downloading httplib2-0.10.3.tar.gz (204kB) Collecting pycparser (from cffi>=1.7->cryptography>=1.1->paramiko->ansible==2.4.0->-r container/conductor-build/conductor-requirements.txt (line 1)) Downloading pycparser-2.17.tar.gz (231kB) Building wheels for collected packages: PyYAML, python-string-utils, pycrypto, backports.ssl-match-hostname, texttable, websocket-client, docopt, dockerpty, MarkupSafe, cryptography, functools32, httplib2, pycparser Running setup.py bdist_wheel for PyYAML: started Running setup.py bdist_wheel for PyYAML: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/2c/f7/79/13f3a12cd723892437c0cfbde1230ab4d82947ff7b3839a4fc Running setup.py bdist_wheel for python-string-utils: started Running setup.py bdist_wheel for python-string-utils: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/d0/1e/51/115797342efee448467a3d92203678d1d690772d25c7057ee1 Running setup.py bdist_wheel for pycrypto: started Running setup.py bdist_wheel for pycrypto: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/80/1f/94/f76e9746864f198eb0e304aeec319159fa41b082f61281ffce Running setup.py bdist_wheel for backports.ssl-match-hostname: started Running setup.py bdist_wheel for backports.ssl-match-hostname: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/5d/72/36/b2a31507b613967b728edc33378a5ff2ada0f62855b93c5ae1 Running setup.py bdist_wheel for texttable: started Running setup.py bdist_wheel for texttable: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/63/d6/7c/2a14851751d06bbfa54b7339678df0939d123b26df88edd882 Running setup.py bdist_wheel for websocket-client: started Running setup.py bdist_wheel for websocket-client: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/d1/5e/dd/93da015a0ecc8375278b05ad7f0452eff574a044bcea2a95d2 Running setup.py bdist_wheel for docopt: started Running setup.py bdist_wheel for docopt: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/b2/16/5f/c33a2bb5f2dce71205f8e65cbfd05647d79d441282be31fd82 Running setup.py bdist_wheel for dockerpty: started Running setup.py bdist_wheel for dockerpty: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/ae/d5/14/a25cbb003bd70ffefba0fdfbd5a5c4ea4d2a11bde7736f7482 Running setup.py bdist_wheel for MarkupSafe: started Running setup.py bdist_wheel for MarkupSafe: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/88/a7/30/e39a54a87bcbe25308fa3ca64e8ddc75d9b3e5afa21ee32d57 Running setup.py bdist_wheel for cryptography: started Running setup.py bdist_wheel for cryptography: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/ff/a5/ef/186bb4f6a89ef0bb8373bf53e5c9884b96722f0857bd3111b8 Running setup.py bdist_wheel for functools32: started Running setup.py bdist_wheel for functools32: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/3c/d0/09/cd78d0ff4d6cfecfbd730782a7815a4571cd2cd4d2ed6e69d9 Running setup.py bdist_wheel for httplib2: started Running setup.py bdist_wheel for httplib2: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/ca/ac/5f/749651f7925b231103f5316cacca82a487810c22d30f011c0c Running setup.py bdist_wheel for pycparser: started Running setup.py bdist_wheel for pycparser: finished with status 'done' Stored in directory: /root/.cache/pip/wheels/a8/0b/41/dc95621f9d3a0da7bc191b8a71f0e8182ffd3cc5f33ac55005 Successfully built PyYAML python-string-utils pycrypto backports.ssl-match-hostname texttable websocket-client docopt dockerpty MarkupSafe cryptography functools32 httplib2 pycparser Installing collected packages: dictdiffer, MarkupSafe, jinja2, backports.ssl-match-hostname, websocket-client, PyYAML, python-dateutil, pyasn1, pyasn1-modules, rsa, httplib2, oauth2client, urllib3, ipaddress, certifi, kubernetes, python-string-utils, ruamel.ordereddict, ruamel.yaml, openshift, cached-property, functools32, jsonschema, texttable, enum34, colorama, chardet, idna, requests, docopt, dockerpty, docker-pycreds, docker, docker-compose, structlog, asn1crypto, pycparser, cffi, cryptography, paramiko, pycrypto, ansible Running setup.py install for openshift: started Running setup.py install for openshift: finished with status 'done' Found existing installation: chardet 2.2.1 Uninstalling chardet-2.2.1: Successfully uninstalled chardet-2.2.1 Running setup.py install for ansible: started Running setup.py install for ansible: finished with status 'done' Successfully installed MarkupSafe-1.0 PyYAML-3.12 ansible-2.4.0 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 cached-property-1.3.0 certifi-2017.4.17 cffi-1.10.0 chardet-3.0.3 colorama-0.3.9 cryptography-1.9 dictdiffer-0.6.1 docker-2.3.0 docker-compose-1.13.0 docker-pycreds-0.2.1 dockerpty-0.4.1 docopt-0.6.2 enum34-1.1.6 functools32-3.2.3.post2 httplib2-0.10.3 idna-2.5 ipaddress-1.0.18 jinja2-2.9.6 jsonschema-2.6.0 kubernetes-1.0.2 oauth2client-4.1.0 openshift-1.0.0-snapshot paramiko-2.1.2 pyasn1-0.2.3 pyasn1-modules-0.0.9 pycparser-2.17 pycrypto-2.6.1 python-dateutil-2.6.0 python-string-utils-0.6.0 requests-2.17.3 rsa-3.4.2 ruamel.ordereddict-0.4.9 ruamel.yaml-0.14.12 structlog-17.2.0 texttable-0.8.8 urllib3-1.21.1 websocket-client-0.40.0 running develop running egg_info creating ansible_container.egg-info writing ansible_container.egg-info/PKG-INFO writing top-level names to ansible_container.egg-info/top_level.txt writing dependency_links to ansible_container.egg-info/dependency_links.txt writing entry points to ansible_container.egg-info/entry_points.txt writing manifest file 'ansible_container.egg-info/SOURCES.txt' reading manifest file 'ansible_container.egg-info/SOURCES.txt' writing manifest file 'ansible_container.egg-info/SOURCES.txt' running build_ext Creating /usr/lib/python2.7/site-packages/ansible-container.egg-link (link to .) Adding ansible-container 0.9.2rc0 to easy-install.pth file Installing conductor script to /usr/bin Installed /_ansible Processing dependencies for ansible-container==0.9.2rc0 Finished processing dependencies for ansible-container==0.9.2rc0 - downloading role 'kubernetes-modules', owned by ansible - downloading role from https://github.com/ansible/ansible-kubernetes-modules/archive/master.tar.gz - extracting kubernetes-modules to /etc/ansible/roles/kubernetes-modules - kubernetes-modules (master) was installed successfully ---> 2672c274cc92 Removing intermediate container 5acddda6b318 Step 9/11 : COPY /build-src /_ansible/build ---> f8fdefa27bb2 Removing intermediate container 0a451923409c Step 10/11 : RUN ( test -f /_ansible/build/ansible-requirements.txt && pip install --no-cache-dir -r /_ansible/build/ansible-requirements.txt || true ) && ( test -f /_ansible/build/requirements.yml && ansible-galaxy install -p /etc/ansible/roles -r /_ansible/build/requirements.yml || true ) && ( test -f /_ansible/build/ansible.cfg && cp /_ansible/build/ansible.cfg /etc/ansible/ansible.cfg || true) ---> Running in 115d12fed50a ---> 8b155d20dae1 Removing intermediate container 115d12fed50a Step 11/11 : VOLUME /usr ---> Running in 0e2274695900 ---> e19b7e542788 Removing intermediate container 0e2274695900 Successfully built e19b7e542788 2017-06-03T21:38:02.125718 Cleaning up temporary directory [container.utils.temp] caller_file=/home/.../ansible-container/container/utils/temp.py caller_func=__exit__ caller_line=22 path=/tmp/tmp8u80hrjv 2017-06-03T21:38:02.130404 Config settings [container.core] caller_file=/home/.../ansible-container/container/core.py caller_func=hostcmd_build caller_line=155 config= rawsettings={"conductor_base": "centos:7", "pwd": "/home/.../testapp/ansible-container"} settings={"conductor_base": "centos:7", "pwd": "/home/.../testapp/ansible-container"} tconf= 2017-06-03T21:38:02.143569 Call: Engine.run_conductor [container.docker.engine] args=('build', {'defaults': ordereddict(), 'settings': CommentedMap([('conductor_base', 'centos:7'), ('pwd', '/home/.../testapp/ansible-container')]), 'version': '2', 'services': CommentedMap([('web', CommentedMap([('ports', ['80:8000']), ('roles', ['testapp'])]))])}, '/home/.../testapp/ansible-container', {'with_variables': [], 'local_python': False, 'cache': True, 'ansible_options': '', 'no_conductor_runtime': True, 'flatten': False, 'with_volumes': [], 'debug': True, 'devel': False, 'save_conductor_container': False, 'purge_last': True, 'subcommand': 'build', 'roles_path': None, 'selinux': True, 'services_to_build': None}) caller_file=/home/.../ansible-container/container/docker/engine.py caller_func=Engine.run_conductor caller_line=205 kwargs={} 2017-06-03T21:38:02.152418 Docker run: [container.docker.engine] caller_file=/home/.../ansible-container/container/docker/engine.py caller_func=run_conductor caller_line=302 image=sha256:e19b7e5427887cd68bc3b039e9dd5d2d5deefeb3a33056e38f5ef3a4a4223753 params={'environment': {'ANSIBLE_ROLES_PATH': '/src/roles:/etc/ansible/roles', 'DOCKER_HOST': '192.168.1.10:2375'}, 'privileged': True, 'command': ['conductor', 'build', '--project-name', 'ansible-container', '--engine', 'docker', '--params', 'eyJ3aXRoX3ZhcmlhYmxlcyI6IFtdLCAibG9jYWxfcHl0aG9uIjogZmFsc2UsICJjYWNoZSI6IHRydWUsICJhbnNpYmxlX29wdGlvbnMiOiAiIiwgIm5vX2NvbmR1Y3Rvcl9ydW50aW1lIjogdHJ1ZSwgImZsYXR0ZW4iOiBmYWxzZSwgIndpdGhfdm9sdW1lcyI6IFtdLCAiZGVidWciOiB0cnVlLCAiZGV2ZWwiOiBmYWxzZSwgInNhdmVfY29uZHVjdG9yX2NvbnRhaW5lciI6IGZhbHNlLCAicHVyZ2VfbGFzdCI6IHRydWUsICJzdWJjb21tYW5kIjogImJ1aWxkIiwgInJvbGVzX3BhdGgiOiBudWxsLCAic2VsaW51eCI6IHRydWUsICJzZXJ2aWNlc190b19idWlsZCI6IG51bGx9', '--config', 'eyJkZWZhdWx0cyI6IFtdLCAidmVyc2lvbiI6ICIyIiwgInNldHRpbmdzIjogW1siY29uZHVjdG9yX2Jhc2UiLCAiY2VudG9zOjciXSwgWyJwd2QiLCAiL2hvbWUvbGVoYWNrL3dvcmtzcGFjZS1hZ2gvRG9ja2VyLW5ldHdvcmstcmVzZWFyY2gvYW5zaWJsZS1jb250YWluZXIiXV0sICJzZXJ2aWNlcyI6IFtbIndlYiIsIHsicG9ydHMiOiBbIjgwOjgwMDAiXSwgInJvbGVzIjogWyJ0ZXN0YXBwIl19XV19', '--encoding', 'b64json'], 'detach': True, 'user': 'root', 'volumes': {'/home/.../testapp/ansible-container': {'bind': '/src', 'mode': 'ro'}}, 'cap_add': ['SYS_ADMIN'], 'name': 'ansible-container_conductor', 'working_dir': '/src'} Parsing conductor CLI args. 2017-06-03T19:38:08.702011 Processing defaults section... [container.config] caller_file=/_ansible/container/config.py caller_func=_process_defaults caller_line=275 2017-06-03T19:38:08.705906 Processing section... [container.config] caller_file=/_ansible/container/config.py caller_func=_process_top_level_sections caller_line=284 section=volumes 2017-06-03T19:38:08.710061 Processing section... [container.config] caller_file=/_ansible/container/config.py caller_func=_process_top_level_sections caller_line=284 section=registries 2017-06-03T19:38:08.714171 Processing service... [container.config] caller_file=/_ansible/container/config.py caller_func=_process_services caller_line=290 service=u'web' service_data={u'ports': [u'80:8000'], u'roles': [u'testapp']} 2017-06-03T19:38:08.732666 Rendering service keys from defaults [container.config] caller_file=/_ansible/container/config.py caller_func=_process_services caller_line=313 defaults={"playbook_debug": false} service=u'web' 2017-06-03T19:38:08.749448 Starting Ansible Container Conductor: build [container.cli] caller_file=/_ansible/container/cli.py caller_func=conductor_commandline caller_line=352 services={"web": {"from": "python:3", "environment": {"PYTHONUNBUFFERED": "1"}, "working_dir": "/project", "entrypoint": ["python3", "/project/manage.py"], "command": ["runserver", "0.0.0.0:8000"], "ports": ["80:8000"], "roles": ["testapp"], "defaults": {"playbook_debug": false}}} 2017-06-03T19:38:08.754360 Loading engine capabilities [container.utils.loader] caller_file=/_ansible/container/utils/loader.py caller_func=load_engine caller_line=14 capabilities=['BUILD'] engine=docker 2017-06-03T19:38:08.790834 2017-06-03T19:38:08.790834 Dockerâ„¢ daemon integration engine loaded. Build starting. [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=614 project=ansible-container 2017-06-03T19:38:08.796034 Building service... [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=620 project=ansible-container service=u'web' 2017-06-03T19:38:08.810895 Base fingerprint hash = 00041f39b90f7cdafb6eceecaac887f4c245662eb2820534f99c3479ea2f2006 [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=625 hash=00041f39b90f7cdafb6eceecaac887f4c245662eb2820534f99c3479ea2f2006 service=u'web' 2017-06-03T19:38:08.859750 Still trying to keep cache. [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=640 service=u'web' 2017-06-03T19:38:08.875640 Cache busted! No layer found [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=655 fingerprint=2d903114f8cfc5cd0474257813b31da9fc47cfcc16128fcd8a0e42bf13dd5bb1 service=u'web' 2017-06-03T19:38:08.911066 Call: Engine.run_container [container.docker.engine] args=(u'sha256:b6cc5d70bc28d437472e4fdb85982fa89262489196ad5c54de4c826983e5109c', u'web') caller_file=/_ansible/container/docker/engine.py caller_func=Engine.run_container caller_line=14 kwargs={'name': u'ansible-container_web', 'environment': {'PYTHONPATH': '/_usr/lib/python2.7', 'CPATH': '/_usr/include:/_usr/local/include', 'LD_LIBRARY_PATH': '/_usr/lib:/_usr/lib64:/_usr/local/lib', 'PATH': '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/_usr/sbin:/_usr/bin:/_usr/local/sbin:/_usr/local/bin'}, 'working_dir': '/', 'entrypoint': [], 'user': 'root', 'volumes': {u'6baf7d4707b9ac421a2375a59a53d96175b35a35676c2332e3f5f8b3659dd153': {'bind': '/_usr', 'mode': 'ro'}}, 'command': 'sh -c "while true; do sleep 1; done"', 'privileged': True} 2017-06-03T19:38:08.917430 Removing keys [container.docker.engine] caller_file=/_ansible/container/docker/engine.py caller_func=run_kwargs_for_service caller_line=168 keys=['from', 'defaults', u'roles', 'links'] 2017-06-03T19:38:08.922686 Running container in docker [container.docker.engine] caller_file=/_ansible/container/docker/engine.py caller_func=run_container caller_line=192 image=u'sha256:b6cc5d70bc28d437472e4fdb85982fa89262489196ad5c54de4c826983e5109c' params={"environment": {"PYTHONPATH": "/_usr/lib/python2.7", "CPATH": "/_usr/include:/_usr/local/include", "LD_LIBRARY_PATH": "/_usr/lib:/_usr/lib64:/_usr/local/lib", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/_usr/sbin:/_usr/bin:/_usr/local/sbin:/_usr/local/bin"}, "working_dir": "/", "entrypoint": [], "command": "sh -c \"while true; do sleep 1; done\"", "ports": {"8000": ["80"]}, "name": "ansible-container_web", "user": "root", "volumes": {"6baf7d4707b9ac421a2375a59a53d96175b35a35676c2332e3f5f8b3659dd153": {"bind": "/_usr", "mode": "ro"}}, "privileged": true} sh: relocation error: /_usr/lib64/libc.so.6: symbol _dl_starting_up, version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2 with link time reference 2017-06-03T19:38:09.319661 Container running [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=717 id=u'c3db3492970f2e6dfd8e3fc3ff8c682ef4ab12730082fa08d8a7c0d9d6001542' 2017-06-03T19:38:09.331731 writing playbook to /tmp/tmpm58NjN/playbook.yml [container.core] caller_file=/_ansible/container/core.py caller_func=run_playbook caller_line=495 2017-06-03T19:38:09.339621 playbook [container.core] caller_file=/_ansible/container/core.py caller_func=run_playbook caller_line=496 playbook=[{'hosts': u'web', 'roles': ['testapp'], 'vars': {'playbook_debug': False}}] 2017-06-03T19:38:09.360910 Running Ansible Playbook [container.core] caller_file=/_ansible/container/core.py caller_func=run_playbook caller_line=547 command=ansible-playbook -vvvv -i /tmp/tmpm58NjN/hosts -c docker /tmp/tmpm58NjN/playbook.yml cwd=/src ansible-playbook 2.4.0 config file = configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)] No config file found; using defaults setting up inventory plugins Parsed /tmp/tmpm58NjN/hosts inventory source with ini plugin Loading callback plugin default of type stdout, v2.0 from /usr/lib/python2.7/site-packages/ansible/plugins/callback/__init__.pyc PLAYBOOK: playbook.yml ********************************************************* 1 plays in /tmp/tmpm58NjN/playbook.yml PLAY [web] ********************************************************************* TASK [Gathering Facts] ********************************************************* Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/basic.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/__init__.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/collector.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/namespace.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/default_collectors.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/_text.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/pycompat24.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/six/__init__.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/six/_six.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/timeout.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/freebsd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/openbsd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/base.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/dragonfly.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/dragonfly.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/aix.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/aix.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/linux.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/platform.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/hpux.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/user.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/hurd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/other/facter.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/sunos.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/hpux.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/distribution.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/freebsd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/__init__.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/openbsd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/darwin.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/linux.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/sunos.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/sunos.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/apparmor.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/openbsd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/local.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/other/ohai.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/other/__init__.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/service_mgr.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/hurd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/hpux.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/fips.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/selinux.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/__init__.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/pkg_mgr.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/dns.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/base.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/darwin.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/dragonfly.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/ssh_pub_keys.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/__init__.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/__init__.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/lsb.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/date_time.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/netbsd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/base.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/cmdline.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/freebsd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/netbsd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/hardware/netbsd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/caps.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/env.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/linux.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/system/python.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/network/generic_bsd.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/virtual/sysctl.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/utils.py Using module_utils file /usr/lib/python2.7/site-packages/ansible/module_utils/facts/sysctl.py Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py ESTABLISH DOCKER CONNECTION FOR USER: root EXEC ['/usr/local/bin/docker', 'exec', '-i', u'c3db3492970f2e6dfd8e3fc3ff8c682ef4ab12730082fa08d8a7c0d9d6001542', u'/bin/sh', '-c', u"/bin/sh -c 'echo ~ && sleep 0'"] EXEC ['/usr/local/bin/docker', 'exec', '-i', u'c3db3492970f2e6dfd8e3fc3ff8c682ef4ab12730082fa08d8a7c0d9d6001542', u'/bin/sh', '-c', u'/bin/sh -c \'( umask 77 && mkdir -p "` echo ~/.ansible/tmp/ansible-tmp-1496518691.11-78913299246777 `" && echo ansible-tmp-1496518691.11-78913299246777="` echo ~/.ansible/tmp/ansible-tmp-1496518691.11-78913299246777 `" ) && sleep 0\''] fatal: [web]: UNREACHABLE! => { "changed": false, "msg": "Authentication or permission failure. In some cases, you may have been able to authenticate and did not have permissions on the target directory. Consider changing the remote temp path in ansible.cfg to a path rooted in \"/tmp\". Failed command was: ( umask 77 && mkdir -p \"` echo ~/.ansible/tmp/ansible-tmp-1496518691.11-78913299246777 `\" && echo ansible-tmp-1496518691.11-78913299246777=\"` echo ~/.ansible/tmp/ansible-tmp-1496518691.11-78913299246777 `\" ), exited with result 1", "unreachable": true } to retry, use: --limit @/tmp/tmpm58NjN/playbook.retry PLAY RECAP ********************************************************************* web : ok=0 changed=0 unreachable=1 failed=0 2017-06-03T19:38:11.248991 Error applying role! [container.core] caller_file=/_ansible/container/core.py caller_func=apply_role_to_container caller_line=605 engine= exit_code=4 playbook=[{'hosts': u'web', 'roles': ['testapp'], 'vars': {'playbook_debug': False}}] 2017-06-03T19:38:11.256519 Playbook run finished. [container.core] caller_file=/_ansible/container/core.py caller_func=conductorcmd_build caller_line=724 exit_code=4 Traceback (most recent call last): File "/usr/bin/conductor", line 11, in 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 359, in conductor_commandline **params) File "/_ansible/container/__init__.py", line 19, in __wrapped__ return fn(*args, **kwargs) File "/_ansible/container/core.py", line 726, in conductorcmd_build raise RuntimeError('Build failed.') RuntimeError: Build failed. 2017-06-03T21:38:11.621561 Conductor terminated. Cleaning up. [container.docker.engine] caller_file=/home/.../ansible-container/container/docker/engine.py caller_func=await_conductor_command caller_line=329 command_rc=1 conductor_id=9fb4a2a0c47b773a171018d891f67a1abe7da66fdf3ded3ff790d629de068956 save_container=False 2017-06-03T21:38:11.643874 Conductor exited with status 1 [container.cli] caller_file=/home/.../ansible-container/container/cli.py caller_func=__call__ caller_line=279