==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: python-ruamel.yaml.clib 0.2.12-3 (Mon Dec 23 03:29:53 2024) ==> Retrieving sources... -> Found ruamel.yaml.clib-0.2.12.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... ruamel.yaml.clib-0.2.12.tar.gz ... Passed ==> Making package: python-ruamel.yaml.clib 0.2.12-3 (Mon Dec 23 03:30:00 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (13) python-autocommand-2.2.2-7 python-jaraco.collections-5.0.1-2 python-jaraco.context-5.3.0-3 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.5.0-1 python-packaging-24.2-3 python-platformdirs-4.3.6-2 python-pyproject-hooks-1.2.0-3 python-build-1.2.2-3 python-installer-0.7.0-10 python-setuptools-1:75.2.0-4 python-wheel-0.45.0-3 Total Installed Size: 10.72 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-packaging... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-pip: to use as the Python package installer (default) python-uv: to use as the Python package installer python-virtualenv: to use virtualenv for build isolation installing python-installer... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-jaraco.text... Optional dependencies for python-jaraco.text python-inflect: for show-newlines script installing python-jaraco.collections... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Retrieving sources... -> Found ruamel.yaml.clib-0.2.12.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting ruamel.yaml.clib-0.2.12.tar.gz with bsdtar ==> Starting build()... * 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/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.linux-aarch64-cpython-313/ruamel/yaml/clib copying ./setup.py -> build/lib.linux-aarch64-cpython-313/ruamel/yaml/clib copying ./__init__.py -> build/lib.linux-aarch64-cpython-313/ruamel/yaml/clib copying ./LICENSE -> build/lib.linux-aarch64-cpython-313/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.linux-aarch64-cpython-313 gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-error=incompatible-pointer-types -fPIC -I/usr/include/python3.13 -c _ruamel_yaml.c -o build/temp.linux-aarch64-cpython-313/_ruamel_yaml.o In file included from _ruamel_yaml.c:1222: _ruamel_yaml.h:10:9: warning: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:1062:11: note: this is the location of the previous definition 1062 | #define PyString_CheckExact PyUnicode_CheckExact | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_get_version_string': _ruamel_yaml.c:4089:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser___init__': _ruamel_yaml.c:6117:59: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:1222: yaml.h:1344:30: note: expected 'const unsigned char *' but argument is of type 'char *' _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__token_to_object': _ruamel_yaml.c:7809:71: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] In file included from /usr/include/python3.13/Python.h:79, from _ruamel_yaml.c:16: /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:7821:71: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:8494:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:8552:64: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:8610:61: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:8622:61: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:8719:64: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:430:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__event_to_object': _ruamel_yaml.c:10429:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:10441:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:10624:63: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:10702:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:10743:66: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:10764:64: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:430:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:11066:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:11107:74: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:11303:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:11344:73: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__compose_node': _ruamel_yaml.c:13047:75: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:13308:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:13364:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:13420:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__compose_scalar_node': _ruamel_yaml.c:14002:74: warning: pointer targets in passing argument 1 of 'PyUnicode_DecodeUTF8' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:430:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c:14197:76: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__compose_sequence_node': _ruamel_yaml.c:14677:84: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_7CParser__compose_mapping_node': _ruamel_yaml.c:15243:83: warning: pointer targets in passing argument 1 of 'PyUnicode_FromString' differ in signedness [-Wpointer-sign] /usr/include/python3.13/unicodeobject.h:130:17: note: expected 'const char *' but argument is of type 'yaml_char_t *' {aka 'unsigned char *'} _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_input_handler': _ruamel_yaml.c:16140:86: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_8CEmitter__object_to_event': _ruamel_yaml.c:18098:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] _ruamel_yaml.c:18213:44: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] _ruamel_yaml.c:18548:61: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:555:63: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:19259:62: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:581:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:19259:78: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:581:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:19259:91: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:582:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:19690:70: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:604:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:19690:86: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:604:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:20121:69: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:636:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:20121:85: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:636:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c: In function '__pyx_pf_6ruamel_4yaml_4clib_12_ruamel_yaml_8CEmitter_12serialize': _ruamel_yaml.c:22008:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] _ruamel_yaml.c:22123:42: warning: pointer targets in assignment from 'char *' to 'yaml_char_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] _ruamel_yaml.c: In function '__pyx_f_6ruamel_4yaml_4clib_12_ruamel_yaml_8CEmitter__serialize_node': _ruamel_yaml.c:23005:64: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:555:63: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:23735:67: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:581:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:23735:83: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:581:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:23735:96: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:582:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:24092:75: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:604:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:24092:91: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:604:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:24605:74: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:636:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' _ruamel_yaml.c:24605:90: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] yaml.h:636:43: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'char *' gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-error=incompatible-pointer-types -fPIC -I/usr/include/python3.13 -c api.c -o build/temp.linux-aarch64-cpython-313/api.o api.c: In function 'yaml_document_delete': api.c:1127:7: warning: variable 'context' set but not used [-Wunused-but-set-variable] gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-error=incompatible-pointer-types -fPIC -I/usr/include/python3.13 -c dumper.c -o build/temp.linux-aarch64-cpython-313/dumper.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-error=incompatible-pointer-types -fPIC -I/usr/include/python3.13 -c emitter.c -o build/temp.linux-aarch64-cpython-313/emitter.o emitter.c: In function 'yaml_emitter_write_plain_scalar': emitter.c:1941:242: warning: value computed is not used [-Wunused-value] emitter.c: In function 'yaml_emitter_write_single_quoted_scalar': emitter.c:2002:242: warning: value computed is not used [-Wunused-value] emitter.c: In function 'yaml_emitter_write_literal_scalar': emitter.c:2268:242: warning: value computed is not used [-Wunused-value] emitter.c: In function 'yaml_emitter_write_folded_scalar': emitter.c:2317:242: warning: value computed is not used [-Wunused-value] gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-error=incompatible-pointer-types -fPIC -I/usr/include/python3.13 -c loader.c -o build/temp.linux-aarch64-cpython-313/loader.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-error=incompatible-pointer-types -fPIC -I/usr/include/python3.13 -c parser.c -o build/temp.linux-aarch64-cpython-313/parser.o parser.c: In function 'yaml_parser_parse_block_sequence_entry': parser.c:762:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] parser.c: In function 'yaml_parser_parse_block_mapping_key': parser.c:872:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] parser.c: In function 'yaml_parser_parse_flow_sequence_entry': parser.c:955:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] parser.c: In function 'yaml_parser_parse_flow_mapping_key': parser.c:1107:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable] gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-error=incompatible-pointer-types -fPIC -I/usr/include/python3.13 -c reader.c -o build/temp.linux-aarch64-cpython-313/reader.o gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-error=incompatible-pointer-types -fPIC -I/usr/include/python3.13 -c scanner.c -o build/temp.linux-aarch64-cpython-313/scanner.o scanner.c: In function 'yaml_parser_decrease_flow_level': scanner.c:1189:23: warning: variable 'dummy_key' set but not used [-Wunused-but-set-variable] gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-error=incompatible-pointer-types -fPIC -I/usr/include/python3.13 -c writer.c -o build/temp.linux-aarch64-cpython-313/writer.o gcc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wno-error=incompatible-pointer-types build/temp.linux-aarch64-cpython-313/_ruamel_yaml.o build/temp.linux-aarch64-cpython-313/api.o build/temp.linux-aarch64-cpython-313/dumper.o build/temp.linux-aarch64-cpython-313/emitter.o build/temp.linux-aarch64-cpython-313/loader.o build/temp.linux-aarch64-cpython-313/parser.o build/temp.linux-aarch64-cpython-313/reader.o build/temp.linux-aarch64-cpython-313/scanner.o build/temp.linux-aarch64-cpython-313/writer.o -L/usr/lib -o build/lib.linux-aarch64-cpython-313/_ruamel_yaml.cpython-313-aarch64-linux-gnu.so installing to build/bdist.linux-aarch64/wheel running install running install_lib creating build/bdist.linux-aarch64/wheel copying build/lib.linux-aarch64-cpython-313/_ruamel_yaml.cpython-313-aarch64-linux-gnu.so -> build/bdist.linux-aarch64/wheel/. creating build/bdist.linux-aarch64/wheel/ruamel creating build/bdist.linux-aarch64/wheel/ruamel/yaml creating build/bdist.linux-aarch64/wheel/ruamel/yaml/clib copying build/lib.linux-aarch64-cpython-313/ruamel/yaml/clib/setup.py -> build/bdist.linux-aarch64/wheel/./ruamel/yaml/clib copying build/lib.linux-aarch64-cpython-313/ruamel/yaml/clib/LICENSE -> build/bdist.linux-aarch64/wheel/./ruamel/yaml/clib copying build/lib.linux-aarch64-cpython-313/ruamel/yaml/clib/__init__.py -> build/bdist.linux-aarch64/wheel/./ruamel/yaml/clib running install_egg_info running egg_info writing ruamel.yaml.clib.egg-info/PKG-INFO writing dependency_links to ruamel.yaml.clib.egg-info/dependency_links.txt writing top-level names to ruamel.yaml.clib.egg-info/top_level.txt reading manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'ruamel.yaml.clib.egg-info/SOURCES.txt' Copying ruamel.yaml.clib.egg-info to build/bdist.linux-aarch64/wheel/./ruamel.yaml.clib-0.2.12-py3.13.egg-info running install_scripts creating build/bdist.linux-aarch64/wheel/ruamel.yaml.clib-0.2.12.dist-info/WHEEL creating '/build/python-ruamel.yaml.clib/src/ruamel.yaml.clib-0.2.12/dist/.tmp-l7kre42g/ruamel.yaml.clib-0.2.12-cp313-cp313-linux_aarch64.whl' and adding 'build/bdist.linux-aarch64/wheel' to it adding '_ruamel_yaml.cpython-313-aarch64-linux-gnu.so' adding 'ruamel.yaml.clib-0.2.12.dist-info/LICENSE' adding 'ruamel.yaml.clib-0.2.12.dist-info/METADATA' adding 'ruamel.yaml.clib-0.2.12.dist-info/WHEEL' adding 'ruamel.yaml.clib-0.2.12.dist-info/top_level.txt' adding 'ruamel.yaml.clib-0.2.12.dist-info/RECORD' removing build/bdist.linux-aarch64/wheel Successfully built ruamel.yaml.clib-0.2.12-cp313-cp313-linux_aarch64.whl ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-ruamel.yaml.clib"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-ruamel.yaml.clib 0.2.12-3 (Mon Dec 23 03:30:19 2024) ==> Cleaning up...