------------------------------------------------------------------------------- -- 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-parse-1.18.0.txz Installing /packages/All/py37-six-1.15.0.txz Installing /packages/All/py37-parse-type-0.5.6.txz SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-behave-1.2.6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-behave-1.2.6 depends on file: /usr/local/sbin/pkg - found => behave-1.2.6.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/b/behave/behave-1.2.6.tar.gz behave-1.2.6.tar.gz 0% of 685 kB 0 Bps behave-1.2.6.tar.gz 685 kB 14 MBps 00s ===> Fetching all distfiles required by py37-behave-1.2.6 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-behave-1.2.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-behave-1.2.6 for building => SHA256 Checksum OK for behave-1.2.6.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-behave-1.2.6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-behave-1.2.6 for building ===> Extracting for py37-behave-1.2.6 => SHA256 Checksum OK for behave-1.2.6.tar.gz. Extracted Memory Use: 3.49M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-behave-1.2.6 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-behave-1.2.6 depends on package: py37-setuptools>0 - found ===> py37-behave-1.2.6 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-behave-1.2.6 depends on package: py37-setuptools>0 - found ===> py37-behave-1.2.6 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-behave-1.2.6 running config SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-behave-1.2.6 running build running build_py creating build creating build/lib copying setuptools_behave.py -> build/lib creating build/lib/behave copying behave/matchers.py -> build/lib/behave copying behave/userdata.py -> build/lib/behave copying behave/tag_matcher.py -> build/lib/behave copying behave/__init__.py -> build/lib/behave copying behave/importer.py -> build/lib/behave copying behave/_stepimport.py -> build/lib/behave copying behave/configuration.py -> build/lib/behave copying behave/model.py -> build/lib/behave copying behave/_types.py -> build/lib/behave copying behave/log_capture.py -> build/lib/behave copying behave/tag_expression.py -> build/lib/behave copying behave/__main__.py -> build/lib/behave copying behave/parser.py -> build/lib/behave copying behave/i18n.py -> build/lib/behave copying behave/model_describe.py -> build/lib/behave copying behave/runner.py -> build/lib/behave copying behave/fixture.py -> build/lib/behave copying behave/runner_util.py -> build/lib/behave copying behave/capture.py -> build/lib/behave copying behave/textutil.py -> build/lib/behave copying behave/step_registry.py -> build/lib/behave copying behave/model_core.py -> build/lib/behave copying behave/json_parser.py -> build/lib/behave creating build/lib/behave/contrib copying behave/contrib/substep_dirs.py -> build/lib/behave/contrib copying behave/contrib/formatter_missing_steps.py -> build/lib/behave/contrib copying behave/contrib/scenario_autoretry.py -> build/lib/behave/contrib copying behave/contrib/__init__.py -> build/lib/behave/contrib creating build/lib/behave/formatter copying behave/formatter/_builtins.py -> build/lib/behave/formatter copying behave/formatter/formatters.py -> build/lib/behave/formatter copying behave/formatter/_registry.py -> build/lib/behave/formatter copying behave/formatter/progress.py -> build/lib/behave/formatter copying behave/formatter/sphinx_steps.py -> build/lib/behave/formatter copying behave/formatter/steps.py -> build/lib/behave/formatter copying behave/formatter/__init__.py -> build/lib/behave/formatter copying behave/formatter/json.py -> build/lib/behave/formatter copying behave/formatter/sphinx_util.py -> build/lib/behave/formatter copying behave/formatter/rerun.py -> build/lib/behave/formatter copying behave/formatter/pretty.py -> build/lib/behave/formatter copying behave/formatter/tags.py -> build/lib/behave/formatter copying behave/formatter/null.py -> build/lib/behave/formatter copying behave/formatter/ansi_escapes.py -> build/lib/behave/formatter copying behave/formatter/base.py -> build/lib/behave/formatter copying behave/formatter/plain.py -> build/lib/behave/formatter creating build/lib/behave/api copying behave/api/async_step.py -> build/lib/behave/api copying behave/api/__init__.py -> build/lib/behave/api creating build/lib/behave/reporter copying behave/reporter/summary.py -> build/lib/behave/reporter copying behave/reporter/base.py -> build/lib/behave/reporter copying behave/reporter/junit.py -> build/lib/behave/reporter copying behave/reporter/__init__.py -> build/lib/behave/reporter creating build/lib/behave/compat copying behave/compat/collections.py -> build/lib/behave/compat copying behave/compat/__init__.py -> build/lib/behave/compat Fixing build/lib/setuptools_behave.py build/lib/behave/matchers.py build/lib/behave/userdata.py build/lib/behave/tag_matcher.py build/lib/behave/__init__.py build/lib/behave/importer.py build/lib/behave/_stepimport.py build/lib/behave/configuration.py build/lib/behave/model.py build/lib/behave/_types.py build/lib/behave/log_capture.py build/lib/behave/tag_expression.py build/lib/behave/__main__.py build/lib/behave/parser.py build/lib/behave/i18n.py build/lib/behave/model_describe.py build/lib/behave/runner.py build/lib/behave/fixture.py build/lib/behave/runner_util.py build/lib/behave/capture.py build/lib/behave/textutil.py build/lib/behave/step_registry.py build/lib/behave/model_core.py build/lib/behave/json_parser.py build/lib/behave/contrib/substep_dirs.py build/lib/behave/contrib/formatter_missing_steps.py build/lib/behave/contrib/scenario_autoretry.py build/lib/behave/contrib/__init__.py build/lib/behave/formatter/_builtins.py build/lib/behave/formatter/formatters.py build/lib/behave/formatter/_registry.py build/lib/behave/formatter/progress.py build/lib/behave/formatter/sphinx_steps.py build/lib/behave/formatter/steps.py build/lib/behave/formatter/__init__.py build/lib/behave/formatter/json.py build/lib/behave/formatter/sphinx_util.py build/lib/behave/formatter/rerun.py build/lib/behave/formatter/pretty.py build/lib/behave/formatter/tags.py build/lib/behave/formatter/null.py build/lib/behave/formatter/ansi_escapes.py build/lib/behave/formatter/base.py build/lib/behave/formatter/plain.py build/lib/behave/api/async_step.py build/lib/behave/api/__init__.py build/lib/behave/reporter/summary.py build/lib/behave/reporter/base.py build/lib/behave/reporter/junit.py build/lib/behave/reporter/__init__.py build/lib/behave/compat/collections.py build/lib/behave/compat/__init__.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma Fixing build/lib/setuptools_behave.py build/lib/behave/matchers.py build/lib/behave/userdata.py build/lib/behave/tag_matcher.py build/lib/behave/__init__.py build/lib/behave/importer.py build/lib/behave/_stepimport.py build/lib/behave/configuration.py build/lib/behave/model.py build/lib/behave/_types.py build/lib/behave/log_capture.py build/lib/behave/tag_expression.py build/lib/behave/__main__.py build/lib/behave/parser.py build/lib/behave/i18n.py build/lib/behave/model_describe.py build/lib/behave/runner.py build/lib/behave/fixture.py build/lib/behave/runner_util.py build/lib/behave/capture.py build/lib/behave/textutil.py build/lib/behave/step_registry.py build/lib/behave/model_core.py build/lib/behave/json_parser.py build/lib/behave/contrib/substep_dirs.py build/lib/behave/contrib/formatter_missing_steps.py build/lib/behave/contrib/scenario_autoretry.py build/lib/behave/contrib/__init__.py build/lib/behave/formatter/_builtins.py build/lib/behave/formatter/formatters.py build/lib/behave/formatter/_registry.py build/lib/behave/formatter/progress.py build/lib/behave/formatter/sphinx_steps.py build/lib/behave/formatter/steps.py build/lib/behave/formatter/__init__.py build/lib/behave/formatter/json.py build/lib/behave/formatter/sphinx_util.py build/lib/behave/formatter/rerun.py build/lib/behave/formatter/pretty.py build/lib/behave/formatter/tags.py build/lib/behave/formatter/null.py build/lib/behave/formatter/ansi_escapes.py build/lib/behave/formatter/base.py build/lib/behave/formatter/plain.py build/lib/behave/api/async_step.py build/lib/behave/api/__init__.py build/lib/behave/reporter/summary.py build/lib/behave/reporter/base.py build/lib/behave/reporter/junit.py build/lib/behave/reporter/__init__.py build/lib/behave/compat/collections.py build/lib/behave/compat/__init__.py Skipping optional fixer: buffer Skipping optional fixer: idioms Skipping optional fixer: set_literal Skipping optional fixer: ws_comma SUCCEEDED 00:00:18 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-behave-1.2.6 depends on package: py37-parse>=1.8.2 - found ===> py37-behave-1.2.6 depends on package: py37-parse-type>=0.4.2 - found ===> py37-behave-1.2.6 depends on package: py37-six>=1.11 - found ===> py37-behave-1.2.6 depends on package: py37-setuptools>0 - found ===> py37-behave-1.2.6 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-behave-1.2.6 ===> py37-behave-1.2.6 depends on package: py37-parse>=1.8.2 - found ===> py37-behave-1.2.6 depends on package: py37-parse-type>=0.4.2 - found ===> py37-behave-1.2.6 depends on package: py37-six>=1.11 - found ===> py37-behave-1.2.6 depends on package: py37-setuptools>0 - found ===> py37-behave-1.2.6 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-behave/stage/usr/local/lib/python3.7 creating /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages copying build/lib/setuptools_behave.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages creating /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/step_registry.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/runner.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/parser.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/model.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/runner_util.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/textutil.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/_stepimport.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave creating /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/contrib copying build/lib/behave/contrib/__init__.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/contrib copying build/lib/behave/contrib/scenario_autoretry.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/contrib copying build/lib/behave/contrib/formatter_missing_steps.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/contrib copying build/lib/behave/contrib/substep_dirs.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/contrib copying build/lib/behave/json_parser.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/userdata.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave creating /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/compat copying build/lib/behave/compat/__init__.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/compat copying build/lib/behave/compat/collections.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/compat copying build/lib/behave/configuration.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/matchers.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/capture.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave creating /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/plain.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/json.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/pretty.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/null.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/sphinx_util.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/_builtins.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/tags.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/steps.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/ansi_escapes.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/base.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/__init__.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/formatters.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/progress.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/rerun.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/_registry.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/formatter/sphinx_steps.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter copying build/lib/behave/_types.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/__init__.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/importer.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/tag_matcher.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/__main__.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/log_capture.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/model_core.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave creating /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/api copying build/lib/behave/api/async_step.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/api copying build/lib/behave/api/__init__.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/api copying build/lib/behave/model_describe.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/fixture.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave creating /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/reporter copying build/lib/behave/reporter/base.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/reporter copying build/lib/behave/reporter/summary.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/reporter copying build/lib/behave/reporter/junit.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/reporter copying build/lib/behave/reporter/__init__.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/reporter copying build/lib/behave/i18n.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave copying build/lib/behave/tag_expression.py -> /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/setuptools_behave.py to setuptools_behave.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/step_registry.py to step_registry.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/runner.py to runner.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/parser.py to parser.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/model.py to model.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/runner_util.py to runner_util.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/textutil.py to textutil.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/_stepimport.py to _stepimport.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/contrib/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/contrib/scenario_autoretry.py to scenario_autoretry.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/contrib/formatter_missing_steps.py to formatter_missing_steps.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/contrib/substep_dirs.py to substep_dirs.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/json_parser.py to json_parser.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/userdata.py to userdata.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/compat/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/compat/collections.py to collections.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/configuration.py to configuration.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/matchers.py to matchers.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/capture.py to capture.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/plain.py to plain.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/json.py to json.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/pretty.py to pretty.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/null.py to null.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/sphinx_util.py to sphinx_util.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/_builtins.py to _builtins.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/tags.py to tags.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/steps.py to steps.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/ansi_escapes.py to ansi_escapes.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/base.py to base.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/formatters.py to formatters.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/progress.py to progress.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/rerun.py to rerun.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/_registry.py to _registry.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/formatter/sphinx_steps.py to sphinx_steps.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/_types.py to _types.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/importer.py to importer.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/tag_matcher.py to tag_matcher.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/__main__.py to __main__.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/log_capture.py to log_capture.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/model_core.py to model_core.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/api/async_step.py to async_step.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/api/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/model_describe.py to model_describe.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/fixture.py to fixture.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/reporter/base.py to base.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/reporter/summary.py to summary.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/reporter/junit.py to junit.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/reporter/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/i18n.py to i18n.cpython-37.pyc byte-compiling /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave/tag_expression.py to tag_expression.cpython-37.pyc writing byte-compilation script '/tmp/tmp5dwq_oi1.py' /usr/local/bin/python3.7 /tmp/tmp5dwq_oi1.py removing /tmp/tmp5dwq_oi1.py running install_egg_info running egg_info writing behave.egg-info/PKG-INFO writing dependency_links to behave.egg-info/dependency_links.txt writing entry points to behave.egg-info/entry_points.txt writing requirements to behave.egg-info/requires.txt writing top-level names to behave.egg-info/top_level.txt reading manifest file 'behave.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.zip' under directory 'bin' warning: no files found matching '*.txt' under directory 'etc' warning: no files found matching '*.txt' under directory 'docs' warning: no files found matching '*.yml' under directory 'tools' warning: no files found matching '*.sh' under directory 'tools' warning: no files found matching '*.txt' under directory 'more.features' no previously-included directories found matching '.tox' no previously-included directories found matching '.venv*' no previously-included directories found matching 'paver_ext' warning: no previously-included files found matching 'pavement.py' writing manifest file 'behave.egg-info/SOURCES.txt' Copying behave.egg-info to /construction/devel/py-behave/stage/usr/local/lib/python3.7/site-packages/behave-1.2.6-py3.7.egg-info running install_scripts Installing behave script to /construction/devel/py-behave/stage/usr/local/bin writing list of installed files to '/construction/devel/py-behave/.PLIST.pymodtmp' ===> Creating unique files: Move MAN files needing SUFFIX ===> Creating unique files: Move files needing SUFFIX Move: bin/behave --> bin/behave-3.7 Link: @bin/behave --> bin/behave-3.7 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: 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-behave-1.2.6 file sizes/checksums [165]: 0% file sizes/checksums [165]: 60% file sizes/checksums [165]: 100% packing files [165]: 0% packing files [165]: 60% packing files [165]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:00:34