Created temporary directory: /tmp/pip-ephem-wheel-cache-zz6ssbpm Created temporary directory: /tmp/pip-req-tracker-8zu7spch Created requirements tracker '/tmp/pip-req-tracker-8zu7spch' Created temporary directory: /tmp/pip-wheel-86ppxh6m Collecting exam-scheduler==0.0.1 1 location(s) to search for versions of exam-scheduler: * https://pypi.org/simple/exam-scheduler/ Getting page https://pypi.org/simple/exam-scheduler/ Analyzing links from page https://pypi.org/simple/exam-scheduler/ Skipping link https://files.pythonhosted.org/packages/e1/a1/cf5e7bbb1d49666c9f3d43321df118866e302e23fe15e0a9a44950ab0c10/exam_scheduler-0.0.1-py3.6.egg#sha256=935c4e553a6068f6d12997eb52b22d93cccf595fc8f1c8baceac34565aeaaac6 (from https://pypi.org/simple/exam-scheduler/); unsupported archive format: .egg Found link https://files.pythonhosted.org/packages/97/ac/505fa51ae3c5da18ec09bf109d33c09f3bd7a88d9b55a2c1e83bd8bc3188/exam_scheduler-0.0.1.tar.gz#sha256=ddbe2c4c47e1f37175927aa800a6c7a7f09376ee24a2d418e38a50d8700a1adb (from https://pypi.org/simple/exam-scheduler/), version: 0.0.1 Using version 0.0.1 (newest of versions: 0.0.1) Created temporary directory: /tmp/pip-unpack-8yr305iy Downloading https://files.pythonhosted.org/packages/97/ac/505fa51ae3c5da18ec09bf109d33c09f3bd7a88d9b55a2c1e83bd8bc3188/exam_scheduler-0.0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/97/ac/505fa51ae3c5da18ec09bf109d33c09f3bd7a88d9b55a2c1e83bd8bc3188/exam_scheduler-0.0.1.tar.gz#sha256=ddbe2c4c47e1f37175927aa800a6c7a7f09376ee24a2d418e38a50d8700a1adb (from https://pypi.org/simple/exam-scheduler/) Added exam-scheduler==0.0.1 from https://files.pythonhosted.org/packages/97/ac/505fa51ae3c5da18ec09bf109d33c09f3bd7a88d9b55a2c1e83bd8bc3188/exam_scheduler-0.0.1.tar.gz#sha256=ddbe2c4c47e1f37175927aa800a6c7a7f09376ee24a2d418e38a50d8700a1adb to build tracker '/tmp/pip-req-tracker-8zu7spch' Running setup.py (path:/tmp/pip-wheel-86ppxh6m/exam-scheduler/setup.py) egg_info for package exam-scheduler Running command python setup.py egg_info running egg_info creating pip-egg-info/exam_scheduler.egg-info writing dependency_links to pip-egg-info/exam_scheduler.egg-info/dependency_links.txt writing requirements to pip-egg-info/exam_scheduler.egg-info/requires.txt writing pip-egg-info/exam_scheduler.egg-info/PKG-INFO writing top-level names to pip-egg-info/exam_scheduler.egg-info/top_level.txt writing entry points to pip-egg-info/exam_scheduler.egg-info/entry_points.txt writing manifest file 'pip-egg-info/exam_scheduler.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/exam_scheduler.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'exam_scheduler' writing manifest file 'pip-egg-info/exam_scheduler.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-86ppxh6m/exam-scheduler has version 0.0.1, which satisfies requirement exam-scheduler==0.0.1 from https://files.pythonhosted.org/packages/97/ac/505fa51ae3c5da18ec09bf109d33c09f3bd7a88d9b55a2c1e83bd8bc3188/exam_scheduler-0.0.1.tar.gz#sha256=ddbe2c4c47e1f37175927aa800a6c7a7f09376ee24a2d418e38a50d8700a1adb Removed exam-scheduler==0.0.1 from https://files.pythonhosted.org/packages/97/ac/505fa51ae3c5da18ec09bf109d33c09f3bd7a88d9b55a2c1e83bd8bc3188/exam_scheduler-0.0.1.tar.gz#sha256=ddbe2c4c47e1f37175927aa800a6c7a7f09376ee24a2d418e38a50d8700a1adb from build tracker '/tmp/pip-req-tracker-8zu7spch' Building wheels for collected packages: exam-scheduler Created temporary directory: /tmp/pip-wheel-yw7bx4ku Running setup.py bdist_wheel for exam-scheduler: started Destination directory: /tmp/pip-wheel-yw7bx4ku Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-86ppxh6m/exam-scheduler/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-yw7bx4ku running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/exam_scheduler copying exam_scheduler/scheduler.py -> build/lib/exam_scheduler copying exam_scheduler/priority_queue.py -> build/lib/exam_scheduler copying exam_scheduler/room.py -> build/lib/exam_scheduler copying exam_scheduler/util.py -> build/lib/exam_scheduler copying exam_scheduler/__init__.py -> build/lib/exam_scheduler copying exam_scheduler/main.py -> build/lib/exam_scheduler copying exam_scheduler/session.py -> build/lib/exam_scheduler copying exam_scheduler/configurations.py -> build/lib/exam_scheduler copying exam_scheduler/parser.py -> build/lib/exam_scheduler copying exam_scheduler/teacher.py -> build/lib/exam_scheduler running egg_info writing exam_scheduler.egg-info/PKG-INFO writing top-level names to exam_scheduler.egg-info/top_level.txt writing entry points to exam_scheduler.egg-info/entry_points.txt writing dependency_links to exam_scheduler.egg-info/dependency_links.txt writing requirements to exam_scheduler.egg-info/requires.txt reading manifest file 'exam_scheduler.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'exam_scheduler' writing manifest file 'exam_scheduler.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/exam_scheduler copying build/lib/exam_scheduler/scheduler.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/priority_queue.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/room.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/util.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/__init__.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/main.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/session.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/configurations.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/parser.py -> build/bdist.linux-armv7l/wheel/exam_scheduler copying build/lib/exam_scheduler/teacher.py -> build/bdist.linux-armv7l/wheel/exam_scheduler running install_egg_info Copying exam_scheduler.egg-info to build/bdist.linux-armv7l/wheel/exam_scheduler-0.0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/exam_scheduler-0.0.1.dist-info/WHEEL creating '/tmp/pip-wheel-yw7bx4ku/exam_scheduler-0.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'exam_scheduler/__init__.py' adding 'exam_scheduler/configurations.py' adding 'exam_scheduler/main.py' adding 'exam_scheduler/parser.py' adding 'exam_scheduler/priority_queue.py' adding 'exam_scheduler/room.py' adding 'exam_scheduler/scheduler.py' adding 'exam_scheduler/session.py' adding 'exam_scheduler/teacher.py' adding 'exam_scheduler/util.py' adding 'exam_scheduler-0.0.1.dist-info/METADATA' adding 'exam_scheduler-0.0.1.dist-info/WHEEL' adding 'exam_scheduler-0.0.1.dist-info/entry_points.txt' adding 'exam_scheduler-0.0.1.dist-info/top_level.txt' adding 'exam_scheduler-0.0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for exam-scheduler: finished with status 'done' Stored in directory: /tmp/tmpzm82hopw Successfully built exam-scheduler Cleaning up... Removing source in /tmp/pip-wheel-86ppxh6m/exam-scheduler Removed build tracker '/tmp/pip-req-tracker-8zu7spch'