=> 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-ruamel-yaml-clib-0.2.8 * Building wheel... :79: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead :79: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead :79: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead :79: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead :101: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead :105: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead :107: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead :117: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead :104: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead :108: DeprecationWarning: Attribute n is deprecated and will be removed in Python 3.14; use value instead /usr/pkg/lib/python3.13/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) running bdist_wheel running build running build_py creating build/lib.netbsd-10.0-amd64-cpython-313/ruamel/yaml/clib copying ./__init__.py -> build/lib.netbsd-10.0-amd64-cpython-313/ruamel/yaml/clib copying ./setup.py -> build/lib.netbsd-10.0-amd64-cpython-313/ruamel/yaml/clib copying ./LICENSE -> build/lib.netbsd-10.0-amd64-cpython-313/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.netbsd-10.0-amd64-cpython-313 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 -Wno-error=incompatible-pointer-types -I/usr/include -I/usr/pkg/include/python3.13 -I/usr/include -I/usr/pkg/include/python3.13 -fPIC -I/usr/pkg/include/python3.13 -c _ruamel_yaml.c -o build/temp.netbsd-10.0-amd64-cpython-313/_ruamel_yaml.o In file included from _ruamel_yaml.c:1149: _ruamel_yaml.h:10: warning: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | _ruamel_yaml.c:998: note: this is the location of the previous definition 998 | #define PyString_CheckExact PyUnicode_CheckExact | _ruamel_yaml.c:1236:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1236 | static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | ^~~~~~ _ruamel_yaml.c: In function '__Pyx_Py_UNICODE_strlen': _ruamel_yaml.c:1238:5: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations] 1238 | const Py_UNICODE *u_end = u; | ^~~~~ _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_get_version_string': _ruamel_yaml.c:4156:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4156 | __pyx_v_value = yaml_get_version_string(); | ^ _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser___init__': _ruamel_yaml.c:5929:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] 5929 | yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_input_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, int, int *) In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:1149: yaml.h:1370:30: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *)' {aka 'int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)'} but argument is of type 'int (*)(void *, char *, int, int *)' 1370 | yaml_read_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_8CEmitter___init__': _ruamel_yaml.c:16882:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] 16882 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_output_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, int) In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:1149: yaml.h:1837:31: note: expected 'int (*)(void *, unsigned char *, size_t)' {aka 'int (*)(void *, unsigned char *, long unsigned int)'} but argument is of type 'int (*)(void *, char *, int)' 1837 | yaml_write_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ _ruamel_yaml.c: In function '__Pyx_PyInt_As_size_t': _ruamel_yaml.c:33208:23: error: too few arguments to function '_PyLong_AsByteArray' 33208 | ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/longobject.h:107, from /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/Python.h:81, from _ruamel_yaml.c:16: /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c: In function '__Pyx_PyInt_As_long': _ruamel_yaml.c:33481:23: error: too few arguments to function '_PyLong_AsByteArray' 33481 | ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/longobject.h:107, from /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/Python.h:81, from _ruamel_yaml.c:16: /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c: In function '__Pyx_PyInt_As_int': _ruamel_yaml.c:33816:23: error: too few arguments to function '_PyLong_AsByteArray' 33816 | ret = _PyLong_AsByteArray((PyLongObject *)v, | ^~~~~~~~~~~~~~~~~~~ In file included from /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/longobject.h:107, from /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/Python.h:81, from _ruamel_yaml.c:16: /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/cpython/longobject.h:111:17: note: declared here 111 | PyAPI_FUNC(int) _PyLong_AsByteArray(PyLongObject* v, | ^~~~~~~~~~~~~~~~~~~ error: command '/pbulk/work/devel/py-ruamel-yaml-clib/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-ruamel-yaml-clib *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/py-ruamel-yaml-clib