>>> Building on exopi-1 under devel/py-timelib BDEPENDS = [lang/pythran;lang/python/3;devel/py-installer;devel/py-wheel;devel/py-build;devel/py-setuptools;lang/cython] DIST = [devel/py-timelib:timelib-0.3.0.tar.gz] FULLPKGNAME = py3-timelib-0.3.0p1 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-1 at 1764619477.58) >>> Running depends in devel/py-timelib at 1764619477.61 last junk was in textproc/py-canonicaljson /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-cython-3.1.6v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 pythran-0.15.0p6 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-cython-3.1.6v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 pythran-0.15.0p6 /usr/sbin/pkg_add -aI -Drepair py3-build-1.3.0 py3-cython-3.1.6v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 pythran-0.15.0p6 >>> Running show-prepare-results in devel/py-timelib at 1764619479.31 ===> devel/py-timelib ===> Building from scratch py3-timelib-0.3.0p1 ===> py3-timelib-0.3.0p1 depends on: py3-cython-* -> py3-cython-3.1.6v0 ===> py3-timelib-0.3.0p1 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-timelib-0.3.0p1 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-timelib-0.3.0p1 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-timelib-0.3.0p1 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-timelib-0.3.0p1 depends on: py3-wheel-* -> py3-wheel-0.46.1 ===> py3-timelib-0.3.0p1 depends on: pythran-* -> pythran-0.15.0p6 ===> Verifying specs: m ===> found m.10.1 py3-build-1.3.0 py3-cython-3.1.6v0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 pythran-0.15.0p6 (Junk lock released for exopi-1 at 1764619480.51) distfiles size=308768 >>> Running extract in devel/py-timelib at 1764619480.54 ===> devel/py-timelib ===> Checking files for py3-timelib-0.3.0p1 `/exopi-cvs/ports/distfiles/timelib-0.3.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-timelib-0.3.0p1 >>> Running build in devel/py-timelib at 1764619480.84 ===> devel/py-timelib ===> Patching for py3-timelib-0.3.0p1 ===> 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-timelib-0.3.0p1 ===> Configuring for py3-timelib-0.3.0p1 ===> Building for py3-timelib-0.3.0p1 * Getting build dependencies for wheel... Compiling timelib.pyx because it changed. [1/1] Cythonizing timelib.pyx running egg_info writing timelib.egg-info/PKG-INFO writing dependency_links to timelib.egg-info/dependency_links.txt writing top-level names to timelib.egg-info/top_level.txt reading manifest file 'timelib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'timelib.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_ext building 'timelib' extension creating build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.13 -c ext-date-lib/astro.c -o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/astro.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.13 -c ext-date-lib/dow.c -o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/dow.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.13 -c ext-date-lib/parse_date.c -o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/parse_date.o In file included from ext-date-lib/parse_date.c:175: ext-date-lib/fallbackmap.h:37:16: warning: implicit conversion from 'double' to 'int' changes value from 10.5 to 10 [-Wliteral-conversion] 37 | { "cst", 1, 10.5, "Australia/Adelaide" }, | ~ ^~~~ ext-date-lib/fallbackmap.h:30:16: warning: implicit conversion from 'double' to 'int' changes value from 5.75 to 5 [-Wliteral-conversion] 30 | { "npt", 0, 5.75, "Asia/Katmandu" }, | ~ ^~~~ ext-date-lib/fallbackmap.h:29:17: warning: implicit conversion from 'double' to 'int' changes value from 5.5 to 5 [-Wliteral-conversion] 29 | { "ist", 0, 5.5, "Asia/Calcutta" }, | ~ ^~~ 3 warnings generated. cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.13 -c ext-date-lib/parse_tz.c -o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/parse_tz.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.13 -c ext-date-lib/timelib.c -o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/timelib.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.13 -c ext-date-lib/tm2unixtime.c -o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/tm2unixtime.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.13 -c ext-date-lib/unixtime2tm.c -o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/unixtime2tm.o cc -O2 -pipe -fPIC -DHAVE_STRING_H=1 -I. -Iext-date-lib -I. -Iext-date-lib -I/usr/local/include/python3.13 -c timelib.c -o build/temp.openbsd-7.8-amd64-cpython-313/timelib.o creating build/lib.openbsd-7.8-amd64-cpython-313 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/astro.o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/dow.o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/parse_date.o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/parse_tz.o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/timelib.o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/tm2unixtime.o build/temp.openbsd-7.8-amd64-cpython-313/ext-date-lib/unixtime2tm.o build/temp.openbsd-7.8-amd64-cpython-313/timelib.o -L/usr/local/lib -lm -o build/lib.openbsd-7.8-amd64-cpython-313/timelib.cpython-313.so installing to build/bdist.openbsd-7.8-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.8-amd64/wheel copying build/lib.openbsd-7.8-amd64-cpython-313/timelib.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/. running install_egg_info running egg_info writing timelib.egg-info/PKG-INFO writing dependency_links to timelib.egg-info/dependency_links.txt writing top-level names to timelib.egg-info/top_level.txt reading manifest file 'timelib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'timelib.egg-info/SOURCES.txt' Copying timelib.egg-info to build/bdist.openbsd-7.8-amd64/wheel/./timelib-0.3.0-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/timelib-0.3.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-timelib-0.3.0/timelib-0.3.0/dist/.tmp-kkb4unrz/timelib-0.3.0-cp313-cp313-openbsd_7_8_amd64.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'timelib.cpython-313.so' adding 'timelib-0.3.0.dist-info/METADATA' adding 'timelib-0.3.0.dist-info/WHEEL' adding 'timelib-0.3.0.dist-info/top_level.txt' adding 'timelib-0.3.0.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built timelib-0.3.0-cp313-cp313-openbsd_7_8_amd64.whl >>> Running package in devel/py-timelib at 1764619495.26 ===> devel/py-timelib ===> Faking installation for py3-timelib-0.3.0p1 ===> Building package for py3-timelib-0.3.0p1 Create /exopi-cvs/ports/packages/amd64/all/py3-timelib-0.3.0p1.tgz Creating package py3-timelib-0.3.0p1 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-timelib-0.3.0p1.tgz >>> Running clean in devel/py-timelib at 1764619498.88 ===> devel/py-timelib ===> Cleaning for py3-timelib-0.3.0p1 >>> Ended at 1764619499.06 max_stuck=6.69/depends=1.71/show-prepare-results=1.22/extract=0.28/build=14.43/package=3.59/clean=0.24