------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.3_1.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.2.20201017.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.21.txz Installing /packages/All/openssl-1.1.1h_1,1.txz Installing /packages/All/python37-3.7.9_1.txz ===== Message from python37-3.7.9_1: -- 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.15.0.txz Installing /packages/All/py37-dateutil-2.8.1.txz Installing /packages/All/py37-decorator-4.4.2.txz Installing /packages/All/py37-ipython_genutils-0.2.0.txz Installing /packages/All/py37-traitlets-5.0.5.txz Installing /packages/All/py37-jupyter_core-4.6.3.txz Installing /packages/All/norm-1.5r6_1.txz Installing /packages/All/libzmq4-4.3.1_1.txz Installing /packages/All/py37-pyzmq-19.0.2.txz Installing /packages/All/py37-tornado-5.1.1.txz SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-jupyter_client-6.1.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-jupyter_client-6.1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-jupyter_client-6.1.3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-jupyter_client-6.1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-jupyter_client-6.1.3 for building => SHA256 Checksum OK for jupyter_client-6.1.3.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-jupyter_client-6.1.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-jupyter_client-6.1.3 for building ===> Extracting for py37-jupyter_client-6.1.3 => SHA256 Checksum OK for jupyter_client-6.1.3.tar.gz. Extracted Memory Use: 1.06M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-jupyter_client-6.1.3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-jupyter_client-6.1.3 depends on package: py37-setuptools>0 - found ===> py37-jupyter_client-6.1.3 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-jupyter_client-6.1.3 depends on package: py37-setuptools>0 - found ===> py37-jupyter_client-6.1.3 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-jupyter_client-6.1.3 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-jupyter_client-6.1.3 running build running build_py creating build creating build/lib creating build/lib/jupyter_client copying jupyter_client/win_interrupt.py -> build/lib/jupyter_client copying jupyter_client/runapp.py -> build/lib/jupyter_client copying jupyter_client/kernelspec.py -> build/lib/jupyter_client copying jupyter_client/__init__.py -> build/lib/jupyter_client copying jupyter_client/threaded.py -> build/lib/jupyter_client copying jupyter_client/localinterfaces.py -> build/lib/jupyter_client copying jupyter_client/consoleapp.py -> build/lib/jupyter_client copying jupyter_client/adapter.py -> build/lib/jupyter_client copying jupyter_client/client.py -> build/lib/jupyter_client copying jupyter_client/manager.py -> build/lib/jupyter_client copying jupyter_client/multikernelmanager.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/jsonutil.py -> build/lib/jupyter_client copying jupyter_client/channels.py -> build/lib/jupyter_client copying jupyter_client/channelsabc.py -> build/lib/jupyter_client copying jupyter_client/managerabc.py -> build/lib/jupyter_client copying jupyter_client/kernelspecapp.py -> build/lib/jupyter_client copying jupyter_client/restarter.py -> build/lib/jupyter_client copying jupyter_client/launcher.py -> build/lib/jupyter_client copying jupyter_client/clientabc.py -> build/lib/jupyter_client copying jupyter_client/kernelapp.py -> build/lib/jupyter_client copying jupyter_client/session.py -> build/lib/jupyter_client creating 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 copying jupyter_client/ioloop/restarter.py -> build/lib/jupyter_client/ioloop creating build/lib/jupyter_client/tests copying jupyter_client/tests/test_session.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_multikernelmanager.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_adapter.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_kernelspec.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/__init__.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_kernelapp.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/signalkernel.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_connect.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_kernelmanager.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_localinterfaces.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_public_api.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/utils.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_jsonutil.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_client.py -> build/lib/jupyter_client/tests copying jupyter_client/tests/test_ssh.py -> build/lib/jupyter_client/tests creating build/lib/jupyter_client/blocking copying jupyter_client/blocking/channels.py -> 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 creating build/lib/jupyter_client/asynchronous copying jupyter_client/asynchronous/channels.py -> build/lib/jupyter_client/asynchronous copying jupyter_client/asynchronous/__init__.py -> build/lib/jupyter_client/asynchronous copying jupyter_client/asynchronous/client.py -> build/lib/jupyter_client/asynchronous creating build/lib/jupyter_client/ssh copying jupyter_client/ssh/forward.py -> build/lib/jupyter_client/ssh copying jupyter_client/ssh/__init__.py -> build/lib/jupyter_client/ssh copying jupyter_client/ssh/tunnel.py -> build/lib/jupyter_client/ssh SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-jupyter_client-6.1.3 depends on package: py37-dateutil>=2.1 - found ===> py37-jupyter_client-6.1.3 depends on package: py37-jupyter_core>=4.6.0 - found ===> py37-jupyter_client-6.1.3 depends on package: py37-pyzmq>=13 - found ===> py37-jupyter_client-6.1.3 depends on package: py37-tornado>=4.1 - found ===> py37-jupyter_client-6.1.3 depends on package: py37-traitlets>=0 - found ===> py37-jupyter_client-6.1.3 depends on package: py37-setuptools>0 - found ===> py37-jupyter_client-6.1.3 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-jupyter_client-6.1.3 ===> py37-jupyter_client-6.1.3 depends on package: py37-dateutil>=2.1 - found ===> py37-jupyter_client-6.1.3 depends on package: py37-jupyter_core>=4.6.0 - found ===> py37-jupyter_client-6.1.3 depends on package: py37-pyzmq>=13 - found ===> py37-jupyter_client-6.1.3 depends on package: py37-tornado>=4.1 - found ===> py37-jupyter_client-6.1.3 depends on package: py37-traitlets>=0 - found ===> py37-jupyter_client-6.1.3 depends on package: py37-setuptools>0 - found ===> py37-jupyter_client-6.1.3 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/multikernelmanager.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/channels.py -> /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/consoleapp.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 creating /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/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_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_connect.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_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_session.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_kernelapp.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/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_ssh.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_multikernelmanager.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/tests 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/threaded.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/_version.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/manager.py -> /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/channelsabc.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/clientabc.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/runapp.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/kernelspecapp.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/connect.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client 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/manager.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client 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/__init__.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client copying build/lib/jupyter_client/win_interrupt.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/ssh copying build/lib/jupyter_client/ssh/forward.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ssh copying build/lib/jupyter_client/ssh/__init__.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ssh copying build/lib/jupyter_client/ssh/tunnel.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ssh 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/session.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/asynchronous copying build/lib/jupyter_client/asynchronous/__init__.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/asynchronous copying build/lib/jupyter_client/asynchronous/channels.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/asynchronous copying build/lib/jupyter_client/asynchronous/client.py -> /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/asynchronous 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/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/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/consoleapp.py to consoleapp.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/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/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_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_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/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_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_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/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_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/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/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_ssh.py to test_ssh.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_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/adapter.py to adapter.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/managerabc.py to managerabc.cpython-37.pyc 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/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/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/channelsabc.py to channelsabc.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/clientabc.py to clientabc.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/runapp.py to runapp.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/kernelspecapp.py to kernelspecapp.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/connect.py to connect.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/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/__init__.py to __init__.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/ssh/forward.py to forward.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ssh/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/ssh/tunnel.py to tunnel.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/session.py to session.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/asynchronous/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/asynchronous/channels.py to channels.cpython-37.pyc byte-compiling /construction/devel/py-jupyter_client/stage/usr/local/lib/python3.7/site-packages/jupyter_client/asynchronous/client.py to client.cpython-37.pyc writing byte-compilation script '/tmp/tmptn_rym1f.py' /usr/local/bin/python3.7 /tmp/tmptn_rym1f.py removing /tmp/tmptn_rym1f.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 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-6.1.3-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:02 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for py37-jupyter_client-6.1.3 file sizes/checksums [162]: 0% file sizes/checksums [162]: 61% file sizes/checksums [162]: 100% packing files [162]: 0% packing files [162]: 61% packing files [162]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:16