=> 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...
<string>:79: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
<string>:79: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead
<string>:79: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead
<string>:79: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead
<string>:101: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
<string>:105: DeprecationWarning: ast.Bytes is deprecated and will be removed in Python 3.14; use ast.Constant instead
<string>:107: DeprecationWarning: ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead
<string>:117: DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead
<string>:104: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
<string>: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-9.0-amd64-cpython-313/ruamel/yaml/clib
copying ./__init__.py -> build/lib.netbsd-9.0-amd64-cpython-313/ruamel/yaml/clib
copying ./setup.py -> build/lib.netbsd-9.0-amd64-cpython-313/ruamel/yaml/clib
copying ./LICENSE -> build/lib.netbsd-9.0-amd64-cpython-313/ruamel/yaml/clib
running build_ext
building '_ruamel_yaml' extension
creating build/temp.netbsd-9.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-9.0-amd64-cpython-313/_ruamel_yaml.o
In file included from _ruamel_yaml.c:1149:0:
_ruamel_yaml.h:10:0: warning: "PyString_CheckExact" redefined
 #define PyString_CheckExact PyBytes_CheckExact
 
_ruamel_yaml.c:998:0: note: this is the location of the previous definition
   #define PyString_CheckExact          PyUnicode_CheckExact
 
_ruamel_yaml.c:1236:1: warning: 'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
 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]
     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]
   __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]
     yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_input_handler, ((void *)__pyx_v_self));
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from _ruamel_yaml.h:2:0,
                 from _ruamel_yaml.c:1149:
yaml.h:1369:1: 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 *)'
 yaml_parser_set_input(yaml_parser_t *parser,
 ^~~~~~~~~~~~~~~~~~~~~
_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]
   yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_output_handler, ((void *)__pyx_v_self));
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from _ruamel_yaml.h:2:0,
                 from _ruamel_yaml.c:1149:
yaml.h:1836:1: 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)'
 yaml_emitter_set_output(yaml_emitter_t *emitter,
 ^~~~~~~~~~~~~~~~~~~~~~~
_ruamel_yaml.c: In function '__Pyx_PyInt_As_size_t':
_ruamel_yaml.c:33208:23: error: too few arguments to function '_PyLong_AsByteArray'
                 ret = _PyLong_AsByteArray((PyLongObject *)v,
                       ^~~~~~~~~~~~~~~~~~~
In file included from /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/longobject.h:107:0,
                 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
 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'
                 ret = _PyLong_AsByteArray((PyLongObject *)v,
                       ^~~~~~~~~~~~~~~~~~~
In file included from /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/longobject.h:107:0,
                 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
 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'
                 ret = _PyLong_AsByteArray((PyLongObject *)v,
                       ^~~~~~~~~~~~~~~~~~~
In file included from /pbulk/work/devel/py-ruamel-yaml-clib/work/.buildlink/include/python3.13/longobject.h:107:0,
                 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
 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