Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/PyYAML.spec'], chrootPath='/var/lib/mock/isa9s-packages-baseline-el9sbase-build-178771-1065216/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/PyYAML.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1644278400 Wrote: /builddir/build/SRPMS/PyYAML-5.4.1-6.el9sbase_901.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/PyYAML.spec'], chrootPath='/var/lib/mock/isa9s-packages-baseline-el9sbase-build-178771-1065216/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/PyYAML.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1644278400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uAbhqE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pyyaml-5.4.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/5.4.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyyaml-5.4.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod a-x examples/yaml-highlight/yaml_hl.py + rm -rf ext/_yaml.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ipuz8c + umask 022 + cd /builddir/build/BUILD + unset http_proxy + unset https_proxy + cd pyyaml-5.4.1 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-x86_64-3.9 creating build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/nodes.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/dumper.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/cyaml.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/parser.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/constructor.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/events.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/reader.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/serializer.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/loader.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/error.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/__init__.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/scanner.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/tokens.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/representer.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/emitter.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/composer.py -> build/lib.linux-x86_64-3.9/yaml copying lib3/yaml/resolver.py -> build/lib.linux-x86_64-3.9/yaml creating build/lib.linux-x86_64-3.9/_yaml copying lib3/_yaml/__init__.py -> build/lib.linux-x86_64-3.9/_yaml running build_ext cythoning yaml/_yaml.pyx to yaml/_yaml.c /usr/lib64/python3.9/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: /builddir/build/BUILD/pyyaml-5.4.1/yaml/_yaml.pxd tree = Parsing.p_module(s, pxd, full_module_name) building 'yaml._yaml' extension creating build/temp.linux-x86_64-3.9 creating build/temp.linux-x86_64-3.9/yaml gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -I/usr/include/python3.9 -c yaml/_yaml.c -o build/temp.linux-x86_64-3.9/yaml/_yaml.o In file included from yaml/_yaml.c:608: yaml/_yaml.h:10: warning: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | yaml/_yaml.c:490: note: this is the location of the previous definition 490 | #define PyString_CheckExact PyUnicode_CheckExact | yaml/_yaml.c: In function ‘__pyx_pf_4yaml_5_yaml_get_version_string’: yaml/_yaml.c:1914:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1914 | __pyx_v_value = yaml_get_version_string(); | ^ yaml/_yaml.c: In function ‘__pyx_pf_4yaml_5_yaml_7CParser___init__’: yaml/_yaml.c:3444:52: warning: passing argument 2 of ‘yaml_parser_set_input’ from incompatible pointer type [-Wincompatible-pointer-types] 3444 | 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: /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.9/bytesobject.h:75, from /usr/include/python3.9/Python.h:92, from yaml/_yaml.c:4: /usr/include/python3.9/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:3685:59: note: in expansion of macro ‘PyString_AS_STRING’ 3685 | yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); | ^~~~~~~~~~~~~~~~~~ /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:5531:71: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 5531 | __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.9/Python.h:93: /usr/include/python3.9/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:5543:71: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 5543 | __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 *} /usr/include/python3.9/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:6545:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 6545 | __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 *} /usr/include/python3.9/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:6629:64: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 6629 | __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 *} /usr/include/python3.9/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:6713:61: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 6713 | __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 *} /usr/include/python3.9/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:6725:61: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 6725 | __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 *} /usr/include/python3.9/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:6849:64: warning: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] 6849 | __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 *} /usr/include/python3.9/unicodeobject.h:452:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 452 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ yaml/_yaml.c: In function ‘__pyx_f_4yaml_5_yaml_7CParser__event_to_object’: yaml/_yaml.c:8548:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 8548 | __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 *} /usr/include/python3.9/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:8560:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 8560 | __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 *} /usr/include/python3.9/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:8803:63: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 8803 | __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 *} /usr/include/python3.9/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:8907:66: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 8907 | __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 *} /usr/include/python3.9/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:8948:66: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 8948 | __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 *} /usr/include/python3.9/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:8969:64: warning: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] 8969 | __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 *} /usr/include/python3.9/unicodeobject.h:452:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 452 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:9310:74: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 9310 | __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 *} /usr/include/python3.9/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:9351:74: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 9351 | __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 *} /usr/include/python3.9/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:9583:73: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 9583 | __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 *} /usr/include/python3.9/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:9624:73: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 9624 | __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 *} /usr/include/python3.9/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:11321:75: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 11321 | __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 *} /usr/include/python3.9/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:11641:76: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 11641 | __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 *} /usr/include/python3.9/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:11697:84: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 11697 | __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 *} /usr/include/python3.9/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:11753:83: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 11753 | __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 *} /usr/include/python3.9/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:12414:74: warning: pointer targets in passing argument 1 of ‘PyUnicode_DecodeUTF8’ differ in signedness [-Wpointer-sign] 12414 | __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 *} /usr/include/python3.9/unicodeobject.h:452:17: note: expected ‘const char *’ but argument is of type ‘yaml_char_t *’ {aka ‘unsigned char *’} 452 | const char *string, /* UTF-8 encoded string */ | ~~~~~~~~~~~~^~~~~~ yaml/_yaml.c:12637:76: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 12637 | __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 *} /usr/include/python3.9/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:13178:84: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 13178 | __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 *} /usr/include/python3.9/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:13806:83: warning: pointer targets in passing argument 1 of ‘PyUnicode_FromString’ differ in signedness [-Wpointer-sign] 13806 | __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 *} /usr/include/python3.9/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:14630:87: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 14630 | __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:15155:53: warning: passing argument 2 of ‘yaml_emitter_set_output’ from incompatible pointer type [-Wincompatible-pointer-types] 15155 | 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)} /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:16513:44: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 16513 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ yaml/_yaml.c:16628:44: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 16628 | __pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | ^ yaml/_yaml.c:16965:62: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] 16965 | __pyx_t_2 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * /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:17680:63: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17680 | __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 * /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:17680:79: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17680 | __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 * /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:17680:92: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 17680 | __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 * /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:18114:71: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 18114 | __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 * /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:18114:87: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 18114 | __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 * /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:18548:70: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 18548 | __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 * /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:18548:86: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 18548 | __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 * /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:20130:42: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 20130 | __pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | ^ yaml/_yaml.c:20245:42: warning: pointer targets in assignment from ‘char *’ to ‘yaml_char_t *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] 20245 | __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:21108:65: warning: pointer targets in passing argument 2 of ‘yaml_alias_event_initialize’ differ in signedness [-Wpointer-sign] 21108 | __pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); | ^~~~~~~~~~~~~~ | | | char * /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:21919:68: warning: pointer targets in passing argument 2 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 21919 | __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 * /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:21919:84: warning: pointer targets in passing argument 3 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 21919 | __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 * /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:21919:97: warning: pointer targets in passing argument 4 of ‘yaml_scalar_event_initialize’ differ in signedness [-Wpointer-sign] 21919 | __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 * /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:22306:76: warning: pointer targets in passing argument 2 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 22306 | __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 * /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:22306:92: warning: pointer targets in passing argument 3 of ‘yaml_sequence_start_event_initialize’ differ in signedness [-Wpointer-sign] 22306 | __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 * /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:22836:75: warning: pointer targets in passing argument 2 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 22836 | __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 * /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:22836:91: warning: pointer targets in passing argument 3 of ‘yaml_mapping_start_event_initialize’ differ in signedness [-Wpointer-sign] 22836 | __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 * /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,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection build/temp.linux-x86_64-3.9/yaml/_yaml.o -L/usr/lib64 -lyaml -o build/lib.linux-x86_64-3.9/yaml/_yaml.cpython-39-x86_64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.150o58 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64 ++ dirname /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64 + cd pyyaml-5.4.1 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr creating /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9 creating /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages creating /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/_yaml copying build/lib.linux-x86_64-3.9/_yaml/__init__.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/_yaml creating /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/nodes.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/dumper.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/cyaml.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/parser.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/_yaml.cpython-39-x86_64-linux-gnu.so -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/constructor.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/events.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/reader.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/serializer.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/loader.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/error.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/__init__.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/scanner.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/tokens.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/representer.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/emitter.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/composer.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml copying build/lib.linux-x86_64-3.9/yaml/resolver.py -> /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/_yaml/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/nodes.py to nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/dumper.py to dumper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/cyaml.py to cyaml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/parser.py to parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/constructor.py to constructor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/events.py to events.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/reader.py to reader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/serializer.py to serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/loader.py to loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/error.py to error.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/scanner.py to scanner.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/tokens.py to tokens.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/representer.py to representer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/emitter.py to emitter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/composer.py to composer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/resolver.py to resolver.cpython-39.pyc writing byte-compilation script '/tmp/tmpxwymed8e.py' /usr/bin/python3 /tmp/tmpxwymed8e.py removing /tmp/tmpxwymed8e.py 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' skipping 'yaml/_yaml.c' Cython extension (up-to-date) reading manifest file 'lib3/PyYAML.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'lib3/PyYAML.egg-info/SOURCES.txt' Copying lib3/PyYAML.egg-info to /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/PyYAML-5.4.1-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/bin/__pycache__ + /usr/bin/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 5.4.1-6.el9sbase_901 --unique-debug-suffix -5.4.1-6.el9sbase_901.x86_64 --unique-debug-src-base PyYAML-5.4.1-6.el9sbase_901.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/pyyaml-5.4.1 extracting debug info from /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9/site-packages/yaml/_yaml.cpython-39-x86_64-linux-gnu.so original debug info size: 1024kB, size after compression: 1004kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 2378 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib/debug/usr/lib64/python3.9 using python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/lib64/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xH6c7h + umask 022 + cd /builddir/build/BUILD + unset http_proxy + unset https_proxy + unset no_proxy + cd pyyaml-5.4.1 + /usr/bin/python3 setup.py test running test running build_py running build_ext skipping 'yaml/_yaml.c' Cython extension (up-to-date) ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... =========================================================================== TESTS: 2614 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-pyyaml-5.4.1-6.el9sbase_901.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.J61I39 + umask 022 + cd /builddir/build/BUILD + cd pyyaml-5.4.1 + DOCDIR=/builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/share/doc/python3-pyyaml + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/share/doc/python3-pyyaml + cp -pr CHANGES /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/share/doc/python3-pyyaml + cp -pr README /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/share/doc/python3-pyyaml + cp -pr examples /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/share/doc/python3-pyyaml + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rLFgLI + umask 022 + cd /builddir/build/BUILD + cd pyyaml-5.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/share/licenses/python3-pyyaml + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/share/licenses/python3-pyyaml + cp -pr LICENSE /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64/usr/share/licenses/python3-pyyaml + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-PyYAML = 5.4.1-6.el9sbase_901 python-pyyaml = 5.4.1-6.el9sbase_901 python-yaml = 5.4.1-6.el9sbase_901 python3-PyYAML = 5.4.1-6.el9sbase_901 python3-pyyaml = 5.4.1-6.el9sbase_901 python3-pyyaml(x86-64) = 5.4.1-6.el9sbase_901 python3-yaml = 5.4.1-6.el9sbase_901 python3.9-PyYAML = 5.4.1-6.el9sbase_901 python3.9-pyyaml = 5.4.1-6.el9sbase_901 python3.9-yaml = 5.4.1-6.el9sbase_901 python3.9dist(pyyaml) = 5.4.1 python3dist(pyyaml) = 5.4.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libyaml-0.so.2()(64bit) python(abi) = 3.9 rtld(GNU_HASH) Obsoletes: python39-PyYAML < 5.4.1-6.el9sbase_901 python39-pyyaml < 5.4.1-6.el9sbase_901 python39-yaml < 5.4.1-6.el9sbase_901 Processing files: PyYAML-debugsource-5.4.1-6.el9sbase_901.x86_64 Provides: PyYAML-debugsource = 5.4.1-6.el9sbase_901 PyYAML-debugsource(x86-64) = 5.4.1-6.el9sbase_901 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-pyyaml-debuginfo-5.4.1-6.el9sbase_901.x86_64 Provides: debuginfo(build-id) = 5c693e0215f7146aae43284a8f992adc378282da python-pyyaml-debuginfo = 5.4.1-6.el9sbase_901 python3-pyyaml-debuginfo = 5.4.1-6.el9sbase_901 python3-pyyaml-debuginfo(x86-64) = 5.4.1-6.el9sbase_901 python3.9-pyyaml-debuginfo = 5.4.1-6.el9sbase_901 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: PyYAML-debugsource(x86-64) = 5.4.1-6.el9sbase_901 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64 Wrote: /builddir/build/RPMS/python3-pyyaml-5.4.1-6.el9sbase_901.x86_64.rpm Wrote: /builddir/build/RPMS/python3-pyyaml-debuginfo-5.4.1-6.el9sbase_901.x86_64.rpm Wrote: /builddir/build/RPMS/PyYAML-debugsource-5.4.1-6.el9sbase_901.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HSATBz + umask 022 + cd /builddir/build/BUILD + cd pyyaml-5.4.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/PyYAML-5.4.1-6.el9sbase_901.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0