>>> Building on exopi-3 under net/py-rrdtool BDEPENDS = [lang/python/3;devel/py-build;devel/py-setuptools;devel/py-wheel;devel/py-installer;net/rrdtool] DIST = [net/py-rrdtool:rrdtool-0.1.16.tar.gz] FULLPKGNAME = py3-rrdtool-0.1.16p3 RDEPENDS = [net/rrdtool;lang/python/3] (Junk lock obtained for exopi-3 at 1735823706.55) >>> Running depends in net/py-rrdtool at 1735823706.58 last junk was in graphics/py-matplotlib /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 rrdtool-1.9.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p1 rrdtool-1.9.0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 rrdtool-1.9.0 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 at 1735823712.84 ===> net/py-rrdtool ===> Building from scratch py3-rrdtool-0.1.16p3 ===> py3-rrdtool-0.1.16p3 depends on: python->=3.12,<3.13 -> python-3.12.8p1 ===> py3-rrdtool-0.1.16p3 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-rrdtool-0.1.16p3 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-rrdtool-0.1.16p3 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-rrdtool-0.1.16p3 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 ===> py3-rrdtool-0.1.16p3 depends on: rrdtool-* -> rrdtool-1.9.0 ===> Verifying specs: pthread rrd ===> found pthread.27.1 rrd.6.0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p1 rrdtool-1.9.0 (Junk lock released for exopi-3 at 1735823713.99) distfiles size=22088 >>> Running build in net/py-rrdtool at 1735823714.02 ===> net/py-rrdtool ===> Checking files for py3-rrdtool-0.1.16p3 `/exopi-cvs/ports/distfiles/rrdtool-0.1.16.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-rrdtool-0.1.16p3 ===> Patching for py3-rrdtool-0.1.16p3 ===> 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.16p3 ===> Configuring for py3-rrdtool-0.1.16p3 ===> Building for py3-rrdtool-0.1.16p3 * Getting build dependencies for wheel... 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... running bdist_wheel running build running build_ext building 'rrdtool' extension creating build creating build/temp.openbsd-7.6-amd64-cpython-312 cc -fno-strict-overflow -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/rrdtool-0.1.16 -I/usr/local/include -I/usr/local/include/python3.12 -c rrdtoolmodule.c -o build/temp.openbsd-7.6-amd64-cpython-312/rrdtoolmodule.o rrdtoolmodule.c:282:39: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] status = rrd_create(rrdtool_argc, rrdtool_argv); ^~~~~~~~~~~~ /usr/local/include/rrd.h:158:18: note: passing argument to parameter here const char **); ^ rrdtoolmodule.c:321:37: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] status = rrd_dump(rrdtool_argc, rrdtool_argv); ^~~~~~~~~~~~ /usr/local/include/rrd.h:210:18: note: passing argument to parameter here const char **); ^ rrdtoolmodule.c:360:39: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] status = rrd_update(rrdtool_argc, rrdtool_argv); ^~~~~~~~~~~~ /usr/local/include/rrd.h:179:18: note: passing argument to parameter here const char **); ^ rrdtoolmodule.c:393:39: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] data = rrd_update_v(rrdtool_argc, rrdtool_argv); ^~~~~~~~~~~~ /usr/local/include/rrd.h:182:18: note: passing argument to parameter here const char **); ^ rrdtoolmodule.c:438:38: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] status = rrd_fetch(rrdtool_argc, rrdtool_argv, &start, &end, &step, ^~~~~~~~~~~~ /usr/local/include/rrd.h:198:18: note: passing argument to parameter here const char **, ^ rrdtoolmodule.c:512:44: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] status = rrd_flushcached(rrdtool_argc, rrdtool_argv); ^~~~~~~~~~~~ /usr/local/include/rrd.h:242:18: note: passing argument to parameter 'argv' here const char **argv); ^ rrdtoolmodule.c:606:38: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] status = rrd_graph(rrdtool_argc, rrdtool_argv, &calcpr, &xsize, &ysize, ^~~~~~~~~~~~ /usr/local/include/rrd.h:185:18: note: passing argument to parameter here const char **, ^ rrdtoolmodule.c:661:38: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] data = rrd_graph_v(rrdtool_argc, rrdtool_argv); ^~~~~~~~~~~~ /usr/local/include/rrd.h:194:18: note: passing argument to parameter here const char **); ^ rrdtoolmodule.c:710:38: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] status = rrd_xport(rrdtool_argc, rrdtool_argv, &xsize, &start, &end, &step, ^~~~~~~~~~~~ /usr/local/include/rrd.h:232:18: note: passing argument to parameter here const char **, ^ rrdtoolmodule.c:808:37: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] status = rrd_tune(rrdtool_argc, rrdtool_argv); ^~~~~~~~~~~~ /usr/local/include/rrd.h:213:18: note: passing argument to parameter here const char **); ^ rrdtoolmodule.c:846:34: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] ts = rrd_first(rrdtool_argc, rrdtool_argv); ^~~~~~~~~~~~ /usr/local/include/rrd.h:222:18: note: passing argument to parameter here const char **); ^ rrdtoolmodule.c:881:33: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] ts = rrd_last(rrdtool_argc, rrdtool_argv); ^~~~~~~~~~~~ /usr/local/include/rrd.h:216:18: note: passing argument to parameter here const char **); ^ rrdtoolmodule.c:918:39: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] status = rrd_resize(rrdtool_argc, rrdtool_argv); ^~~~~~~~~~~~ /usr/local/include/rrd.h:225:18: note: passing argument to parameter here const char **); ^ rrdtoolmodule.c:956:35: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] data = rrd_info(rrdtool_argc, rrdtool_argv); ^~~~~~~~~~~~ /usr/local/include/rrd.h:161:18: note: passing argument to parameter here const char **); ^ rrdtoolmodule.c:1403:10: warning: 'PyEval_ThreadsInitialized' is deprecated [-Wdeprecated-declarations] if (!PyEval_ThreadsInitialized()) ^ /usr/local/include/python3.12/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.12/pyport.h:317: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.12/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.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ 16 warnings generated. creating build/lib.openbsd-7.6-amd64-cpython-312 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.6-amd64-cpython-312/rrdtoolmodule.o -L/usr/local/lib -L/usr/local/lib -lrrd -o build/lib.openbsd-7.6-amd64-cpython-312/rrdtool.cpython-312.so installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64 creating build/bdist.openbsd-7.6-amd64/wheel copying build/lib.openbsd-7.6-amd64-cpython-312/rrdtool.cpython-312.so -> build/bdist.openbsd-7.6-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.6-amd64/wheel/rrdtool-0.1.16-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/rrdtool-0.1.16.dist-info/WHEEL creating '/exopi-obj/pobj/py-rrdtool-0.1.16/rrdtool-0.1.16/dist/.tmp-wvsl2ydx/rrdtool-0.1.16-cp312-cp312-openbsd_7_6_amd64.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'rrdtool.cpython-312.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.6-amd64/wheel Successfully built rrdtool-0.1.16-cp312-cp312-openbsd_7_6_amd64.whl >>> Running package in net/py-rrdtool at 1735823718.02 ===> net/py-rrdtool ===> Faking installation for py3-rrdtool-0.1.16p3 ===> Building package for py3-rrdtool-0.1.16p3 Create /exopi-cvs/ports/packages/amd64/all/py3-rrdtool-0.1.16p3.tgz Creating package py3-rrdtool-0.1.16p3 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|net/rrdtool,-main checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*************** | 23% archiving|**************** | 25% archiving|***************** | 26% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-rrdtool-0.1.16p3.tgz >>> Running clean in net/py-rrdtool at 1735823727.02 ===> net/py-rrdtool ===> Cleaning for py3-rrdtool-0.1.16p3 >>> Ended at 1735823727.61 max_stuck=4.17/depends=6.26/show-prepare-results=1.18/build=4.00/package=8.99/clean=0.62