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-smbc-1.0.23-2.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XZoBdV
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf pysmbc-1.0.23
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pysmbc-1.0.23.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd pysmbc-1.0.23
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/pysmbc-1.0.23-linking.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.cXNKC1
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pysmbc-1.0.23
+ '[' 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,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
running build
running build_py
creating build
creating build/lib.linux-aarch64-3.9
creating build/lib.linux-aarch64-3.9/smbc
copying smbc/xattr.py -> build/lib.linux-aarch64-3.9/smbc
copying smbc/__init__.py -> build/lib.linux-aarch64-3.9/smbc
running build_ext
building '_smbc' extension
creating build/temp.linux-aarch64-3.9
creating build/temp.linux-aarch64-3.9/smbc
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 -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.9 -c smbc/context.c -o build/temp.linux-aarch64-3.9/smbc/context.o
smbc/context.c: In function 'Context_setNetbiosName':
smbc/context.c:782:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  782 |   chars = PyUnicode_GET_SIZE(value); /* not including NUL */
      |   ^~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:93,
                 from smbc/smbcmodule.h:27,
                 from smbc/context.c:28:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
smbc/context.c:782:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  782 |   chars = PyUnicode_GET_SIZE(value); /* not including NUL */
      |   ^~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:93,
                 from smbc/smbcmodule.h:27,
                 from smbc/context.c:28:
/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
smbc/context.c:782:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  782 |   chars = PyUnicode_GET_SIZE(value); /* not including NUL */
      |   ^~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:93,
                 from smbc/smbcmodule.h:27,
                 from smbc/context.c:28:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
smbc/context.c: In function 'Context_setWorkgroup':
smbc/context.c:856:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  856 |   chars = PyUnicode_GET_SIZE(value); /* not including NUL */
      |   ^~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:93,
                 from smbc/smbcmodule.h:27,
                 from smbc/context.c:28:
/usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
smbc/context.c:856:3: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  856 |   chars = PyUnicode_GET_SIZE(value); /* not including NUL */
      |   ^~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:93,
                 from smbc/smbcmodule.h:27,
                 from smbc/context.c:28:
/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
smbc/context.c:856:3: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  856 |   chars = PyUnicode_GET_SIZE(value); /* not including NUL */
      |   ^~~~~
In file included from /usr/include/python3.9/unicodeobject.h:1026,
                 from /usr/include/python3.9/Python.h:93,
                 from smbc/smbcmodule.h:27,
                 from smbc/context.c:28:
