=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py313-uvloop-0.20.0 * Building wheel... running bdist_wheel running build running build_py creating build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/__init__.py -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/_noop.py -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/_testbase.py -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/_version.py -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop running egg_info writing uvloop.egg-info/PKG-INFO writing dependency_links to uvloop.egg-info/dependency_links.txt writing requirements to uvloop.egg-info/requires.txt writing top-level names to uvloop.egg-info/top_level.txt reading manifest file 'uvloop.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'vendor/libuv/.git' warning: no previously-included files matching '*' found under directory 'vendor/libuv/docs' warning: no previously-included files matching '*' found under directory 'vendor/libuv/img' adding license file 'LICENSE-APACHE' adding license file 'LICENSE-MIT' writing manifest file 'uvloop.egg-info/SOURCES.txt' /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'uvloop.handles' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'uvloop.handles' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'uvloop.handles' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'uvloop.handles' to be distributed and are already explicitly excluding 'uvloop.handles' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'uvloop.includes' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'uvloop.includes' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'uvloop.includes' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'uvloop.includes' to be distributed and are already explicitly excluding 'uvloop.includes' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying uvloop/cbhandles.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/cbhandles.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/dns.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/errors.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/loop.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/loop.pyi -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/loop.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/lru.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/pseudosock.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/py.typed -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/request.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/request.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/server.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/server.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/sslproto.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop copying uvloop/sslproto.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop creating build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/async_.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/async_.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/basetransport.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/basetransport.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/check.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/check.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/fsevent.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/fsevent.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/handle.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/handle.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/idle.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/idle.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/pipe.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/pipe.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/poll.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/poll.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/process.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/process.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/stream.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/stream.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/streamserver.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/streamserver.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/tcp.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/tcp.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/timer.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/timer.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/udp.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles copying uvloop/handles/udp.pyx -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/handles creating build/lib.netbsd-9.0-amd64-cpython-313/uvloop/includes copying uvloop/includes/__init__.py -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/includes copying uvloop/includes/consts.pxi -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/includes copying uvloop/includes/debug.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/includes copying uvloop/includes/flowcontrol.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/includes copying uvloop/includes/python.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/includes copying uvloop/includes/stdlib.pxi -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/includes copying uvloop/includes/system.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/includes copying uvloop/includes/uv.pxd -> build/lib.netbsd-9.0-amd64-cpython-313/uvloop/includes running build_ext building 'uvloop.loop' extension creating build/temp.netbsd-9.0-amd64-cpython-313/uvloop gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -O2 -I/usr/include -I/usr/include/readline -I/usr/pkg/include -O2 -I/usr/include -I/usr/include/readline -I/usr/pkg/include -O2 -I/usr/include -I/usr/include/readline -I/usr/pkg/include -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.13 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.13 -fPIC -I/usr/pkg/include/python3.13 -c uvloop/loop.c -o build/temp.netbsd-9.0-amd64-cpython-313/uvloop/loop.o -O2 uvloop/loop.c:864:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) { ^~~~~~ uvloop/loop.c: In function '__Pyx_Py_UNICODE_strlen': uvloop/loop.c:865:5: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] const Py_UNICODE *u_end = u; ^~~~~ uvloop/loop.c: In function '__Pyx_init_assertions_enabled': uvloop/loop.c:4450:39: warning: implicit declaration of function '_PyInterpreterState_GetConfig'; did you mean 'PyInterpreterState_GetID'? [-Wimplicit-function-declaration] __pyx_assertions_enabled_flag = ! _PyInterpreterState_GetConfig(__Pyx_PyThreadState_Current->interp)->optimization_level; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PyInterpreterState_GetID uvloop/loop.c:4450:105: error: invalid type argument of '->' (have 'int') __pyx_assertions_enabled_flag = ! _PyInterpreterState_GetConfig(__Pyx_PyThreadState_Current->interp)->optimization_level; ^~ uvloop/loop.c: In function '__pyx_pymod_exec_loop': uvloop/loop.c:4641:38: warning: implicit declaration of function '_PyDict_SetItem_KnownHash'; did you mean '_PyDict_GetItem_KnownHash'? [-Wimplicit-function-declaration] (likely(PyDict_CheckExact(ns)) ? _PyDict_SetItem_KnownHash(ns, name, value, ((PyASCIIObject *) name)->hash) : PyObject_SetItem(ns, name, value)) ^ uvloop/loop.c:170730:7: note: in expansion of macro '__Pyx_SetNameInClass' if (__Pyx_SetNameInClass(__pyx_t_2, __pyx_n_s_init, __pyx_t_6) < 0) __PYX_ERR(0, 3276, __pyx_L1_error) ^ uvloop/loop.c: In function '__Pyx_set_iter_next': uvloop/loop.c:172863:19: warning: implicit declaration of function '_PySet_NextEntry'; did you mean '_PyCode_SetExtra'? [-Wimplicit-function-declaration] int ret = _PySet_NextEntry(iter_obj, ppos, value, &hash); ^~~~~~~~~~~~~~~~ _PyCode_SetExtra uvloop/loop.c: In function '__Pyx_PyUnicode_Join': uvloop/loop.c:174213:13: warning: implicit declaration of function '_PyUnicode_FastCopyCharacters'; did you mean 'PyUnicode_CopyCharacters'? [-Wimplicit-function-declaration] _PyUnicode_FastCopyCharacters(result_uval, char_pos, uval, 0, ulength); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PyUnicode_CopyCharacters uvloop/loop.c: In function '__Pyx_PyGen_Send': uvloop/loop.c:174698:13: warning: implicit declaration of function '_PyGen_SetStopIterationValue'; did you mean '__Pyx_PyGen_FetchStopIterationValue'? [-Wimplicit-function-declaration] _PyGen_SetStopIterationValue(result); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ __Pyx_PyGen_FetchStopIterationValue uvloop/loop.c: In function '__Pyx_Coroutine_AwaitableIterError': uvloop/loop.c:175668:5: warning: implicit declaration of function '_PyErr_FormatFromCause'; did you mean 'PyErr_FormatUnraisable'? [-Wimplicit-function-declaration] _PyErr_FormatFromCause( ^~~~~~~~~~~~~~~~~~~~~~ PyErr_FormatUnraisable uvloop/loop.c: In function '__Pyx_PyInt_As_int': uvloop/loop.c:177573:27: error: too few arguments to function '_PyLong_AsByteArray' int ret = _PyLong_AsByteArray((PyLongObject *)v, ^~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/longobject.h:107:0, from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/Python.h:81, from uvloop/loop.c:26: /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: declared here PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, ^~~~~~~~~~~~~~~~~~~ uvloop/loop.c: In function '__Pyx_PyInt_As_uint64_t': uvloop/loop.c:177769:27: error: too few arguments to function '_PyLong_AsByteArray' int ret = _PyLong_AsByteArray((PyLongObject *)v, ^~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/longobject.h:107:0, from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/Python.h:81, from uvloop/loop.c:26: /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: declared here PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, ^~~~~~~~~~~~~~~~~~~ uvloop/loop.c: In function '__Pyx_PyInt_As_long': uvloop/loop.c:178003:27: error: too few arguments to function '_PyLong_AsByteArray' int ret = _PyLong_AsByteArray((PyLongObject *)v, ^~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/longobject.h:107:0, from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/Python.h:81, from uvloop/loop.c:26: /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: declared here PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, ^~~~~~~~~~~~~~~~~~~ uvloop/loop.c: In function '__Pyx_PyInt_As_unsigned_long': uvloop/loop.c:178275:27: error: too few arguments to function '_PyLong_AsByteArray' int ret = _PyLong_AsByteArray((PyLongObject *)v, ^~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/longobject.h:107:0, from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/Python.h:81, from uvloop/loop.c:26: /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: declared here PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, ^~~~~~~~~~~~~~~~~~~ uvloop/loop.c: In function '__Pyx_PyInt_As_unsigned_int': uvloop/loop.c:178471:27: error: too few arguments to function '_PyLong_AsByteArray' int ret = _PyLong_AsByteArray((PyLongObject *)v, ^~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/longobject.h:107:0, from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/Python.h:81, from uvloop/loop.c:26: /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: declared here PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, ^~~~~~~~~~~~~~~~~~~ uvloop/loop.c: In function '__Pyx_PyInt_As_size_t': uvloop/loop.c:178743:27: error: too few arguments to function '_PyLong_AsByteArray' int ret = _PyLong_AsByteArray((PyLongObject *)v, ^~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/longobject.h:107:0, from /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/Python.h:81, from uvloop/loop.c:26: /pbulk/work/devel/py-uvloop/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: declared here PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, ^~~~~~~~~~~~~~~~~~~ error: command '/pbulk/work/devel/py-uvloop/work/.cwrapper/bin/gcc' failed with exit code 1 ERROR Backend subprocess exited when trying to invoke build_wheel *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/devel/py-uvloop *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/py-uvloop