Created temporary directory: /tmp/pip-ephem-wheel-cache-izdpzp4d Created temporary directory: /tmp/pip-req-tracker-djiyc472 Created requirements tracker '/tmp/pip-req-tracker-djiyc472' Created temporary directory: /tmp/pip-wheel-fi7r7p3q Collecting c7n-kube==0.1 1 location(s) to search for versions of c7n-kube: * https://pypi.org/simple/c7n-kube/ Getting page https://pypi.org/simple/c7n-kube/ Analyzing links from page https://pypi.org/simple/c7n-kube/ Found link https://files.pythonhosted.org/packages/51/a8/33f3b25ddd87caa14b6d4e378268b3fff618f5f492b4dc1c4ad17b549a05/c7n_kube-0.1.tar.gz#sha256=5a4e9e66ce42e54520b0033f9e6e043c1ace3d6c74479c8a1a0dc346d4d385e0 (from https://pypi.org/simple/c7n-kube/), version: 0.1 Using version 0.1 (newest of versions: 0.1) Created temporary directory: /tmp/pip-unpack-2t0q4stn Downloading https://files.pythonhosted.org/packages/51/a8/33f3b25ddd87caa14b6d4e378268b3fff618f5f492b4dc1c4ad17b549a05/c7n_kube-0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/51/a8/33f3b25ddd87caa14b6d4e378268b3fff618f5f492b4dc1c4ad17b549a05/c7n_kube-0.1.tar.gz#sha256=5a4e9e66ce42e54520b0033f9e6e043c1ace3d6c74479c8a1a0dc346d4d385e0 (from https://pypi.org/simple/c7n-kube/) Added c7n-kube==0.1 from https://files.pythonhosted.org/packages/51/a8/33f3b25ddd87caa14b6d4e378268b3fff618f5f492b4dc1c4ad17b549a05/c7n_kube-0.1.tar.gz#sha256=5a4e9e66ce42e54520b0033f9e6e043c1ace3d6c74479c8a1a0dc346d4d385e0 to build tracker '/tmp/pip-req-tracker-djiyc472' Running setup.py (path:/tmp/pip-wheel-fi7r7p3q/c7n-kube/setup.py) egg_info for package c7n-kube Running command python setup.py egg_info running egg_info creating pip-egg-info/c7n_kube.egg-info writing top-level names to pip-egg-info/c7n_kube.egg-info/top_level.txt writing requirements to pip-egg-info/c7n_kube.egg-info/requires.txt writing pip-egg-info/c7n_kube.egg-info/PKG-INFO writing dependency_links to pip-egg-info/c7n_kube.egg-info/dependency_links.txt writing entry points to pip-egg-info/c7n_kube.egg-info/entry_points.txt writing manifest file 'pip-egg-info/c7n_kube.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/c7n_kube.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/c7n_kube.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-fi7r7p3q/c7n-kube has version 0.1, which satisfies requirement c7n-kube==0.1 from https://files.pythonhosted.org/packages/51/a8/33f3b25ddd87caa14b6d4e378268b3fff618f5f492b4dc1c4ad17b549a05/c7n_kube-0.1.tar.gz#sha256=5a4e9e66ce42e54520b0033f9e6e043c1ace3d6c74479c8a1a0dc346d4d385e0 Removed c7n-kube==0.1 from https://files.pythonhosted.org/packages/51/a8/33f3b25ddd87caa14b6d4e378268b3fff618f5f492b4dc1c4ad17b549a05/c7n_kube-0.1.tar.gz#sha256=5a4e9e66ce42e54520b0033f9e6e043c1ace3d6c74479c8a1a0dc346d4d385e0 from build tracker '/tmp/pip-req-tracker-djiyc472' Building wheels for collected packages: c7n-kube Created temporary directory: /tmp/pip-wheel-9r3b3t9m Running setup.py bdist_wheel for c7n-kube: started Destination directory: /tmp/pip-wheel-9r3b3t9m Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-fi7r7p3q/c7n-kube/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/pip-wheel-9r3b3t9m running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/c7n_kube copying c7n_kube/client.py -> build/lib/c7n_kube copying c7n_kube/__init__.py -> build/lib/c7n_kube copying c7n_kube/filters.py -> build/lib/c7n_kube copying c7n_kube/actions.py -> build/lib/c7n_kube copying c7n_kube/query.py -> build/lib/c7n_kube copying c7n_kube/labels.py -> build/lib/c7n_kube copying c7n_kube/entry.py -> build/lib/c7n_kube copying c7n_kube/provider.py -> build/lib/c7n_kube creating build/lib/c7n_kube/resources copying c7n_kube/resources/__init__.py -> build/lib/c7n_kube/resources creating build/lib/c7n_kube/resources/apps copying c7n_kube/resources/apps/daemonset.py -> build/lib/c7n_kube/resources/apps copying c7n_kube/resources/apps/__init__.py -> build/lib/c7n_kube/resources/apps copying c7n_kube/resources/apps/statefulset.py -> build/lib/c7n_kube/resources/apps copying c7n_kube/resources/apps/replicaset.py -> build/lib/c7n_kube/resources/apps copying c7n_kube/resources/apps/deployment.py -> build/lib/c7n_kube/resources/apps creating build/lib/c7n_kube/resources/core copying c7n_kube/resources/core/namespace.py -> build/lib/c7n_kube/resources/core copying c7n_kube/resources/core/pod.py -> build/lib/c7n_kube/resources/core copying c7n_kube/resources/core/__init__.py -> build/lib/c7n_kube/resources/core copying c7n_kube/resources/core/replicationcontroller.py -> build/lib/c7n_kube/resources/core copying c7n_kube/resources/core/configmap.py -> build/lib/c7n_kube/resources/core copying c7n_kube/resources/core/service.py -> build/lib/c7n_kube/resources/core copying c7n_kube/resources/core/node.py -> build/lib/c7n_kube/resources/core copying c7n_kube/resources/core/volume.py -> build/lib/c7n_kube/resources/core copying c7n_kube/resources/core/serviceaccount.py -> build/lib/c7n_kube/resources/core copying c7n_kube/resources/core/secret.py -> build/lib/c7n_kube/resources/core 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/c7n_kube copying build/lib/c7n_kube/client.py -> build/bdist.linux-armv7l/wheel/c7n_kube creating build/bdist.linux-armv7l/wheel/c7n_kube/resources copying build/lib/c7n_kube/resources/__init__.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources creating build/bdist.linux-armv7l/wheel/c7n_kube/resources/apps copying build/lib/c7n_kube/resources/apps/daemonset.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/apps copying build/lib/c7n_kube/resources/apps/__init__.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/apps copying build/lib/c7n_kube/resources/apps/statefulset.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/apps copying build/lib/c7n_kube/resources/apps/replicaset.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/apps copying build/lib/c7n_kube/resources/apps/deployment.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/apps creating build/bdist.linux-armv7l/wheel/c7n_kube/resources/core copying build/lib/c7n_kube/resources/core/namespace.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/core copying build/lib/c7n_kube/resources/core/pod.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/core copying build/lib/c7n_kube/resources/core/__init__.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/core copying build/lib/c7n_kube/resources/core/replicationcontroller.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/core copying build/lib/c7n_kube/resources/core/configmap.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/core copying build/lib/c7n_kube/resources/core/service.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/core copying build/lib/c7n_kube/resources/core/node.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/core copying build/lib/c7n_kube/resources/core/volume.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/core copying build/lib/c7n_kube/resources/core/serviceaccount.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/core copying build/lib/c7n_kube/resources/core/secret.py -> build/bdist.linux-armv7l/wheel/c7n_kube/resources/core copying build/lib/c7n_kube/__init__.py -> build/bdist.linux-armv7l/wheel/c7n_kube copying build/lib/c7n_kube/filters.py -> build/bdist.linux-armv7l/wheel/c7n_kube copying build/lib/c7n_kube/actions.py -> build/bdist.linux-armv7l/wheel/c7n_kube copying build/lib/c7n_kube/query.py -> build/bdist.linux-armv7l/wheel/c7n_kube copying build/lib/c7n_kube/labels.py -> build/bdist.linux-armv7l/wheel/c7n_kube copying build/lib/c7n_kube/entry.py -> build/bdist.linux-armv7l/wheel/c7n_kube copying build/lib/c7n_kube/provider.py -> build/bdist.linux-armv7l/wheel/c7n_kube running install_egg_info running egg_info writing dependency_links to c7n_kube.egg-info/dependency_links.txt writing requirements to c7n_kube.egg-info/requires.txt writing entry points to c7n_kube.egg-info/entry_points.txt writing c7n_kube.egg-info/PKG-INFO writing top-level names to c7n_kube.egg-info/top_level.txt reading manifest file 'c7n_kube.egg-info/SOURCES.txt' writing manifest file 'c7n_kube.egg-info/SOURCES.txt' Copying c7n_kube.egg-info to build/bdist.linux-armv7l/wheel/c7n_kube-0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/c7n_kube-0.1.dist-info/WHEEL creating '/tmp/pip-wheel-9r3b3t9m/c7n_kube-0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'c7n_kube/__init__.py' adding 'c7n_kube/actions.py' adding 'c7n_kube/client.py' adding 'c7n_kube/entry.py' adding 'c7n_kube/filters.py' adding 'c7n_kube/labels.py' adding 'c7n_kube/provider.py' adding 'c7n_kube/query.py' adding 'c7n_kube/resources/__init__.py' adding 'c7n_kube/resources/apps/__init__.py' adding 'c7n_kube/resources/apps/daemonset.py' adding 'c7n_kube/resources/apps/deployment.py' adding 'c7n_kube/resources/apps/replicaset.py' adding 'c7n_kube/resources/apps/statefulset.py' adding 'c7n_kube/resources/core/__init__.py' adding 'c7n_kube/resources/core/configmap.py' adding 'c7n_kube/resources/core/namespace.py' adding 'c7n_kube/resources/core/node.py' adding 'c7n_kube/resources/core/pod.py' adding 'c7n_kube/resources/core/replicationcontroller.py' adding 'c7n_kube/resources/core/secret.py' adding 'c7n_kube/resources/core/service.py' adding 'c7n_kube/resources/core/serviceaccount.py' adding 'c7n_kube/resources/core/volume.py' adding 'c7n_kube-0.1.dist-info/METADATA' adding 'c7n_kube-0.1.dist-info/WHEEL' adding 'c7n_kube-0.1.dist-info/entry_points.txt' adding 'c7n_kube-0.1.dist-info/top_level.txt' adding 'c7n_kube-0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for c7n-kube: finished with status 'done' Stored in directory: /tmp/tmp02z1en8w Successfully built c7n-kube Cleaning up... Removing source in /tmp/pip-wheel-fi7r7p3q/c7n-kube Removed build tracker '/tmp/pip-req-tracker-djiyc472'