Collecting cekit==2.0.0 1 location(s) to search for versions of cekit: * https://pypi.python.org/simple/cekit/ Getting page https://pypi.python.org/simple/cekit/ Analyzing links from page https://pypi.org/simple/cekit/ Found link https://files.pythonhosted.org/packages/44/10/b6db651f35b121787974698c51ac41b89873d565554cefc18630f5c09927/cekit-2.0.0rc2.tar.gz#sha256=091c8236480625567836b53cbf74e1efe44df402866eeb88401d9b4b92725485 (from https://pypi.org/simple/cekit/), version: 2.0.0rc2 Found link https://files.pythonhosted.org/packages/f0/72/9bf88bc6c5a84cdca47e7c84fb5581334ce5095941b0fd07564aa10393a9/cekit-2.0.0rc3.tar.gz#sha256=8d3738d7fcd493ff3529488beed84705ac39899fcec075fa57f6b2e47e99a1a0 (from https://pypi.org/simple/cekit/), version: 2.0.0rc3 Found link https://files.pythonhosted.org/packages/91/c5/699ad1def04fe02ffcaba02bea2b1de3ca89b8f9358e6cf2509e986050b3/cekit-2.0.0rc4.tar.gz#sha256=1387b9efc7c4ec88810ba648e857c3a0754e9d87af1e8d13297fbb81c658d89e (from https://pypi.org/simple/cekit/), version: 2.0.0rc4 Found link https://files.pythonhosted.org/packages/87/8b/7d6dddc9d39c20c01ce471c1ba3b5b1fe3e0da74cf6f97b3579c89138888/cekit-2.0.0rc5.tar.gz#sha256=65b6fa61050577c55b0965f1e415ae4e12efceb800c5da4c1ae754d92d564427 (from https://pypi.org/simple/cekit/), version: 2.0.0rc5 Found link https://files.pythonhosted.org/packages/5b/bd/de0f92f0b0fc76717e6f1be75d0f0847aa3a40dbfef4522593267f5343d8/cekit-2.0.0rc6.tar.gz#sha256=d4723ba741a61ec7ff7ff94e01300bb77effe869802ac55d0d7eea9bc980613d (from https://pypi.org/simple/cekit/), version: 2.0.0rc6 Found link https://files.pythonhosted.org/packages/04/77/49dfb98e42f8b820de184ad69cb82b8346f66a1204cdea199c9320900396/cekit-2.0.0.tar.gz#sha256=c0cfd942eb17cd439c56102f0c2dbbd303980439c0add4f04964d1a5d3ba4d51 (from https://pypi.org/simple/cekit/), version: 2.0.0 Using version 2.0.0 (newest of versions: 2.0.0) Downloading https://files.pythonhosted.org/packages/04/77/49dfb98e42f8b820de184ad69cb82b8346f66a1204cdea199c9320900396/cekit-2.0.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/04/77/49dfb98e42f8b820de184ad69cb82b8346f66a1204cdea199c9320900396/cekit-2.0.0.tar.gz#sha256=c0cfd942eb17cd439c56102f0c2dbbd303980439c0add4f04964d1a5d3ba4d51 (from https://pypi.org/simple/cekit/) Running setup.py (path:/tmp/pip-build-8mmat75w/cekit/setup.py) egg_info for package cekit Running command python setup.py egg_info running egg_info creating pip-egg-info/cekit.egg-info writing pip-egg-info/cekit.egg-info/PKG-INFO writing entry points to pip-egg-info/cekit.egg-info/entry_points.txt writing requirements to pip-egg-info/cekit.egg-info/requires.txt writing dependency_links to pip-egg-info/cekit.egg-info/dependency_links.txt writing top-level names to pip-egg-info/cekit.egg-info/top_level.txt writing manifest file 'pip-egg-info/cekit.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/cekit.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/cekit.egg-info/SOURCES.txt' Source in /tmp/pip-build-8mmat75w/cekit has version 2.0.0, which satisfies requirement cekit==2.0.0 from https://files.pythonhosted.org/packages/04/77/49dfb98e42f8b820de184ad69cb82b8346f66a1204cdea199c9320900396/cekit-2.0.0.tar.gz#sha256=c0cfd942eb17cd439c56102f0c2dbbd303980439c0add4f04964d1a5d3ba4d51 Building wheels for collected packages: cekit Running setup.py bdist_wheel for cekit: started Destination directory: /tmp/tmpas_8fwu5pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-8mmat75w/cekit/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/tmpas_8fwu5pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/cekit copying cekit/version.py -> build/lib/cekit copying cekit/template_helper.py -> build/lib/cekit copying cekit/tools.py -> build/lib/cekit copying cekit/builder.py -> build/lib/cekit copying cekit/log.py -> build/lib/cekit copying cekit/__init__.py -> build/lib/cekit copying cekit/cli.py -> build/lib/cekit copying cekit/errors.py -> build/lib/cekit copying cekit/module.py -> build/lib/cekit creating build/lib/cekit/builders copying cekit/builders/buildah.py -> build/lib/cekit/builders copying cekit/builders/docker.py -> build/lib/cekit/builders copying cekit/builders/__init__.py -> build/lib/cekit/builders copying cekit/builders/osbs.py -> build/lib/cekit/builders creating build/lib/cekit/test copying cekit/test/collector.py -> build/lib/cekit/test copying cekit/test/runner.py -> build/lib/cekit/test copying cekit/test/__init__.py -> build/lib/cekit/test creating build/lib/cekit/descriptor copying cekit/descriptor/packages.py -> build/lib/cekit/descriptor copying cekit/descriptor/port.py -> build/lib/cekit/descriptor copying cekit/descriptor/env.py -> build/lib/cekit/descriptor copying cekit/descriptor/label.py -> build/lib/cekit/descriptor copying cekit/descriptor/run.py -> build/lib/cekit/descriptor copying cekit/descriptor/__init__.py -> build/lib/cekit/descriptor copying cekit/descriptor/modules.py -> build/lib/cekit/descriptor copying cekit/descriptor/resource.py -> build/lib/cekit/descriptor copying cekit/descriptor/base.py -> build/lib/cekit/descriptor copying cekit/descriptor/volume.py -> build/lib/cekit/descriptor copying cekit/descriptor/osbs.py -> build/lib/cekit/descriptor copying cekit/descriptor/overrides.py -> build/lib/cekit/descriptor copying cekit/descriptor/image.py -> build/lib/cekit/descriptor copying cekit/descriptor/module.py -> build/lib/cekit/descriptor copying cekit/descriptor/execute.py -> build/lib/cekit/descriptor creating build/lib/cekit/templates copying cekit/templates/__init__.py -> build/lib/cekit/templates creating build/lib/cekit/generator copying cekit/generator/docker.py -> build/lib/cekit/generator copying cekit/generator/__init__.py -> build/lib/cekit/generator copying cekit/generator/base.py -> build/lib/cekit/generator copying cekit/generator/osbs.py -> build/lib/cekit/generator copying cekit/templates/template.jinja -> build/lib/cekit/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/cekit copying build/lib/cekit/version.py -> build/bdist.linux-armv7l/wheel/cekit copying build/lib/cekit/template_helper.py -> build/bdist.linux-armv7l/wheel/cekit copying build/lib/cekit/tools.py -> build/bdist.linux-armv7l/wheel/cekit creating build/bdist.linux-armv7l/wheel/cekit/builders copying build/lib/cekit/builders/buildah.py -> build/bdist.linux-armv7l/wheel/cekit/builders copying build/lib/cekit/builders/docker.py -> build/bdist.linux-armv7l/wheel/cekit/builders copying build/lib/cekit/builders/__init__.py -> build/bdist.linux-armv7l/wheel/cekit/builders copying build/lib/cekit/builders/osbs.py -> build/bdist.linux-armv7l/wheel/cekit/builders creating build/bdist.linux-armv7l/wheel/cekit/test copying build/lib/cekit/test/collector.py -> build/bdist.linux-armv7l/wheel/cekit/test copying build/lib/cekit/test/runner.py -> build/bdist.linux-armv7l/wheel/cekit/test copying build/lib/cekit/test/__init__.py -> build/bdist.linux-armv7l/wheel/cekit/test copying build/lib/cekit/builder.py -> build/bdist.linux-armv7l/wheel/cekit copying build/lib/cekit/log.py -> build/bdist.linux-armv7l/wheel/cekit copying build/lib/cekit/__init__.py -> build/bdist.linux-armv7l/wheel/cekit creating build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/packages.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/port.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/env.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/label.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/run.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/__init__.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/modules.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/resource.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/base.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/volume.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/osbs.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/overrides.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/image.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/module.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor copying build/lib/cekit/descriptor/execute.py -> build/bdist.linux-armv7l/wheel/cekit/descriptor creating build/bdist.linux-armv7l/wheel/cekit/templates copying build/lib/cekit/templates/template.jinja -> build/bdist.linux-armv7l/wheel/cekit/templates copying build/lib/cekit/templates/__init__.py -> build/bdist.linux-armv7l/wheel/cekit/templates creating build/bdist.linux-armv7l/wheel/cekit/generator copying build/lib/cekit/generator/docker.py -> build/bdist.linux-armv7l/wheel/cekit/generator copying build/lib/cekit/generator/__init__.py -> build/bdist.linux-armv7l/wheel/cekit/generator copying build/lib/cekit/generator/base.py -> build/bdist.linux-armv7l/wheel/cekit/generator copying build/lib/cekit/generator/osbs.py -> build/bdist.linux-armv7l/wheel/cekit/generator copying build/lib/cekit/cli.py -> build/bdist.linux-armv7l/wheel/cekit copying build/lib/cekit/errors.py -> build/bdist.linux-armv7l/wheel/cekit copying build/lib/cekit/module.py -> build/bdist.linux-armv7l/wheel/cekit running install_egg_info running egg_info writing requirements to cekit.egg-info/requires.txt writing dependency_links to cekit.egg-info/dependency_links.txt writing entry points to cekit.egg-info/entry_points.txt writing cekit.egg-info/PKG-INFO writing top-level names to cekit.egg-info/top_level.txt reading manifest file 'cekit.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cekit.egg-info/SOURCES.txt' Copying cekit.egg-info to build/bdist.linux-armv7l/wheel/cekit-2.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/cekit-2.0.0.dist-info/WHEEL Running setup.py bdist_wheel for cekit: finished with status 'done' Stored in directory: /tmp/tmpal_r54zz Successfully built cekit Cleaning up... Removing source in /tmp/pip-build-8mmat75w/cekit