------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/expat-2.2.8.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/ncurses-6.1.20190525.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/readline-8.0.4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/openssl-1.1.1d,1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/python27-2.7.17_1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from python27-2.7.17_1: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Installing /packages/All/py27-setuptools-44.0.0.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor ===== Message from py27-setuptools-44.0.0: -- Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. Installing /packages/All/py27-pip-19.1.1.txz ===== Message from py27-pip-19.1.1: -- 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. Installing /packages/All/py27-pbr-3.1.1_1.txz Installing /packages/All/py27-six-1.14.0.txz Installing /packages/All/py27-extras-1.0.0_1.txz Installing /packages/All/py27-python-mimeparse-1.6.0.txz Installing /packages/All/py27-linecache2-1.0.0_1.txz Installing /packages/All/py27-traceback2-1.4.0_2.txz Installing /packages/All/py27-unittest2-1.1.0_2.txz Installing /packages/All/py27-testtools-2.3.0_3.txz Installing /packages/All/py27-fixtures-3.0.0_1.txz Installing /packages/All/py27-python-subunit-1.3.0_2.txz SUCCEEDED 00:00:09 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py27-testrepository-0.0.20_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py27-testrepository-0.0.20_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-testrepository-0.0.20_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py27-testrepository-0.0.20_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-testrepository-0.0.20_1 for building => SHA256 Checksum OK for testrepository-0.0.20.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py27-testrepository-0.0.20_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-testrepository-0.0.20_1 for building ===> Extracting for py27-testrepository-0.0.20_1 => SHA256 Checksum OK for testrepository-0.0.20.tar.gz. Extracted Memory Use: 0.60M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py27-testrepository-0.0.20_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py27-testrepository-0.0.20_1 depends on package: py27-setuptools>0 - found ===> py27-testrepository-0.0.20_1 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py27-testrepository-0.0.20_1 depends on package: py27-setuptools>0 - found ===> py27-testrepository-0.0.20_1 depends on file: /usr/local/bin/python2.7 - found ===> Configuring for py27-testrepository-0.0.20_1 running config SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py27-testrepository-0.0.20_1 running build running build_py creating build creating build/lib creating build/lib/testrepository copying testrepository/results.py -> build/lib/testrepository copying testrepository/__init__.py -> build/lib/testrepository copying testrepository/testcommand.py -> build/lib/testrepository copying testrepository/utils.py -> build/lib/testrepository copying testrepository/setuptools_command.py -> build/lib/testrepository copying testrepository/testlist.py -> build/lib/testrepository creating build/lib/testrepository/arguments copying testrepository/arguments/command.py -> build/lib/testrepository/arguments copying testrepository/arguments/string.py -> build/lib/testrepository/arguments copying testrepository/arguments/doubledash.py -> build/lib/testrepository/arguments copying testrepository/arguments/__init__.py -> build/lib/testrepository/arguments copying testrepository/arguments/path.py -> build/lib/testrepository/arguments creating build/lib/testrepository/commands copying testrepository/commands/__init__.py -> build/lib/testrepository/commands copying testrepository/commands/slowest.py -> build/lib/testrepository/commands copying testrepository/commands/last.py -> build/lib/testrepository/commands copying testrepository/commands/list_tests.py -> build/lib/testrepository/commands copying testrepository/commands/commands.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/stats.py -> build/lib/testrepository/commands copying testrepository/commands/quickstart.py -> build/lib/testrepository/commands copying testrepository/commands/help.py -> build/lib/testrepository/commands copying testrepository/commands/init.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_testcommand.py -> build/lib/testrepository/tests copying testrepository/tests/test_monkeypatch.py -> build/lib/testrepository/tests copying testrepository/tests/test_ui.py -> build/lib/testrepository/tests copying testrepository/tests/monkeypatch.py -> build/lib/testrepository/tests copying testrepository/tests/test_setup.py -> build/lib/testrepository/tests copying testrepository/tests/test_commands.py -> build/lib/testrepository/tests copying testrepository/tests/test_testr.py -> build/lib/testrepository/tests copying testrepository/tests/test_stubpackage.py -> build/lib/testrepository/tests copying testrepository/tests/test_repository.py -> build/lib/testrepository/tests copying testrepository/tests/stubpackage.py -> build/lib/testrepository/tests copying testrepository/tests/test_arguments.py -> build/lib/testrepository/tests copying testrepository/tests/__init__.py -> build/lib/testrepository/tests copying testrepository/tests/test_results.py -> build/lib/testrepository/tests copying testrepository/tests/test_matchers.py -> build/lib/testrepository/tests creating build/lib/testrepository/tests/arguments copying testrepository/tests/arguments/test_path.py -> build/lib/testrepository/tests/arguments copying testrepository/tests/arguments/test_command.py -> build/lib/testrepository/tests/arguments copying testrepository/tests/arguments/test_string.py -> build/lib/testrepository/tests/arguments copying testrepository/tests/arguments/__init__.py -> build/lib/testrepository/tests/arguments copying testrepository/tests/arguments/test_doubledash.py -> build/lib/testrepository/tests/arguments creating build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_slowest.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/__init__.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_help.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_commands.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_quickstart.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_init.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_stats.py -> build/lib/testrepository/tests/commands copying testrepository/tests/commands/test_failing.py -> build/lib/testrepository/tests/commands creating build/lib/testrepository/tests/repository copying testrepository/tests/repository/test_file.py -> build/lib/testrepository/tests/repository copying testrepository/tests/repository/__init__.py -> build/lib/testrepository/tests/repository creating build/lib/testrepository/tests/ui copying testrepository/tests/ui/test_cli.py -> 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 creating 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 copying testrepository/ui/model.py -> build/lib/testrepository/ui running build_scripts creating build/scripts-2.7 copying and adjusting testr -> build/scripts-2.7 changing mode of build/scripts-2.7/testr from 644 to 755 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py27-testrepository-0.0.20_1 depends on package: py27-fixtures>0 - found ===> py27-testrepository-0.0.20_1 depends on package: py27-python-subunit>=0.0.18 - found ===> py27-testrepository-0.0.20_1 depends on package: py27-testtools>=0.9.30 - found ===> py27-testrepository-0.0.20_1 depends on package: py27-setuptools>0 - found ===> py27-testrepository-0.0.20_1 depends on file: /usr/local/bin/python2.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py27-testrepository-0.0.20_1 ===> py27-testrepository-0.0.20_1 depends on package: py27-fixtures>0 - found ===> py27-testrepository-0.0.20_1 depends on package: py27-python-subunit>=0.0.18 - found ===> py27-testrepository-0.0.20_1 depends on package: py27-testtools>=0.9.30 - found ===> py27-testrepository-0.0.20_1 depends on package: py27-setuptools>0 - found ===> py27-testrepository-0.0.20_1 depends on file: /usr/local/bin/python2.7 - found ===> 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/python2.7 creating /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages creating /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository copying build/lib/testrepository/utils.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository copying build/lib/testrepository/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository creating /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/repository copying build/lib/testrepository/repository/file.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/repository copying build/lib/testrepository/repository/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/repository copying build/lib/testrepository/repository/samba_buildfarm.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/repository copying build/lib/testrepository/repository/memory.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/repository creating /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/arguments copying build/lib/testrepository/arguments/command.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/arguments copying build/lib/testrepository/arguments/string.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/arguments copying build/lib/testrepository/arguments/doubledash.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/arguments copying build/lib/testrepository/arguments/path.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/arguments copying build/lib/testrepository/arguments/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/arguments copying build/lib/testrepository/results.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository creating /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/last.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/failing.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/run.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/slowest.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/list_tests.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/commands.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/stats.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/init.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/help.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/load.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/quickstart.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/commands/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands copying build/lib/testrepository/testlist.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository creating /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests creating /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/repository copying build/lib/testrepository/tests/repository/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/repository copying build/lib/testrepository/tests/repository/test_file.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/repository copying build/lib/testrepository/tests/test_matchers.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_testcommand.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests copying build/lib/testrepository/tests/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_testr.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_stubpackage.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests copying build/lib/testrepository/tests/stubpackage.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_repository.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_setup.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_commands.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests creating /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/ui copying build/lib/testrepository/tests/ui/test_cli.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/ui copying build/lib/testrepository/tests/ui/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/ui copying build/lib/testrepository/tests/ui/test_decorator.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/ui creating /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/arguments copying build/lib/testrepository/tests/arguments/test_command.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/arguments copying build/lib/testrepository/tests/arguments/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/arguments copying build/lib/testrepository/tests/arguments/test_string.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/arguments copying build/lib/testrepository/tests/arguments/test_path.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/arguments copying build/lib/testrepository/tests/arguments/test_doubledash.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/arguments copying build/lib/testrepository/tests/test_ui.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests copying build/lib/testrepository/tests/monkeypatch.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_results.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests copying build/lib/testrepository/tests/test_monkeypatch.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests creating /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_commands.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_slowest.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_list_tests.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_quickstart.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_init.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_last.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_failing.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_help.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_load.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_stats.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/commands/test_run.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands copying build/lib/testrepository/tests/test_arguments.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests creating /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/ui copying build/lib/testrepository/ui/model.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/ui copying build/lib/testrepository/ui/cli.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/ui copying build/lib/testrepository/ui/__init__.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/ui copying build/lib/testrepository/ui/decorator.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/ui copying build/lib/testrepository/setuptools_command.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository copying build/lib/testrepository/testcommand.py -> /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/utils.py to utils.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/__init__.py to __init__.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/repository/file.py to file.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/repository/__init__.py to __init__.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/repository/samba_buildfarm.py to samba_buildfarm.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/repository/memory.py to memory.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/arguments/command.py to command.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/arguments/string.py to string.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/arguments/doubledash.py to doubledash.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/arguments/path.py to path.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/arguments/__init__.py to __init__.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/results.py to results.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/last.py to last.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/failing.py to failing.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/run.py to run.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/slowest.py to slowest.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/list_tests.py to list_tests.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/commands.py to commands.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/stats.py to stats.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/init.py to init.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/help.py to help.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/load.py to load.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/quickstart.py to quickstart.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/commands/__init__.py to __init__.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/testlist.py to testlist.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/repository/__init__.py to __init__.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/repository/test_file.py to test_file.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/test_matchers.py to test_matchers.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/test_testcommand.py to test_testcommand.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/__init__.py to __init__.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/test_testr.py to test_testr.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/test_stubpackage.py to test_stubpackage.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/stubpackage.py to stubpackage.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/test_repository.py to test_repository.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/test_setup.py to test_setup.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/test_commands.py to test_commands.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/ui/test_cli.py to test_cli.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/ui/__init__.py to __init__.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/ui/test_decorator.py to test_decorator.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/arguments/test_command.py to test_command.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/arguments/__init__.py to __init__.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/arguments/test_string.py to test_string.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/arguments/test_path.py to test_path.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/arguments/test_doubledash.py to test_doubledash.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/test_ui.py to test_ui.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/monkeypatch.py to monkeypatch.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/test_results.py to test_results.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/test_monkeypatch.py to test_monkeypatch.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/test_commands.py to test_commands.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/test_slowest.py to test_slowest.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/test_list_tests.py to test_list_tests.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/test_quickstart.py to test_quickstart.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/test_init.py to test_init.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/test_last.py to test_last.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/test_failing.py to test_failing.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/test_help.py to test_help.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/test_load.py to test_load.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/test_stats.py to test_stats.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/__init__.py to __init__.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/commands/test_run.py to test_run.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/tests/test_arguments.py to test_arguments.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/ui/model.py to model.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/ui/cli.py to cli.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/ui/__init__.py to __init__.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/ui/decorator.py to decorator.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/setuptools_command.py to setuptools_command.pyc byte-compiling /construction/devel/py-testrepository/stage/usr/local/lib/python2.7/site-packages/testrepository/testcommand.py to testcommand.pyc writing byte-compilation script '/tmp/tmpI10CJP.py' /usr/local/bin/python2.7 -O /tmp/tmpI10CJP.py removing /tmp/tmpI10CJP.py running install_egg_info running egg_info writing requirements to testrepository.egg-info/requires.txt writing testrepository.egg-info/PKG-INFO writing top-level names to testrepository.egg-info/top_level.txt writing dependency_links to testrepository.egg-info/dependency_links.txt writing entry points to testrepository.egg-info/entry_points.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/python2.7/site-packages/testrepository-0.0.20-py2.7.egg-info running install_scripts copying build/scripts-2.7/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-2.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: package ------------------------------------------------------------------------------- ===> Building package for py27-testrepository-0.0.20_1 file sizes/checksums [208]: 0% file sizes/checksums [208]: 48% file sizes/checksums [208]: 96% file sizes/checksums [208]: 100% packing files [208]: 0% packing files [208]: 48% packing files [208]: 96% packing files [208]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:15