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-bcrypt-3.2.0-1.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KmkyVp + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf bcrypt-3.2.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/bcrypt-3.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bcrypt-3.2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf '*.egg-info' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dqLzeV + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-3.2.0 + '[' 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' /usr/lib/python3.9/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires. warnings.warn( running build running build_py creating build creating build/lib.linux-aarch64-3.9 creating build/lib.linux-aarch64-3.9/bcrypt copying src/bcrypt/__init__.py -> build/lib.linux-aarch64-3.9/bcrypt copying src/bcrypt/__about__.py -> build/lib.linux-aarch64-3.9/bcrypt copying src/bcrypt/py.typed -> build/lib.linux-aarch64-3.9/bcrypt running build_ext generating cffi module 'build/temp.linux-aarch64-3.9/_bcrypt.c' creating build/temp.linux-aarch64-3.9 building '_bcrypt' extension creating build/temp.linux-aarch64-3.9/build creating build/temp.linux-aarch64-3.9/build/temp.linux-aarch64-3.9 creating build/temp.linux-aarch64-3.9/src creating build/temp.linux-aarch64-3.9/src/_csrc 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 -Isrc/_csrc -I/usr/include/python3.9 -c build/temp.linux-aarch64-3.9/_bcrypt.c -o build/temp.linux-aarch64-3.9/build/temp.linux-aarch64-3.9/_bcrypt.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 -Isrc/_csrc -I/usr/include/python3.9 -c src/_csrc/bcrypt.c -o build/temp.linux-aarch64-3.9/src/_csrc/bcrypt.o src/_csrc/bcrypt.c: In function 'bcrypt_hashpass': src/_csrc/bcrypt.c:161:44: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 161 | snprintf(encrypted, 8, "$2%c$%2.2u$", minor, logr); | ^ In file included from /usr/include/stdio.h:888, from src/_csrc/pycabcrypt.h:6, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 8 and 9 bytes into a destination of size 8 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 -Isrc/_csrc -I/usr/include/python3.9 -c src/_csrc/bcrypt_pbkdf.c -o build/temp.linux-aarch64-3.9/src/_csrc/bcrypt_pbkdf.o In file included from src/_csrc/bcrypt_pbkdf.c:24: src/_csrc/sha2.h:68:9: warning: 'bounded' attribute directive ignored [-Wattributes] 68 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:9: warning: 'bounded' attribute directive ignored [-Wattributes] 70 | __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:9: warning: 'bounded' attribute directive ignored [-Wattributes] 74 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:9: warning: 'bounded' attribute directive ignored [-Wattributes] 76 | __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:9: warning: 'bounded' attribute directive ignored [-Wattributes] 80 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:9: warning: 'bounded' attribute directive ignored [-Wattributes] 82 | __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ 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 -Isrc/_csrc -I/usr/include/python3.9 -c src/_csrc/blf.c -o build/temp.linux-aarch64-3.9/src/_csrc/blf.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 -Isrc/_csrc -I/usr/include/python3.9 -c src/_csrc/sha2.c -o build/temp.linux-aarch64-3.9/src/_csrc/sha2.o In file included from src/_csrc/sha2.c:38: src/_csrc/sha2.h:68:9: warning: 'bounded' attribute directive ignored [-Wattributes] 68 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:9: warning: 'bounded' attribute directive ignored [-Wattributes] 70 | __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:9: warning: 'bounded' attribute directive ignored [-Wattributes] 74 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:9: warning: 'bounded' attribute directive ignored [-Wattributes] 76 | __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:9: warning: 'bounded' attribute directive ignored [-Wattributes] 80 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:9: warning: 'bounded' attribute directive ignored [-Wattributes] 82 | __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ 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 -Isrc/_csrc -I/usr/include/python3.9 -c src/_csrc/timingsafe_bcmp.c -o build/temp.linux-aarch64-3.9/src/_csrc/timingsafe_bcmp.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/build/temp.linux-aarch64-3.9/_bcrypt.o build/temp.linux-aarch64-3.9/src/_csrc/bcrypt.o build/temp.linux-aarch64-3.9/src/_csrc/bcrypt_pbkdf.o build/temp.linux-aarch64-3.9/src/_csrc/blf.o build/temp.linux-aarch64-3.9/src/_csrc/sha2.o build/temp.linux-aarch64-3.9/src/_csrc/timingsafe_bcmp.o -L/usr/lib64 -lpython3.9 -o build/lib.linux-aarch64-3.9/bcrypt/_bcrypt.abi3.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qdN9vz + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64 + cd bcrypt-3.2.0 + '[' 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-bcrypt-3.2.0-1.mga9.aarch64 /usr/lib/python3.9/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires. warnings.warn( 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-bcrypt-3.2.0-1.mga9.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64/python3.9 creating /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt copying build/lib.linux-aarch64-3.9/bcrypt/_bcrypt.abi3.so -> /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt copying build/lib.linux-aarch64-3.9/bcrypt/py.typed -> /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt copying build/lib.linux-aarch64-3.9/bcrypt/__about__.py -> /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt copying build/lib.linux-aarch64-3.9/bcrypt/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt/__about__.py to __about__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmp85091sdk.py' /usr/bin/python3 /tmp/tmp85091sdk.py removing /tmp/tmp85091sdk.py running install_egg_info running egg_info writing src/bcrypt.egg-info/PKG-INFO writing dependency_links to src/bcrypt.egg-info/dependency_links.txt writing requirements to src/bcrypt.egg-info/requires.txt writing top-level names to src/bcrypt.egg-info/top_level.txt reading manifest file 'src/bcrypt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'requirements.txt' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'mypy.ini' no previously-included directories found matching '.travis' adding license file 'LICENSE' writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' Copying src/bcrypt.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt-3.2.0-py3.9.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 3.2.0-1.mga9 --unique-debug-suffix -3.2.0-1.mga9.aarch64 --unique-debug-src-base python-bcrypt-3.2.0-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/bcrypt-3.2.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt/_bcrypt.abi3.so dwz: ./usr/lib64/python3.9/site-packages/bcrypt/_bcrypt.abi3.so-3.2.0-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 72kB, size after compression: 72kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 194 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-bcrypt-3.2.0-1.mga9.aarch64/usr/lib/debug/usr/lib64/python3.9 using python3.9 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.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 Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ag0B4n + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-3.2.0 + '[' 1 -eq 1 ']' + /usr/bin/python3 setup.py test /usr/lib/python3.9/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires. warnings.warn( running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing src/bcrypt.egg-info/PKG-INFO writing dependency_links to src/bcrypt.egg-info/dependency_links.txt writing requirements to src/bcrypt.egg-info/requires.txt writing top-level names to src/bcrypt.egg-info/top_level.txt reading manifest file 'src/bcrypt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'requirements.txt' warning: no previously-included files found matching 'release.py' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'mypy.ini' no previously-included directories found matching '.travis' adding license file 'LICENSE' writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-aarch64-3.9/_bcrypt.c' already up-to-date copying build/lib.linux-aarch64-3.9/bcrypt/_bcrypt.abi3.so -> src/bcrypt ============================= test session starts ============================== platform linux -- Python 3.9.8, pytest-6.2.4, py-1.10.0, pluggy-1.0.0 rootdir: /home/iurt/rpmbuild/BUILD/bcrypt-3.2.0 collected 145 items tests/test_bcrypt.py ................................................... [ 35%] ........................................................................ [ 84%] ...................... [100%] ============================= 145 passed in 1.70s ============================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-bcrypt-3.2.0-1.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3ffRNh + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-3.2.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/share/doc/python3-bcrypt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/share/doc/python3-bcrypt + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/share/doc/python3-bcrypt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4XnKcN + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-3.2.0 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/share/licenses/python3-bcrypt + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/share/licenses/python3-bcrypt + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64/usr/share/licenses/python3-bcrypt + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-bcrypt = 3.2.0-1.mga9 python3-bcrypt = 3.2.0-1.mga9 python3-bcrypt(aarch-64) = 3.2.0-1.mga9 python3.9-bcrypt = 3.2.0-1.mga9 python3.9dist(bcrypt) = 3.2 python3dist(bcrypt) = 3.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 python3.9dist(cffi) >= 1.1 python3.9dist(six) >= 1.4.1 Obsoletes: python-bcrypt < 3.2.0-1.mga9 Processing files: python-bcrypt-debugsource-3.2.0-1.mga9.aarch64 Provides: python-bcrypt-debugsource = 3.2.0-1.mga9 python-bcrypt-debugsource(aarch-64) = 3.2.0-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-bcrypt-debuginfo-3.2.0-1.mga9.aarch64 Provides: debuginfo(build-id) = 4bc9c822f0efa7f809f8031ac5c304867ae740c4 python-bcrypt-debuginfo = 3.2.0-1.mga9 python3-bcrypt-debuginfo = 3.2.0-1.mga9 python3-bcrypt-debuginfo(aarch-64) = 3.2.0-1.mga9 python3.9-bcrypt-debuginfo = 3.2.0-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-bcrypt-debugsource(aarch-64) = 3.2.0-1.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-bcrypt-3.2.0-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-bcrypt-debuginfo-3.2.0-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-bcrypt-debugsource-3.2.0-1.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GvYsoT + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-3.2.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.2.0-1.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.V090MI + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf bcrypt-3.2.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!