------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/python36-3.6.9.tgz Message from python36-3.6.9: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py36-gdbm databases/py-gdbm@py36 py36-sqlite3 databases/py-sqlite3@py36 py36-tkinter x11-toolkits/py-tkinter@py36 =========================================================================== Installing /packages/All/py36-setuptools-41.0.1.tgz Installing /packages/All/py36-pip-19.1.1.tgz Message from py36-pip-19.1.1: ============================== !!!! WARNING !!!! ========================== pip MUST ONLY be used: * With the --user flag, OR * To install or manage Python packages in virtual environments Failure to follow this warning can and will result in an inconsistent system-wide Python environment (LOCALBASE/lib/pythonX.Y/site-packages) and cause errors. Avoid using pip as root unless you know what you're doing. ============================== !!!! WARNING !!!! ========================== Installing /packages/All/py36-pbr-3.1.1_1.tgz Installing /packages/All/py36-six-1.12.0.tgz Installing /packages/All/py36-extras-1.0.0_1.tgz Installing /packages/All/py36-python-mimeparse-1.6.0.tgz Installing /packages/All/py36-linecache2-1.0.0_1.tgz Installing /packages/All/py36-traceback2-1.4.0_2.tgz Installing /packages/All/py36-unittest2-1.1.0_2.tgz Installing /packages/All/py36-testtools-2.3.0_3.tgz Installing /packages/All/py36-fixtures-3.0.0_1.tgz Installing /packages/All/py36-python-subunit-1.3.0_2.tgz SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-testrepository-0.0.20_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-testrepository-0.0.20_1 for building => SHA256 Checksum OK for testrepository-0.0.20.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by py36-testrepository-0.0.20_1 for building ===> Extracting for py36-testrepository-0.0.20_1 => SHA256 Checksum OK for testrepository-0.0.20.tar.gz. Extracted Memory Use: 0.60M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for py36-testrepository-0.0.20_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for py36-testrepository-0.0.20_1 running config SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for py36-testrepository-0.0.20_1 running build running build_py creating build creating build/lib creating build/lib/testrepository copying testrepository/__init__.py -> build/lib/testrepository copying testrepository/results.py -> build/lib/testrepository copying testrepository/testlist.py -> build/lib/testrepository copying testrepository/utils.py -> build/lib/testrepository copying testrepository/testcommand.py -> build/lib/testrepository copying testrepository/setuptools_command.py -> build/lib/testrepository creating build/lib/testrepository/arguments copying testrepository/arguments/doubledash.py -> build/lib/testrepository/arguments copying testrepository/arguments/string.py -> build/lib/testrepository/arguments copying testrepository/arguments/__init__.py -> build/lib/testrepository/arguments copying testrepository/arguments/path.py -> build/lib/testrepository/arguments copying testrepository/arguments/command.py -> build/lib/testrepository/arguments creating build/lib/testrepository/commands copying testrepository/commands/slowest.py -> build/lib/testrepository/commands copying testrepository/commands/quickstart.py -> build/lib/testrepository/commands copying testrepository/commands/init.py -> build/lib/testrepository/commands copying testrepository/commands/list_tests.py -> build/lib/testrepository/commands copying testrepository/commands/stats.py -> build/lib/testrepository/commands copying testrepository/commands/__init__.py -> build/lib/testrepository/commands copying testrepository/commands/failing.py -> build/lib/testrepository/commands copying testrepository/commands/load.py -> build/lib/testrepository/commands copying testrepository/commands/run.py -> build/lib/testrepository/commands copying testrepository/commands/help.py -> build/lib/testrepository/commands copying testrepository/commands/commands.py -> build/lib/testrepository/commands copying testrepository/commands/last.py -> build/lib/testrepository/commands creating build/lib/testrepository/repository copying testrepository/repository/memory.py -> build/lib/testrepository/repository copying testrepository/repository/__init__.py -> build/lib/testrepository/repository copying testrepository/repository/file.py -> build/lib/testrepository/repository copying testrepository/repository/samba_buildfarm.py -> build/lib/testrepository/repository creating build/lib/testrepository/tests copying testrepository/tests/test_testr.py -> build/lib/testrepository/tests copying testrepository/tests/__init__.py -> build/lib/testrepository/tests copying testrepository/tests/test_ui.py -> build/lib/testrepository/tests copying testrepository/tests/test_arguments.py -> build/lib/testrepository/tests copying testrepository/tests/test_repository.py -> build/lib/testrepository/tests copying testrepository/tests/test_results.py -> build/lib/testrepository/tests copying testrepository/tests/test_setup.py -> build/lib/testrepository/tests copying testrepository/tests/test_matchers.py -> build/lib/testrepository/tests copying testrepository/tests/test_stubpackage.py -> build/lib/testrepository/tests copying testrepository/tests/stubpackage.py -> build/lib/testrepository/tests copying testrepository/tests/test_commands.py -> build/lib/testrepository/tests copying testrepository/tests/test_monkeypatch.py -> build/lib/testrepository/tests copying testrepository/tests/monkeypatch.py -> build/lib/testrepository/tests copying testrepository/tests/test_testcommand.py -> build/lib/testrepository/tests creating build/lib/testrepository/tests/arguments copying testrepository/tests/arguments/test_doubledash.py -> build/lib/testrepository/tests/arguments copying testrepository/tests/arguments/__init__.py -> build/lib/testrepository/tests/arguments copying testrepository/tests/arguments/test_path.py -> build/lib/testrepository/tests/arguments copying testrepository/tests/arguments/test_string.py -> build/lib/testrepository/tests/arguments copying testrepository/tests/arguments/test_command.py -> build/lib/testrepository/tests/arguments creating build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_failing.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_slowest.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_init.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/__init__.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_stats.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_last.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_load.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_list_tests.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_run.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_commands.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_help.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_quickstart.py -> build/lib/testrepository/tests/commands creating build/lib/testrepository/tests/repository copying testrepository/tests/repository/__init__.py -> build/lib/testrepository/tests/repository copying testrepository/tests/repository/test_file.py -> build/lib/testrepository/tests/repository creating build/lib/testrepository/tests/ui copying testrepository/tests/ui/__init__.py -> build/lib/testrepository/tests/ui copying testrepository/tests/ui/test_decorator.py -> build/lib/testrepository/tests/ui copying testrepository/tests/ui/test_cli.py -> build/lib/testrepository/tests/ui creating build/lib/testrepository/ui copying testrepository/ui/model.py -> build/lib/testrepository/ui copying testrepository/ui/__init__.py -> build/lib/testrepository/ui copying testrepository/ui/cli.py -> build/lib/testrepository/ui copying testrepository/ui/decorator.py -> build/lib/testrepository/ui running build_scripts creating build/scripts-3.6 copying and adjusting testr -> build/scripts-3.6 changing mode of build/scripts-3.6/testr from 644 to 755 SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for py36-testrepository-0.0.20_1 ===> Generating temporary packing list running install running build running build_py running build_scripts running install_lib creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6 creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository copying build/lib/testrepository/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository copying build/lib/testrepository/results.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository copying build/lib/testrepository/testlist.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository copying build/lib/testrepository/utils.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository copying build/lib/testrepository/testcommand.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository copying build/lib/testrepository/setuptools_command.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/arguments copying build/lib/testrepository/arguments/doubledash.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/arguments copying build/lib/testrepository/arguments/string.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/arguments copying build/lib/testrepository/arguments/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/arguments copying build/lib/testrepository/arguments/path.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/arguments copying build/lib/testrepository/arguments/command.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/arguments creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/slowest.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/quickstart.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/init.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/list_tests.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/stats.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/failing.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/load.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/run.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/help.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/commands.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands copying build/lib/testrepository/commands/last.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/repository copying build/lib/testrepository/repository/memory.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/repository copying build/lib/testrepository/repository/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/repository copying build/lib/testrepository/repository/file.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/repository copying build/lib/testrepository/repository/samba_buildfarm.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/repository creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_testr.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_ui.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_arguments.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_repository.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_results.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_setup.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_matchers.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_stubpackage.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/stubpackage.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_commands.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_monkeypatch.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/monkeypatch.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_testcommand.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/arguments copying build/lib/testrepository/tests/arguments/test_doubledash.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/arguments copying build/lib/testrepository/tests/arguments/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/arguments copying build/lib/testrepository/tests/arguments/test_path.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/arguments copying build/lib/testrepository/tests/arguments/test_string.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/arguments copying build/lib/testrepository/tests/arguments/test_command.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/arguments creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_failing.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_slowest.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_init.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_stats.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_last.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_load.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_list_tests.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_run.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_commands.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_help.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_quickstart.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/repository copying build/lib/testrepository/tests/repository/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/repository copying build/lib/testrepository/tests/repository/test_file.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/repository creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/ui copying build/lib/testrepository/tests/ui/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/ui copying build/lib/testrepository/tests/ui/test_decorator.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/ui copying build/lib/testrepository/tests/ui/test_cli.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/ui creating /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/ui copying build/lib/testrepository/ui/model.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/ui copying build/lib/testrepository/ui/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/ui copying build/lib/testrepository/ui/cli.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/ui copying build/lib/testrepository/ui/decorator.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/ui byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/results.py to results.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/testlist.py to testlist.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/utils.py to utils.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/testcommand.py to testcommand.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/setuptools_command.py to setuptools_command.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/arguments/doubledash.py to doubledash.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/arguments/string.py to string.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/arguments/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/arguments/path.py to path.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/arguments/command.py to command.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/slowest.py to slowest.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/quickstart.py to quickstart.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/init.py to init.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/list_tests.py to list_tests.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/stats.py to stats.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/failing.py to failing.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/load.py to load.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/run.py to run.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/help.py to help.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/commands.py to commands.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/commands/last.py to last.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/repository/memory.py to memory.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/repository/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/repository/file.py to file.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/repository/samba_buildfarm.py to samba_buildfarm.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/test_testr.py to test_testr.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/test_ui.py to test_ui.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/test_arguments.py to test_arguments.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/test_repository.py to test_repository.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/test_results.py to test_results.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/test_setup.py to test_setup.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/test_matchers.py to test_matchers.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/test_stubpackage.py to test_stubpackage.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/stubpackage.py to stubpackage.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/test_commands.py to test_commands.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/test_monkeypatch.py to test_monkeypatch.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/monkeypatch.py to monkeypatch.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/test_testcommand.py to test_testcommand.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/arguments/test_doubledash.py to test_doubledash.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/arguments/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/arguments/test_path.py to test_path.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/arguments/test_string.py to test_string.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/arguments/test_command.py to test_command.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/test_failing.py to test_failing.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/test_slowest.py to test_slowest.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/test_init.py to test_init.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/test_stats.py to test_stats.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/test_last.py to test_last.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/test_load.py to test_load.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/test_list_tests.py to test_list_tests.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/test_run.py to test_run.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/test_commands.py to test_commands.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/test_help.py to test_help.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/commands/test_quickstart.py to test_quickstart.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/repository/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/repository/test_file.py to test_file.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/ui/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/ui/test_decorator.py to test_decorator.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/tests/ui/test_cli.py to test_cli.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/ui/model.py to model.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/ui/__init__.py to __init__.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/ui/cli.py to cli.cpython-36.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository/ui/decorator.py to decorator.cpython-36.pyc writing byte-compilation script '/tmp/tmpyyuvikzr.py' /usr/local/bin/python3.6 /tmp/tmpyyuvikzr.py removing /tmp/tmpyyuvikzr.py running install_egg_info running egg_info writing testrepository.egg-info/PKG-INFO writing dependency_links to testrepository.egg-info/dependency_links.txt writing entry points to testrepository.egg-info/entry_points.txt writing requirements to testrepository.egg-info/requires.txt writing top-level names to testrepository.egg-info/top_level.txt reading manifest file 'testrepository.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'testrepository.egg-info/SOURCES.txt' Copying testrepository.egg-info to /construction/devel/py-testrepository/stage/usr/local/lib/python3.6/site-packages/testrepository-0.0.20-py3.6.egg-info running install_scripts copying build/scripts-3.6/testr -> /construction/devel/py-testrepository/stage/usr/local/bin changing mode of /construction/devel/py-testrepository/stage/usr/local/bin/testr to 755 writing list of installed files to '/construction/devel/py-testrepository/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX Move: bin/testr --> bin/testr-3.6 Link: @bin/testr --> bin/testr-3.6 ====> 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:03 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for py36-testrepository-0.0.20_1 file sizes/checksums [209]: 0% file sizes/checksums [209]: 47% file sizes/checksums [209]: 95% file sizes/checksums [209]: 100% packing files [209]: 0% packing files [209]: 47% packing files [209]: 95% packing files [209]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:19