>>> py3-yaml: Building main/py3-yaml 5.4.1.1-r2 (using abuild 3.9.0-r0) started Thu, 16 Dec 2021 03:43:46 +0000 >>> py3-yaml: Checking sanity of /home/buildozer/aports/main/py3-yaml/APKBUILD... >>> py3-yaml: Analyzing dependencies... >>> py3-yaml: Installing for build: build-base python3 python3-dev yaml-dev cython py3-setuptools (1/19) Installing libbz2 (1.0.8-r1) (2/19) Installing libffi (3.4.2-r1) (3/19) Installing gdbm (1.22-r0) (4/19) Installing xz-libs (5.2.5-r0) (5/19) Installing mpdecimal (2.5.1-r1) (6/19) Installing readline (8.1.1-r0) (7/19) Installing sqlite-libs (3.37.0-r0) (8/19) Installing python3 (3.10.1-r0) (9/19) Installing python3-dev (3.10.1-r0) (10/19) Installing yaml (0.2.5-r0) (11/19) Installing yaml-dev (0.2.5-r0) (12/19) Installing cython (0.29.24-r1) (13/19) Installing py3-ordered-set (4.0.2-r3) (14/19) Installing py3-appdirs (1.4.4-r3) (15/19) Installing py3-parsing (2.4.7-r3) (16/19) Installing py3-six (1.16.0-r1) (17/19) Installing py3-packaging (21.3-r0) (18/19) Installing py3-setuptools (52.0.0-r5) (19/19) Installing .makedepends-py3-yaml (20211216.034349) Executing busybox-1.34.1-r4.trigger OK: 369 MiB in 95 packages >>> py3-yaml: Cleaning up srcdir >>> py3-yaml: Cleaning up pkgdir >>> py3-yaml: Fetching https://distfiles.alpinelinux.org/distfiles/edge//PyYAML-5.4.1.1.tar.gz >>> py3-yaml: Fetching https://distfiles.alpinelinux.org/distfiles/edge//PyYAML-5.4.1.1.tar.gz >>> py3-yaml: Checking sha512sums... PyYAML-5.4.1.1.tar.gz: OK >>> py3-yaml: Unpacking /var/cache/distfiles/PyYAML-5.4.1.1.tar.gz... /home/buildozer/aports/main/py3-yaml/src/pyyaml-5.4.1.1/setup.py:70: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils import log running build running build_py creating build creating build/lib.linux-riscv64-3.10 creating build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/tokens.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/reader.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/parser.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/serializer.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/representer.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/resolver.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/loader.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/dumper.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/error.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/constructor.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/composer.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/emitter.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/cyaml.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/events.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/scanner.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/__init__.py -> build/lib.linux-riscv64-3.10/yaml copying lib3/yaml/nodes.py -> build/lib.linux-riscv64-3.10/yaml creating build/lib.linux-riscv64-3.10/_yaml copying lib3/_yaml/__init__.py -> build/lib.linux-riscv64-3.10/_yaml running build_ext cythoning yaml/_yaml.pyx to yaml/_yaml.c /usr/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/main/py3-yaml/src/pyyaml-5.4.1.1/yaml/_yaml.pxd tree = Parsing.p_module(s, pxd, full_module_name) building 'yaml._yaml' extension creating build/temp.linux-riscv64-3.10 creating build/temp.linux-riscv64-3.10/yaml gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c yaml/_yaml.c -o build/temp.linux-riscv64-3.10/yaml/_yaml.o In file included from yaml/_yaml.c:618: yaml/_yaml.h:10: warning: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | yaml/_yaml.c:500: note: this is the location of the previous definition 500 | #define PyString_CheckExact PyUnicode_CheckExact | yaml/_yaml.c: In function '__pyx_pf_4yaml_5_yaml_get_version_string': yaml/_yaml.c:1924:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1924 | __pyx_v_value = yaml_get_version_string(); | ^ yaml/_yaml.c: In function '__pyx_pf_4yaml_5_yaml_7CParser___init__': yaml/_yaml.c:3454:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] 3454 | yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_4yaml_5_yaml_input_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, size_t, size_t *) {aka int (*)(void *, char *, long unsigned int, long unsigned int *)} In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:1374: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 *, size_t, size_t *)' {aka 'int (*)(void *, char *, long unsigned int, long unsigned int *)'} 1374 | yaml_read_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /usr/include/python3.10/bytesobject.h:62, from /usr/include/python3.10/Python.h:82, from yaml/_yaml.c:6: /usr/include/python3.10/cpython/bytesobject.h:32:57: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] 32 | #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | | | char * 33 | (((PyBytesObject *)(op))->ob_sval)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ yaml/_yaml.h:11:29: note: in expansion of macro 'PyBytes_AS_STRING' 11 | #define PyString_AS_STRING PyBytes_AS_STRING | ^~~~~~~~~~~~~~~~~ yaml/_yaml.c:3695:59: note: in expansion of macro 'PyString_AS_STRING' 3695 | yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); | ^~~~~~~~~~~~~~~~~~ In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:1348:30: note: expected 'const unsigned char *' but argument is of type 'char *' 1348 | const unsigned char *input, size_t size); | ~~~~~~~~~~~~~~~~~~~~~^~~~~ yaml/_yaml.c: In function '__pyx_f_4yaml_5_yaml_7CParser__token_to_object': yaml/_yaml.c:5541:71: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 5541 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 417, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:5553:71: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 5553 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 418, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:6555:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 6555 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 448, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:6639:64: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 6639 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 451, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:6723:61: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 6723 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 454, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:6735:61: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 6735 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 455, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:6859:64: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 6859 | __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 460, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:455:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 455 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ yaml/_yaml.c: In function '__pyx_f_4yaml_5_yaml_7CParser__event_to_object': yaml/_yaml.c:8558:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8558 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 574, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:8570:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8570 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 575, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:8813:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8813 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 586, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:8917:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8917 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 591, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:8958:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 8958 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 594, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:8979:64: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 8979 | __pyx_t_4 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 595, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:455:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 455 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:9320:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9320 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 620, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:9361:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9361 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 623, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:9593:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9593 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 637, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:9634:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 9634 | __pyx_t_4 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 640, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c: In function '__pyx_f_4yaml_5_yaml_7CParser__compose_node': yaml/_yaml.c:11331:75: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11331 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 734, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:11651:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11651 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 750, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:11707:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11707 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 753, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c:11763:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 11763 | __pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 756, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c: In function '__pyx_f_4yaml_5_yaml_7CParser__compose_scalar_node': yaml/_yaml.c:12424:74: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] 12424 | __pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, ((char *)"strict")); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 791, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:455:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 455 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:12647:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 12647 | __pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 804, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c: In function '__pyx_f_4yaml_5_yaml_7CParser__compose_sequence_node': yaml/_yaml.c:13188:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13188 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 837, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c: In function '__pyx_f_4yaml_5_yaml_7CParser__compose_mapping_node': yaml/_yaml.c:13816:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] 13816 | __pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 876, __pyx_L1_error) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ | | | yaml_char_t * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:83, from yaml/_yaml.c:6: /usr/include/python3.10/unicodeobject.h:138:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} 138 | const char *u /* UTF-8 encoded string */ | ~~~~~~~~~~~~^ yaml/_yaml.c: In function '__pyx_f_4yaml_5_yaml_input_handler': yaml/_yaml.c:14640:87: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 14640 | __pyx_t_3 = (((__pyx_v_parser->stream_cache_len - __pyx_v_parser->stream_cache_pos) < __pyx_v_size) != 0); | ^ yaml/_yaml.c: In function '__pyx_pf_4yaml_5_yaml_8CEmitter___init__': yaml/_yaml.c:15165:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] 15165 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_4yaml_5_yaml_output_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned int)} In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:1844: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 *, size_t)' {aka 'int (*)(void *, char *, long unsigned int)'} 1844 | yaml_write_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ yaml/_yaml.c: In function '__pyx_f_4yaml_5_yaml_8CEmitter__object_to_event': yaml/_yaml.c:16523:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 16523 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ yaml/_yaml.c:16638:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 16638 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ yaml/_yaml.c:16975:62: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] 16975 | __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:555:69: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 555 | yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor); | ~~~~~~~~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:17690:63: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 17690 | __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:581:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:17690:79: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 17690 | __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:581:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~ yaml/_yaml.c:17690:92: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 17690 | __pyx_t_2 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:582:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 582 | const yaml_char_t *value, int length, | ~~~~~~~~~~~~~~~~~~~^~~~~ yaml/_yaml.c:18124:71: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 18124 | __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:604:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:18124:87: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 18124 | __pyx_t_3 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:604:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ yaml/_yaml.c:18558:70: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 18558 | __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:636:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:18558:86: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 18558 | __pyx_t_2 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:636:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ yaml/_yaml.c: In function '__pyx_pf_4yaml_5_yaml_8CEmitter_12serialize': yaml/_yaml.c:20140:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 20140 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ yaml/_yaml.c:20255:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 20255 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ yaml/_yaml.c: In function '__pyx_f_4yaml_5_yaml_8CEmitter__serialize_node': yaml/_yaml.c:21118:65: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] 21118 | __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:555:69: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 555 | yaml_alias_event_initialize(yaml_event_t *event, const yaml_char_t *anchor); | ~~~~~~~~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:21929:68: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 21929 | __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:581:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:21929:84: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 21929 | __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:581:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 581 | const yaml_char_t *anchor, const yaml_char_t *tag, | ~~~~~~~~~~~~~~~~~~~^~~ yaml/_yaml.c:21929:97: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] 21929 | __pyx_t_2 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | ^~~~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:582:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 582 | const yaml_char_t *value, int length, | ~~~~~~~~~~~~~~~~~~~^~~~~ yaml/_yaml.c:22316:76: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 22316 | __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:604:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:22316:92: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] 22316 | __pyx_t_2 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:604:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 604 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ yaml/_yaml.c:22846:75: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 22846 | __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:636:28: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:22846:91: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] 22846 | __pyx_t_2 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | ^~~~~~~~~~~ | | | char * In file included from yaml/_yaml.h:2, from yaml/_yaml.c:618: /usr/include/yaml.h:636:55: note: expected 'const yaml_char_t *' {aka 'const unsigned char *'} but argument is of type 'char *' 636 | const yaml_char_t *anchor, const yaml_char_t *tag, int implicit, | ~~~~~~~~~~~~~~~~~~~^~~ gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-riscv64-3.10/yaml/_yaml.o -L/usr/lib -lyaml -o build/lib.linux-riscv64-3.10/yaml/_yaml.cpython-310-riscv64-linux-gnu.so >>> py3-yaml: Entering fakeroot... /home/buildozer/aports/main/py3-yaml/src/pyyaml-5.4.1.1/setup.py:70: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils import log running install running build running build_py running build_ext skipping 'yaml/_yaml.c' Cython extension (up-to-date) running install_lib creating /home/buildozer/aports/main/py3-yaml/pkg creating /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml creating /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr creating /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib creating /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10 creating /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages creating /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/tokens.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/reader.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/parser.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/_yaml.cpython-310-riscv64-linux-gnu.so -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/serializer.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/representer.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/resolver.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/loader.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/dumper.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/error.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/constructor.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/composer.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/emitter.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/cyaml.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/events.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/scanner.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/__init__.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml copying build/lib.linux-riscv64-3.10/yaml/nodes.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml creating /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/_yaml copying build/lib.linux-riscv64-3.10/_yaml/__init__.py -> /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/_yaml byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/tokens.py to tokens.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/reader.py to reader.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/parser.py to parser.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/serializer.py to serializer.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/representer.py to representer.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/resolver.py to resolver.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/loader.py to loader.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/dumper.py to dumper.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/error.py to error.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/constructor.py to constructor.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/composer.py to composer.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/emitter.py to emitter.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/cyaml.py to cyaml.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/events.py to events.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/scanner.py to scanner.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/yaml/nodes.py to nodes.cpython-310.pyc byte-compiling /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/_yaml/__init__.py to __init__.cpython-310.pyc running install_egg_info running egg_info creating lib3/PyYAML.egg-info writing lib3/PyYAML.egg-info/PKG-INFO writing dependency_links to lib3/PyYAML.egg-info/dependency_links.txt writing top-level names to lib3/PyYAML.egg-info/top_level.txt writing manifest file 'lib3/PyYAML.egg-info/SOURCES.txt' reading manifest file 'lib3/PyYAML.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'lib3/PyYAML.egg-info/SOURCES.txt' Copying lib3/PyYAML.egg-info to /home/buildozer/aports/main/py3-yaml/pkg/py3-yaml/usr/lib/python3.10/site-packages/PyYAML-5.4.1-py3.10.egg-info running install_scripts >>> py3-yaml*: Running postcheck for py3-yaml >>> py3-yaml*: Preparing package py3-yaml... >>> py3-yaml*: Stripping binaries >>> py3-yaml*: Scanning shared objects >>> py3-yaml*: Tracing dependencies... python3 so:libc.musl-riscv64.so.1 so:libyaml-0.so.2 >>> py3-yaml*: Package size: 636.0 KB >>> py3-yaml*: Compressing data... >>> py3-yaml*: Create checksum... >>> py3-yaml*: Create py3-yaml-5.4.1.1-r2.apk >>> py3-yaml: Build complete at Thu, 16 Dec 2021 03:44:43 +0000 elapsed time 0h 0m 57s >>> py3-yaml: Cleaning up srcdir >>> py3-yaml: Cleaning up pkgdir >>> py3-yaml: Uninstalling dependencies... (1/19) Purging .makedepends-py3-yaml (20211216.034349) (2/19) Purging python3-dev (3.10.1-r0) (3/19) Purging yaml-dev (0.2.5-r0) (4/19) Purging yaml (0.2.5-r0) (5/19) Purging cython (0.29.24-r1) (6/19) Purging py3-setuptools (52.0.0-r5) (7/19) Purging py3-ordered-set (4.0.2-r3) (8/19) Purging py3-appdirs (1.4.4-r3) (9/19) Purging py3-packaging (21.3-r0) (10/19) Purging py3-parsing (2.4.7-r3) (11/19) Purging py3-six (1.16.0-r1) (12/19) Purging python3 (3.10.1-r0) (13/19) Purging libbz2 (1.0.8-r1) (14/19) Purging libffi (3.4.2-r1) (15/19) Purging gdbm (1.22-r0) (16/19) Purging xz-libs (5.2.5-r0) (17/19) Purging mpdecimal (2.5.1-r1) (18/19) Purging readline (8.1.1-r0) (19/19) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r4.trigger OK: 212 MiB in 76 packages >>> py3-yaml: Updating the main/riscv64 repository index... >>> py3-yaml: Signing the index...