>>> Building on exopi-3 under textproc/py-mistune,python3 BDEPENDS = [devel/py-setuptools,python3;lang/python/3.10;devel/py-build,python3;devel/py-wheel,python3;devel/py-installer,python3] DIST = [textproc/py-mistune,python3:mistune-2.0.5.tar.gz] FULLPKGNAME = py3-mistune-2.0.5 RDEPENDS = [lang/python/3.10] (Junk lock obtained for exopi-3 at 1713772873.56) >>> Running depends in textproc/py-mistune,python3 at 1713772873.60 last junk was in devel/py-jaraco-context,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 textproc/py-mistune,python3 at 1713772875.54 ===> textproc/py-mistune,python3 ===> Building from scratch py3-mistune-2.0.5 ===> py3-mistune-2.0.5 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-mistune-2.0.5 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-mistune-2.0.5 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-mistune-2.0.5 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-mistune-2.0.5 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-3 at 1713772876.89) distfiles size=75854 >>> Running build in textproc/py-mistune,python3 at 1713772876.95 ===> textproc/py-mistune,python3 ===> Checking files for py3-mistune-2.0.5 `/exopi-cvs/ports/distfiles/mistune-2.0.5.tar.gz' is up to date. >> (SHA256) mistune-2.0.5.tar.gz: OK ===> Extracting for py3-mistune-2.0.5 ===> Patching for py3-mistune-2.0.5 ===> 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-mistune-2.0.5 ===> Configuring for py3-mistune-2.0.5 ===> Building for py3-mistune-2.0.5 * Getting build dependencies for wheel... /usr/local/lib/python3.10/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files 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. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section running egg_info writing mistune.egg-info/PKG-INFO writing dependency_links to mistune.egg-info/dependency_links.txt writing top-level names to mistune.egg-info/top_level.txt reading manifest file 'mistune.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'mistune.egg-info/SOURCES.txt' warning: no previously-included files matching '*.pyc' found under directory 'tests' * Building wheel... running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/mistune copying mistune/__init__.py -> build/lib/mistune copying mistune/block_parser.py -> build/lib/mistune copying mistune/inline_parser.py -> build/lib/mistune copying mistune/markdown.py -> build/lib/mistune copying mistune/renderers.py -> build/lib/mistune copying mistune/scanner.py -> build/lib/mistune copying mistune/util.py -> build/lib/mistune creating build/lib/mistune/plugins copying mistune/plugins/__init__.py -> build/lib/mistune/plugins copying mistune/plugins/abbr.py -> build/lib/mistune/plugins copying mistune/plugins/def_list.py -> build/lib/mistune/plugins copying mistune/plugins/extra.py -> build/lib/mistune/plugins copying mistune/plugins/footnotes.py -> build/lib/mistune/plugins copying mistune/plugins/table.py -> build/lib/mistune/plugins copying mistune/plugins/task_lists.py -> build/lib/mistune/plugins creating build/lib/mistune/directives copying mistune/directives/__init__.py -> build/lib/mistune/directives copying mistune/directives/admonition.py -> build/lib/mistune/directives copying mistune/directives/base.py -> build/lib/mistune/directives copying mistune/directives/include.py -> build/lib/mistune/directives copying mistune/directives/toc.py -> build/lib/mistune/directives WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section /usr/local/lib/python3.10/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files 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. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) 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/mistune copying build/lib/mistune/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune copying build/lib/mistune/block_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune copying build/lib/mistune/inline_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune copying build/lib/mistune/markdown.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune copying build/lib/mistune/renderers.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune copying build/lib/mistune/scanner.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune copying build/lib/mistune/util.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune creating build/bdist.openbsd-7.5-amd64/wheel/mistune/plugins copying build/lib/mistune/plugins/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/plugins copying build/lib/mistune/plugins/abbr.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/plugins copying build/lib/mistune/plugins/def_list.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/plugins copying build/lib/mistune/plugins/extra.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/plugins copying build/lib/mistune/plugins/footnotes.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/plugins copying build/lib/mistune/plugins/table.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/plugins copying build/lib/mistune/plugins/task_lists.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/plugins creating build/bdist.openbsd-7.5-amd64/wheel/mistune/directives copying build/lib/mistune/directives/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/directives copying build/lib/mistune/directives/admonition.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/directives copying build/lib/mistune/directives/base.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/directives copying build/lib/mistune/directives/include.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/directives copying build/lib/mistune/directives/toc.py -> build/bdist.openbsd-7.5-amd64/wheel/mistune/directives running install_egg_info running egg_info writing mistune.egg-info/PKG-INFO writing dependency_links to mistune.egg-info/dependency_links.txt writing top-level names to mistune.egg-info/top_level.txt reading manifest file 'mistune.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' warning: no previously-included files matching '*.pyc' found under directory 'tests' writing manifest file 'mistune.egg-info/SOURCES.txt' Copying mistune.egg-info to build/bdist.openbsd-7.5-amd64/wheel/mistune-2.0.5-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/mistune-2.0.5.dist-info/WHEEL creating '/exopi-obj/pobj/py-mistune-2.0.5-python3/mistune-2.0.5/dist/.tmp-_8dyp9if/mistune-2.0.5-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'mistune/__init__.py' adding 'mistune/block_parser.py' adding 'mistune/inline_parser.py' adding 'mistune/markdown.py' adding 'mistune/renderers.py' adding 'mistune/scanner.py' adding 'mistune/util.py' adding 'mistune/directives/__init__.py' adding 'mistune/directives/admonition.py' adding 'mistune/directives/base.py' adding 'mistune/directives/include.py' adding 'mistune/directives/toc.py' adding 'mistune/plugins/__init__.py' adding 'mistune/plugins/abbr.py' adding 'mistune/plugins/def_list.py' adding 'mistune/plugins/extra.py' adding 'mistune/plugins/footnotes.py' adding 'mistune/plugins/table.py' adding 'mistune/plugins/task_lists.py' adding 'mistune-2.0.5.dist-info/LICENSE' adding 'mistune-2.0.5.dist-info/METADATA' adding 'mistune-2.0.5.dist-info/WHEEL' adding 'mistune-2.0.5.dist-info/top_level.txt' adding 'mistune-2.0.5.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built mistune-2.0.5-py2.py3-none-any.whl >>> Running package in textproc/py-mistune,python3 at 1713772879.63 ===> textproc/py-mistune,python3 ===> Faking installation for py3-mistune-2.0.5 ===> Building package for py3-mistune-2.0.5 Create /exopi-cvs/ports/packages/amd64/all/py3-mistune-2.0.5.tgz Creating package py3-mistune-2.0.5 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 10% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|* | 2% archiving|***** | 7% archiving|******** | 13% archiving|********** | 16% archiving|************ | 19% archiving|************* | 21% archiving|************** | 22% archiving|***************** | 26% archiving|******************* | 30% archiving|********************* | 32% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|**************************** | 43% archiving|****************************** | 47% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************** | 52% archiving|********************************** | 53% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************* | 58% archiving|************************************** | 60% archiving|**************************************** | 62% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************** | 77% archiving|************************************************** | 79% archiving|**************************************************** | 82% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 91% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************** | 98% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-mistune-2.0.5.tgz >>> Running clean in textproc/py-mistune,python3 at 1713772881.32 ===> textproc/py-mistune,python3 ===> Cleaning for py3-mistune-2.0.5 >>> Ended at 1713772881.78 max_stuck=0.76/depends=1.96/show-prepare-results=1.38/build=2.70/package=1.68/clean=0.49