/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 -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.9 -c smbc/dir.c -o build/temp.linux-aarch64-3.9/smbc/dir.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 -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.9 -c smbc/file.c -o build/temp.linux-aarch64-3.9/smbc/file.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 -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.9 -c smbc/smbcdirent.c -o build/temp.linux-aarch64-3.9/smbc/smbcdirent.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 -DSMBCLIENT_VERSION=700 -I/usr/include/samba-4.0 -I/usr/include/python3.9 -c smbc/smbcmodule.c -o build/temp.linux-aarch64-3.9/smbc/smbcmodule.o
gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -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/smbc/context.o build/temp.linux-aarch64-3.9/smbc/dir.o build/temp.linux-aarch64-3.9/smbc/file.o build/temp.linux-aarch64-3.9/smbc/smbcdirent.o build/temp.linux-aarch64-3.9/smbc/smbcmodule.o -L/usr/lib64 -lsmbclient -lpython3.9 -o build/lib.linux-aarch64-3.9/_smbc.cpython-39-aarch64-linux-gnu.so -lsmbclient
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bnlwq4
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64
+ cd pysmbc-1.0.23
+ '[' 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,-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-smbc-1.0.23-2.mga9.aarch64
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
creating /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr
creating /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64
creating /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9
creating /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9/site-packages
copying build/lib.linux-aarch64-3.9/_smbc.cpython-39-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9/site-packages
creating /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9/site-packages/smbc
copying build/lib.linux-aarch64-3.9/smbc/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9/site-packages/smbc
copying build/lib.linux-aarch64-3.9/smbc/xattr.py -> /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9/site-packages/smbc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9/site-packages/smbc/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9/site-packages/smbc/xattr.py to xattr.cpython-39.pyc
writing byte-compilation script '/tmp/tmp__t9pprs.py'
/usr/bin/python3 /tmp/tmp__t9pprs.py
removing /tmp/tmp__t9pprs.py
running install_egg_info
running egg_info
creating pysmbc.egg-info
writing pysmbc.egg-info/PKG-INFO
writing dependency_links to pysmbc.egg-info/dependency_links.txt
writing top-level names to pysmbc.egg-info/top_level.txt
writing manifest file 'pysmbc.egg-info/SOURCES.txt'
reading manifest file 'pysmbc.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README'
warning: no files found matching 'TODO'
warning: no files found matching 'test.py'
adding license file 'COPYING'
writing manifest file 'pysmbc.egg-info/SOURCES.txt'
Copying pysmbc.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9/site-packages/pysmbc-1.0.23-py3.9.egg-info
running install_scripts
+ rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/bin/__pycache__
+ export PYTHONPATH=/home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9/site-packages
+ PYTHONPATH=/home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9/site-packages
+ /usr/bin/pydoc3 -w smbc
wrote smbc.html
+ /usr/bin/mkdir html
+ /usr/bin/mv smbc.html html
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.0.23-2.mga9 --unique-debug-suffix -1.0.23-2.mga9.aarch64 --unique-debug-src-base python-smbc-1.0.23-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pysmbc-1.0.23

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/lib64/python3.9/site-packages/_smbc.cpython-39-aarch64-linux-gnu.so
dwz: ./usr/lib64/python3.9/site-packages/_smbc.cpython-39-aarch64-linux-gnu.so-1.0.23-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 124kB, size after compression: 124kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
168 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-smbc-1.0.23-2.mga9.aarch64/usr/lib/debug/usr/lib64/python3.9 using python3.9
Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.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-smbc-1.0.23-2.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LXI7xg
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pysmbc-1.0.23
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/share/doc/python3-smbc
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/share/doc/python3-smbc
+ cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/share/doc/python3-smbc
+ cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/share/doc/python3-smbc
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bmjZAx
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pysmbc-1.0.23
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/share/licenses/python3-smbc
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/share/licenses/python3-smbc
+ cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/share/licenses/python3-smbc
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: pysmbc = 1.0.23-2.mga9 python-smbc = 1.0.23-2.mga9 python3-pysmbc = 1.0.23-2.mga9 python3-smbc = 1.0.23-2.mga9 python3-smbc(aarch-64) = 1.0.23-2.mga9 python3.9-smbc = 1.0.23-2.mga9 python3.9dist(pysmbc) = 1.0.23 python3dist(pysmbc) = 1.0.23
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) libsmbclient.so.0()(64bit) libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) libsmbclient.so.0(SMBCLIENT_0.5.0)(64bit) python(abi) = 3.9
Obsoletes: python-smbc < 1.0.23-2.mga9
Processing files: python-smbc-doc-1.0.23-2.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LSzwSI
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pysmbc-1.0.23
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/share/doc/python-smbc-doc
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/share/doc/python-smbc-doc
+ cp -pr html /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64/usr/share/doc/python-smbc-doc
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-smbc-doc = 1.0.23-2.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: python-smbc-debugsource-1.0.23-2.mga9.aarch64
Provides: python-smbc-debugsource = 1.0.23-2.mga9 python-smbc-debugsource(aarch-64) = 1.0.23-2.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: python3-smbc-debuginfo-1.0.23-2.mga9.aarch64
Provides: debuginfo(build-id) = 3ebd02f5423d84fbcd1adfb9f6b5e88095167b5d python-smbc-debuginfo = 1.0.23-2.mga9 python3-smbc-debuginfo = 1.0.23-2.mga9 python3-smbc-debuginfo(aarch-64) = 1.0.23-2.mga9 python3.9-smbc-debuginfo = 1.0.23-2.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: python-smbc-debugsource(aarch-64) = 1.0.23-2.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-smbc-1.0.23-2.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-smbc-debugsource-1.0.23-2.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/noarch/python-smbc-doc-1.0.23-2.mga9.noarch.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-smbc-debuginfo-1.0.23-2.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EUuhZs
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pysmbc-1.0.23
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-smbc-1.0.23-2.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0CzhFj
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf pysmbc-1.0.23
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!