>>> Building on exopi-2 under sysutils/py-tsk BDEPENDS = [devel/py-build;sysutils/sleuthkit;devel/py-wheel;lang/python/3;devel/py-installer;devel/py-setuptools;devel/libtalloc] DIST = [sysutils/py-tsk:pytsk3-20200117.tar.gz] FULLPKGNAME = py3-tsk-20200117p11 RDEPENDS = [lang/python/3;sysutils/sleuthkit;devel/libtalloc] (Junk lock obtained for exopi-2 at 1779118164.14) >>> Running depends in sysutils/py-tsk at 1779118164.19 last junk was in geo/spatialite/librasterlite2 /usr/sbin/pkg_add -aI -Drepair libtalloc-2.4.4 py3-build-1.5.0 py3-installer-1.0.1 py3-wheel-0.47.0 sleuthkit-4.14.0 was: /usr/sbin/pkg_add -aI -Drepair libtalloc-2.4.4 py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p1 sleuthkit-4.14.0 /usr/sbin/pkg_add -aI -Drepair libtalloc-2.4.4 py3-build-1.5.0 py3-installer-1.0.1 py3-wheel-0.47.0 sleuthkit-4.14.0 >>> Running show-prepare-results in sysutils/py-tsk at 1779118179.15 ===> sysutils/py-tsk ===> Building from scratch py3-tsk-20200117p11 ===> py3-tsk-20200117p11 depends on: python->=3.14 -> python-3.14.4p1 ===> py3-tsk-20200117p11 depends on: py3-build-* -> py3-build-1.5.0 ===> py3-tsk-20200117p11 depends on: py3-installer-* -> py3-installer-1.0.1 ===> py3-tsk-20200117p11 depends on: py3-setuptools->=79v0 -> py3-setuptools-80.9.0v0 ===> py3-tsk-20200117p11 depends on: py3-wheel-* -> py3-wheel-0.47.0 ===> py3-tsk-20200117p11 depends on: sleuthkit-* -> sleuthkit-4.14.0 ===> py3-tsk-20200117p11 depends on: libtalloc-* -> libtalloc-2.4.4 ===> Verifying specs: talloc tsk python3.14 ===> found talloc.1.3 tsk.4.0 python3.14.0.0 libtalloc-2.4.4 py3-build-1.5.0 py3-installer-1.0.1 py3-setuptools-80.9.0v0 py3-wheel-0.47.0 python-3.14.4p1 sleuthkit-4.14.0 (Junk lock released for exopi-2 at 1779118180.72) Woken up x11/gnome/baobab distfiles size=3060827 >>> Running extract in sysutils/py-tsk at 1779118180.77 ===> sysutils/py-tsk ===> Checking files for py3-tsk-20200117p11 `/exopi-cvs/ports/distfiles/pytsk3-20200117.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-tsk-20200117p11 >>> Running build in sysutils/py-tsk at 1779118181.35 ===> sysutils/py-tsk ===> Patching for py3-tsk-20200117p11 ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 247 (offset 67 lines). Hunk #2 succeeded at 342 (offset -48 lines). Hunk #3 succeeded at 466 (offset 66 lines). done ===> 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-tsk-20200117p11 ===> Configuring for py3-tsk-20200117p11 Using /exopi-obj/pobj/py-tsk-20200117/config.site (generated) /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DMODPY_PYCACHE=__pycache__/ -DMODPY_ABI3SO=.abi3 -DMODPY_PYC_MAGIC_TAG=cpython-314. -DMODPY_BIN=/usr/local/bin/python3.14 -DMODPY_DISTV=20200117 -DMODPY_VERSION=3.14 -DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc -DARCH=amd64 -DBASE_PKGPATH=sysutils/py-tsk -DFLAVOR_EXT= -DFULLPKGNAME=py3-tsk-20200117p11 -DHOMEPAGE=https://github.com/py4n6/pytsk/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=The\ OpenBSD\ ports\ mailing-list\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=py3-tsk -i -B /exopi-obj/pobj/py-tsk-20200117 -c -m 644 /exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/setup.py /exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/setup.py.new mv /exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/setup.py.new /exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/setup.py ===> Building for py3-tsk-20200117p11 * Getting build dependencies for wheel... /exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/class_parser.py:2279: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option. default_re = re.compile("DEFAULT\(([A-Z_a-z0-9]+)\) =(.+);") /exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/class_parser.py:2280: SyntaxWarning: "\(" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\("? A raw string is also an option. exception_re = re.compile("RAISES\(([^,]+),\s*([^\)]+)\) =(.+);") /exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/class_parser.py:4129: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. ["INITIAL", "([A-Z_a-z0-9 ]+)?struct\s+([A-Z_a-z0-9]+)\s+{", /exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/class_parser.py:4133: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. ["INITIAL", "typedef\s+struct\s+{", /exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/class_parser.py:4143: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. ["STRUCT", "}\s+([0-9A-Za-z_]+);", "POP_STATE,TYPEDEF_STRUCT_END", None], /exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/class_parser.py:4148: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. ["(RECURSIVE_)?STRUCT", "(struct|union)\s+([_A-Za-z0-9]+)?\s*{", "PUSH_STATE", "RECURSIVE_STRUCT"], /exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/class_parser.py:4149: SyntaxWarning: "\s" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\s"? A raw string is also an option. ["RECURSIVE_STRUCT", "}\s+[0-9A-Za-z]+", "POP_STATE", None], running egg_info writing pytsk3.egg-info/PKG-INFO writing dependency_links to pytsk3.egg-info/dependency_links.txt writing top-level names to pytsk3.egg-info/top_level.txt reading manifest file 'pytsk3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '*.pyc' warning: no previously-included files found matching '.git' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitmodules' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'API-CHANGES.txt' warning: no previously-included files found matching 'config.log' warning: no previously-included files found matching 'ruleset.xml' warning: no previously-included files found matching 'setupDevRepos.py' warning: no previously-included files found matching 'travis_build.sh' warning: no files found matching '*.patch' under directory 'patches' warning: no previously-included files matching '*' found under directory 'sleuthkit/autom4te.cache' warning: no previously-included files matching '*' found under directory 'sleuthkit/bindings' warning: no previously-included files matching '*' found under directory 'sleuthkit/debian' warning: no previously-included files matching '*' found under directory 'sleuthkit/docs' warning: no previously-included files matching '*' found under directory 'sleuthkit/framework' warning: no previously-included files matching '*' found under directory 'sleuthkit/man' warning: no previously-included files matching '*' found under directory 'sleuthkit/packages' warning: no previously-included files matching '*' found under directory 'sleuthkit/rejistry++' warning: no previously-included files matching '*' found under directory 'sleuthkit/release' warning: no previously-included files matching '*' found under directory 'sleuthkit/samples' warning: no previously-included files matching '*' found under directory 'sleuthkit/tests' warning: no previously-included files matching '*' found under directory 'sleuthkit/tools' warning: no previously-included files matching '*' found under directory 'sleuthkit/unit_tests' warning: no previously-included files matching '*' found under directory 'sleuthkit/win32' warning: no previously-included files matching '*' found under directory 'sleuthkit/xcode' adding license file 'LICENSE' writing manifest file 'pytsk3.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_ext configure: Building: afflib support: no libewf support: no zlib support: no libvhdi support: no libvmdk support: no postgresql support: no Features: Java/JNI support: no Multithreading: yes building 'pytsk3' extension creating build/temp.openbsd-7.9-amd64-cpython-314 cc -O2 -pipe -fPIC -DHAVE_TSK_LIBTSK_H= -DHAVE_CONFIG_H=1 -DLOCALEDIR=\"/usr/share/locale\" -I. -I/usr/local/include -I/usr/local/include/python3.14 -c class.c -o build/temp.openbsd-7.9-amd64-cpython-314/class.o cc -O2 -pipe -fPIC -DHAVE_TSK_LIBTSK_H= -DHAVE_CONFIG_H=1 -DLOCALEDIR=\"/usr/share/locale\" -I. -I/usr/local/include -I/usr/local/include/python3.14 -c error.c -o build/temp.openbsd-7.9-amd64-cpython-314/error.o cc -O2 -pipe -fPIC -DHAVE_TSK_LIBTSK_H= -DHAVE_CONFIG_H=1 -DLOCALEDIR=\"/usr/share/locale\" -I. -I/usr/local/include -I/usr/local/include/python3.14 -c pytsk3.c -o build/temp.openbsd-7.9-amd64-cpython-314/pytsk3.o pytsk3.c:21600:5: warning: 'PyEval_InitThreads' is deprecated [-Wdeprecated-declarations] 21600 | PyEval_InitThreads(); | ^ /usr/local/include/python3.14/ceval.h:114:1: note: 'PyEval_InitThreads' has been explicitly marked deprecated here 114 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); | ^ /usr/local/include/python3.14/pyport.h:281:54: note: expanded from macro 'Py_DEPRECATED' 281 | #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) | ^ 1 warning generated. cc -O2 -pipe -fPIC -DHAVE_TSK_LIBTSK_H= -DHAVE_CONFIG_H=1 -DLOCALEDIR=\"/usr/share/locale\" -I. -I/usr/local/include -I/usr/local/include/python3.14 -c tsk3.c -o build/temp.openbsd-7.9-amd64-cpython-314/tsk3.o creating build/lib.openbsd-7.9-amd64-cpython-314 cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.9-amd64-cpython-314/class.o build/temp.openbsd-7.9-amd64-cpython-314/error.o build/temp.openbsd-7.9-amd64-cpython-314/pytsk3.o build/temp.openbsd-7.9-amd64-cpython-314/tsk3.o -L/usr/local/lib -L/usr/local/lib -ltsk -ltalloc -o build/lib.openbsd-7.9-amd64-cpython-314/pytsk3.cpython-314.so installing to build/bdist.openbsd-7.9-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.9-amd64/wheel copying build/lib.openbsd-7.9-amd64-cpython-314/pytsk3.cpython-314.so -> build/bdist.openbsd-7.9-amd64/wheel/. running install_egg_info running egg_info writing pytsk3.egg-info/PKG-INFO writing dependency_links to pytsk3.egg-info/dependency_links.txt writing top-level names to pytsk3.egg-info/top_level.txt reading manifest file 'pytsk3.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '*.pyc' warning: no previously-included files found matching '.git' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitmodules' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'API-CHANGES.txt' warning: no previously-included files found matching 'config.log' warning: no previously-included files found matching 'ruleset.xml' warning: no previously-included files found matching 'setupDevRepos.py' warning: no previously-included files found matching 'travis_build.sh' warning: no files found matching '*.patch' under directory 'patches' warning: no previously-included files matching '*' found under directory 'sleuthkit/autom4te.cache' warning: no previously-included files matching '*' found under directory 'sleuthkit/bindings' warning: no previously-included files matching '*' found under directory 'sleuthkit/debian' warning: no previously-included files matching '*' found under directory 'sleuthkit/docs' warning: no previously-included files matching '*' found under directory 'sleuthkit/framework' warning: no previously-included files matching '*' found under directory 'sleuthkit/man' warning: no previously-included files matching '*' found under directory 'sleuthkit/packages' warning: no previously-included files matching '*' found under directory 'sleuthkit/rejistry++' warning: no previously-included files matching '*' found under directory 'sleuthkit/release' warning: no previously-included files matching '*' found under directory 'sleuthkit/samples' warning: no previously-included files matching '*' found under directory 'sleuthkit/tests' warning: no previously-included files matching '*' found under directory 'sleuthkit/tools' warning: no previously-included files matching '*' found under directory 'sleuthkit/unit_tests' warning: no previously-included files matching '*' found under directory 'sleuthkit/win32' warning: no previously-included files matching '*' found under directory 'sleuthkit/xcode' adding license file 'LICENSE' writing manifest file 'pytsk3.egg-info/SOURCES.txt' Copying pytsk3.egg-info to build/bdist.openbsd-7.9-amd64/wheel/./pytsk3-20200117-py3.14.egg-info running install_scripts creating build/bdist.openbsd-7.9-amd64/wheel/pytsk3-20200117.dist-info/WHEEL creating '/exopi-obj/pobj/py-tsk-20200117/pytsk3-20200117/dist/.tmp-un6diypj/pytsk3-20200117-cp314-cp314-openbsd_7_9_amd64.whl' and adding 'build/bdist.openbsd-7.9-amd64/wheel' to it adding 'pytsk3.cpython-314.so' adding 'pytsk3-20200117.dist-info/licenses/LICENSE' adding 'pytsk3-20200117.dist-info/METADATA' adding 'pytsk3-20200117.dist-info/WHEEL' adding 'pytsk3-20200117.dist-info/top_level.txt' adding 'pytsk3-20200117.dist-info/RECORD' removing build/bdist.openbsd-7.9-amd64/wheel Successfully built pytsk3-20200117-cp314-cp314-openbsd_7_9_amd64.whl >>> Running package in sysutils/py-tsk at 1779118230.69 ===> sysutils/py-tsk ===> Faking installation for py3-tsk-20200117p11 ===> Building package for py3-tsk-20200117p11 Create /exopi-cvs/ports/packages/amd64/all/py3-tsk-20200117p11.tgz Creating package py3-tsk-20200117p11 reading plist| checking dependencies| checking dependencies|devel/libtalloc,-main checking dependencies|lang/python/3,-main checking dependencies|sysutils/sleuthkit checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 9% checksumming|******** | 14% checksumming|*********** | 18% checksumming|************** | 23% checksumming|***************** | 27% checksumming|******************* | 32% checksumming|********************** | 36% checksumming|************************* | 41% checksumming|**************************** | 45% checksumming|******************************* | 50% checksumming|********************************* | 55% checksumming|************************************ | 59% checksumming|*************************************** | 64% checksumming|****************************************** | 68% checksumming|******************************************** | 73% checksumming|*********************************************** | 77% checksumming|************************************************** | 82% checksumming|***************************************************** | 86% checksumming|******************************************************* | 91% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% /exopi-cvs/ports/plist/amd64/py3-tsk-20200117p11 was updated @depend lang/python/3,-main:python->=3.14:python-3.14.4p0 -> @depend lang/python/3,-main:python->=3.14:python-3.14.4p1 Link to /exopi-cvs/ports/packages/amd64/ftp/py3-tsk-20200117p11.tgz >>> Running clean in sysutils/py-tsk at 1779118251.58 ===> sysutils/py-tsk ===> Cleaning for py3-tsk-20200117p11 >>> Ended at 1779118252.39 max_stuck=28.01/depends=14.97/show-prepare-results=1.62/extract=0.59/build=49.34/package=20.89/clean=0.85