Created temporary directory: /tmp/pip-ephem-wheel-cache-byaik6z_ Created temporary directory: /tmp/pip-req-tracker-4cfr7bev Created requirements tracker '/tmp/pip-req-tracker-4cfr7bev' Created temporary directory: /tmp/pip-wheel-_njtvku_ Looking in indexes: https://pypi.python.org/simple Collecting featherduster==0.4 1 location(s) to search for versions of featherduster: * https://pypi.python.org/simple/featherduster/ Getting page https://pypi.python.org/simple/featherduster/ Analyzing links from page https://pypi.org/simple/featherduster/ Skipping link https://files.pythonhosted.org/packages/47/67/d3d79358f746da0978a8f224af98009b5b1225c4fc379ce1f34742f82ae4/featherduster-0.4-py2-none-any.whl#sha256=e37180eddcbdad9f5d99639260877e273aacdc1056eab38922a3571d1bccbfc4 (from https://pypi.org/simple/featherduster/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/d0/c1/3b0e6a882984413f0e7e3a6eea5b12cb8d7e6b8bfcc382e2e81dc70d2018/featherduster-0.4.tar.gz#sha256=e6a27742cb61908d62b55768b9536b66a17938a394ddfcbd7a912be64bcd1695 (from https://pypi.org/simple/featherduster/), version: 0.4 Using version 0.4 (newest of versions: 0.4) Created temporary directory: /tmp/pip-unpack-jptz37ya Downloading https://files.pythonhosted.org/packages/d0/c1/3b0e6a882984413f0e7e3a6eea5b12cb8d7e6b8bfcc382e2e81dc70d2018/featherduster-0.4.tar.gz (272kB) Downloading from URL https://files.pythonhosted.org/packages/d0/c1/3b0e6a882984413f0e7e3a6eea5b12cb8d7e6b8bfcc382e2e81dc70d2018/featherduster-0.4.tar.gz#sha256=e6a27742cb61908d62b55768b9536b66a17938a394ddfcbd7a912be64bcd1695 (from https://pypi.org/simple/featherduster/) Added featherduster==0.4 from https://files.pythonhosted.org/packages/d0/c1/3b0e6a882984413f0e7e3a6eea5b12cb8d7e6b8bfcc382e2e81dc70d2018/featherduster-0.4.tar.gz#sha256=e6a27742cb61908d62b55768b9536b66a17938a394ddfcbd7a912be64bcd1695 to build tracker '/tmp/pip-req-tracker-4cfr7bev' Running setup.py (path:/tmp/pip-wheel-_njtvku_/featherduster/setup.py) egg_info for package featherduster Running command python setup.py egg_info running egg_info creating pip-egg-info/featherduster.egg-info writing top-level names to pip-egg-info/featherduster.egg-info/top_level.txt writing pip-egg-info/featherduster.egg-info/PKG-INFO writing entry points to pip-egg-info/featherduster.egg-info/entry_points.txt writing requirements to pip-egg-info/featherduster.egg-info/requires.txt writing dependency_links to pip-egg-info/featherduster.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/featherduster.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/featherduster.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/featherduster.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-_njtvku_/featherduster has version 0.4, which satisfies requirement featherduster==0.4 from https://files.pythonhosted.org/packages/d0/c1/3b0e6a882984413f0e7e3a6eea5b12cb8d7e6b8bfcc382e2e81dc70d2018/featherduster-0.4.tar.gz#sha256=e6a27742cb61908d62b55768b9536b66a17938a394ddfcbd7a912be64bcd1695 Removed featherduster==0.4 from https://files.pythonhosted.org/packages/d0/c1/3b0e6a882984413f0e7e3a6eea5b12cb8d7e6b8bfcc382e2e81dc70d2018/featherduster-0.4.tar.gz#sha256=e6a27742cb61908d62b55768b9536b66a17938a394ddfcbd7a912be64bcd1695 from build tracker '/tmp/pip-req-tracker-4cfr7bev' Building wheels for collected packages: featherduster Created temporary directory: /tmp/pip-wheel-u9yjj5b_ Running setup.py bdist_wheel for featherduster: started Destination directory: /tmp/pip-wheel-u9yjj5b_ Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-_njtvku_/featherduster/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-u9yjj5b_ running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/featherduster copying featherduster/__init__.py -> build/lib/featherduster copying featherduster/completer.py -> build/lib/featherduster copying featherduster/featherduster.py -> build/lib/featherduster copying featherduster/advice.py -> build/lib/featherduster creating build/lib/cryptanalib copying cryptanalib/helpers.py -> build/lib/cryptanalib copying cryptanalib/classical.py -> build/lib/cryptanalib copying cryptanalib/modern.py -> build/lib/cryptanalib copying cryptanalib/frequency.py -> build/lib/cryptanalib copying cryptanalib/__init__.py -> build/lib/cryptanalib creating build/lib/feathermodules copying feathermodules/__init__.py -> build/lib/feathermodules creating build/lib/feathermodules/pubkey copying feathermodules/pubkey/rsa_wiener.py -> build/lib/feathermodules/pubkey copying feathermodules/pubkey/rsa_fermat.py -> build/lib/feathermodules/pubkey copying feathermodules/pubkey/__init__.py -> build/lib/feathermodules/pubkey creating build/lib/feathermodules/stream copying feathermodules/stream/many_time_pad.py -> build/lib/feathermodules/stream copying feathermodules/stream/single_byte_xor.py -> build/lib/feathermodules/stream copying feathermodules/stream/multi_byte_xor.py -> build/lib/feathermodules/stream copying feathermodules/stream/__init__.py -> build/lib/feathermodules/stream creating build/lib/feathermodules/block copying feathermodules/block/ecb_cpa_decrypt.py -> build/lib/feathermodules/block copying feathermodules/block/http_padding_oracle.py -> build/lib/feathermodules/block copying feathermodules/block/aes_key_brute.py -> build/lib/feathermodules/block copying feathermodules/block/__init__.py -> build/lib/feathermodules/block copying feathermodules/block/generic_padding_oracle.py -> build/lib/feathermodules/block creating build/lib/feathermodules/classical copying feathermodules/classical/columnar_transposition.py -> build/lib/feathermodules/classical copying feathermodules/classical/vigenere.py -> build/lib/feathermodules/classical copying feathermodules/classical/__init__.py -> build/lib/feathermodules/classical copying feathermodules/classical/alpha_shift.py -> build/lib/feathermodules/classical creating build/lib/feathermodules/auxiliary copying feathermodules/auxiliary/rand_time.py -> build/lib/feathermodules/auxiliary copying feathermodules/auxiliary/hash_format_detect.py -> build/lib/feathermodules/auxiliary copying feathermodules/auxiliary/__init__.py -> build/lib/feathermodules/auxiliary copying feathermodules/auxiliary/base_n_solver.py -> build/lib/feathermodules/auxiliary creating build/lib/feathermodules/hash copying feathermodules/hash/hash_extend.py -> build/lib/feathermodules/hash copying feathermodules/hash/__init__.py -> build/lib/feathermodules/hash copying feathermodules/hash/pymd5.py -> build/lib/feathermodules/hash creating build/lib/feathermodules/custom copying feathermodules/custom/__init__.py -> build/lib/feathermodules/custom 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/featherduster copying build/lib/featherduster/__init__.py -> build/bdist.linux-armv7l/wheel/featherduster copying build/lib/featherduster/completer.py -> build/bdist.linux-armv7l/wheel/featherduster copying build/lib/featherduster/featherduster.py -> build/bdist.linux-armv7l/wheel/featherduster copying build/lib/featherduster/advice.py -> build/bdist.linux-armv7l/wheel/featherduster creating build/bdist.linux-armv7l/wheel/cryptanalib copying build/lib/cryptanalib/helpers.py -> build/bdist.linux-armv7l/wheel/cryptanalib copying build/lib/cryptanalib/classical.py -> build/bdist.linux-armv7l/wheel/cryptanalib copying build/lib/cryptanalib/modern.py -> build/bdist.linux-armv7l/wheel/cryptanalib copying build/lib/cryptanalib/frequency.py -> build/bdist.linux-armv7l/wheel/cryptanalib copying build/lib/cryptanalib/__init__.py -> build/bdist.linux-armv7l/wheel/cryptanalib creating build/bdist.linux-armv7l/wheel/feathermodules creating build/bdist.linux-armv7l/wheel/feathermodules/pubkey copying build/lib/feathermodules/pubkey/rsa_wiener.py -> build/bdist.linux-armv7l/wheel/feathermodules/pubkey copying build/lib/feathermodules/pubkey/rsa_fermat.py -> build/bdist.linux-armv7l/wheel/feathermodules/pubkey copying build/lib/feathermodules/pubkey/__init__.py -> build/bdist.linux-armv7l/wheel/feathermodules/pubkey creating build/bdist.linux-armv7l/wheel/feathermodules/stream copying build/lib/feathermodules/stream/many_time_pad.py -> build/bdist.linux-armv7l/wheel/feathermodules/stream copying build/lib/feathermodules/stream/single_byte_xor.py -> build/bdist.linux-armv7l/wheel/feathermodules/stream copying build/lib/feathermodules/stream/multi_byte_xor.py -> build/bdist.linux-armv7l/wheel/feathermodules/stream copying build/lib/feathermodules/stream/__init__.py -> build/bdist.linux-armv7l/wheel/feathermodules/stream creating build/bdist.linux-armv7l/wheel/feathermodules/block copying build/lib/feathermodules/block/ecb_cpa_decrypt.py -> build/bdist.linux-armv7l/wheel/feathermodules/block copying build/lib/feathermodules/block/http_padding_oracle.py -> build/bdist.linux-armv7l/wheel/feathermodules/block copying build/lib/feathermodules/block/aes_key_brute.py -> build/bdist.linux-armv7l/wheel/feathermodules/block copying build/lib/feathermodules/block/__init__.py -> build/bdist.linux-armv7l/wheel/feathermodules/block copying build/lib/feathermodules/block/generic_padding_oracle.py -> build/bdist.linux-armv7l/wheel/feathermodules/block creating build/bdist.linux-armv7l/wheel/feathermodules/classical copying build/lib/feathermodules/classical/columnar_transposition.py -> build/bdist.linux-armv7l/wheel/feathermodules/classical copying build/lib/feathermodules/classical/vigenere.py -> build/bdist.linux-armv7l/wheel/feathermodules/classical copying build/lib/feathermodules/classical/__init__.py -> build/bdist.linux-armv7l/wheel/feathermodules/classical copying build/lib/feathermodules/classical/alpha_shift.py -> build/bdist.linux-armv7l/wheel/feathermodules/classical creating build/bdist.linux-armv7l/wheel/feathermodules/auxiliary copying build/lib/feathermodules/auxiliary/rand_time.py -> build/bdist.linux-armv7l/wheel/feathermodules/auxiliary copying build/lib/feathermodules/auxiliary/hash_format_detect.py -> build/bdist.linux-armv7l/wheel/feathermodules/auxiliary copying build/lib/feathermodules/auxiliary/__init__.py -> build/bdist.linux-armv7l/wheel/feathermodules/auxiliary copying build/lib/feathermodules/auxiliary/base_n_solver.py -> build/bdist.linux-armv7l/wheel/feathermodules/auxiliary creating build/bdist.linux-armv7l/wheel/feathermodules/hash copying build/lib/feathermodules/hash/hash_extend.py -> build/bdist.linux-armv7l/wheel/feathermodules/hash copying build/lib/feathermodules/hash/__init__.py -> build/bdist.linux-armv7l/wheel/feathermodules/hash copying build/lib/feathermodules/hash/pymd5.py -> build/bdist.linux-armv7l/wheel/feathermodules/hash copying build/lib/feathermodules/__init__.py -> build/bdist.linux-armv7l/wheel/feathermodules creating build/bdist.linux-armv7l/wheel/feathermodules/custom copying build/lib/feathermodules/custom/__init__.py -> build/bdist.linux-armv7l/wheel/feathermodules/custom running install_egg_info running egg_info writing top-level names to featherduster.egg-info/top_level.txt writing featherduster.egg-info/PKG-INFO writing dependency_links to featherduster.egg-info/dependency_links.txt writing requirements to featherduster.egg-info/requires.txt writing entry points to featherduster.egg-info/entry_points.txt reading manifest file 'featherduster.egg-info/SOURCES.txt' writing manifest file 'featherduster.egg-info/SOURCES.txt' Copying featherduster.egg-info to build/bdist.linux-armv7l/wheel/featherduster-0.4-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/featherduster-0.4.dist-info/WHEEL creating '/tmp/pip-wheel-u9yjj5b_/featherduster-0.4-py3-none-any.whl' and adding '.' to it adding 'cryptanalib/__init__.py' adding 'cryptanalib/classical.py' adding 'cryptanalib/frequency.py' adding 'cryptanalib/helpers.py' adding 'cryptanalib/modern.py' adding 'featherduster/__init__.py' adding 'featherduster/advice.py' adding 'featherduster/completer.py' adding 'featherduster/featherduster.py' adding 'feathermodules/__init__.py' adding 'feathermodules/auxiliary/__init__.py' adding 'feathermodules/auxiliary/base_n_solver.py' adding 'feathermodules/auxiliary/hash_format_detect.py' adding 'feathermodules/auxiliary/rand_time.py' adding 'feathermodules/block/__init__.py' adding 'feathermodules/block/aes_key_brute.py' adding 'feathermodules/block/ecb_cpa_decrypt.py' adding 'feathermodules/block/generic_padding_oracle.py' adding 'feathermodules/block/http_padding_oracle.py' adding 'feathermodules/classical/__init__.py' adding 'feathermodules/classical/alpha_shift.py' adding 'feathermodules/classical/columnar_transposition.py' adding 'feathermodules/classical/vigenere.py' adding 'feathermodules/custom/__init__.py' adding 'feathermodules/hash/__init__.py' adding 'feathermodules/hash/hash_extend.py' adding 'feathermodules/hash/pymd5.py' adding 'feathermodules/pubkey/__init__.py' adding 'feathermodules/pubkey/rsa_fermat.py' adding 'feathermodules/pubkey/rsa_wiener.py' adding 'feathermodules/stream/__init__.py' adding 'feathermodules/stream/many_time_pad.py' adding 'feathermodules/stream/multi_byte_xor.py' adding 'feathermodules/stream/single_byte_xor.py' adding 'featherduster-0.4.dist-info/entry_points.txt' adding 'featherduster-0.4.dist-info/top_level.txt' adding 'featherduster-0.4.dist-info/WHEEL' adding 'featherduster-0.4.dist-info/METADATA' adding 'featherduster-0.4.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for featherduster: finished with status 'done' Stored in directory: /tmp/tmpw79j5ag6 Successfully built featherduster Cleaning up... Removing source in /tmp/pip-wheel-_njtvku_/featherduster Removed build tracker '/tmp/pip-req-tracker-4cfr7bev'