>>> Building on exopi-6 under x11/py-qtawesome,python3 BDEPENDS = [devel/py-setuptools,python3;devel/py-wheel,python3;lang/python/3.10;devel/py-installer,python3;devel/py-build,python3] DIST = [x11/py-qtawesome,python3:QtAwesome-1.3.1.tar.gz] FULLPKGNAME = py3-qtawesome-1.3.1 RDEPENDS = [x11/py-qtpy,python3;lang/python/3.10] (Junk lock obtained for exopi-6 at 1714086277.62) >>> Running depends in x11/py-qtawesome,python3 at 1714086277.66 last junk was in devel/py-test-subtests,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 >>> Running show-prepare-results in x11/py-qtawesome,python3 at 1714086279.19 ===> x11/py-qtawesome,python3 ===> Building from scratch py3-qtawesome-1.3.1 ===> py3-qtawesome-1.3.1 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-qtawesome-1.3.1 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-qtawesome-1.3.1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-qtawesome-1.3.1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-qtawesome-1.3.1 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 (Junk lock released for exopi-6 at 1714086280.17) distfiles size=2372190 >>> Running build in x11/py-qtawesome,python3 at 1714086280.19 ===> x11/py-qtawesome,python3 ===> Checking files for py3-qtawesome-1.3.1 `/exopi-cvs/ports/distfiles/QtAwesome-1.3.1.tar.gz' is up to date. >> (SHA256) QtAwesome-1.3.1.tar.gz: OK ===> Extracting for py3-qtawesome-1.3.1 ===> Patching for py3-qtawesome-1.3.1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-qtawesome-1.3.1 ===> Configuring for py3-qtawesome-1.3.1 ===> Building for py3-qtawesome-1.3.1 * Getting build dependencies for wheel... running egg_info writing QtAwesome.egg-info/PKG-INFO writing dependency_links to QtAwesome.egg-info/dependency_links.txt writing entry points to QtAwesome.egg-info/entry_points.txt writing requirements to QtAwesome.egg-info/requires.txt writing top-level names to QtAwesome.egg-info/top_level.txt reading manifest file 'QtAwesome.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs/*.yml' adding license file 'LICENSE.txt' writing manifest file 'QtAwesome.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/qtawesome copying qtawesome/__init__.py -> build/lib/qtawesome copying qtawesome/_version.py -> build/lib/qtawesome copying qtawesome/animation.py -> build/lib/qtawesome copying qtawesome/icon_browser.py -> build/lib/qtawesome copying qtawesome/iconic_font.py -> build/lib/qtawesome copying qtawesome/styles.py -> build/lib/qtawesome running egg_info writing QtAwesome.egg-info/PKG-INFO writing dependency_links to QtAwesome.egg-info/dependency_links.txt writing entry points to QtAwesome.egg-info/entry_points.txt writing requirements to QtAwesome.egg-info/requires.txt writing top-level names to QtAwesome.egg-info/top_level.txt reading manifest file 'QtAwesome.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs/*.yml' adding license file 'LICENSE.txt' writing manifest file 'QtAwesome.egg-info/SOURCES.txt' /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'qtawesome.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'qtawesome.fonts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'qtawesome.fonts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'qtawesome.fonts' to be distributed and are already explicitly excluding 'qtawesome.fonts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/local/lib/python3.10/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'qtawesome.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'qtawesome.tests' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'qtawesome.tests' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'qtawesome.tests' to be distributed and are already explicitly excluding 'qtawesome.tests' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/qtawesome/fonts copying qtawesome/fonts/codicon-0.0.35.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/codicon-charmap-0.0.35.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/elusiveicons-webfont-2.0.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/elusiveicons-webfont-charmap-2.0.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome4-webfont-4.7.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome4-webfont-charmap-4.7.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-brands-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-brands-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-regular-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-regular-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-solid-webfont-5.15.4.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/fontawesome5-solid-webfont-charmap-5.15.4.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/materialdesignicons5-webfont-5.9.55.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/materialdesignicons5-webfont-charmap-5.9.55.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/materialdesignicons6-webfont-6.9.96.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/materialdesignicons6-webfont-charmap-6.9.96.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/phosphor-1.3.0.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/phosphor-charmap-1.3.0.json -> build/lib/qtawesome/fonts copying qtawesome/fonts/remixicon-2.5.0.ttf -> build/lib/qtawesome/fonts copying qtawesome/fonts/remixicon-charmap-2.5.0.json -> build/lib/qtawesome/fonts creating build/lib/qtawesome/tests copying qtawesome/tests/test_icon_browser.py -> build/lib/qtawesome/tests copying qtawesome/tests/test_qtawesome.py -> build/lib/qtawesome/tests installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/qtawesome copying build/lib/qtawesome/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome copying build/lib/qtawesome/_version.py -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome copying build/lib/qtawesome/animation.py -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome copying build/lib/qtawesome/icon_browser.py -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome copying build/lib/qtawesome/iconic_font.py -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome copying build/lib/qtawesome/styles.py -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome creating build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/codicon-0.0.35.ttf -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/codicon-charmap-0.0.35.json -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/elusiveicons-webfont-2.0.ttf -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/elusiveicons-webfont-charmap-2.0.json -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome4-webfont-4.7.ttf -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome4-webfont-charmap-4.7.json -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-brands-webfont-5.15.4.ttf -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-brands-webfont-charmap-5.15.4.json -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-regular-webfont-5.15.4.ttf -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-regular-webfont-charmap-5.15.4.json -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/phosphor-1.3.0.ttf -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-solid-webfont-5.15.4.ttf -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/fontawesome5-solid-webfont-charmap-5.15.4.json -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/materialdesignicons5-webfont-5.9.55.ttf -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/materialdesignicons5-webfont-charmap-5.9.55.json -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/materialdesignicons6-webfont-6.9.96.ttf -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/materialdesignicons6-webfont-charmap-6.9.96.json -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/phosphor-charmap-1.3.0.json -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/remixicon-2.5.0.ttf -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts copying build/lib/qtawesome/fonts/remixicon-charmap-2.5.0.json -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/fonts creating build/bdist.openbsd-7.5-amd64/wheel/qtawesome/tests copying build/lib/qtawesome/tests/test_icon_browser.py -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/tests copying build/lib/qtawesome/tests/test_qtawesome.py -> build/bdist.openbsd-7.5-amd64/wheel/qtawesome/tests running install_egg_info Copying QtAwesome.egg-info to build/bdist.openbsd-7.5-amd64/wheel/QtAwesome-1.3.1-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/QtAwesome-1.3.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-qtawesome-1.3.1-python3/QtAwesome-1.3.1/dist/.tmp-_1q2afvz/QtAwesome-1.3.1-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'qtawesome/__init__.py' adding 'qtawesome/_version.py' adding 'qtawesome/animation.py' adding 'qtawesome/icon_browser.py' adding 'qtawesome/iconic_font.py' adding 'qtawesome/styles.py' adding 'qtawesome/fonts/codicon-0.0.35.ttf' adding 'qtawesome/fonts/codicon-charmap-0.0.35.json' adding 'qtawesome/fonts/elusiveicons-webfont-2.0.ttf' adding 'qtawesome/fonts/elusiveicons-webfont-charmap-2.0.json' adding 'qtawesome/fonts/fontawesome4-webfont-4.7.ttf' adding 'qtawesome/fonts/fontawesome4-webfont-charmap-4.7.json' adding 'qtawesome/fonts/fontawesome5-brands-webfont-5.15.4.ttf' adding 'qtawesome/fonts/fontawesome5-brands-webfont-charmap-5.15.4.json' adding 'qtawesome/fonts/fontawesome5-regular-webfont-5.15.4.ttf' adding 'qtawesome/fonts/fontawesome5-regular-webfont-charmap-5.15.4.json' adding 'qtawesome/fonts/fontawesome5-solid-webfont-5.15.4.ttf' adding 'qtawesome/fonts/fontawesome5-solid-webfont-charmap-5.15.4.json' adding 'qtawesome/fonts/materialdesignicons5-webfont-5.9.55.ttf' adding 'qtawesome/fonts/materialdesignicons5-webfont-charmap-5.9.55.json' adding 'qtawesome/fonts/materialdesignicons6-webfont-6.9.96.ttf' adding 'qtawesome/fonts/materialdesignicons6-webfont-charmap-6.9.96.json' adding 'qtawesome/fonts/phosphor-1.3.0.ttf' adding 'qtawesome/fonts/phosphor-charmap-1.3.0.json' adding 'qtawesome/fonts/remixicon-2.5.0.ttf' adding 'qtawesome/fonts/remixicon-charmap-2.5.0.json' adding 'qtawesome/tests/test_icon_browser.py' adding 'qtawesome/tests/test_qtawesome.py' adding 'QtAwesome-1.3.1.dist-info/LICENSE.txt' adding 'QtAwesome-1.3.1.dist-info/METADATA' adding 'QtAwesome-1.3.1.dist-info/WHEEL' adding 'QtAwesome-1.3.1.dist-info/entry_points.txt' adding 'QtAwesome-1.3.1.dist-info/top_level.txt' adding 'QtAwesome-1.3.1.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built QtAwesome-1.3.1-py3-none-any.whl >>> Running package in x11/py-qtawesome,python3 at 1714086282.68 ===> x11/py-qtawesome,python3 ===> Faking installation for py3-qtawesome-1.3.1 ===> Building package for py3-qtawesome-1.3.1 Create /exopi-cvs/ports/packages/amd64/all/py3-qtawesome-1.3.1.tgz Creating package py3-qtawesome-1.3.1 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checking dependencies|x11/py-qtpy,python3 checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 3% checksumming|*** | 4% checksumming|**** | 6% checksumming|***** | 7% checksumming|***** | 9% checksumming|****** | 10% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 22% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|************************ | 39% checksumming|************************* | 40% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************ | 60% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 91% checksumming|******************************************************** | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 4% archiving|***************** | 26% archiving|******************** | 31% archiving|******************** | 32% archiving|********************** | 34% archiving|********************** | 35% archiving|************************* | 39% archiving|*************************** | 43% archiving|*************************************** | 61% archiving|**************************************** | 63% archiving|******************************************************** | 87% archiving|********************************************************* | 89% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-qtawesome-1.3.1.tgz >>> Running clean in x11/py-qtawesome,python3 at 1714086285.28 ===> x11/py-qtawesome,python3 ===> Cleaning for py3-qtawesome-1.3.1 >>> Ended at 1714086285.75 max_stuck=0.00/depends=1.54/show-prepare-results=1.01/build=2.49/package=2.60/clean=0.49