>>> Building on exopi-4 under devel/py-serial BDEPENDS = [devel/py-build;devel/py-installer;lang/python/3;devel/py-setuptools;devel/py-wheel] DIST = [devel/py-serial:pyserial-3.5.tar.gz] FULLPKGNAME = py3-serial-3.5p0 RDEPENDS = [lang/python/3] Avoided depends for py3-build-1.3.0 py3-installer-0.7.0p2 python-3.13.9 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 distfiles size=159125 >>> Running extract in devel/py-serial at 1764754975.00 ===> devel/py-serial ===> Building from scratch py3-serial-3.5p0 ===> Checking files for py3-serial-3.5p0 `/exopi-cvs/ports/distfiles/pyserial-3.5.tar.gz' is up to date. >> (SHA256) all files: OK ===> py3-serial-3.5p0 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-serial-3.5p0 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-serial-3.5p0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-serial-3.5p0 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-serial-3.5p0 depends on: py3-wheel-* -> py3-wheel-0.46.1 ===> Extracting for py3-serial-3.5p0 >>> Running build in devel/py-serial at 1764754976.67 ===> devel/py-serial ===> Patching for py3-serial-3.5p0 ===> 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-serial-3.5p0 ===> Configuring for py3-serial-3.5p0 ===> Building for py3-serial-3.5p0 * Getting build dependencies for wheel... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing pyserial.egg-info/PKG-INFO writing dependency_links to pyserial.egg-info/dependency_links.txt writing entry points to pyserial.egg-info/entry_points.txt writing requirements to pyserial.egg-info/requires.txt writing top-level names to pyserial.egg-info/top_level.txt reading manifest file 'pyserial.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'pyserial.egg-info/SOURCES.txt' * Building wheel... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py /usr/local/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() creating build/lib/serial copying serial/serialutil.py -> build/lib/serial copying serial/serialcli.py -> build/lib/serial copying serial/win32.py -> build/lib/serial copying serial/serialjava.py -> build/lib/serial copying serial/__init__.py -> build/lib/serial copying serial/serialposix.py -> build/lib/serial copying serial/rfc2217.py -> build/lib/serial copying serial/serialwin32.py -> build/lib/serial copying serial/rs485.py -> build/lib/serial copying serial/__main__.py -> build/lib/serial creating build/lib/serial/tools copying serial/tools/list_ports_windows.py -> build/lib/serial/tools copying serial/tools/hexlify_codec.py -> build/lib/serial/tools copying serial/tools/list_ports.py -> build/lib/serial/tools copying serial/tools/list_ports_linux.py -> build/lib/serial/tools copying serial/tools/list_ports_common.py -> build/lib/serial/tools copying serial/tools/__init__.py -> build/lib/serial/tools copying serial/tools/list_ports_posix.py -> build/lib/serial/tools copying serial/tools/list_ports_osx.py -> build/lib/serial/tools copying serial/tools/miniterm.py -> build/lib/serial/tools creating build/lib/serial/urlhandler copying serial/urlhandler/protocol_cp2110.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_loop.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_alt.py -> build/lib/serial/urlhandler copying serial/urlhandler/__init__.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_spy.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_socket.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_hwgrep.py -> build/lib/serial/urlhandler copying serial/urlhandler/protocol_rfc2217.py -> build/lib/serial/urlhandler creating build/lib/serial/threaded copying serial/threaded/__init__.py -> build/lib/serial/threaded installing to build/bdist.openbsd-7.8-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.8-amd64/wheel creating build/bdist.openbsd-7.8-amd64/wheel/serial copying build/lib/serial/serialutil.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial copying build/lib/serial/serialcli.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial copying build/lib/serial/win32.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial copying build/lib/serial/serialjava.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial copying build/lib/serial/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial copying build/lib/serial/serialposix.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial copying build/lib/serial/rfc2217.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial copying build/lib/serial/serialwin32.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial copying build/lib/serial/rs485.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial copying build/lib/serial/__main__.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial creating build/bdist.openbsd-7.8-amd64/wheel/serial/tools copying build/lib/serial/tools/list_ports_windows.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/tools copying build/lib/serial/tools/hexlify_codec.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/tools copying build/lib/serial/tools/list_ports.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/tools copying build/lib/serial/tools/list_ports_linux.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/tools copying build/lib/serial/tools/list_ports_common.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/tools copying build/lib/serial/tools/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/tools copying build/lib/serial/tools/list_ports_posix.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/tools copying build/lib/serial/tools/list_ports_osx.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/tools copying build/lib/serial/tools/miniterm.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/tools creating build/bdist.openbsd-7.8-amd64/wheel/serial/urlhandler copying build/lib/serial/urlhandler/protocol_cp2110.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/urlhandler copying build/lib/serial/urlhandler/protocol_loop.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/urlhandler copying build/lib/serial/urlhandler/protocol_alt.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/urlhandler copying build/lib/serial/urlhandler/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/urlhandler copying build/lib/serial/urlhandler/protocol_spy.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/urlhandler copying build/lib/serial/urlhandler/protocol_socket.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/urlhandler copying build/lib/serial/urlhandler/protocol_hwgrep.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/urlhandler copying build/lib/serial/urlhandler/protocol_rfc2217.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/urlhandler creating build/bdist.openbsd-7.8-amd64/wheel/serial/threaded copying build/lib/serial/threaded/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./serial/threaded running install_egg_info running egg_info writing pyserial.egg-info/PKG-INFO writing dependency_links to pyserial.egg-info/dependency_links.txt writing entry points to pyserial.egg-info/entry_points.txt writing requirements to pyserial.egg-info/requires.txt writing top-level names to pyserial.egg-info/top_level.txt reading manifest file 'pyserial.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'pyserial.egg-info/SOURCES.txt' Copying pyserial.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./pyserial-3.5-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/pyserial-3.5.dist-info/WHEEL creating '/exopi-obj/pobj/py-serial-3.5/pyserial-3.5/dist/.tmp-tbh7vjih/pyserial-3.5-py2.py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'pyserial-3.5.dist-info/licenses/LICENSE.txt' adding 'serial/__init__.py' adding 'serial/__main__.py' adding 'serial/rfc2217.py' adding 'serial/rs485.py' adding 'serial/serialcli.py' adding 'serial/serialjava.py' adding 'serial/serialposix.py' adding 'serial/serialutil.py' adding 'serial/serialwin32.py' adding 'serial/win32.py' adding 'serial/threaded/__init__.py' adding 'serial/tools/__init__.py' adding 'serial/tools/hexlify_codec.py' adding 'serial/tools/list_ports.py' adding 'serial/tools/list_ports_common.py' adding 'serial/tools/list_ports_linux.py' adding 'serial/tools/list_ports_osx.py' adding 'serial/tools/list_ports_posix.py' adding 'serial/tools/list_ports_windows.py' adding 'serial/tools/miniterm.py' adding 'serial/urlhandler/__init__.py' adding 'serial/urlhandler/protocol_alt.py' adding 'serial/urlhandler/protocol_cp2110.py' adding 'serial/urlhandler/protocol_hwgrep.py' adding 'serial/urlhandler/protocol_loop.py' adding 'serial/urlhandler/protocol_rfc2217.py' adding 'serial/urlhandler/protocol_socket.py' adding 'serial/urlhandler/protocol_spy.py' adding 'pyserial-3.5.dist-info/METADATA' adding 'pyserial-3.5.dist-info/WHEEL' adding 'pyserial-3.5.dist-info/entry_points.txt' adding 'pyserial-3.5.dist-info/top_level.txt' adding 'pyserial-3.5.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built pyserial-3.5-py2.py3-none-any.whl >>> Running package in devel/py-serial at 1764754979.12 ===> devel/py-serial ===> Faking installation for py3-serial-3.5p0 /exopi-obj/pobj/py-serial-3.5/bin/install -d -m 755 /exopi-obj/pobj/py-serial-3.5/fake-amd64/usr/local/share/doc/py3-serial /exopi-obj/pobj/py-serial-3.5/fake-amd64/usr/local/share/examples/py3-serial cd /exopi-obj/pobj/py-serial-3.5/pyserial-3.5; /exopi-obj/pobj/py-serial-3.5/bin/install -c -m 644 README.rst LICENSE.txt documentation/*.rst /exopi-obj/pobj/py-serial-3.5/fake-amd64/usr/local/share/doc/py3-serial /exopi-obj/pobj/py-serial-3.5/bin/install -c -m 644 /exopi-obj/pobj/py-serial-3.5/pyserial-3.5/examples/*.py /exopi-obj/pobj/py-serial-3.5/fake-amd64/usr/local/share/examples/py3-serial ===> Building package for py3-serial-3.5p0 Create /exopi-cvs/ports/packages/amd64/all/py3-serial-3.5p0.tgz Creating package py3-serial-3.5p0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|*** | 5% archiving|******* | 10% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********** | 15% archiving|************ | 18% archiving|************** | 22% archiving|*************** | 24% archiving|***************** | 26% archiving|****************** | 28% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 36% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|*************************** | 42% archiving|*************************** | 43% archiving|****************************** | 47% archiving|********************************* | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************** | 72% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|*************************************************** | 80% archiving|***************************************************** | 83% archiving|***************************************************** | 84% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-serial-3.5p0.tgz >>> Running clean in devel/py-serial at 1764754981.63 ===> devel/py-serial ===> Cleaning for py3-serial-3.5p0 >>> Ended at 1764754982.39 max_stuck=0.00/extract=1.68/build=2.46/package=2.50/clean=0.81