>>> Building on exopi-6 under net/py-rrdtool,python3 BDEPENDS = [devel/py-build,python3;devel/py-setuptools,python3;net/rrdtool;devel/py-installer,python3;lang/python/3;devel/py-wheel,python3] DIST = [net/py-rrdtool,python3:rrdtool-0.1.16.tar.gz] FULLPKGNAME = py3-rrdtool-0.1.16p2 RDEPENDS = [net/rrdtool;lang/python/3] (Junk lock failure for exopi-6 at 1716229841.99811) Received IO (Junk lock obtained for exopi-6 at 1716229844.32) Received IO Woken up net/py-rrdtool,python3 >>> Running depends in net/py-rrdtool,python3 at 1716229845.60 last junk was in graphics/slop /usr/sbin/pkg_add -aI -Drepair rrdtool-1.8.0p1 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p2 rrdtool-1.8.0p1 /usr/sbin/pkg_add -aI -Drepair 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 1716229850.10 ===> net/py-rrdtool,python3 ===> Building from scratch py3-rrdtool-0.1.16p2 ===> py3-rrdtool-0.1.16p2 depends on: python->=3.11,<3.12 -> python-3.11.9p2 ===> py3-rrdtool-0.1.16p2 depends on: py3-build-* -> py3-build-1.2.1p1 ===> py3-rrdtool-0.1.16p2 depends on: py3-installer-* -> py3-installer-0.7.0p0 ===> py3-rrdtool-0.1.16p2 depends on: py3-setuptools-* -> py3-setuptools-68.0.0p0v0 ===> py3-rrdtool-0.1.16p2 depends on: py3-wheel-* -> py3-wheel-0.43.0p0 ===> py3-rrdtool-0.1.16p2 depends on: rrdtool-* -> rrdtool-1.8.0p1 ===> Verifying specs: pthread rrd ===> found pthread.27.1 rrd.6.0 py3-build-1.2.1p1 py3-installer-0.7.0p0 py3-setuptools-68.0.0p0v0 py3-wheel-0.43.0p0 python-3.11.9p2 rrdtool-1.8.0p1 (Junk lock released for exopi-6 at 1716229851.57) distfiles size=22088 >>> Running build in net/py-rrdtool,python3 at 1716229851.59 ===> net/py-rrdtool,python3 ===> Checking files for py3-rrdtool-0.1.16p2 `/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.16p2 ===> Patching for py3-rrdtool-0.1.16p2 ===> 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.16p2 ===> Configuring for py3-rrdtool-0.1.16p2 ===> Building for py3-rrdtool-0.1.16p2 * Getting build dependencies for wheel... /usr/local/lib/python3.11/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.11/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-311 cc -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.11 -c rrdtoolmodule.c -o build/temp.openbsd-7.5-amd64-cpython-311/rrdtoolmodule.o rrdtoolmodule.c:1403:10: warning: 'PyEval_ThreadsInitialized' is deprecated [-Wdeprecated-declarations] if (!PyEval_ThreadsInitialized()) ^ /usr/local/include/python3.11/ceval.h:131:1: note: 'PyEval_ThreadsInitialized' has been explicitly marked deprecated here Py_DEPRECATED(3.9) PyAPI_FUNC(int) PyEval_ThreadsInitialized(void); ^ /usr/local/include/python3.11/pyport.h:336: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.11/ceval.h:132:1: note: 'PyEval_InitThreads' has been explicitly marked deprecated here Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); ^ /usr/local/include/python3.11/pyport.h:336: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-311 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.5-amd64-cpython-311/rrdtoolmodule.o -L/usr/local/lib -L/usr/local/lib -lrrd -o build/lib.openbsd-7.5-amd64-cpython-311/rrdtool.cpython-311.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-311/rrdtool.cpython-311.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.11.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-2febgwgs/rrdtool-0.1.16-cp311-cp311-openbsd_7_5_amd64.whl' and adding 'build/bdist.openbsd-7.5-amd64/wheel' to it adding 'rrdtool.cpython-311.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-cp311-cp311-openbsd_7_5_amd64.whl >>> Running package in net/py-rrdtool,python3 at 1716229858.98 ===> net/py-rrdtool,python3 ===> Faking installation for py3-rrdtool-0.1.16p2 ===> Building package for py3-rrdtool-0.1.16p2 Create /exopi-cvs/ports/packages/amd64/all/py3-rrdtool-0.1.16p2.tgz Creating package py3-rrdtool-0.1.16p2 reading plist| checking dependencies| checking dependencies|lang/python/3,-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|************************************************ | 75% archiving|************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-rrdtool-0.1.16p2.tgz >>> Running clean in net/py-rrdtool,python3 at 1716229870.82 ===> net/py-rrdtool,python3 ===> Cleaning for py3-rrdtool-0.1.16p2 >>> Ended at 1716229871.04 max_stuck=5.76/waiting-for-lock #96=3.61/depends=4.50/show-prepare-results=1.49/build=7.35/package=11.86/clean=0.25