>>> Building on exopi-6 under sysutils/py-watchdog BDEPENDS = [devel/py-installer;devel/py-wheel;devel/py-build;devel/py-setuptools;lang/python/3] DIST = [sysutils/py-watchdog:watchdog-6.0.0.tar.gz] FULLPKGNAME = py3-watchdog-6.0.0p0 RDEPENDS = [textproc/py-yaml;lang/python/3] (Junk lock obtained for exopi-6 at 1764618049.87) >>> Running depends in sysutils/py-watchdog at 1764618049.91 last junk was in textproc/xmlto /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 >>> Running show-prepare-results in sysutils/py-watchdog at 1764618051.44 ===> sysutils/py-watchdog ===> Building from scratch py3-watchdog-6.0.0p0 ===> py3-watchdog-6.0.0p0 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-watchdog-6.0.0p0 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-watchdog-6.0.0p0 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-watchdog-6.0.0p0 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-watchdog-6.0.0p0 depends on: py3-wheel-* -> py3-wheel-0.46.1 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 (Junk lock released for exopi-6 at 1764618052.47) distfiles size=131220 >>> Running extract in sysutils/py-watchdog at 1764618052.51 ===> sysutils/py-watchdog ===> Checking files for py3-watchdog-6.0.0p0 `/exopi-cvs/ports/distfiles/watchdog-6.0.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-watchdog-6.0.0p0 >>> Running build in sysutils/py-watchdog at 1764618053.34 ===> sysutils/py-watchdog ===> Patching for py3-watchdog-6.0.0p0 ===> 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-watchdog-6.0.0p0 ===> Configuring for py3-watchdog-6.0.0p0 ===> Building for py3-watchdog-6.0.0p0 * 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 :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing src/watchdog.egg-info/PKG-INFO writing dependency_links to src/watchdog.egg-info/dependency_links.txt writing entry points to src/watchdog.egg-info/entry_points.txt writing requirements to src/watchdog.egg-info/requires.txt writing top-level names to src/watchdog.egg-info/top_level.txt reading manifest file 'src/watchdog.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' under directory 'src' warning: no files found matching 'docs/*.txt' adding license file 'LICENSE' adding license file 'COPYING' adding license file 'AUTHORS' writing manifest file 'src/watchdog.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 :: Apache Software 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 creating build/lib/watchdog copying src/watchdog/__init__.py -> build/lib/watchdog copying src/watchdog/events.py -> build/lib/watchdog copying src/watchdog/version.py -> build/lib/watchdog copying src/watchdog/watchmedo.py -> build/lib/watchdog creating build/lib/watchdog/observers copying src/watchdog/observers/__init__.py -> build/lib/watchdog/observers copying src/watchdog/observers/api.py -> build/lib/watchdog/observers copying src/watchdog/observers/fsevents.py -> build/lib/watchdog/observers copying src/watchdog/observers/fsevents2.py -> build/lib/watchdog/observers copying src/watchdog/observers/inotify.py -> build/lib/watchdog/observers copying src/watchdog/observers/inotify_buffer.py -> build/lib/watchdog/observers copying src/watchdog/observers/inotify_c.py -> build/lib/watchdog/observers copying src/watchdog/observers/kqueue.py -> build/lib/watchdog/observers copying src/watchdog/observers/polling.py -> build/lib/watchdog/observers copying src/watchdog/observers/read_directory_changes.py -> build/lib/watchdog/observers copying src/watchdog/observers/winapi.py -> build/lib/watchdog/observers creating build/lib/watchdog/tricks copying src/watchdog/tricks/__init__.py -> build/lib/watchdog/tricks creating build/lib/watchdog/utils copying src/watchdog/utils/__init__.py -> build/lib/watchdog/utils copying src/watchdog/utils/bricks.py -> build/lib/watchdog/utils copying src/watchdog/utils/delayed_queue.py -> build/lib/watchdog/utils copying src/watchdog/utils/dirsnapshot.py -> build/lib/watchdog/utils copying src/watchdog/utils/echo.py -> build/lib/watchdog/utils copying src/watchdog/utils/event_debouncer.py -> build/lib/watchdog/utils copying src/watchdog/utils/patterns.py -> build/lib/watchdog/utils copying src/watchdog/utils/platform.py -> build/lib/watchdog/utils copying src/watchdog/utils/process_watcher.py -> build/lib/watchdog/utils running egg_info writing src/watchdog.egg-info/PKG-INFO writing dependency_links to src/watchdog.egg-info/dependency_links.txt writing entry points to src/watchdog.egg-info/entry_points.txt writing requirements to src/watchdog.egg-info/requires.txt writing top-level names to src/watchdog.egg-info/top_level.txt reading manifest file 'src/watchdog.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.h' under directory 'src' warning: no files found matching 'docs/*.txt' adding license file 'LICENSE' adding license file 'COPYING' adding license file 'AUTHORS' writing manifest file 'src/watchdog.egg-info/SOURCES.txt' copying src/watchdog/py.typed -> build/lib/watchdog 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/watchdog copying build/lib/watchdog/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog copying build/lib/watchdog/events.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog copying build/lib/watchdog/version.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog copying build/lib/watchdog/watchmedo.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog creating build/bdist.openbsd-7.8-amd64/wheel/watchdog/observers copying build/lib/watchdog/observers/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/observers copying build/lib/watchdog/observers/api.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/observers copying build/lib/watchdog/observers/fsevents.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/observers copying build/lib/watchdog/observers/fsevents2.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/observers copying build/lib/watchdog/observers/inotify.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/observers copying build/lib/watchdog/observers/inotify_buffer.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/observers copying build/lib/watchdog/observers/inotify_c.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/observers copying build/lib/watchdog/observers/kqueue.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/observers copying build/lib/watchdog/observers/polling.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/observers copying build/lib/watchdog/observers/read_directory_changes.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/observers copying build/lib/watchdog/observers/winapi.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/observers creating build/bdist.openbsd-7.8-amd64/wheel/watchdog/tricks copying build/lib/watchdog/tricks/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/tricks creating build/bdist.openbsd-7.8-amd64/wheel/watchdog/utils copying build/lib/watchdog/utils/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/utils copying build/lib/watchdog/utils/bricks.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/utils copying build/lib/watchdog/utils/delayed_queue.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/utils copying build/lib/watchdog/utils/dirsnapshot.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/utils copying build/lib/watchdog/utils/echo.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/utils copying build/lib/watchdog/utils/event_debouncer.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/utils copying build/lib/watchdog/utils/patterns.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/utils copying build/lib/watchdog/utils/platform.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/utils copying build/lib/watchdog/utils/process_watcher.py -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog/utils copying build/lib/watchdog/py.typed -> build/bdist.openbsd-7.8-amd64/wheel/./watchdog running install_egg_info Copying src/watchdog.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./watchdog-6.0.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/watchdog-6.0.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-watchdog-6.0.0/watchdog-6.0.0/dist/.tmp-hvchxebm/watchdog-6.0.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'watchdog/__init__.py' adding 'watchdog/events.py' adding 'watchdog/py.typed' adding 'watchdog/version.py' adding 'watchdog/watchmedo.py' adding 'watchdog/observers/__init__.py' adding 'watchdog/observers/api.py' adding 'watchdog/observers/fsevents.py' adding 'watchdog/observers/fsevents2.py' adding 'watchdog/observers/inotify.py' adding 'watchdog/observers/inotify_buffer.py' adding 'watchdog/observers/inotify_c.py' adding 'watchdog/observers/kqueue.py' adding 'watchdog/observers/polling.py' adding 'watchdog/observers/read_directory_changes.py' adding 'watchdog/observers/winapi.py' adding 'watchdog/tricks/__init__.py' adding 'watchdog/utils/__init__.py' adding 'watchdog/utils/bricks.py' adding 'watchdog/utils/delayed_queue.py' adding 'watchdog/utils/dirsnapshot.py' adding 'watchdog/utils/echo.py' adding 'watchdog/utils/event_debouncer.py' adding 'watchdog/utils/patterns.py' adding 'watchdog/utils/platform.py' adding 'watchdog/utils/process_watcher.py' adding 'watchdog-6.0.0.dist-info/licenses/AUTHORS' adding 'watchdog-6.0.0.dist-info/licenses/COPYING' adding 'watchdog-6.0.0.dist-info/licenses/LICENSE' adding 'watchdog-6.0.0.dist-info/METADATA' adding 'watchdog-6.0.0.dist-info/WHEEL' adding 'watchdog-6.0.0.dist-info/entry_points.txt' adding 'watchdog-6.0.0.dist-info/top_level.txt' adding 'watchdog-6.0.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built watchdog-6.0.0-py3-none-any.whl >>> Running package in sysutils/py-watchdog at 1764618055.60 ===> sysutils/py-watchdog ===> Faking installation for py3-watchdog-6.0.0p0 ===> Building package for py3-watchdog-6.0.0p0 Create /exopi-cvs/ports/packages/amd64/all/py3-watchdog-6.0.0p0.tgz Creating package py3-watchdog-6.0.0p0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|textproc/py-yaml 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|******** | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 30% 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|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% 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|******************************************* | 70% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% 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|** | 3% archiving|**** | 6% archiving|****** | 9% archiving|******** | 12% archiving|******** | 13% archiving|********** | 16% archiving|************ | 18% archiving|************* | 20% archiving|************** | 23% archiving|**************** | 24% archiving|***************** | 26% archiving|****************** | 28% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|********************** | 34% archiving|************************ | 38% archiving|************************** | 41% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 47% archiving|******************************* | 48% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************** | 53% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|*************************************** | 60% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 66% archiving|******************************************* | 67% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************ | 75% archiving|************************************************* | 77% archiving|************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|****************************************************** | 84% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-watchdog-6.0.0p0.tgz >>> Running clean in sysutils/py-watchdog at 1764618057.89 ===> sysutils/py-watchdog ===> Cleaning for py3-watchdog-6.0.0p0 >>> Ended at 1764618058.39 max_stuck=0.00/depends=1.53/show-prepare-results=1.07/extract=0.81/build=2.30/package=2.28/clean=0.52