Created temporary directory: /tmp/pip-ephem-wheel-cache-ct70mn96 Created temporary directory: /tmp/pip-req-tracker-c0mwy7wz Created requirements tracker '/tmp/pip-req-tracker-c0mwy7wz' Created temporary directory: /tmp/pip-wheel-qt5crtls Collecting nornir==2.0.0 1 location(s) to search for versions of nornir: * https://pypi.org/simple/nornir/ Getting page https://pypi.org/simple/nornir/ Analyzing links from page https://pypi.org/simple/nornir/ Found link https://files.pythonhosted.org/packages/34/53/e943da9974c1d5b08f4e6f9be345826cce15e8ac84c5d5b2efd2c67bb5ac/nornir-1.0.1.tar.gz#sha256=916f9883230b8eb78ceb7bf063c58291b5e6cbc9d03445b1b9d718ac9548f9ad (from https://pypi.org/simple/nornir/), version: 1.0.1 Found link https://files.pythonhosted.org/packages/f0/d4/7fff83e24f7c51916a71405b23b2accd6d8c883ed73e32dbacf3d7c29d14/nornir-1.1.0.tar.gz#sha256=a2c1b10a0d244d0a8e291f21e0f050adbfba6a249805c106bd3b636e1ccc1df7 (from https://pypi.org/simple/nornir/), version: 1.1.0 Found link https://files.pythonhosted.org/packages/7e/66/56399e106017fa00a9504bf882abb3c940d378c14bb1ded29f75f7d272c3/nornir-2.0.0b1.tar.gz#sha256=ffc6a606444d0a82969fffb1b75eb7666207f9193879578e2dd480cc7aaae38e (from https://pypi.org/simple/nornir/), version: 2.0.0b1 Found link https://files.pythonhosted.org/packages/95/62/2cdfeefb4759974b2202479c3023da9fa849aa9800760563ff836fe895fa/nornir-2.0.0b2.tar.gz#sha256=894b3d23c1d27475a132c3fc51038416fe74e4974c24986d7641f157b854af5d (from https://pypi.org/simple/nornir/), version: 2.0.0b2 Found link https://files.pythonhosted.org/packages/7f/81/9e7d7555d90aa4b585df7626efba2cba9b76d1e93a4371715d35f7d165d9/nornir-2.0.0.tar.gz#sha256=f41f4f3aa85f996d17d49973f8ba94b10bfdb61edf6389aadf96bf25bb63ae50 (from https://pypi.org/simple/nornir/), version: 2.0.0 Using version 2.0.0 (newest of versions: 2.0.0) Created temporary directory: /tmp/pip-unpack-wlk9820q Downloading https://files.pythonhosted.org/packages/7f/81/9e7d7555d90aa4b585df7626efba2cba9b76d1e93a4371715d35f7d165d9/nornir-2.0.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/7f/81/9e7d7555d90aa4b585df7626efba2cba9b76d1e93a4371715d35f7d165d9/nornir-2.0.0.tar.gz#sha256=f41f4f3aa85f996d17d49973f8ba94b10bfdb61edf6389aadf96bf25bb63ae50 (from https://pypi.org/simple/nornir/) Added nornir==2.0.0 from https://files.pythonhosted.org/packages/7f/81/9e7d7555d90aa4b585df7626efba2cba9b76d1e93a4371715d35f7d165d9/nornir-2.0.0.tar.gz#sha256=f41f4f3aa85f996d17d49973f8ba94b10bfdb61edf6389aadf96bf25bb63ae50 to build tracker '/tmp/pip-req-tracker-c0mwy7wz' Running setup.py (path:/tmp/pip-wheel-qt5crtls/nornir/setup.py) egg_info for package nornir Running command python setup.py egg_info running egg_info creating pip-egg-info/nornir.egg-info writing dependency_links to pip-egg-info/nornir.egg-info/dependency_links.txt writing pip-egg-info/nornir.egg-info/PKG-INFO writing requirements to pip-egg-info/nornir.egg-info/requires.txt writing top-level names to pip-egg-info/nornir.egg-info/top_level.txt writing manifest file 'pip-egg-info/nornir.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/nornir.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/nornir.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-qt5crtls/nornir has version 2.0.0, which satisfies requirement nornir==2.0.0 from https://files.pythonhosted.org/packages/7f/81/9e7d7555d90aa4b585df7626efba2cba9b76d1e93a4371715d35f7d165d9/nornir-2.0.0.tar.gz#sha256=f41f4f3aa85f996d17d49973f8ba94b10bfdb61edf6389aadf96bf25bb63ae50 Removed nornir==2.0.0 from https://files.pythonhosted.org/packages/7f/81/9e7d7555d90aa4b585df7626efba2cba9b76d1e93a4371715d35f7d165d9/nornir-2.0.0.tar.gz#sha256=f41f4f3aa85f996d17d49973f8ba94b10bfdb61edf6389aadf96bf25bb63ae50 from build tracker '/tmp/pip-req-tracker-c0mwy7wz' Building wheels for collected packages: nornir Created temporary directory: /tmp/pip-wheel-zph4gdop Running setup.py bdist_wheel for nornir: started Destination directory: /tmp/pip-wheel-zph4gdop Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-qt5crtls/nornir/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-zph4gdop running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/nornir copying nornir/__init__.py -> build/lib/nornir copying nornir/init_nornir.py -> build/lib/nornir creating build/lib/nornir/core copying nornir/core/exceptions.py -> build/lib/nornir/core copying nornir/core/task.py -> build/lib/nornir/core copying nornir/core/configuration.py -> build/lib/nornir/core copying nornir/core/state.py -> build/lib/nornir/core copying nornir/core/connections.py -> build/lib/nornir/core copying nornir/core/__init__.py -> build/lib/nornir/core copying nornir/core/filter.py -> build/lib/nornir/core copying nornir/core/inventory.py -> build/lib/nornir/core creating build/lib/nornir/plugins copying nornir/plugins/__init__.py -> build/lib/nornir/plugins creating build/lib/nornir/core/helpers copying nornir/core/helpers/jinja_helper.py -> build/lib/nornir/core/helpers copying nornir/core/helpers/__init__.py -> build/lib/nornir/core/helpers creating build/lib/nornir/core/deserializer copying nornir/core/deserializer/configuration.py -> build/lib/nornir/core/deserializer copying nornir/core/deserializer/__init__.py -> build/lib/nornir/core/deserializer copying nornir/core/deserializer/inventory.py -> build/lib/nornir/core/deserializer creating build/lib/nornir/plugins/functions copying nornir/plugins/functions/__init__.py -> build/lib/nornir/plugins/functions creating build/lib/nornir/plugins/connections copying nornir/plugins/connections/netmiko.py -> build/lib/nornir/plugins/connections copying nornir/plugins/connections/__init__.py -> build/lib/nornir/plugins/connections copying nornir/plugins/connections/paramiko.py -> build/lib/nornir/plugins/connections copying nornir/plugins/connections/napalm.py -> build/lib/nornir/plugins/connections creating build/lib/nornir/plugins/tasks copying nornir/plugins/tasks/__init__.py -> build/lib/nornir/plugins/tasks creating build/lib/nornir/plugins/inventory copying nornir/plugins/inventory/netbox.py -> build/lib/nornir/plugins/inventory copying nornir/plugins/inventory/ansible.py -> build/lib/nornir/plugins/inventory copying nornir/plugins/inventory/nsot.py -> build/lib/nornir/plugins/inventory copying nornir/plugins/inventory/__init__.py -> build/lib/nornir/plugins/inventory copying nornir/plugins/inventory/simple.py -> build/lib/nornir/plugins/inventory creating build/lib/nornir/plugins/functions/text copying nornir/plugins/functions/text/__init__.py -> build/lib/nornir/plugins/functions/text creating build/lib/nornir/plugins/tasks/text copying nornir/plugins/tasks/text/template_file.py -> build/lib/nornir/plugins/tasks/text copying nornir/plugins/tasks/text/template_string.py -> build/lib/nornir/plugins/tasks/text copying nornir/plugins/tasks/text/__init__.py -> build/lib/nornir/plugins/tasks/text creating build/lib/nornir/plugins/tasks/apis copying nornir/plugins/tasks/apis/__init__.py -> build/lib/nornir/plugins/tasks/apis copying nornir/plugins/tasks/apis/http_method.py -> build/lib/nornir/plugins/tasks/apis creating build/lib/nornir/plugins/tasks/networking copying nornir/plugins/tasks/networking/tcp_ping.py -> build/lib/nornir/plugins/tasks/networking copying nornir/plugins/tasks/networking/napalm_get.py -> build/lib/nornir/plugins/tasks/networking copying nornir/plugins/tasks/networking/netmiko_save_config.py -> build/lib/nornir/plugins/tasks/networking copying nornir/plugins/tasks/networking/netmiko_file_transfer.py -> build/lib/nornir/plugins/tasks/networking copying nornir/plugins/tasks/networking/__init__.py -> build/lib/nornir/plugins/tasks/networking copying nornir/plugins/tasks/networking/netmiko_send_command.py -> build/lib/nornir/plugins/tasks/networking copying nornir/plugins/tasks/networking/netmiko_send_config.py -> build/lib/nornir/plugins/tasks/networking copying nornir/plugins/tasks/networking/napalm_configure.py -> build/lib/nornir/plugins/tasks/networking copying nornir/plugins/tasks/networking/napalm_cli.py -> build/lib/nornir/plugins/tasks/networking copying nornir/plugins/tasks/networking/napalm_validate.py -> build/lib/nornir/plugins/tasks/networking creating build/lib/nornir/plugins/tasks/files copying nornir/plugins/tasks/files/write_file.py -> build/lib/nornir/plugins/tasks/files copying nornir/plugins/tasks/files/sftp.py -> build/lib/nornir/plugins/tasks/files copying nornir/plugins/tasks/files/__init__.py -> build/lib/nornir/plugins/tasks/files creating build/lib/nornir/plugins/tasks/commands copying nornir/plugins/tasks/commands/remote_command.py -> build/lib/nornir/plugins/tasks/commands copying nornir/plugins/tasks/commands/command.py -> build/lib/nornir/plugins/tasks/commands copying nornir/plugins/tasks/commands/__init__.py -> build/lib/nornir/plugins/tasks/commands creating build/lib/nornir/plugins/tasks/data copying nornir/plugins/tasks/data/load_json.py -> build/lib/nornir/plugins/tasks/data copying nornir/plugins/tasks/data/echo_data.py -> build/lib/nornir/plugins/tasks/data copying nornir/plugins/tasks/data/load_yaml.py -> build/lib/nornir/plugins/tasks/data copying nornir/plugins/tasks/data/__init__.py -> build/lib/nornir/plugins/tasks/data running egg_info writing nornir.egg-info/PKG-INFO writing top-level names to nornir.egg-info/top_level.txt writing dependency_links to nornir.egg-info/dependency_links.txt writing requirements to nornir.egg-info/requires.txt reading manifest file 'nornir.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'nornir.egg-info/SOURCES.txt' 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/nornir copying build/lib/nornir/__init__.py -> build/bdist.linux-armv7l/wheel/nornir copying build/lib/nornir/init_nornir.py -> build/bdist.linux-armv7l/wheel/nornir creating build/bdist.linux-armv7l/wheel/nornir/core copying build/lib/nornir/core/exceptions.py -> build/bdist.linux-armv7l/wheel/nornir/core copying build/lib/nornir/core/task.py -> build/bdist.linux-armv7l/wheel/nornir/core creating build/bdist.linux-armv7l/wheel/nornir/core/helpers copying build/lib/nornir/core/helpers/jinja_helper.py -> build/bdist.linux-armv7l/wheel/nornir/core/helpers copying build/lib/nornir/core/helpers/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/core/helpers copying build/lib/nornir/core/configuration.py -> build/bdist.linux-armv7l/wheel/nornir/core copying build/lib/nornir/core/state.py -> build/bdist.linux-armv7l/wheel/nornir/core copying build/lib/nornir/core/connections.py -> build/bdist.linux-armv7l/wheel/nornir/core copying build/lib/nornir/core/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/core copying build/lib/nornir/core/filter.py -> build/bdist.linux-armv7l/wheel/nornir/core creating build/bdist.linux-armv7l/wheel/nornir/core/deserializer copying build/lib/nornir/core/deserializer/configuration.py -> build/bdist.linux-armv7l/wheel/nornir/core/deserializer copying build/lib/nornir/core/deserializer/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/core/deserializer copying build/lib/nornir/core/deserializer/inventory.py -> build/bdist.linux-armv7l/wheel/nornir/core/deserializer copying build/lib/nornir/core/inventory.py -> build/bdist.linux-armv7l/wheel/nornir/core creating build/bdist.linux-armv7l/wheel/nornir/plugins creating build/bdist.linux-armv7l/wheel/nornir/plugins/functions creating build/bdist.linux-armv7l/wheel/nornir/plugins/functions/text copying build/lib/nornir/plugins/functions/text/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/functions/text copying build/lib/nornir/plugins/functions/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/functions creating build/bdist.linux-armv7l/wheel/nornir/plugins/connections copying build/lib/nornir/plugins/connections/netmiko.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/connections copying build/lib/nornir/plugins/connections/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/connections copying build/lib/nornir/plugins/connections/paramiko.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/connections copying build/lib/nornir/plugins/connections/napalm.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/connections creating build/bdist.linux-armv7l/wheel/nornir/plugins/tasks creating build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/text copying build/lib/nornir/plugins/tasks/text/template_file.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/text copying build/lib/nornir/plugins/tasks/text/template_string.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/text copying build/lib/nornir/plugins/tasks/text/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/text creating build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/apis copying build/lib/nornir/plugins/tasks/apis/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/apis copying build/lib/nornir/plugins/tasks/apis/http_method.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/apis creating build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/networking copying build/lib/nornir/plugins/tasks/networking/tcp_ping.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/networking copying build/lib/nornir/plugins/tasks/networking/napalm_get.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/networking copying build/lib/nornir/plugins/tasks/networking/netmiko_save_config.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/networking copying build/lib/nornir/plugins/tasks/networking/netmiko_file_transfer.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/networking copying build/lib/nornir/plugins/tasks/networking/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/networking copying build/lib/nornir/plugins/tasks/networking/netmiko_send_command.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/networking copying build/lib/nornir/plugins/tasks/networking/netmiko_send_config.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/networking copying build/lib/nornir/plugins/tasks/networking/napalm_configure.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/networking copying build/lib/nornir/plugins/tasks/networking/napalm_cli.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/networking copying build/lib/nornir/plugins/tasks/networking/napalm_validate.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/networking creating build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/files copying build/lib/nornir/plugins/tasks/files/write_file.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/files copying build/lib/nornir/plugins/tasks/files/sftp.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/files copying build/lib/nornir/plugins/tasks/files/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/files copying build/lib/nornir/plugins/tasks/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks creating build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/commands copying build/lib/nornir/plugins/tasks/commands/remote_command.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/commands copying build/lib/nornir/plugins/tasks/commands/command.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/commands copying build/lib/nornir/plugins/tasks/commands/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/commands creating build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/data copying build/lib/nornir/plugins/tasks/data/load_json.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/data copying build/lib/nornir/plugins/tasks/data/echo_data.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/data copying build/lib/nornir/plugins/tasks/data/load_yaml.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/data copying build/lib/nornir/plugins/tasks/data/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/tasks/data copying build/lib/nornir/plugins/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins creating build/bdist.linux-armv7l/wheel/nornir/plugins/inventory copying build/lib/nornir/plugins/inventory/netbox.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/inventory copying build/lib/nornir/plugins/inventory/ansible.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/inventory copying build/lib/nornir/plugins/inventory/nsot.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/inventory copying build/lib/nornir/plugins/inventory/__init__.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/inventory copying build/lib/nornir/plugins/inventory/simple.py -> build/bdist.linux-armv7l/wheel/nornir/plugins/inventory running install_egg_info Copying nornir.egg-info to build/bdist.linux-armv7l/wheel/nornir-2.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/nornir-2.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-zph4gdop/nornir-2.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'nornir/__init__.py' adding 'nornir/init_nornir.py' adding 'nornir/core/__init__.py' adding 'nornir/core/configuration.py' adding 'nornir/core/connections.py' adding 'nornir/core/exceptions.py' adding 'nornir/core/filter.py' adding 'nornir/core/inventory.py' adding 'nornir/core/state.py' adding 'nornir/core/task.py' adding 'nornir/core/deserializer/__init__.py' adding 'nornir/core/deserializer/configuration.py' adding 'nornir/core/deserializer/inventory.py' adding 'nornir/core/helpers/__init__.py' adding 'nornir/core/helpers/jinja_helper.py' adding 'nornir/plugins/__init__.py' adding 'nornir/plugins/connections/__init__.py' adding 'nornir/plugins/connections/napalm.py' adding 'nornir/plugins/connections/netmiko.py' adding 'nornir/plugins/connections/paramiko.py' adding 'nornir/plugins/functions/__init__.py' adding 'nornir/plugins/functions/text/__init__.py' adding 'nornir/plugins/inventory/__init__.py' adding 'nornir/plugins/inventory/ansible.py' adding 'nornir/plugins/inventory/netbox.py' adding 'nornir/plugins/inventory/nsot.py' adding 'nornir/plugins/inventory/simple.py' adding 'nornir/plugins/tasks/__init__.py' adding 'nornir/plugins/tasks/apis/__init__.py' adding 'nornir/plugins/tasks/apis/http_method.py' adding 'nornir/plugins/tasks/commands/__init__.py' adding 'nornir/plugins/tasks/commands/command.py' adding 'nornir/plugins/tasks/commands/remote_command.py' adding 'nornir/plugins/tasks/data/__init__.py' adding 'nornir/plugins/tasks/data/echo_data.py' adding 'nornir/plugins/tasks/data/load_json.py' adding 'nornir/plugins/tasks/data/load_yaml.py' adding 'nornir/plugins/tasks/files/__init__.py' adding 'nornir/plugins/tasks/files/sftp.py' adding 'nornir/plugins/tasks/files/write_file.py' adding 'nornir/plugins/tasks/networking/__init__.py' adding 'nornir/plugins/tasks/networking/napalm_cli.py' adding 'nornir/plugins/tasks/networking/napalm_configure.py' adding 'nornir/plugins/tasks/networking/napalm_get.py' adding 'nornir/plugins/tasks/networking/napalm_validate.py' adding 'nornir/plugins/tasks/networking/netmiko_file_transfer.py' adding 'nornir/plugins/tasks/networking/netmiko_save_config.py' adding 'nornir/plugins/tasks/networking/netmiko_send_command.py' adding 'nornir/plugins/tasks/networking/netmiko_send_config.py' adding 'nornir/plugins/tasks/networking/tcp_ping.py' adding 'nornir/plugins/tasks/text/__init__.py' adding 'nornir/plugins/tasks/text/template_file.py' adding 'nornir/plugins/tasks/text/template_string.py' adding 'nornir-2.0.0.dist-info/METADATA' adding 'nornir-2.0.0.dist-info/WHEEL' adding 'nornir-2.0.0.dist-info/top_level.txt' adding 'nornir-2.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for nornir: finished with status 'done' Stored in directory: /tmp/tmpedrol_ac Successfully built nornir Cleaning up... Removing source in /tmp/pip-wheel-qt5crtls/nornir Removed build tracker '/tmp/pip-req-tracker-c0mwy7wz'