------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- 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-atpublic-1.0.txz SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> py37-flufl.i18n-2.0.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> py37-flufl.i18n-2.0.2 depends on file: /usr/local/sbin/pkg - found => flufl.i18n-2.0.2.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://files.pythonhosted.org/packages/source/f/flufl.i18n/flufl.i18n-2.0.2.tar.gz flufl.i18n-2.0.2.tar.gz 0% of 18 kB 0 Bps flufl.i18n-2.0.2.tar.gz 18 kB 36 MBps 00s ===> Fetching all distfiles required by py37-flufl.i18n-2.0.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> py37-flufl.i18n-2.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-flufl.i18n-2.0.2 for building => SHA256 Checksum OK for flufl.i18n-2.0.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> py37-flufl.i18n-2.0.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py37-flufl.i18n-2.0.2 for building ===> Extracting for py37-flufl.i18n-2.0.2 => SHA256 Checksum OK for flufl.i18n-2.0.2.tar.gz. Extracted Memory Use: 0.18M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for py37-flufl.i18n-2.0.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> py37-flufl.i18n-2.0.2 depends on package: py37-setuptools>0 - found ===> py37-flufl.i18n-2.0.2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> py37-flufl.i18n-2.0.2 depends on package: py37-setuptools>0 - found ===> py37-flufl.i18n-2.0.2 depends on file: /usr/local/bin/python3.7 - found ===> Configuring for py37-flufl.i18n-2.0.2 running config SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for py37-flufl.i18n-2.0.2 running build running build_py creating build creating build/lib creating build/lib/flufl copying flufl/__init__.py -> build/lib/flufl creating build/lib/flufl/i18n copying flufl/i18n/_application.py -> build/lib/flufl/i18n copying flufl/i18n/_registry.py -> build/lib/flufl/i18n copying flufl/i18n/_translator.py -> build/lib/flufl/i18n copying flufl/i18n/conf.py -> build/lib/flufl/i18n copying flufl/i18n/_expand.py -> build/lib/flufl/i18n copying flufl/i18n/_strategy.py -> build/lib/flufl/i18n copying flufl/i18n/__init__.py -> build/lib/flufl/i18n copying flufl/i18n/_substitute.py -> build/lib/flufl/i18n creating build/lib/flufl/i18n/testing copying flufl/i18n/testing/__init__.py -> build/lib/flufl/i18n/testing copying flufl/i18n/testing/helpers.py -> build/lib/flufl/i18n/testing creating build/lib/flufl/i18n/docs copying flufl/i18n/docs/__init__.py -> build/lib/flufl/i18n/docs creating build/lib/flufl/i18n/tests copying flufl/i18n/tests/test_translator.py -> build/lib/flufl/i18n/tests copying flufl/i18n/tests/test_application.py -> build/lib/flufl/i18n/tests copying flufl/i18n/tests/__init__.py -> build/lib/flufl/i18n/tests copying flufl/i18n/tests/test_substitute.py -> build/lib/flufl/i18n/tests copying flufl/i18n/tests/test_expand.py -> build/lib/flufl/i18n/tests creating build/lib/flufl/i18n/testing/messages copying flufl/i18n/testing/messages/__init__.py -> build/lib/flufl/i18n/testing/messages running egg_info writing flufl.i18n.egg-info/PKG-INFO writing dependency_links to flufl.i18n.egg-info/dependency_links.txt writing namespace_packages to flufl.i18n.egg-info/namespace_packages.txt writing requirements to flufl.i18n.egg-info/requires.txt writing top-level names to flufl.i18n.egg-info/top_level.txt reading manifest file 'flufl.i18n.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' no previously-included directories found matching 'build' no previously-included directories found matching '.tox' writing manifest file 'flufl.i18n.egg-info/SOURCES.txt' copying flufl/i18n/NEWS.rst -> build/lib/flufl/i18n copying flufl/i18n/README.rst -> build/lib/flufl/i18n copying flufl/i18n/docs/expand.rst -> build/lib/flufl/i18n/docs copying flufl/i18n/docs/strategies.rst -> build/lib/flufl/i18n/docs copying flufl/i18n/docs/using.rst -> build/lib/flufl/i18n/docs creating build/lib/flufl/i18n/testing/messages/xx creating build/lib/flufl/i18n/testing/messages/xx/LC_MESSAGES copying flufl/i18n/testing/messages/xx/LC_MESSAGES/flufl.mo -> build/lib/flufl/i18n/testing/messages/xx/LC_MESSAGES copying flufl/i18n/testing/messages/xx/LC_MESSAGES/flufl.po -> build/lib/flufl/i18n/testing/messages/xx/LC_MESSAGES creating build/lib/flufl/i18n/testing/messages/yy creating build/lib/flufl/i18n/testing/messages/yy/LC_MESSAGES copying flufl/i18n/testing/messages/yy/LC_MESSAGES/flufl.mo -> build/lib/flufl/i18n/testing/messages/yy/LC_MESSAGES copying flufl/i18n/testing/messages/yy/LC_MESSAGES/flufl.po -> build/lib/flufl/i18n/testing/messages/yy/LC_MESSAGES SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> py37-flufl.i18n-2.0.2 depends on package: py37-atpublic>=0 - found ===> py37-flufl.i18n-2.0.2 depends on package: py37-setuptools>0 - found ===> py37-flufl.i18n-2.0.2 depends on file: /usr/local/bin/python3.7 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for py37-flufl.i18n-2.0.2 ===> py37-flufl.i18n-2.0.2 depends on package: py37-atpublic>=0 - found ===> py37-flufl.i18n-2.0.2 depends on package: py37-setuptools>0 - found ===> py37-flufl.i18n-2.0.2 depends on file: /usr/local/bin/python3.7 - found ===> Generating temporary packing list running install running build running build_py running egg_info writing flufl.i18n.egg-info/PKG-INFO writing dependency_links to flufl.i18n.egg-info/dependency_links.txt writing namespace_packages to flufl.i18n.egg-info/namespace_packages.txt writing requirements to flufl.i18n.egg-info/requires.txt writing top-level names to flufl.i18n.egg-info/top_level.txt reading manifest file 'flufl.i18n.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' no previously-included directories found matching '.tox' writing manifest file 'flufl.i18n.egg-info/SOURCES.txt' running install_lib Skipping installation of /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/__init__.py (namespace package) copying flufl/i18n/__init__.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n copying flufl/i18n/_application.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n copying flufl/i18n/_translator.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n copying flufl/i18n/NEWS.rst -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n copying flufl/i18n/_substitute.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n copying flufl/i18n/_registry.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n copying flufl/i18n/_expand.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n copying flufl/i18n/conf.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n copying flufl/i18n/_strategy.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n copying flufl/i18n/README.rst -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n copying flufl/i18n/testing/__init__.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/testing copying flufl/i18n/testing/helpers.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/testing copying flufl/i18n/testing/messages/__init__.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/testing/messages copying flufl/i18n/testing/messages/xx/LC_MESSAGES/flufl.po -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/testing/messages/xx/LC_MESSAGES copying flufl/i18n/testing/messages/xx/LC_MESSAGES/flufl.mo -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/testing/messages/xx/LC_MESSAGES copying flufl/i18n/testing/messages/yy/LC_MESSAGES/flufl.mo -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/testing/messages/yy/LC_MESSAGES copying flufl/i18n/testing/messages/yy/LC_MESSAGES/flufl.po -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/testing/messages/yy/LC_MESSAGES copying flufl/i18n/docs/expand.rst -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/docs copying flufl/i18n/docs/__init__.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/docs copying flufl/i18n/docs/strategies.rst -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/docs copying flufl/i18n/docs/using.rst -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/docs copying flufl/i18n/tests/test_expand.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/tests copying flufl/i18n/tests/test_translator.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/tests copying flufl/i18n/tests/test_substitute.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/tests copying flufl/i18n/tests/__init__.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/tests copying flufl/i18n/tests/test_application.py -> /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/tests byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/_application.py to _application.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/_translator.py to _translator.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/_substitute.py to _substitute.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/_registry.py to _registry.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/_expand.py to _expand.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/conf.py to conf.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/_strategy.py to _strategy.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/testing/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/testing/helpers.py to helpers.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/testing/messages/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/docs/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/tests/test_expand.py to test_expand.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/tests/test_translator.py to test_translator.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/tests/test_substitute.py to test_substitute.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/tests/__init__.py to __init__.cpython-37.pyc byte-compiling /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl/i18n/tests/test_application.py to test_application.cpython-37.pyc writing byte-compilation script '/tmp/tmp8_9zhc3_.py' /usr/local/bin/python3.7 /tmp/tmp8_9zhc3_.py removing /tmp/tmp8_9zhc3_.py running install_egg_info Copying flufl.i18n.egg-info to /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl.i18n-2.0.2-py3.7.egg-info Installing /construction/devel/py-flufl.i18n/stage/usr/local/lib/python3.7/site-packages/flufl.i18n-2.0.2-py3.7-nspkg.pth running install_scripts writing list of installed files to '/construction/devel/py-flufl.i18n/.PLIST.pymodtmp' ====> 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: package ------------------------------------------------------------------------------- ===> Building package for py37-flufl.i18n-2.0.2 file sizes/checksums [68]: 0% file sizes/checksums [68]: 100% packing files [68]: 0% packing files [68]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:15