D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/pam-python-1.0.7-2.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JWt6aS + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf pam-python-1.0.7 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pam-python-1.0.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pam-python-1.0.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/pam-python-1.0.7-hg-python3.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/pam-python-1.0.6-fedora.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/pam-python-1.0.6-build.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bK14vN + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pam-python-1.0.7 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'OPTFLAGS=-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/make --directory doc /usr/bin/make --directory src make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/pam-python-1.0.7/src' sed "s,\\\$PWD,$(pwd),g" "test-pam_python.pam.in" >"test-pam_python.pam.tmp" mv test-pam_python.pam.tmp test-pam_python.pam make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/pam-python-1.0.7/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/pam-python-1.0.7/src' gcc -O0 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -o ctest ctest.c -lpam make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/pam-python-1.0.7/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/pam-python-1.0.7/src' CFLAGS="-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations" python3 ./setup.py build running build running build_ext building 'pam_python3' extension creating build 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 -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DLIBPYTHON_SO="libpython3.9.so.1.0" -I/usr/include/python3.9 -c pam_python.c -o build/temp.linux-aarch64-3.9/pam_python.o pam_python.c: In function 'syslog_path_traceback': pam_python.c:541:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 541 | py_resultobj = PyEval_CallObject(pamHandle->print_exception, args); | ^~~~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:141, from pam_python.c:44: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pam_python.c: In function 'PamEnv_mp_assign': pam_python.c:1129:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1129 | value_str = malloc(PyUnicode_GET_SIZE(key) + 1 + PyUnicode_GET_SIZE(value) + 1); | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pam_python.c:1129:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1129 | value_str = malloc(PyUnicode_GET_SIZE(key) + 1 + PyUnicode_GET_SIZE(value) + 1); | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ pam_python.c:1129:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1129 | value_str = malloc(PyUnicode_GET_SIZE(key) + 1 + PyUnicode_GET_SIZE(value) + 1); | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pam_python.c:1129:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1129 | value_str = malloc(PyUnicode_GET_SIZE(key) + 1 + PyUnicode_GET_SIZE(value) + 1); | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pam_python.c:1129:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1129 | value_str = malloc(PyUnicode_GET_SIZE(key) + 1 + PyUnicode_GET_SIZE(value) + 1); | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ pam_python.c:1129:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1129 | value_str = malloc(PyUnicode_GET_SIZE(key) + 1 + PyUnicode_GET_SIZE(value) + 1); | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pam_python.c: In function 'PamHandle_set_XAUTHDATA': pam_python.c:1601:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1601 | xauth_data.namelen = PyUnicode_GET_SIZE(name); | ^~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pam_python.c:1601:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1601 | xauth_data.namelen = PyUnicode_GET_SIZE(name); | ^~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ pam_python.c:1601:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1601 | xauth_data.namelen = PyUnicode_GET_SIZE(name); | ^~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pam_python.c:1620:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1620 | xauth_data.datalen = PyUnicode_GET_SIZE(data); | ^~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pam_python.c:1620:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1620 | xauth_data.datalen = PyUnicode_GET_SIZE(data); | ^~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ pam_python.c:1620:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1620 | xauth_data.datalen = PyUnicode_GET_SIZE(data); | ^~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from pam_python.c:44: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ pam_python.c: In function 'call_python_handler': pam_python.c:2762:3: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] 2762 | py_resultobj = PyEval_CallObject(handler_function, handler_args); | ^~~~~~~~~~~~ In file included from /usr/include/python3.9/Python.h:141, from pam_python.c:44: /usr/include/python3.9/ceval.h:17:43: note: declared here 17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ creating build/lib.linux-aarch64-3.9 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 -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations build/temp.linux-aarch64-3.9/pam_python.o -L/usr/lib64 -ldl -lpam -lpython3.9 -o build/lib.linux-aarch64-3.9/pam_python3.cpython-39-aarch64-linux-gnu.so ln -sf build/lib.*/pam_python3.*.so pam_python3.so make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/pam-python-1.0.7/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/pam-python-1.0.7/doc' sphinx-build -b html -E . html Running Sphinx v4.2.0 making output directory... done loading intersphinx inventory from http://docs.python.org/2.7/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'http://docs.python.org/2.7/objects.inv' not fetchable due to : HTTPConnectionPool(host='docs.python.org', port=80): Max retries exceeded with url: /2.7/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')) building [mo]: targets for 0 po files that are out of date building [html]: targets for 1 source files that are out of date updating environment: [new config] 1 added, 0 changed, 0 removed reading sources... [100%] pam_python looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [100%] pam_python /home/iurt/rpmbuild/BUILD/pam-python-1.0.7/doc/pam_python.rst:460: WARNING: unknown keyword: import /home/iurt/rpmbuild/BUILD/pam-python-1.0.7/doc/pam_python.rst:471: WARNING: unknown keyword: import /home/iurt/rpmbuild/BUILD/pam-python-1.0.7/doc/pam_python.rst:471: WARNING: unknown keyword: import /home/iurt/rpmbuild/BUILD/pam-python-1.0.7/doc/pam_python.rst:471: WARNING: unknown keyword: import generating indices... genindex done writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 5 warnings. The HTML pages are in html. rm -f html/index.html && ln -s pam_python.html html/index.html make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/pam-python-1.0.7/doc' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5gJqMf + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64 + cd pam-python-1.0.7 + '[' 1 -eq 1 ']' + install -D -m0755 src/pam_python3.so /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64/usr/lib64/security/pam_python3.so + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.0.7-2.mga9 --unique-debug-suffix -1.0.7-2.mga9.aarch64 --unique-debug-src-base pam-python-1.0.7-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pam-python-1.0.7 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64/usr/lib64/security/pam_python3.so dwz: ./usr/lib64/security/pam_python3.so-1.0.7-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 140kB, size after compression: 140kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 149 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 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: pam-python-1.0.7-2.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iUbEbH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pam-python-1.0.7 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64/usr/share/doc/pam-python + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64/usr/share/doc/pam-python + cp -pr README.txt /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64/usr/share/doc/pam-python + cp -pr pam-python.html /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64/usr/share/doc/pam-python + cp -pr doc/html /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64/usr/share/doc/pam-python + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KfjSoa + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pam-python-1.0.7 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64/usr/share/licenses/pam-python + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64/usr/share/licenses/pam-python + cp -pr agpl-3.0.txt /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64/usr/share/licenses/pam-python + RPM_EC=0 ++ jobs -p + exit 0 Provides: pam-python = 1.0.7-2.mga9 pam-python(aarch-64) = 1.0.7-2.mga9 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) libc.so.6(GLIBC_2.34)(64bit) libpam.so.0()(64bit) libpam.so.0(LIBPAM_1.0)(64bit) libpython3.9.so.1.0()(64bit) Processing files: pam-python-debugsource-1.0.7-2.mga9.aarch64 Provides: pam-python-debugsource = 1.0.7-2.mga9 pam-python-debugsource(aarch-64) = 1.0.7-2.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pam-python-debuginfo-1.0.7-2.mga9.aarch64 Provides: debuginfo(build-id) = 8a440bc708188e323002797f7686e8617b60732b pam-python-debuginfo = 1.0.7-2.mga9 pam-python-debuginfo(aarch-64) = 1.0.7-2.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pam-python-debugsource(aarch-64) = 1.0.7-2.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/pam-python-debugsource-1.0.7-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/pam-python-debuginfo-1.0.7-2.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/pam-python-1.0.7-2.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3gC4ka + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd pam-python-1.0.7 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/pam-python-1.0.7-2.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iHTJLl + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf pam-python-1.0.7 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!