>>> Building on exopi-2 under devel/py-fastimport,python3 BDEPENDS = [devel/py-build,python3;devel/py-wheel,python3;devel/py-installer,python3;devel/py-setuptools,python3;lang/python/3] DIST = [devel/py-fastimport,python3:fastimport-0.9.14.tar.gz] FULLPKGNAME = py3-fastimport-0.9.14p2 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-2 at 1731870678.51) >>> Running depends in devel/py-fastimport,python3 at 1731870678.56 last junk was in textproc/py-jupyterlab_pygments,python3 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 python-3.11.10p1 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 >>> Running show-prepare-results in devel/py-fastimport,python3 at 1731870680.51 ===> devel/py-fastimport,python3 ===> Building from scratch py3-fastimport-0.9.14p2 ===> py3-fastimport-0.9.14p2 depends on: python->=3.11,<3.12 -> python-3.11.10p1 ===> py3-fastimport-0.9.14p2 depends on: py3-build-* -> py3-build-1.2.2.post1 ===> py3-fastimport-0.9.14p2 depends on: py3-installer-* -> py3-installer-0.7.0p0 ===> py3-fastimport-0.9.14p2 depends on: py3-setuptools-* -> py3-setuptools-69.5.1v0 ===> py3-fastimport-0.9.14p2 depends on: py3-wheel-* -> py3-wheel-0.45.0 py3-build-1.2.2.post1 py3-installer-0.7.0p0 py3-setuptools-69.5.1v0 py3-wheel-0.45.0 python-3.11.10p1 (Junk lock released for exopi-2 at 1731870681.93) distfiles size=41791 >>> Running build in devel/py-fastimport,python3 at 1731870681.97 ===> devel/py-fastimport,python3 ===> Checking files for py3-fastimport-0.9.14p2 `/exopi-cvs/ports/distfiles/fastimport-0.9.14.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-fastimport-0.9.14p2 ===> Patching for py3-fastimport-0.9.14p2 ===> 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-fastimport-0.9.14p2 ===> Configuring for py3-fastimport-0.9.14p2 ===> Building for py3-fastimport-0.9.14p2 * Getting build dependencies for wheel... /usr/local/lib/python3.11/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running egg_info writing fastimport.egg-info/PKG-INFO writing dependency_links to fastimport.egg-info/dependency_links.txt writing top-level names to fastimport.egg-info/top_level.txt reading manifest file 'fastimport.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' adding license file 'AUTHORS' writing manifest file 'fastimport.egg-info/SOURCES.txt' * Building wheel... /usr/local/lib/python3.11/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/fastimport copying fastimport/parser.py -> build/lib/fastimport copying fastimport/helpers.py -> build/lib/fastimport copying fastimport/commands.py -> build/lib/fastimport copying fastimport/processor.py -> build/lib/fastimport copying fastimport/errors.py -> build/lib/fastimport copying fastimport/__init__.py -> build/lib/fastimport copying fastimport/reftracker.py -> build/lib/fastimport copying fastimport/dates.py -> build/lib/fastimport creating build/lib/fastimport/tests copying fastimport/tests/test_parser.py -> build/lib/fastimport/tests copying fastimport/tests/test_commands.py -> build/lib/fastimport/tests copying fastimport/tests/test_helpers.py -> build/lib/fastimport/tests copying fastimport/tests/test_filter_processor.py -> build/lib/fastimport/tests copying fastimport/tests/__init__.py -> build/lib/fastimport/tests copying fastimport/tests/test_dates.py -> build/lib/fastimport/tests copying fastimport/tests/test_info_processor.py -> build/lib/fastimport/tests copying fastimport/tests/test_errors.py -> build/lib/fastimport/tests creating build/lib/fastimport/processors copying fastimport/processors/filter_processor.py -> build/lib/fastimport/processors copying fastimport/processors/query_processor.py -> build/lib/fastimport/processors copying fastimport/processors/__init__.py -> build/lib/fastimport/processors copying fastimport/processors/info_processor.py -> build/lib/fastimport/processors copying fastimport/py.typed -> build/lib/fastimport running build_scripts creating build/scripts-3.11 copying and adjusting bin/fast-import-query -> build/scripts-3.11 copying and adjusting bin/fast-import-filter -> build/scripts-3.11 copying and adjusting bin/fast-import-info -> build/scripts-3.11 changing mode of build/scripts-3.11/fast-import-query from 644 to 755 changing mode of build/scripts-3.11/fast-import-filter from 644 to 755 changing mode of build/scripts-3.11/fast-import-info from 644 to 755 installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64 creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/fastimport copying build/lib/fastimport/parser.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport copying build/lib/fastimport/helpers.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport copying build/lib/fastimport/commands.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport copying build/lib/fastimport/processor.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport copying build/lib/fastimport/errors.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport copying build/lib/fastimport/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport copying build/lib/fastimport/reftracker.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport copying build/lib/fastimport/dates.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport creating build/bdist.openbsd-7.6-amd64/wheel/fastimport/tests copying build/lib/fastimport/tests/test_parser.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/tests copying build/lib/fastimport/tests/test_commands.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/tests copying build/lib/fastimport/tests/test_helpers.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/tests copying build/lib/fastimport/tests/test_filter_processor.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/tests copying build/lib/fastimport/tests/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/tests copying build/lib/fastimport/tests/test_dates.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/tests copying build/lib/fastimport/tests/test_info_processor.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/tests copying build/lib/fastimport/tests/test_errors.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/tests creating build/bdist.openbsd-7.6-amd64/wheel/fastimport/processors copying build/lib/fastimport/processors/filter_processor.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/processors copying build/lib/fastimport/processors/query_processor.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/processors copying build/lib/fastimport/processors/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/processors copying build/lib/fastimport/processors/info_processor.py -> build/bdist.openbsd-7.6-amd64/wheel/fastimport/processors copying build/lib/fastimport/py.typed -> build/bdist.openbsd-7.6-amd64/wheel/fastimport running install_egg_info running egg_info writing fastimport.egg-info/PKG-INFO writing dependency_links to fastimport.egg-info/dependency_links.txt writing top-level names to fastimport.egg-info/top_level.txt reading manifest file 'fastimport.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' adding license file 'AUTHORS' writing manifest file 'fastimport.egg-info/SOURCES.txt' Copying fastimport.egg-info to build/bdist.openbsd-7.6-amd64/wheel/fastimport-0.9.14-py3.11.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/fastimport-0.9.14.data creating build/bdist.openbsd-7.6-amd64/wheel/fastimport-0.9.14.data/scripts copying build/scripts-3.11/fast-import-query -> build/bdist.openbsd-7.6-amd64/wheel/fastimport-0.9.14.data/scripts copying build/scripts-3.11/fast-import-filter -> build/bdist.openbsd-7.6-amd64/wheel/fastimport-0.9.14.data/scripts copying build/scripts-3.11/fast-import-info -> build/bdist.openbsd-7.6-amd64/wheel/fastimport-0.9.14.data/scripts changing mode of build/bdist.openbsd-7.6-amd64/wheel/fastimport-0.9.14.data/scripts/fast-import-query to 755 changing mode of build/bdist.openbsd-7.6-amd64/wheel/fastimport-0.9.14.data/scripts/fast-import-filter to 755 changing mode of build/bdist.openbsd-7.6-amd64/wheel/fastimport-0.9.14.data/scripts/fast-import-info to 755 creating build/bdist.openbsd-7.6-amd64/wheel/fastimport-0.9.14.dist-info/WHEEL creating '/exopi-obj/pobj/py-fastimport-0.9.14-python3/fastimport-0.9.14/dist/.tmp-844y8x_w/fastimport-0.9.14-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'fastimport/__init__.py' adding 'fastimport/commands.py' adding 'fastimport/dates.py' adding 'fastimport/errors.py' adding 'fastimport/helpers.py' adding 'fastimport/parser.py' adding 'fastimport/processor.py' adding 'fastimport/py.typed' adding 'fastimport/reftracker.py' adding 'fastimport/processors/__init__.py' adding 'fastimport/processors/filter_processor.py' adding 'fastimport/processors/info_processor.py' adding 'fastimport/processors/query_processor.py' adding 'fastimport/tests/__init__.py' adding 'fastimport/tests/test_commands.py' adding 'fastimport/tests/test_dates.py' adding 'fastimport/tests/test_errors.py' adding 'fastimport/tests/test_filter_processor.py' adding 'fastimport/tests/test_helpers.py' adding 'fastimport/tests/test_info_processor.py' adding 'fastimport/tests/test_parser.py' adding 'fastimport-0.9.14.data/scripts/fast-import-filter' adding 'fastimport-0.9.14.data/scripts/fast-import-info' adding 'fastimport-0.9.14.data/scripts/fast-import-query' adding 'fastimport-0.9.14.dist-info/AUTHORS' adding 'fastimport-0.9.14.dist-info/COPYING' adding 'fastimport-0.9.14.dist-info/METADATA' adding 'fastimport-0.9.14.dist-info/WHEEL' adding 'fastimport-0.9.14.dist-info/top_level.txt' adding 'fastimport-0.9.14.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built fastimport-0.9.14-py2.py3-none-any.whl >>> Running package in devel/py-fastimport,python3 at 1731870684.28 ===> devel/py-fastimport,python3 ===> Faking installation for py3-fastimport-0.9.14p2 ===> Building package for py3-fastimport-0.9.14p2 Create /exopi-cvs/ports/packages/amd64/all/py3-fastimport-0.9.14p2.tgz Creating package py3-fastimport-0.9.14p2 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 17% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|**************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|********************************* | 53% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*** | 5% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******** | 13% archiving|********* | 15% archiving|********** | 16% archiving|************** | 21% archiving|***************** | 26% archiving|****************** | 28% archiving|******************* | 30% archiving|******************** | 31% archiving|********************* | 33% archiving|********************** | 35% archiving|************************ | 38% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|****************************** | 46% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 53% archiving|************************************ | 57% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|****************************************** | 66% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 80% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************** | 87% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-fastimport-0.9.14p2.tgz >>> Running clean in devel/py-fastimport,python3 at 1731870685.92 ===> devel/py-fastimport,python3 ===> Cleaning for py3-fastimport-0.9.14p2 >>> Ended at 1731870686.15 max_stuck=0.76/depends=1.95/show-prepare-results=1.48/build=2.31/package=1.64/clean=0.27