------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/openssl-1.1.1d,1.txz Installing /packages/All/python37-3.7.6.txz ===== Message from python37-3.7.6: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/py37-six-1.14.0.txz Installing /packages/All/py37-dateutil-2.8.0.txz Installing /packages/All/py37-decorator-4.3.0.txz Installing /packages/All/py37-ipython_genutils-0.2.0.txz Installing /packages/All/py37-traitlets-4.3.3.txz Installing /packages/All/py37-jupyter_core-4.6.3.txz Installing /packages/All/norm-1.5r6.txz Installing /packages/All/libzmq4-4.3.1_1.txz Installing /packages/All/py37-pyzmq-18.1.1.txz Installing /packages/All/py37-tornado-5.1.1.txz SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-jupyter_client-5.3.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-jupyter_client-5.3.4 depends on file: /usr/local/sbin/pkg - found => jupyter_client-5.3.4.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-5.3.4.tar.gz jupyter_client-5.3.4.tar.gz 0% of 269 kB 0 Bps jupyter_client-5.3.4.tar.gz 269 kB 20 MBps 00s ===> Fetching all distfiles required by py37-jupyter_client-5.3.4 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-jupyter_client-5.3.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-jupyter_client-5.3.4 for building => SHA256 Checksum OK for jupyter_client-5.3.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-jupyter_client-5.3.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-jupyter_client-5.3.4 for building ===> Extracting for py37-jupyter_client-5.3.4 => SHA256 Checksum OK for jupyter_client-5.3.4.tar.gz. Extracted Memory Use: 0.96M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-jupyter_client-5.3.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-jupyter_client-5.3.4 depends on package: py37-setuptools>0 - found ===> py37-jupyter_client-5.3.4 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-jupyter_client-5.3.4 depends on package: py37-setuptools>0 - found ===> py37-jupyter_client-5.3.4 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-jupyter_client-5.3.4 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-jupyter_client-5.3.4 running build running build_py creating build creating build/lib creating build/lib/jupyter_client copying jupyter_client/clientabc.py -> build/lib/jupyter_client copying jupyter_client/kernelspec.py -> build/lib/jupyter_client copying jupyter_client/multikernelmanager.py -> build/lib/jupyter_client copying jupyter_client/managerabc.py -> build/lib/jupyter_client copying jupyter_client/runapp.py -> build/lib/jupyter_client copying jupyter_client/channels.py -> build/lib/jupyter_client copying jupyter_client/manager.py -> build/lib/jupyter_client copying jupyter_client/threaded.py -> build/lib/jupyter_client copying jupyter_client/jsonutil.py -> build/lib/jupyter_client copying jupyter_client/kernelapp.py -> build/lib/jupyter_client copying jupyter_client/client.py -> build/lib/jupyter_client copying jupyter_client/restarter.py -> build/lib/jupyter_client copying jupyter_client/__init__.py -> build/lib/jupyter_client copying jupyter_client/launcher.py -> build/lib/jupyter_client copying jupyter_client/session.py -> build/lib/jupyter_client copying jupyter_client/kernelspecapp.py -> build/lib/jupyter_client copying jupyter_client/consoleapp.py -> build/lib/jupyter_client copying jupyter_client/localinterfaces.py -> build/lib/jupyter_client copying jupyter_client/connect.py -> build/lib/jupyter_client copying jupyter_client/_version.py -> build/lib/jupyter_client copying jupyter_client/win_interrupt.py -> build/lib/jupyter_client copying jupyter_client/adapter.py -> build/lib/jupyter_client copying jupyter_client/channelsabc.py -> build/lib/jupyter_client creating build/lib/jupyter_client/blocking copying jupyter_client/blocking/client.py -> build/lib/jupyter_client/blocking copying jupyter_client/blocking/__init__.py -> build/lib/jupyter_client/blocking copying jupyter_client/blocking/channels.py -> build/lib/jupyter_client/blocking creating build/lib/jupyter_client/ioloop copying jupyter_client/ioloop/restarter.py -> build/lib/jupyter_client/ioloop copying jupyter_client/ioloop/manager.py -> build/lib/jupyter_client/ioloop copying jupyter_client/ioloop/__init__.py -> build/lib/jupyter_client/ioloop creating build/lib/jupyter_client/tests copying jupyter_client/tests/test_client.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_jsonutil.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_kernelmanager.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_connect.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/signalkernel.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_localinterfaces.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_kernelspec.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_multikernelmanager.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_session.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/__init__.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/utils.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_kernelapp.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_adapter.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_public_api.py -> build/lib/jupyter_client/tests SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-jupyter_client-5.3.4 depends on package: py37-dateutil>=2.1 - found ===> py37-jupyter_client-5.3.4 depends on package: py37-jupyter_core>=4.6.0 - found ===> py37-jupyter_client-5.3.4 depends on package: py37-pyzmq>=13 - found ===> py37-jupyter_client-5.3.4 depends on package: py37-tornado>=4.1 - found ===> py37-jupyter_client-5.3.4 depends on package: py37-traitlets>=0 - found ===> py37-jupyter_client-5.3.4 depends on package: py37-setuptools>0 - found ===> py37-jupyter_client-5.3.4 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-jupyter_client-5.3.4 ===> py37-jupyter_client-5.3.4 depends on package: py37-dateutil>=2.1 - found ===> py37-jupyter_client-5.3.4 depends on package: py37-jupyter_core>=4.6.0 - found ===> py37-jupyter_client-5.3.4 depends on package: py37-pyzmq>=13 - found ===> py37-jupyter_client-5.3.4 depends on package: py37-tornado>=4.1 - found ===> py37-jupyter_client-5.3.4 depends on package: py37-traitlets>=0 - found ===> py37-jupyter_client-5.3.4 depends on package: py37-setuptools>0 - found ===> py37-jupyter_client-5.3.4 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running install_lib creating /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7 creating /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages creating /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/_version.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/channelsabc.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client creating /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ioloop copying build/lib/jupyter_client/ioloop/__init__.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ioloop copying build/lib/jupyter_client/ioloop/restarter.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ioloop copying build/lib/jupyter_client/ioloop/manager.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ioloop copying build/lib/jupyter_client/restarter.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/multikernelmanager.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/session.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/launcher.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/threaded.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/clientabc.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/adapter.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/jsonutil.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/consoleapp.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/runapp.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/kernelspecapp.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client creating /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/test_kernelmanager.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/test_kernelapp.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/utils.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/test_jsonutil.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/test_public_api.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/test_kernelspec.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/test_localinterfaces.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/signalkernel.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/test_client.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/__init__.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/test_session.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/test_adapter.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/test_connect.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/tests/test_multikernelmanager.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests copying build/lib/jupyter_client/kernelspec.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/kernelapp.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/managerabc.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/connect.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/channels.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/localinterfaces.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/manager.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client creating /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/blocking copying build/lib/jupyter_client/blocking/__init__.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/blocking copying build/lib/jupyter_client/blocking/client.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/blocking copying build/lib/jupyter_client/blocking/channels.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/blocking copying build/lib/jupyter_client/win_interrupt.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/client.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/__init__.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/_version.py to _version.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/channelsabc.py to channelsabc.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ioloop/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ioloop/restarter.py to restarter.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ioloop/manager.py to manager.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/restarter.py to restarter.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/multikernelmanager.py to multikernelmanager.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/session.py to session.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/launcher.py to launcher.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/threaded.py to threaded.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/clientabc.py to clientabc.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/adapter.py to adapter.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/jsonutil.py to jsonutil.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/consoleapp.py to consoleapp.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/runapp.py to runapp.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/kernelspecapp.py to kernelspecapp.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/test_kernelmanager.py to test_kernelmanager.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/test_kernelapp.py to test_kernelapp.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/utils.py to utils.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/test_jsonutil.py to test_jsonutil.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/test_public_api.py to test_public_api.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/test_kernelspec.py to test_kernelspec.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/test_localinterfaces.py to test_localinterfaces.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/signalkernel.py to signalkernel.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/test_client.py to test_client.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/test_session.py to test_session.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/test_adapter.py to test_adapter.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/test_connect.py to test_connect.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests/test_multikernelmanager.py to test_multikernelmanager.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/kernelspec.py to kernelspec.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/kernelapp.py to kernelapp.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/managerabc.py to managerabc.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/connect.py to connect.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/channels.py to channels.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/localinterfaces.py to localinterfaces.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/manager.py to manager.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/blocking/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/blocking/client.py to client.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/blocking/channels.py to channels.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/win_interrupt.py to win_interrupt.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/client.py to client.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmpwhrztkyr.py' /usr/local/bin/python3.7 /tmp/tmpwhrztkyr.py removing /tmp/tmpwhrztkyr.py running install_egg_info running egg_info writing jupyter_client.egg-info/PKG-INFO writing dependency_links to jupyter_client.egg-info/dependency_links.txt writing entry points to jupyter_client.egg-info/entry_points.txt writing requirements to jupyter_client.egg-info/requires.txt writing top-level names to jupyter_client.egg-info/top_level.txt reading manifest file 'jupyter_client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs/#*' warning: no directories found matching 'examples' no previously-included directories found matching 'docs/build' no previously-included directories found matching 'docs/gh-pages' no previously-included directories found matching 'docs/dist' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distribution writing manifest file 'jupyter_client.egg-info/SOURCES.txt' Copying jupyter_client.egg-info to /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client-5.3.4-py3.7.egg-info running install_scripts Installing jupyter-kernel script to /construction/devel/py-jupyter_client/stage/usr/local/bin Installing jupyter-kernelspec script to /construction/devel/py-jupyter_client/stage/usr/local/bin Installing jupyter-run script to /construction/devel/py-jupyter_client/stage/usr/local/bin writing list of installed files to '/construction/devel/py-jupyter_client/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX Move: bin/jupyter-kernel --> bin/jupyter-kernel-3.7 Link: @bin/jupyter-kernel --> bin/jupyter-kernel-3.7 Move: bin/jupyter-kernelspec --> bin/jupyter-kernelspec-3.7 Link: @bin/jupyter-kernelspec --> bin/jupyter-kernelspec-3.7 Move: bin/jupyter-run --> bin/jupyter-run-3.7 Link: @bin/jupyter-run --> bin/jupyter-run-3.7 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-jupyter_client-5.3.4 file sizes/checksums [141]: 0% file sizes/checksums [141]: 70% file sizes/checksums [141]: 100% packing files [141]: 0% packing files [141]: 70% packing files [141]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:19