Created temporary directory: /tmp/pip-ephem-wheel-cache-8hbw4uh8 Created temporary directory: /tmp/pip-req-tracker-87py8_gc Created requirements tracker '/tmp/pip-req-tracker-87py8_gc' Created temporary directory: /tmp/pip-wheel-is8lape_ Collecting edback==0.1.3 1 location(s) to search for versions of edback: * https://pypi.org/simple/edback/ Getting page https://pypi.org/simple/edback/ Analyzing links from page https://pypi.org/simple/edback/ Found link https://files.pythonhosted.org/packages/ca/79/4876a6c947da3d0257db0a116d38d1ba103509a405bb4b6fd8046258a8d5/edback-0.1.tar.gz#sha256=e39f8c6f1649bfb94d25a783693ec350b592739c19573cda6f67d702e872f101 (from https://pypi.org/simple/edback/), version: 0.1 Found link https://files.pythonhosted.org/packages/1a/88/c14bcdac2e1753e8fc518ddc5ac1824d36220fb21f61bc3a34609abde1b8/edback-0.1.2.tar.gz#sha256=1876df38fb8e2d5b12b27d8afb962a33030848cffab48c6e3142c1db4a1e0e01 (from https://pypi.org/simple/edback/), version: 0.1.2 Found link https://files.pythonhosted.org/packages/68/b4/e9d7bc3487df954cf2eebe85823b4679c5a26d0b4636310d4bd513ad4971/edback-0.1.3.tar.gz#sha256=b43f238fc714a811a8f1353a6032ddb5e711a551b5b726c64918ded06103cee4 (from https://pypi.org/simple/edback/), version: 0.1.3 Using version 0.1.3 (newest of versions: 0.1.3) Created temporary directory: /tmp/pip-unpack-qmay6h87 Downloading https://files.pythonhosted.org/packages/68/b4/e9d7bc3487df954cf2eebe85823b4679c5a26d0b4636310d4bd513ad4971/edback-0.1.3.tar.gz Downloading from URL https://files.pythonhosted.org/packages/68/b4/e9d7bc3487df954cf2eebe85823b4679c5a26d0b4636310d4bd513ad4971/edback-0.1.3.tar.gz#sha256=b43f238fc714a811a8f1353a6032ddb5e711a551b5b726c64918ded06103cee4 (from https://pypi.org/simple/edback/) Added edback==0.1.3 from https://files.pythonhosted.org/packages/68/b4/e9d7bc3487df954cf2eebe85823b4679c5a26d0b4636310d4bd513ad4971/edback-0.1.3.tar.gz#sha256=b43f238fc714a811a8f1353a6032ddb5e711a551b5b726c64918ded06103cee4 to build tracker '/tmp/pip-req-tracker-87py8_gc' Running setup.py (path:/tmp/pip-wheel-is8lape_/edback/setup.py) egg_info for package edback Running command python setup.py egg_info running egg_info creating pip-egg-info/edback.egg-info writing pip-egg-info/edback.egg-info/PKG-INFO writing requirements to pip-egg-info/edback.egg-info/requires.txt writing dependency_links to pip-egg-info/edback.egg-info/dependency_links.txt writing top-level names to pip-egg-info/edback.egg-info/top_level.txt writing entry points to pip-egg-info/edback.egg-info/entry_points.txt writing manifest file 'pip-egg-info/edback.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/edback.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/edback.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-is8lape_/edback has version 0.1.3, which satisfies requirement edback==0.1.3 from https://files.pythonhosted.org/packages/68/b4/e9d7bc3487df954cf2eebe85823b4679c5a26d0b4636310d4bd513ad4971/edback-0.1.3.tar.gz#sha256=b43f238fc714a811a8f1353a6032ddb5e711a551b5b726c64918ded06103cee4 Removed edback==0.1.3 from https://files.pythonhosted.org/packages/68/b4/e9d7bc3487df954cf2eebe85823b4679c5a26d0b4636310d4bd513ad4971/edback-0.1.3.tar.gz#sha256=b43f238fc714a811a8f1353a6032ddb5e711a551b5b726c64918ded06103cee4 from build tracker '/tmp/pip-req-tracker-87py8_gc' Building wheels for collected packages: edback Created temporary directory: /tmp/pip-wheel-nsf4ireq Running setup.py bdist_wheel for edback: started Destination directory: /tmp/pip-wheel-nsf4ireq Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-is8lape_/edback/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-nsf4ireq running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/edback copying edback/exceptions.py -> build/lib/edback copying edback/cli.py -> build/lib/edback copying edback/__init__.py -> build/lib/edback creating build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/conftest.py -> build/lib/tests creating build/lib/edback/utils copying edback/utils/echo.py -> build/lib/edback/utils copying edback/utils/style.py -> build/lib/edback/utils copying edback/utils/checksum.py -> build/lib/edback/utils copying edback/utils/type.py -> build/lib/edback/utils copying edback/utils/cli.py -> build/lib/edback/utils copying edback/utils/__init__.py -> build/lib/edback/utils copying edback/utils/cipher.py -> build/lib/edback/utils creating build/lib/edback/structures copying edback/structures/storage.py -> build/lib/edback/structures copying edback/structures/backup.py -> build/lib/edback/structures copying edback/structures/object.py -> build/lib/edback/structures copying edback/structures/key.py -> build/lib/edback/structures copying edback/structures/__init__.py -> build/lib/edback/structures creating build/lib/edback/managers copying edback/managers/storage.py -> build/lib/edback/managers copying edback/managers/backup.py -> build/lib/edback/managers copying edback/managers/resource.py -> build/lib/edback/managers copying edback/managers/base.py -> build/lib/edback/managers copying edback/managers/key.py -> build/lib/edback/managers copying edback/managers/__init__.py -> build/lib/edback/managers creating build/lib/edback/commands copying edback/commands/cmd_backups.py -> build/lib/edback/commands copying edback/commands/cmd_keys.py -> build/lib/edback/commands copying edback/commands/__init__.py -> build/lib/edback/commands creating build/lib/edback/commands/keys copying edback/commands/keys/cmd_create.py -> build/lib/edback/commands/keys copying edback/commands/keys/cmd_list.py -> build/lib/edback/commands/keys copying edback/commands/keys/cmd_remove.py -> build/lib/edback/commands/keys copying edback/commands/keys/cmd_export.py -> build/lib/edback/commands/keys copying edback/commands/keys/cmd_import.py -> build/lib/edback/commands/keys copying edback/commands/keys/__init__.py -> build/lib/edback/commands/keys creating build/lib/edback/commands/backups copying edback/commands/backups/cmd_revert.py -> build/lib/edback/commands/backups copying edback/commands/backups/cmd_create.py -> build/lib/edback/commands/backups copying edback/commands/backups/cmd_list.py -> build/lib/edback/commands/backups copying edback/commands/backups/cmd_remove.py -> build/lib/edback/commands/backups copying edback/commands/backups/__init__.py -> build/lib/edback/commands/backups creating build/lib/tests/utils copying tests/utils/test_checksum.py -> build/lib/tests/utils copying tests/utils/test_type.py -> build/lib/tests/utils copying tests/utils/__init__.py -> build/lib/tests/utils creating build/lib/tests/structures copying tests/structures/test_key.py -> build/lib/tests/structures copying tests/structures/test_object.py -> build/lib/tests/structures copying tests/structures/test_storage.py -> build/lib/tests/structures copying tests/structures/test_backup.py -> build/lib/tests/structures copying tests/structures/__init__.py -> build/lib/tests/structures creating build/lib/tests/managers copying tests/managers/test_key.py -> build/lib/tests/managers copying tests/managers/test_base.py -> build/lib/tests/managers copying tests/managers/test_storage.py -> build/lib/tests/managers copying tests/managers/test_backup.py -> build/lib/tests/managers copying tests/managers/__init__.py -> build/lib/tests/managers running egg_info writing requirements to edback.egg-info/requires.txt writing edback.egg-info/PKG-INFO writing top-level names to edback.egg-info/top_level.txt writing dependency_links to edback.egg-info/dependency_links.txt writing entry points to edback.egg-info/entry_points.txt reading manifest file 'edback.egg-info/SOURCES.txt' writing manifest file 'edback.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/edback copying build/lib/edback/exceptions.py -> build/bdist.linux-armv7l/wheel/edback creating build/bdist.linux-armv7l/wheel/edback/utils copying build/lib/edback/utils/echo.py -> build/bdist.linux-armv7l/wheel/edback/utils copying build/lib/edback/utils/style.py -> build/bdist.linux-armv7l/wheel/edback/utils copying build/lib/edback/utils/checksum.py -> build/bdist.linux-armv7l/wheel/edback/utils copying build/lib/edback/utils/type.py -> build/bdist.linux-armv7l/wheel/edback/utils copying build/lib/edback/utils/cli.py -> build/bdist.linux-armv7l/wheel/edback/utils copying build/lib/edback/utils/__init__.py -> build/bdist.linux-armv7l/wheel/edback/utils copying build/lib/edback/utils/cipher.py -> build/bdist.linux-armv7l/wheel/edback/utils creating build/bdist.linux-armv7l/wheel/edback/structures copying build/lib/edback/structures/storage.py -> build/bdist.linux-armv7l/wheel/edback/structures copying build/lib/edback/structures/backup.py -> build/bdist.linux-armv7l/wheel/edback/structures copying build/lib/edback/structures/object.py -> build/bdist.linux-armv7l/wheel/edback/structures copying build/lib/edback/structures/key.py -> build/bdist.linux-armv7l/wheel/edback/structures copying build/lib/edback/structures/__init__.py -> build/bdist.linux-armv7l/wheel/edback/structures creating build/bdist.linux-armv7l/wheel/edback/managers copying build/lib/edback/managers/storage.py -> build/bdist.linux-armv7l/wheel/edback/managers copying build/lib/edback/managers/backup.py -> build/bdist.linux-armv7l/wheel/edback/managers copying build/lib/edback/managers/resource.py -> build/bdist.linux-armv7l/wheel/edback/managers copying build/lib/edback/managers/base.py -> build/bdist.linux-armv7l/wheel/edback/managers copying build/lib/edback/managers/key.py -> build/bdist.linux-armv7l/wheel/edback/managers copying build/lib/edback/managers/__init__.py -> build/bdist.linux-armv7l/wheel/edback/managers copying build/lib/edback/cli.py -> build/bdist.linux-armv7l/wheel/edback creating build/bdist.linux-armv7l/wheel/edback/commands creating build/bdist.linux-armv7l/wheel/edback/commands/keys copying build/lib/edback/commands/keys/cmd_create.py -> build/bdist.linux-armv7l/wheel/edback/commands/keys copying build/lib/edback/commands/keys/cmd_list.py -> build/bdist.linux-armv7l/wheel/edback/commands/keys copying build/lib/edback/commands/keys/cmd_remove.py -> build/bdist.linux-armv7l/wheel/edback/commands/keys copying build/lib/edback/commands/keys/cmd_export.py -> build/bdist.linux-armv7l/wheel/edback/commands/keys copying build/lib/edback/commands/keys/cmd_import.py -> build/bdist.linux-armv7l/wheel/edback/commands/keys copying build/lib/edback/commands/keys/__init__.py -> build/bdist.linux-armv7l/wheel/edback/commands/keys copying build/lib/edback/commands/cmd_backups.py -> build/bdist.linux-armv7l/wheel/edback/commands copying build/lib/edback/commands/cmd_keys.py -> build/bdist.linux-armv7l/wheel/edback/commands creating build/bdist.linux-armv7l/wheel/edback/commands/backups copying build/lib/edback/commands/backups/cmd_revert.py -> build/bdist.linux-armv7l/wheel/edback/commands/backups copying build/lib/edback/commands/backups/cmd_create.py -> build/bdist.linux-armv7l/wheel/edback/commands/backups copying build/lib/edback/commands/backups/cmd_list.py -> build/bdist.linux-armv7l/wheel/edback/commands/backups copying build/lib/edback/commands/backups/cmd_remove.py -> build/bdist.linux-armv7l/wheel/edback/commands/backups copying build/lib/edback/commands/backups/__init__.py -> build/bdist.linux-armv7l/wheel/edback/commands/backups copying build/lib/edback/commands/__init__.py -> build/bdist.linux-armv7l/wheel/edback/commands copying build/lib/edback/__init__.py -> build/bdist.linux-armv7l/wheel/edback creating build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/utils copying build/lib/tests/utils/test_checksum.py -> build/bdist.linux-armv7l/wheel/tests/utils copying build/lib/tests/utils/test_type.py -> build/bdist.linux-armv7l/wheel/tests/utils copying build/lib/tests/utils/__init__.py -> build/bdist.linux-armv7l/wheel/tests/utils creating build/bdist.linux-armv7l/wheel/tests/structures copying build/lib/tests/structures/test_key.py -> build/bdist.linux-armv7l/wheel/tests/structures copying build/lib/tests/structures/test_object.py -> build/bdist.linux-armv7l/wheel/tests/structures copying build/lib/tests/structures/test_storage.py -> build/bdist.linux-armv7l/wheel/tests/structures copying build/lib/tests/structures/test_backup.py -> build/bdist.linux-armv7l/wheel/tests/structures copying build/lib/tests/structures/__init__.py -> build/bdist.linux-armv7l/wheel/tests/structures creating build/bdist.linux-armv7l/wheel/tests/managers copying build/lib/tests/managers/test_key.py -> build/bdist.linux-armv7l/wheel/tests/managers copying build/lib/tests/managers/test_base.py -> build/bdist.linux-armv7l/wheel/tests/managers copying build/lib/tests/managers/test_storage.py -> build/bdist.linux-armv7l/wheel/tests/managers copying build/lib/tests/managers/test_backup.py -> build/bdist.linux-armv7l/wheel/tests/managers copying build/lib/tests/managers/__init__.py -> build/bdist.linux-armv7l/wheel/tests/managers copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/conftest.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info Copying edback.egg-info to build/bdist.linux-armv7l/wheel/edback-0.1.3-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/edback-0.1.3.dist-info/WHEEL creating '/tmp/pip-wheel-nsf4ireq/edback-0.1.3-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'edback/__init__.py' adding 'edback/cli.py' adding 'edback/exceptions.py' adding 'edback/commands/__init__.py' adding 'edback/commands/cmd_backups.py' adding 'edback/commands/cmd_keys.py' adding 'edback/commands/backups/__init__.py' adding 'edback/commands/backups/cmd_create.py' adding 'edback/commands/backups/cmd_list.py' adding 'edback/commands/backups/cmd_remove.py' adding 'edback/commands/backups/cmd_revert.py' adding 'edback/commands/keys/__init__.py' adding 'edback/commands/keys/cmd_create.py' adding 'edback/commands/keys/cmd_export.py' adding 'edback/commands/keys/cmd_import.py' adding 'edback/commands/keys/cmd_list.py' adding 'edback/commands/keys/cmd_remove.py' adding 'edback/managers/__init__.py' adding 'edback/managers/backup.py' adding 'edback/managers/base.py' adding 'edback/managers/key.py' adding 'edback/managers/resource.py' adding 'edback/managers/storage.py' adding 'edback/structures/__init__.py' adding 'edback/structures/backup.py' adding 'edback/structures/key.py' adding 'edback/structures/object.py' adding 'edback/structures/storage.py' adding 'edback/utils/__init__.py' adding 'edback/utils/checksum.py' adding 'edback/utils/cipher.py' adding 'edback/utils/cli.py' adding 'edback/utils/echo.py' adding 'edback/utils/style.py' adding 'edback/utils/type.py' adding 'tests/__init__.py' adding 'tests/conftest.py' adding 'tests/managers/__init__.py' adding 'tests/managers/test_backup.py' adding 'tests/managers/test_base.py' adding 'tests/managers/test_key.py' adding 'tests/managers/test_storage.py' adding 'tests/structures/__init__.py' adding 'tests/structures/test_backup.py' adding 'tests/structures/test_key.py' adding 'tests/structures/test_object.py' adding 'tests/structures/test_storage.py' adding 'tests/utils/__init__.py' adding 'tests/utils/test_checksum.py' adding 'tests/utils/test_type.py' adding 'edback-0.1.3.dist-info/METADATA' adding 'edback-0.1.3.dist-info/WHEEL' adding 'edback-0.1.3.dist-info/entry_points.txt' adding 'edback-0.1.3.dist-info/top_level.txt' adding 'edback-0.1.3.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for edback: finished with status 'done' Stored in directory: /tmp/tmpxlb_de1v Successfully built edback Cleaning up... Removing source in /tmp/pip-wheel-is8lape_/edback Removed build tracker '/tmp/pip-req-tracker-87py8_gc'