Collecting ansible-container==0.9.2 1 location(s) to search for versions of ansible-container: * https://pypi.python.org/simple/ansible-container/ Getting page https://pypi.python.org/simple/ansible-container/ Analyzing links from page https://pypi.python.org/simple/ansible-container/ Found link https://pypi.python.org/packages/72/1f/66e39c85f2cc5249ee89b073bc8bd0b4788fe1a2edbd9e963d59e3228c9d/ansible-container-0.2.0.tar.gz#md5=b608e5d0d019a73837914f1964ffb1ae (from https://pypi.python.org/simple/ansible-container/), version: 0.2.0 Found link https://pypi.python.org/packages/7b/69/3b1c557e9928fd9f14a0a6c77618f87668457ccd5ddf4834bd41e68eee43/ansible-container-0.1.0.tar.gz#md5=06be1e3ba8f8b8d61f002b1534ec7481 (from https://pypi.python.org/simple/ansible-container/), version: 0.1.0 Found link https://pypi.python.org/packages/ad/80/7f02effabb847de63ab0b1466117ff0d5aa187b1fadd380f08362b836655/ansible-container-0.9.1.tar.gz#md5=f6d65324d5d4fbed24f9100e3ec45534 (from https://pypi.python.org/simple/ansible-container/), version: 0.9.1 Found link https://pypi.python.org/packages/bc/2a/b1252de3931173d26a30fc965be33c9cc0044cf7b23ce4c707f55d86830c/ansible-container-0.9.2.tar.gz#md5=e3f54262cb47fb106d8b33f4a2a2a57e (from https://pypi.python.org/simple/ansible-container/), version: 0.9.2 Found link https://pypi.python.org/packages/c7/28/ecc408dbbc80290bffdb2618697996720cdb5d29e70a569266eb4815909c/ansible-container-0.3.0.tar.gz#md5=813a8b1e4f3f1c174a4008161929df5d (from https://pypi.python.org/simple/ansible-container/), version: 0.3.0 Found link https://pypi.python.org/packages/df/aa/2e705dcc294089337356b30c578782a577d0c879314cf4afb281f81f002f/ansible-container-0.9.0.0.tar.gz#md5=b712e1c559351e7e8bf88cb72e7bce71 (from https://pypi.python.org/simple/ansible-container/), version: 0.9.0.0 Using version 0.9.2 (newest of versions: 0.9.2) Downloading ansible-container-0.9.2.tar.gz (1.4MB) Downloading from URL https://pypi.python.org/packages/bc/2a/b1252de3931173d26a30fc965be33c9cc0044cf7b23ce4c707f55d86830c/ansible-container-0.9.2.tar.gz#md5=e3f54262cb47fb106d8b33f4a2a2a57e (from https://pypi.python.org/simple/ansible-container/) Running setup.py (path:/tmp/pip-build-684kd68x/ansible-container/setup.py) egg_info for package ansible-container Running command python setup.py egg_info running egg_info creating pip-egg-info/ansible_container.egg-info writing pip-egg-info/ansible_container.egg-info/PKG-INFO writing requirements to pip-egg-info/ansible_container.egg-info/requires.txt writing dependency_links to pip-egg-info/ansible_container.egg-info/dependency_links.txt writing entry points to pip-egg-info/ansible_container.egg-info/entry_points.txt writing top-level names to pip-egg-info/ansible_container.egg-info/top_level.txt writing manifest file 'pip-egg-info/ansible_container.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/ansible_container.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/ansible_container.egg-info/SOURCES.txt' Source in /tmp/pip-build-684kd68x/ansible-container has version 0.9.2, which satisfies requirement ansible-container==0.9.2 from https://pypi.python.org/packages/bc/2a/b1252de3931173d26a30fc965be33c9cc0044cf7b23ce4c707f55d86830c/ansible-container-0.9.2.tar.gz#md5=e3f54262cb47fb106d8b33f4a2a2a57e Building wheels for collected packages: ansible-container Running setup.py bdist_wheel for ansible-container: started Destination directory: /tmp/tmp34tqxx20pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-684kd68x/ansible-container/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp34tqxx20pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/container copying container/exceptions.py -> build/lib/container copying container/core.py -> build/lib/container copying container/__init__.py -> build/lib/container copying container/cli.py -> build/lib/container copying container/engine.py -> build/lib/container copying container/config.py -> build/lib/container creating build/lib/container/docker copying container/docker/importer.py -> build/lib/container/docker copying container/docker/__init__.py -> build/lib/container/docker copying container/docker/deploy.py -> build/lib/container/docker copying container/docker/secrets.py -> build/lib/container/docker copying container/docker/engine.py -> build/lib/container/docker copying container/docker/config.py -> build/lib/container/docker creating build/lib/container/utils copying container/utils/galaxy.py -> build/lib/container/utils copying container/utils/temp.py -> build/lib/container/utils copying container/utils/__init__.py -> build/lib/container/utils copying container/utils/visibility.py -> build/lib/container/utils copying container/utils/loader.py -> build/lib/container/utils copying container/utils/_text.py -> build/lib/container/utils copying container/utils/logmux.py -> build/lib/container/utils copying container/utils/ordereddict.py -> build/lib/container/utils creating build/lib/container/k8s copying container/k8s/base_engine.py -> build/lib/container/k8s copying container/k8s/base_config.py -> build/lib/container/k8s copying container/k8s/base_deploy.py -> build/lib/container/k8s copying container/k8s/__init__.py -> build/lib/container/k8s copying container/k8s/deploy.py -> build/lib/container/k8s copying container/k8s/engine.py -> build/lib/container/k8s copying container/k8s/config.py -> build/lib/container/k8s creating build/lib/container/openshift copying container/openshift/__init__.py -> build/lib/container/openshift copying container/openshift/deploy.py -> build/lib/container/openshift copying container/openshift/engine.py -> build/lib/container/openshift copying container/openshift/config.py -> build/lib/container/openshift running egg_info writing top-level names to ansible_container.egg-info/top_level.txt writing ansible_container.egg-info/PKG-INFO writing dependency_links to ansible_container.egg-info/dependency_links.txt writing entry points to ansible_container.egg-info/entry_points.txt writing requirements to ansible_container.egg-info/requires.txt reading manifest file 'ansible_container.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'ansible_container.egg-info/SOURCES.txt' creating build/lib/container/templates copying container/templates/ansible-container-inventory.py -> build/lib/container/templates copying container/templates/ansible-dockerfile.j2 -> build/lib/container/templates copying container/templates/ansible.cfg -> build/lib/container/templates copying container/templates/builder.sh -> build/lib/container/templates copying container/templates/compose_versioned.j2.yml -> build/lib/container/templates copying container/templates/hosts.j2 -> build/lib/container/templates copying container/templates/install-docker-compose.j2.yml -> build/lib/container/templates copying container/templates/restart-docker-compose.j2.yml -> build/lib/container/templates copying container/templates/run-docker-compose.j2.yml -> build/lib/container/templates copying container/templates/stop-docker-compose.j2.yml -> build/lib/container/templates copying container/templates/wait_on_host.py -> build/lib/container/templates creating build/lib/container/templates/init copying container/templates/init/ansible-requirements.j2.txt -> build/lib/container/templates/init copying container/templates/init/ansible.j2.cfg -> build/lib/container/templates/init copying container/templates/init/container.j2.yml -> build/lib/container/templates/init copying container/templates/init/meta.j2.yml -> build/lib/container/templates/init copying container/templates/init/requirements.j2.yml -> build/lib/container/templates/init creating build/lib/container/templates/role copying container/templates/role/.travis.j2.yml -> build/lib/container/templates/role copying container/templates/role/README.j2.md -> build/lib/container/templates/role creating build/lib/container/templates/role/defaults copying container/templates/role/defaults/main.j2.yml -> build/lib/container/templates/role/defaults creating build/lib/container/templates/role/meta copying container/templates/role/meta/main.j2.yml -> build/lib/container/templates/role/meta creating build/lib/container/templates/role/test copying container/templates/role/test/test.j2.yml -> build/lib/container/templates/role/test creating build/lib/container/docker/files copying container/docker/files/conductor-requirements.txt -> build/lib/container/docker/files copying container/docker/files/conductor-requirements.yml -> build/lib/container/docker/files copying container/docker/files/get-pip.py -> build/lib/container/docker/files copying container/docker/files/setup.py -> build/lib/container/docker/files creating build/lib/container/docker/templates copying container/docker/templates/conductor-local-dockerfile.j2 -> build/lib/container/docker/templates copying container/docker/templates/conductor-src-dockerfile.j2 -> build/lib/container/docker/templates installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/container copying build/lib/container/exceptions.py -> build/bdist.linux-armv7l/wheel/container creating build/bdist.linux-armv7l/wheel/container/docker copying build/lib/container/docker/importer.py -> build/bdist.linux-armv7l/wheel/container/docker creating build/bdist.linux-armv7l/wheel/container/docker/files copying build/lib/container/docker/files/get-pip.py -> build/bdist.linux-armv7l/wheel/container/docker/files copying build/lib/container/docker/files/conductor-requirements.yml -> build/bdist.linux-armv7l/wheel/container/docker/files copying build/lib/container/docker/files/conductor-requirements.txt -> build/bdist.linux-armv7l/wheel/container/docker/files copying build/lib/container/docker/files/setup.py -> build/bdist.linux-armv7l/wheel/container/docker/files copying build/lib/container/docker/__init__.py -> build/bdist.linux-armv7l/wheel/container/docker copying build/lib/container/docker/deploy.py -> build/bdist.linux-armv7l/wheel/container/docker copying build/lib/container/docker/secrets.py -> build/bdist.linux-armv7l/wheel/container/docker creating build/bdist.linux-armv7l/wheel/container/docker/templates copying build/lib/container/docker/templates/conductor-local-dockerfile.j2 -> build/bdist.linux-armv7l/wheel/container/docker/templates copying build/lib/container/docker/templates/conductor-src-dockerfile.j2 -> build/bdist.linux-armv7l/wheel/container/docker/templates copying build/lib/container/docker/engine.py -> build/bdist.linux-armv7l/wheel/container/docker copying build/lib/container/docker/config.py -> build/bdist.linux-armv7l/wheel/container/docker copying build/lib/container/core.py -> build/bdist.linux-armv7l/wheel/container copying build/lib/container/__init__.py -> build/bdist.linux-armv7l/wheel/container creating build/bdist.linux-armv7l/wheel/container/utils copying build/lib/container/utils/galaxy.py -> build/bdist.linux-armv7l/wheel/container/utils copying build/lib/container/utils/temp.py -> build/bdist.linux-armv7l/wheel/container/utils copying build/lib/container/utils/__init__.py -> build/bdist.linux-armv7l/wheel/container/utils copying build/lib/container/utils/visibility.py -> build/bdist.linux-armv7l/wheel/container/utils copying build/lib/container/utils/loader.py -> build/bdist.linux-armv7l/wheel/container/utils copying build/lib/container/utils/_text.py -> build/bdist.linux-armv7l/wheel/container/utils copying build/lib/container/utils/logmux.py -> build/bdist.linux-armv7l/wheel/container/utils copying build/lib/container/utils/ordereddict.py -> build/bdist.linux-armv7l/wheel/container/utils creating build/bdist.linux-armv7l/wheel/container/k8s copying build/lib/container/k8s/base_engine.py -> build/bdist.linux-armv7l/wheel/container/k8s copying build/lib/container/k8s/base_config.py -> build/bdist.linux-armv7l/wheel/container/k8s copying build/lib/container/k8s/base_deploy.py -> build/bdist.linux-armv7l/wheel/container/k8s copying build/lib/container/k8s/__init__.py -> build/bdist.linux-armv7l/wheel/container/k8s copying build/lib/container/k8s/deploy.py -> build/bdist.linux-armv7l/wheel/container/k8s copying build/lib/container/k8s/engine.py -> build/bdist.linux-armv7l/wheel/container/k8s copying build/lib/container/k8s/config.py -> build/bdist.linux-armv7l/wheel/container/k8s creating build/bdist.linux-armv7l/wheel/container/templates copying build/lib/container/templates/install-docker-compose.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates copying build/lib/container/templates/stop-docker-compose.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates copying build/lib/container/templates/compose_versioned.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates copying build/lib/container/templates/run-docker-compose.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates copying build/lib/container/templates/hosts.j2 -> build/bdist.linux-armv7l/wheel/container/templates copying build/lib/container/templates/ansible-dockerfile.j2 -> build/bdist.linux-armv7l/wheel/container/templates copying build/lib/container/templates/wait_on_host.py -> build/bdist.linux-armv7l/wheel/container/templates copying build/lib/container/templates/ansible.cfg -> build/bdist.linux-armv7l/wheel/container/templates creating build/bdist.linux-armv7l/wheel/container/templates/init copying build/lib/container/templates/init/ansible.j2.cfg -> build/bdist.linux-armv7l/wheel/container/templates/init copying build/lib/container/templates/init/ansible-requirements.j2.txt -> build/bdist.linux-armv7l/wheel/container/templates/init copying build/lib/container/templates/init/container.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates/init copying build/lib/container/templates/init/meta.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates/init copying build/lib/container/templates/init/requirements.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates/init copying build/lib/container/templates/builder.sh -> build/bdist.linux-armv7l/wheel/container/templates copying build/lib/container/templates/restart-docker-compose.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates copying build/lib/container/templates/ansible-container-inventory.py -> build/bdist.linux-armv7l/wheel/container/templates creating build/bdist.linux-armv7l/wheel/container/templates/role creating build/bdist.linux-armv7l/wheel/container/templates/role/defaults copying build/lib/container/templates/role/defaults/main.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates/role/defaults creating build/bdist.linux-armv7l/wheel/container/templates/role/test copying build/lib/container/templates/role/test/test.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates/role/test copying build/lib/container/templates/role/README.j2.md -> build/bdist.linux-armv7l/wheel/container/templates/role copying build/lib/container/templates/role/.travis.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates/role creating build/bdist.linux-armv7l/wheel/container/templates/role/meta copying build/lib/container/templates/role/meta/main.j2.yml -> build/bdist.linux-armv7l/wheel/container/templates/role/meta copying build/lib/container/cli.py -> build/bdist.linux-armv7l/wheel/container copying build/lib/container/engine.py -> build/bdist.linux-armv7l/wheel/container creating build/bdist.linux-armv7l/wheel/container/openshift copying build/lib/container/openshift/__init__.py -> build/bdist.linux-armv7l/wheel/container/openshift copying build/lib/container/openshift/deploy.py -> build/bdist.linux-armv7l/wheel/container/openshift copying build/lib/container/openshift/engine.py -> build/bdist.linux-armv7l/wheel/container/openshift copying build/lib/container/openshift/config.py -> build/bdist.linux-armv7l/wheel/container/openshift copying build/lib/container/config.py -> build/bdist.linux-armv7l/wheel/container running install_egg_info Copying ansible_container.egg-info to build/bdist.linux-armv7l/wheel/ansible_container-0.9.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/ansible_container-0.9.2.dist-info/WHEEL Running setup.py bdist_wheel for ansible-container: finished with status 'done' Stored in directory: /tmp/tmpm5ofno0j Successfully built ansible-container Cleaning up... Removing source in /tmp/pip-build-684kd68x/ansible-container