Created temporary directory: /tmp/pip-ephem-wheel-cache-tc691fp6 Created temporary directory: /tmp/pip-wheel-xzslt0hd Looking in indexes: https://pypi.python.org/simple Collecting pixiegateway==0.6 1 location(s) to search for versions of pixiegateway: * https://pypi.python.org/simple/pixiegateway/ Getting page https://pypi.python.org/simple/pixiegateway/ Analyzing links from page https://pypi.org/simple/pixiegateway/ Found link https://files.pythonhosted.org/packages/22/23/2db5ac9c0ef443cd918a67bd54c062a53601a4a0743f131224d2ec891bf6/pixiegateway-0.1.tar.gz#sha256=b33e3446a7a55f35f821a6c8a75eeba086e6e030581e07274ccc0eefde82bd07 (from https://pypi.org/simple/pixiegateway/), version: 0.1 Found link https://files.pythonhosted.org/packages/d1/e8/40af93abfabe3c616b53a3b20dabb0cc1fc34bebb2761dfa4ab78aa159fb/pixiegateway-0.2.tar.gz#sha256=9ecc8e7b3dff10dc515d43716f8e799e15473399d75f0e772dbef25c8350feb7 (from https://pypi.org/simple/pixiegateway/), version: 0.2 Found link https://files.pythonhosted.org/packages/5f/a2/80ca8c4dbe782bed0f4dc2cfee3deec6e191579c8fedc8f5c28993c59895/pixiegateway-0.4.tar.gz#sha256=f6d58ee9601e6611bdf84c1ec9b1fd384f9211e37ba74666f30d986c05ad2bc6 (from https://pypi.org/simple/pixiegateway/), version: 0.4 Found link https://files.pythonhosted.org/packages/de/8c/133ff57b5b161d9d6444fdc42baeb74487914782b957af727dc8d7d424e1/pixiegateway-0.5.tar.gz#sha256=73de06c5b91b25a6b2bdf463cd45d72537ed7b592d83c775300eef7399d23955 (from https://pypi.org/simple/pixiegateway/), version: 0.5 Found link https://files.pythonhosted.org/packages/2a/93/7f0c96f801c2fc9159951abbf0b223011a488c19619b42c5660ce2a6b015/pixiegateway-0.6.tar.gz#sha256=0499fe0d9902037af5e36ded7bf6b292bcb2be123f6950ba1a55249c8ab52d99 (from https://pypi.org/simple/pixiegateway/), version: 0.6 Using version 0.6 (newest of versions: 0.6) Created temporary directory: /tmp/pip-unpack-p86sjnor Downloading https://files.pythonhosted.org/packages/2a/93/7f0c96f801c2fc9159951abbf0b223011a488c19619b42c5660ce2a6b015/pixiegateway-0.6.tar.gz (9.6MB) Downloading from URL https://files.pythonhosted.org/packages/2a/93/7f0c96f801c2fc9159951abbf0b223011a488c19619b42c5660ce2a6b015/pixiegateway-0.6.tar.gz#sha256=0499fe0d9902037af5e36ded7bf6b292bcb2be123f6950ba1a55249c8ab52d99 (from https://pypi.org/simple/pixiegateway/) Running setup.py (path:/tmp/pip-wheel-xzslt0hd/pixiegateway/setup.py) egg_info for package pixiegateway Running command python setup.py egg_info running egg_info creating pip-egg-info/pixiegateway.egg-info writing requirements to pip-egg-info/pixiegateway.egg-info/requires.txt writing dependency_links to pip-egg-info/pixiegateway.egg-info/dependency_links.txt writing entry points to pip-egg-info/pixiegateway.egg-info/entry_points.txt writing pip-egg-info/pixiegateway.egg-info/PKG-INFO writing top-level names to pip-egg-info/pixiegateway.egg-info/top_level.txt writing manifest file 'pip-egg-info/pixiegateway.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found reading manifest file 'pip-egg-info/pixiegateway.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.pyc' found under directory '*' warning: no previously-included files matching '*.pyo' found under directory '*' warning: no previously-included files matching '*.orig' found under directory '*' writing manifest file 'pip-egg-info/pixiegateway.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-xzslt0hd/pixiegateway has version 0.6, which satisfies requirement pixiegateway==0.6 from https://files.pythonhosted.org/packages/2a/93/7f0c96f801c2fc9159951abbf0b223011a488c19619b42c5660ce2a6b015/pixiegateway-0.6.tar.gz#sha256=0499fe0d9902037af5e36ded7bf6b292bcb2be123f6950ba1a55249c8ab52d99 Building wheels for collected packages: pixiegateway Created temporary directory: /tmp/pip-wheel-u8rt_ql0 Running setup.py bdist_wheel for pixiegateway: started Destination directory: /tmp/pip-wheel-u8rt_ql0 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-xzslt0hd/pixiegateway/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-u8rt_ql0 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pixiegateway copying pixiegateway/exceptions.py -> build/lib/pixiegateway copying pixiegateway/chartThumbnail.py -> build/lib/pixiegateway copying pixiegateway/pixieGatewayApp.py -> build/lib/pixiegateway copying pixiegateway/utils.py -> build/lib/pixiegateway copying pixiegateway/notebookMgr.py -> build/lib/pixiegateway copying pixiegateway/__init__.py -> build/lib/pixiegateway copying pixiegateway/managedClient.py -> build/lib/pixiegateway copying pixiegateway/chartsManager.py -> build/lib/pixiegateway copying pixiegateway/session.py -> build/lib/pixiegateway creating build/lib/pixiegateway/admin copying pixiegateway/admin/kernelController.py -> build/lib/pixiegateway/admin copying pixiegateway/admin/appController.py -> build/lib/pixiegateway/admin copying pixiegateway/admin/__init__.py -> build/lib/pixiegateway/admin creating build/lib/pixiegateway/webdriver copying pixiegateway/webdriver/__init__.py -> build/lib/pixiegateway/webdriver creating build/lib/pixiegateway/handlers copying pixiegateway/handlers/handlers.py -> build/lib/pixiegateway/handlers copying pixiegateway/handlers/adminHandlers.py -> build/lib/pixiegateway/handlers copying pixiegateway/handlers/__init__.py -> build/lib/pixiegateway/handlers creating build/lib/pixiegateway/tests copying pixiegateway/tests/test_chartstorage.py -> build/lib/pixiegateway/tests copying pixiegateway/tests/test_rewrite.py -> build/lib/pixiegateway/tests copying pixiegateway/tests/__init__.py -> build/lib/pixiegateway/tests creating build/lib/pixiegateway/kernel copying pixiegateway/kernel/remote.py -> build/lib/pixiegateway/kernel copying pixiegateway/kernel/base.py -> build/lib/pixiegateway/kernel copying pixiegateway/kernel/local.py -> build/lib/pixiegateway/kernel copying pixiegateway/kernel/__init__.py -> build/lib/pixiegateway/kernel creating build/lib/pixiegateway/webdriver/linux copying pixiegateway/webdriver/linux/__init__.py -> build/lib/pixiegateway/webdriver/linux creating build/lib/pixiegateway/webdriver/mac copying pixiegateway/webdriver/mac/__init__.py -> build/lib/pixiegateway/webdriver/mac running egg_info writing pixiegateway.egg-info/PKG-INFO writing dependency_links to pixiegateway.egg-info/dependency_links.txt writing top-level names to pixiegateway.egg-info/top_level.txt writing entry points to pixiegateway.egg-info/entry_points.txt writing requirements to pixiegateway.egg-info/requires.txt warning: manifest_maker: standard file '-c' not found reading manifest file 'pixiegateway.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.pyc' found under directory '*' warning: no previously-included files matching '*.pyo' found under directory '*' warning: no previously-included files matching '*.orig' found under directory '*' writing manifest file 'pixiegateway.egg-info/SOURCES.txt' creating build/lib/pixiegateway/static creating build/lib/pixiegateway/static/codemirror copying pixiegateway/static/codemirror/codemirror.css -> build/lib/pixiegateway/static/codemirror copying pixiegateway/static/codemirror/codemirror.js -> build/lib/pixiegateway/static/codemirror creating build/lib/pixiegateway/static/requirejs copying pixiegateway/static/requirejs/require.js -> build/lib/pixiegateway/static/requirejs creating build/lib/pixiegateway/template creating build/lib/pixiegateway/template/admin copying pixiegateway/template/admin/adminCSS.html -> build/lib/pixiegateway/template/admin copying pixiegateway/template/admin/adminConsole.html -> build/lib/pixiegateway/template/admin copying pixiegateway/template/admin/adminLogs.html -> build/lib/pixiegateway/template/admin copying pixiegateway/template/admin/adminStats.html -> build/lib/pixiegateway/template/admin copying pixiegateway/template/admin/chartsJS.html -> build/lib/pixiegateway/template/admin copying pixiegateway/template/admin/chartsList.html -> build/lib/pixiegateway/template/admin copying pixiegateway/template/admin/kernelDetails.html -> build/lib/pixiegateway/template/admin copying pixiegateway/template/admin/pixieappDetails.html -> build/lib/pixiegateway/template/admin copying pixiegateway/template/admin/pixieappList.html -> build/lib/pixiegateway/template/admin copying pixiegateway/template/admin/statsJS.html -> build/lib/pixiegateway/template/admin copying pixiegateway/webdriver/linux/chromedriver -> build/lib/pixiegateway/webdriver/linux copying pixiegateway/webdriver/mac/chromedriver -> build/lib/pixiegateway/webdriver/mac 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/pixiegateway copying build/lib/pixiegateway/exceptions.py -> build/bdist.linux-armv7l/wheel/pixiegateway creating build/bdist.linux-armv7l/wheel/pixiegateway/admin copying build/lib/pixiegateway/admin/kernelController.py -> build/bdist.linux-armv7l/wheel/pixiegateway/admin copying build/lib/pixiegateway/admin/appController.py -> build/bdist.linux-armv7l/wheel/pixiegateway/admin copying build/lib/pixiegateway/admin/__init__.py -> build/bdist.linux-armv7l/wheel/pixiegateway/admin creating build/bdist.linux-armv7l/wheel/pixiegateway/webdriver copying build/lib/pixiegateway/webdriver/__init__.py -> build/bdist.linux-armv7l/wheel/pixiegateway/webdriver creating build/bdist.linux-armv7l/wheel/pixiegateway/webdriver/linux copying build/lib/pixiegateway/webdriver/linux/chromedriver -> build/bdist.linux-armv7l/wheel/pixiegateway/webdriver/linux copying build/lib/pixiegateway/webdriver/linux/__init__.py -> build/bdist.linux-armv7l/wheel/pixiegateway/webdriver/linux creating build/bdist.linux-armv7l/wheel/pixiegateway/webdriver/mac copying build/lib/pixiegateway/webdriver/mac/chromedriver -> build/bdist.linux-armv7l/wheel/pixiegateway/webdriver/mac copying build/lib/pixiegateway/webdriver/mac/__init__.py -> build/bdist.linux-armv7l/wheel/pixiegateway/webdriver/mac copying build/lib/pixiegateway/chartThumbnail.py -> build/bdist.linux-armv7l/wheel/pixiegateway copying build/lib/pixiegateway/pixieGatewayApp.py -> build/bdist.linux-armv7l/wheel/pixiegateway copying build/lib/pixiegateway/utils.py -> build/bdist.linux-armv7l/wheel/pixiegateway creating build/bdist.linux-armv7l/wheel/pixiegateway/handlers copying build/lib/pixiegateway/handlers/handlers.py -> build/bdist.linux-armv7l/wheel/pixiegateway/handlers copying build/lib/pixiegateway/handlers/adminHandlers.py -> build/bdist.linux-armv7l/wheel/pixiegateway/handlers copying build/lib/pixiegateway/handlers/__init__.py -> build/bdist.linux-armv7l/wheel/pixiegateway/handlers creating build/bdist.linux-armv7l/wheel/pixiegateway/tests copying build/lib/pixiegateway/tests/test_chartstorage.py -> build/bdist.linux-armv7l/wheel/pixiegateway/tests copying build/lib/pixiegateway/tests/test_rewrite.py -> build/bdist.linux-armv7l/wheel/pixiegateway/tests copying build/lib/pixiegateway/tests/__init__.py -> build/bdist.linux-armv7l/wheel/pixiegateway/tests creating build/bdist.linux-armv7l/wheel/pixiegateway/kernel copying build/lib/pixiegateway/kernel/remote.py -> build/bdist.linux-armv7l/wheel/pixiegateway/kernel copying build/lib/pixiegateway/kernel/base.py -> build/bdist.linux-armv7l/wheel/pixiegateway/kernel copying build/lib/pixiegateway/kernel/local.py -> build/bdist.linux-armv7l/wheel/pixiegateway/kernel copying build/lib/pixiegateway/kernel/__init__.py -> build/bdist.linux-armv7l/wheel/pixiegateway/kernel creating build/bdist.linux-armv7l/wheel/pixiegateway/template creating build/bdist.linux-armv7l/wheel/pixiegateway/template/admin copying build/lib/pixiegateway/template/admin/chartsList.html -> build/bdist.linux-armv7l/wheel/pixiegateway/template/admin copying build/lib/pixiegateway/template/admin/pixieappList.html -> build/bdist.linux-armv7l/wheel/pixiegateway/template/admin copying build/lib/pixiegateway/template/admin/adminStats.html -> build/bdist.linux-armv7l/wheel/pixiegateway/template/admin copying build/lib/pixiegateway/template/admin/statsJS.html -> build/bdist.linux-armv7l/wheel/pixiegateway/template/admin copying build/lib/pixiegateway/template/admin/kernelDetails.html -> build/bdist.linux-armv7l/wheel/pixiegateway/template/admin copying build/lib/pixiegateway/template/admin/chartsJS.html -> build/bdist.linux-armv7l/wheel/pixiegateway/template/admin copying build/lib/pixiegateway/template/admin/adminCSS.html -> build/bdist.linux-armv7l/wheel/pixiegateway/template/admin copying build/lib/pixiegateway/template/admin/adminConsole.html -> build/bdist.linux-armv7l/wheel/pixiegateway/template/admin copying build/lib/pixiegateway/template/admin/pixieappDetails.html -> build/bdist.linux-armv7l/wheel/pixiegateway/template/admin copying build/lib/pixiegateway/template/admin/adminLogs.html -> build/bdist.linux-armv7l/wheel/pixiegateway/template/admin copying build/lib/pixiegateway/notebookMgr.py -> build/bdist.linux-armv7l/wheel/pixiegateway copying build/lib/pixiegateway/__init__.py -> build/bdist.linux-armv7l/wheel/pixiegateway copying build/lib/pixiegateway/managedClient.py -> build/bdist.linux-armv7l/wheel/pixiegateway creating build/bdist.linux-armv7l/wheel/pixiegateway/static creating build/bdist.linux-armv7l/wheel/pixiegateway/static/requirejs copying build/lib/pixiegateway/static/requirejs/require.js -> build/bdist.linux-armv7l/wheel/pixiegateway/static/requirejs creating build/bdist.linux-armv7l/wheel/pixiegateway/static/codemirror copying build/lib/pixiegateway/static/codemirror/codemirror.css -> build/bdist.linux-armv7l/wheel/pixiegateway/static/codemirror copying build/lib/pixiegateway/static/codemirror/codemirror.js -> build/bdist.linux-armv7l/wheel/pixiegateway/static/codemirror copying build/lib/pixiegateway/chartsManager.py -> build/bdist.linux-armv7l/wheel/pixiegateway copying build/lib/pixiegateway/session.py -> build/bdist.linux-armv7l/wheel/pixiegateway running install_egg_info Copying pixiegateway.egg-info to build/bdist.linux-armv7l/wheel/pixiegateway-0.6.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pixiegateway-0.6.dist-info/WHEEL creating '/tmp/pip-wheel-u8rt_ql0/pixiegateway-0.6-py3-none-any.whl' and adding '.' to it adding 'pixiegateway/__init__.py' adding 'pixiegateway/chartThumbnail.py' adding 'pixiegateway/chartsManager.py' adding 'pixiegateway/exceptions.py' adding 'pixiegateway/managedClient.py' adding 'pixiegateway/notebookMgr.py' adding 'pixiegateway/pixieGatewayApp.py' adding 'pixiegateway/session.py' adding 'pixiegateway/utils.py' adding 'pixiegateway/admin/__init__.py' adding 'pixiegateway/admin/appController.py' adding 'pixiegateway/admin/kernelController.py' adding 'pixiegateway/handlers/__init__.py' adding 'pixiegateway/handlers/adminHandlers.py' adding 'pixiegateway/handlers/handlers.py' adding 'pixiegateway/kernel/__init__.py' adding 'pixiegateway/kernel/base.py' adding 'pixiegateway/kernel/local.py' adding 'pixiegateway/kernel/remote.py' adding 'pixiegateway/static/codemirror/codemirror.css' adding 'pixiegateway/static/codemirror/codemirror.js' adding 'pixiegateway/static/requirejs/require.js' adding 'pixiegateway/template/admin/adminCSS.html' adding 'pixiegateway/template/admin/adminConsole.html' adding 'pixiegateway/template/admin/adminLogs.html' adding 'pixiegateway/template/admin/adminStats.html' adding 'pixiegateway/template/admin/chartsJS.html' adding 'pixiegateway/template/admin/chartsList.html' adding 'pixiegateway/template/admin/kernelDetails.html' adding 'pixiegateway/template/admin/pixieappDetails.html' adding 'pixiegateway/template/admin/pixieappList.html' adding 'pixiegateway/template/admin/statsJS.html' adding 'pixiegateway/tests/__init__.py' adding 'pixiegateway/tests/test_chartstorage.py' adding 'pixiegateway/tests/test_rewrite.py' adding 'pixiegateway/webdriver/__init__.py' adding 'pixiegateway/webdriver/linux/__init__.py' adding 'pixiegateway/webdriver/linux/chromedriver' adding 'pixiegateway/webdriver/mac/__init__.py' adding 'pixiegateway/webdriver/mac/chromedriver' adding 'pixiegateway-0.6.dist-info/entry_points.txt' adding 'pixiegateway-0.6.dist-info/top_level.txt' adding 'pixiegateway-0.6.dist-info/WHEEL' adding 'pixiegateway-0.6.dist-info/METADATA' adding 'pixiegateway-0.6.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for pixiegateway: finished with status 'done' Stored in directory: /tmp/tmpbylwjb5k Successfully built pixiegateway Cleaning up... Removing source in /tmp/pip-wheel-xzslt0hd/pixiegateway