>>> Building on exopi-5 under net/py-rrdtool,python3 BDEPENDS = [lang/python/3.10;devel/py-setuptools,python3;devel/py-installer,python3;devel/py-build,python3;net/rrdtool;devel/py-wheel,python3] DIST = [net/py-rrdtool,python3:rrdtool-0.1.16.tar.gz] FULLPKGNAME = py3-rrdtool-0.1.16p1 RDEPENDS = [lang/python/3.10;net/rrdtool] (Junk lock obtained for exopi-5 at 1713364575.01) >>> Running depends in net/py-rrdtool,python3 at 1713364575.07 last junk was in astro/py-erfa,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 rrdtool-1.8.0p1 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 rrdtool-1.8.0p1 /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 rrdtool-1.8.0p1 The following new rcscripts were installed: /etc/rc.d/rrdcached See rcctl(8) for details. New and changed readme(s): /usr/local/share/doc/pkg-readmes/rrdtool >>> Running show-prepare-results in net/py-rrdtool,python3 at 1713364580.11 ===> net/py-rrdtool,python3 ===> Building from scratch py3-rrdtool-0.1.16p1 ===> py3-rrdtool-0.1.16p1 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-rrdtool-0.1.16p1 depends on: py3-build-* -> py3-build-1.1.1 ===> py3-rrdtool-0.1.16p1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-rrdtool-0.1.16p1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-rrdtool-0.1.16p1 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> py3-rrdtool-0.1.16p1 depends on: rrdtool-* -> rrdtool-1.8.0p1 ===> Verifying specs: pthread rrd ===> found pthread.27.1 rrd.6.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 rrdtool-1.8.0p1 (Junk lock released for exopi-5 at 1713364581.69) distfiles size=22088 >>> Running build in net/py-rrdtool,python3 at 1713364581.75 ===> net/py-rrdtool,python3 ===> Checking files for py3-rrdtool-0.1.16p1 `/exopi-cvs/ports/distfiles/rrdtool-0.1.16.tar.gz' is up to date. >> (SHA256) rrdtool-0.1.16.tar.gz: OK ===> Extracting for py3-rrdtool-0.1.16p1 ===> Patching for py3-rrdtool-0.1.16p1 ===> 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-rrdtool-0.1.16p1 ===> Configuring for py3-rrdtool-0.1.16p1 ===> Building for py3-rrdtool-0.1.16p1 * 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) running egg_info writing rrdtool.egg-info/PKG-INFO writing dependency_links to rrdtool.egg-info/dependency_links.txt writing top-level names to rrdtool.egg-info/top_level.txt reading manifest file 'rrdtool.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'rrdtool.egg-info/SOURCES.txt' * Building 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) running bdist_wheel running build running build_ext building 'rrdtool' extension creating build creating build/temp.openbsd-7.5-amd64-cpython-310 cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -DPACKAGE_VERSION=\"0.1.16\" -DWITH_FETCH_CB=1 -I/exopi-obj/pobj/py-rrdtool-0.1.16-python3/rrdtool-0.1.16 -I/usr/local/include -I/usr/local/include/python3.10 -c rrdtoolmodule.c -o build/temp.openbsd-7.5-amd64-cpython-310/rrdtoolmodule.o rrdtoolmodule.c:1403:10: warning: 'PyEval_ThreadsInitialized' is deprecated [-Wdeprecated-declarations] if (!PyEval_ThreadsInitialized()) ^ /usr/local/include/python3.10/ceval.h:121:1: note: 'PyEval_ThreadsInitialized' has been explicitly marked deprecated here Py_DEPRECATED(3.9) PyAPI_FUNC(int) PyEval_ThreadsInitialized(void); ^ /usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ rrdtoolmodule.c:1404:9: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] PyEval_InitThreads(); ^ /usr/local/include/python3.10/ceval.h:122:1: note: 'PyEval_InitThreads' has been explicitly marked deprecated here Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); ^ /usr/local/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ 2 warnings generated. creating build/lib.openbsd-7.5-amd64-cpython-310 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.5-amd64-cpython-310/rrdtoolmodule.o -L/usr/local/lib -L/usr/local/lib -lrrd -o build/lib.openbsd-7.5-amd64-cpython-310/rrdtool.cpython-310.so 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 copying build/lib.openbsd-7.5-amd64-cpython-310/rrdtool.cpython-310.so -> build/bdist.openbsd-7.5-amd64/wheel running install_egg_info running egg_info writing rrdtool.egg-info/PKG-INFO writing dependency_links to rrdtool.egg-info/dependency_links.txt writing top-level names to rrdtool.egg-info/top_level.txt reading manifest file 'rrdtool.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'rrdtool.egg-info/SOURCES.txt' Copying rrdtool.egg-info to build/bdist.openbsd-7.5-amd64/wheel/rrdtool-0.1.16-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/rrdtool-0.1.16.dist-info/WHEEL creating '/exopi-obj/pobj/py-rrdtool-0.1.16-python3/rrdtool-0.1.16/dist/.tmp-lozd5iod/rrdtool-0.1.16-cp310-cp310-openbsd_7_5_amd64.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'rrdtool.cpython-310.so' adding 'rrdtool-0.1.16.dist-info/LICENSE' adding 'rrdtool-0.1.16.dist-info/METADATA' adding 'rrdtool-0.1.16.dist-info/WHEEL' adding 'rrdtool-0.1.16.dist-info/top_level.txt' adding 'rrdtool-0.1.16.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built rrdtool-0.1.16-cp310-cp310-openbsd_7_5_amd64.whl >>> Running package in net/py-rrdtool,python3 at 1713364585.03 ===> net/py-rrdtool,python3 ===> Faking installation for py3-rrdtool-0.1.16p1 ===> Building package for py3-rrdtool-0.1.16p1 Create /exopi-cvs/ports/packages/amd64/all/py3-rrdtool-0.1.16p1.tgz Creating package py3-rrdtool-0.1.16p1 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checking dependencies|net/rrdtool,-main checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 10% checksumming|********* | 14% checksumming|************ | 19% checksumming|*************** | 24% checksumming|***************** | 29% checksumming|******************** | 33% checksumming|*********************** | 38% checksumming|************************** | 43% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|*********************************** | 57% checksumming|************************************** | 62% checksumming|***************************************** | 67% checksumming|******************************************** | 71% checksumming|********************************************** | 76% checksumming|************************************************* | 81% checksumming|**************************************************** | 86% checksumming|******************************************************* | 90% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|*********************************************** | 74% archiving|************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-rrdtool-0.1.16p1.tgz >>> Running clean in net/py-rrdtool,python3 at 1713364590.88 ===> net/py-rrdtool,python3 ===> Cleaning for py3-rrdtool-0.1.16p1 >>> Ended at 1713364591.09 max_stuck=0.00/depends=5.06/show-prepare-results=1.63/build=3.30/package=5.84/clean=0.25