D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/python-ruamel.yaml.clib-0.1.2-3.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4unKdt + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ruamel.yaml.clib-0.1.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ruamel.yaml.clib-0.1.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ruamel.yaml.clib-0.1.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf ruamel.yaml.clib.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.La9A7h + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ruamel.yaml.clib-0.1.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' sys.argv ['setup.py', 'build', '--executable=/usr/bin/python3 -s'] test compiling test_ruamel_yaml running build running build_py creating build creating build/lib.linux-aarch64-3.9 creating build/lib.linux-aarch64-3.9/ruamel copying .ruamel/__init__.py -> build/lib.linux-aarch64-3.9/ruamel creating build/lib.linux-aarch64-3.9/ruamel/yaml copying .ruamel/yaml/__init__.py -> build/lib.linux-aarch64-3.9/ruamel/yaml creating build/lib.linux-aarch64-3.9/ruamel/yaml/clib copying ./__init__.py -> build/lib.linux-aarch64-3.9/ruamel/yaml/clib copying ./LICENSE -> build/lib.linux-aarch64-3.9/ruamel/yaml/clib running build_ext building '_ruamel_yaml' extension creating build/temp.linux-aarch64-3.9 gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.9 -c _ruamel_yaml.c -o build/temp.linux-aarch64-3.9/_ruamel_yaml.o In file included from _ruamel_yaml.c:596: _ruamel_yaml.h:10: warning: "PyString_CheckExact" redefined 10 | #define PyString_CheckExact PyBytes_CheckExact | _ruamel_yaml.c:486: note: this is the location of the previous definition 486 | #define PyString_CheckExact PyUnicode_CheckExact | _ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_get_version_string': _ruamel_yaml.c:1886:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1886 | __pyx_v_value = yaml_get_version_string(); | ^ _ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_7CParser___init__': _ruamel_yaml.c:3386:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] 3386 | yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_12_ruamel_yaml_input_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, int, int *) In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: yaml.h:1370:30: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *)' {aka 'int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)'} but argument is of type 'int (*)(void *, char *, int, int *)' 1370 | yaml_read_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ _ruamel_yaml.c: In function '__pyx_pf_12_ruamel_yaml_8CEmitter___init__': _ruamel_yaml.c:15016:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] 15016 | yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_12_ruamel_yaml_output_handler, ((void *)__pyx_v_self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int (*)(void *, char *, int) In file included from _ruamel_yaml.h:2, from _ruamel_yaml.c:596: yaml.h:1837:31: note: expected 'int (*)(void *, unsigned char *, size_t)' {aka 'int (*)(void *, unsigned char *, long unsigned int)'} but argument is of type 'int (*)(void *, char *, int)' 1837 | yaml_write_handler_t *handler, void *data); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ _ruamel_yaml.c: In function '__Pyx_ParseOptionalKeywords': _ruamel_yaml.c:26221:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 26221 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:26221:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 26221 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:26221:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 26221 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:26221:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 26221 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:26221:21: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 26221 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:26221:21: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 26221 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:26237:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 26237 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:26237:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 26237 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:26237:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 26237 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:26237:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 26237 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:26237:25: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 26237 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ _ruamel_yaml.c:26237:25: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 26237 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from _ruamel_yaml.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.9 -c api.c -o build/temp.linux-aarch64-3.9/api.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.9 -c dumper.c -o build/temp.linux-aarch64-3.9/dumper.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.9 -c emitter.c -o build/temp.linux-aarch64-3.9/emitter.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.9 -c loader.c -o build/temp.linux-aarch64-3.9/loader.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.9 -c parser.c -o build/temp.linux-aarch64-3.9/parser.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.9 -c reader.c -o build/temp.linux-aarch64-3.9/reader.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.9 -c scanner.c -o build/temp.linux-aarch64-3.9/scanner.o gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.9 -c writer.c -o build/temp.linux-aarch64-3.9/writer.o gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.9/_ruamel_yaml.o build/temp.linux-aarch64-3.9/api.o build/temp.linux-aarch64-3.9/dumper.o build/temp.linux-aarch64-3.9/emitter.o build/temp.linux-aarch64-3.9/loader.o build/temp.linux-aarch64-3.9/parser.o build/temp.linux-aarch64-3.9/reader.o build/temp.linux-aarch64-3.9/scanner.o build/temp.linux-aarch64-3.9/writer.o -L/usr/lib64 -lpython3.9 -o build/lib.linux-aarch64-3.9/_ruamel_yaml.cpython-39-aarch64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GLaKLC + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64 + cd ruamel.yaml.clib-0.1.2 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64 --single-version-externally-managed sys.argv ['setup.py', 'install', '-O1', '--skip-build', '--root', '/home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64', '--single-version-externally-managed'] test compiling test_ruamel_yaml running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib copying _ruamel_yaml.cpython-39-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/lib64/python3.9/site-packages Skipping installation of /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/lib64/python3.9/site-packages/ruamel/__init__.py (namespace package) Skipping installation of /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/lib64/python3.9/site-packages/ruamel/yaml/__init__.py (namespace package) copying ruamel/yaml/clib/LICENSE -> /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/lib64/python3.9/site-packages/ruamel/yaml/clib copying ruamel/yaml/clib/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/lib64/python3.9/site-packages/ruamel/yaml/clib writing byte-compilation script '/tmp/tmpx36xsgpr.py' /usr/bin/python3 /tmp/tmpx36xsgpr.py removing /tmp/tmpx36xsgpr.py running install_egg_info running egg_info creating ruamel.yaml.clib.egg-info writing ruamel.yaml.clib.egg-info/PKG-INFO writing dependency_links to ruamel.yaml.clib.egg-info/dependency_links.txt writing namespace_packages to ruamel.yaml.clib.egg-info/namespace_packages.txt writing top-level names to ruamel.yaml.clib.egg-info/top_level.txt writing manifest file 'ruamel.yaml.clib.egg-info/SOURCES.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 /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/lib64/python3.9/site-packages/ruamel.yaml.clib-0.1.2-py3.9.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.1.2-3.mga9 --unique-debug-suffix -0.1.2-3.mga9.aarch64 --unique-debug-src-base python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ruamel.yaml.clib-0.1.2 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/lib64/python3.9/site-packages/_ruamel_yaml.cpython-39-aarch64-linux-gnu.so dwz: ./usr/lib64/python3.9/site-packages/_ruamel_yaml.cpython-39-aarch64-linux-gnu.so-0.1.2-3.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 1176kB, size after compression: 1176kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 3091 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/lib/debug/usr/lib64/python3.9 using python3.9 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/lib64/python3.9 using python3.9 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-ruamel.yaml.clib-0.1.2-3.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uXIGyi + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ruamel.yaml.clib-0.1.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/share/doc/python3-ruamel.yaml.clib + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/share/doc/python3-ruamel.yaml.clib + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/share/doc/python3-ruamel.yaml.clib + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.RFt5V6 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ruamel.yaml.clib-0.1.2 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/share/licenses/python3-ruamel.yaml.clib + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/share/licenses/python3-ruamel.yaml.clib + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64/usr/share/licenses/python3-ruamel.yaml.clib + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-ruamel.yaml.clib = 0.1.2-3.mga9 python3-ruamel.yaml.clib = 0.1.2-3.mga9 python3-ruamel.yaml.clib(aarch-64) = 0.1.2-3.mga9 python3.9-ruamel.yaml.clib = 0.1.2-3.mga9 python3.9dist(ruamel-yaml-clib) = 0.1.2 python3.9dist(ruamel.yaml.clib) = 0.1.2 python3dist(ruamel-yaml-clib) = 0.1.2 python3dist(ruamel.yaml.clib) = 0.1.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpython3.9.so.1.0()(64bit) python(abi) = 3.9 Obsoletes: python-ruamel.yaml.clib < 0.1.2-3.mga9 Processing files: python-ruamel.yaml.clib-debugsource-0.1.2-3.mga9.aarch64 Provides: python-ruamel.yaml.clib-debugsource = 0.1.2-3.mga9 python-ruamel.yaml.clib-debugsource(aarch-64) = 0.1.2-3.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-ruamel.yaml.clib-debuginfo-0.1.2-3.mga9.aarch64 Provides: debuginfo(build-id) = e1f73c89aac306eb709feeb89047c682bd59780f python-ruamel.yaml.clib-debuginfo = 0.1.2-3.mga9 python3-ruamel.yaml.clib-debuginfo = 0.1.2-3.mga9 python3-ruamel.yaml.clib-debuginfo(aarch-64) = 0.1.2-3.mga9 python3.9-ruamel.yaml.clib-debuginfo = 0.1.2-3.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-ruamel.yaml.clib-debugsource(aarch-64) = 0.1.2-3.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-ruamel.yaml.clib-0.1.2-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-ruamel.yaml.clib-debuginfo-0.1.2-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-ruamel.yaml.clib-debugsource-0.1.2-3.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wZvuKR + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ruamel.yaml.clib-0.1.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-ruamel.yaml.clib-0.1.2-3.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ReCu1t + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ruamel.yaml.clib-0.1.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!