D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-bcrypt-3.1.7-4.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.nm8sFi + 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.1.7 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/bcrypt-3.1.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bcrypt-3.1.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf bcrypt.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.W3Rhfh + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-3.1.7 + '[' 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' running build running build_py creating build creating build/lib.linux-aarch64-3.8 creating build/lib.linux-aarch64-3.8/bcrypt copying src/bcrypt/__init__.py -> build/lib.linux-aarch64-3.8/bcrypt copying src/bcrypt/__about__.py -> build/lib.linux-aarch64-3.8/bcrypt running build_ext generating cffi module 'build/temp.linux-aarch64-3.8/_bcrypt.c' creating build/temp.linux-aarch64-3.8 building '_bcrypt' extension creating build/temp.linux-aarch64-3.8/build creating build/temp.linux-aarch64-3.8/build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/src creating build/temp.linux-aarch64-3.8/src/_csrc gcc -pthread -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.8 -c build/temp.linux-aarch64-3.8/_bcrypt.c -o build/temp.linux-aarch64-3.8/build/temp.linux-aarch64-3.8/_bcrypt.o gcc -pthread -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.8 -c src/_csrc/blf.c -o build/temp.linux-aarch64-3.8/src/_csrc/blf.o gcc -pthread -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.8 -c src/_csrc/bcrypt.c -o build/temp.linux-aarch64-3.8/src/_csrc/bcrypt.o src/_csrc/bcrypt.c: In function 'bcrypt_hashpass': src/_csrc/bcrypt.c:161:37: 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:866, from src/_csrc/pycabcrypt.h:6, from src/_csrc/blf.h:35, from src/_csrc/bcrypt.c:35: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 8 and 9 bytes into a destination of size 8 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -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.8 -c src/_csrc/bcrypt_pbkdf.c -o build/temp.linux-aarch64-3.8/src/_csrc/bcrypt_pbkdf.o In file included from src/_csrc/bcrypt_pbkdf.c:24: src/_csrc/sha2.h:68:2: warning: 'bounded' attribute directive ignored [-Wattributes] 68 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:2: warning: 'bounded' attribute directive ignored [-Wattributes] 70 | __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:2: warning: 'bounded' attribute directive ignored [-Wattributes] 74 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:2: warning: 'bounded' attribute directive ignored [-Wattributes] 76 | __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:2: warning: 'bounded' attribute directive ignored [-Wattributes] 80 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:2: warning: 'bounded' attribute directive ignored [-Wattributes] 82 | __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ gcc -pthread -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.8 -c src/_csrc/sha2.c -o build/temp.linux-aarch64-3.8/src/_csrc/sha2.o In file included from src/_csrc/sha2.c:38: src/_csrc/sha2.h:68:2: warning: 'bounded' attribute directive ignored [-Wattributes] 68 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:70:2: warning: 'bounded' attribute directive ignored [-Wattributes] 70 | __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:74:2: warning: 'bounded' attribute directive ignored [-Wattributes] 74 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:76:2: warning: 'bounded' attribute directive ignored [-Wattributes] 76 | __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:80:2: warning: 'bounded' attribute directive ignored [-Wattributes] 80 | __attribute__((__bounded__(__string__,2,3))); | ^~~~~~~~~~~~~ src/_csrc/sha2.h:82:2: warning: 'bounded' attribute directive ignored [-Wattributes] 82 | __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); | ^~~~~~~~~~~~~ gcc -pthread -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.8 -c src/_csrc/timingsafe_bcmp.c -o build/temp.linux-aarch64-3.8/src/_csrc/timingsafe_bcmp.o gcc -pthread -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.8/build/temp.linux-aarch64-3.8/_bcrypt.o build/temp.linux-aarch64-3.8/src/_csrc/blf.o build/temp.linux-aarch64-3.8/src/_csrc/bcrypt.o build/temp.linux-aarch64-3.8/src/_csrc/bcrypt_pbkdf.o build/temp.linux-aarch64-3.8/src/_csrc/sha2.o build/temp.linux-aarch64-3.8/src/_csrc/timingsafe_bcmp.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-aarch64-3.8/bcrypt/_bcrypt.abi3.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Tr1T6g + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64 + cd bcrypt-3.1.7 + '[' 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.1.7-4.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8/site-packages/bcrypt copying build/lib.linux-aarch64-3.8/bcrypt/_bcrypt.abi3.so -> /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8/site-packages/bcrypt copying build/lib.linux-aarch64-3.8/bcrypt/__about__.py -> /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8/site-packages/bcrypt copying build/lib.linux-aarch64-3.8/bcrypt/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8/site-packages/bcrypt byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8/site-packages/bcrypt/__about__.py to __about__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8/site-packages/bcrypt/__init__.py to __init__.cpython-38.pyc writing byte-compilation script '/tmp/tmp2z10y07u.py' /usr/bin/python3 /tmp/tmp2z10y07u.py removing /tmp/tmp2z10y07u.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 'azure-pipelines.yml' warning: no previously-included files found matching '.azure-pipelines' warning: no previously-included files matching '*' found under directory '.azure-pipelines' no previously-included directories found matching '.travis' writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' Copying src/bcrypt.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8/site-packages/bcrypt-3.1.7-py3.8.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 3.1.7-4.mga8 --unique-debug-suffix -3.1.7-4.mga8.aarch64 --unique-debug-src-base python-bcrypt-3.1.7-4.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/bcrypt-3.1.7 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8/site-packages/bcrypt/_bcrypt.abi3.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8/site-packages/bcrypt/_bcrypt.abi3.so original debug info size: 92kB, size after compression: 88kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 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 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.IVnEsk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-3.1.7 + '[' 1 -eq 1 ']' + /usr/bin/python3 setup.py test 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 'azure-pipelines.yml' warning: no previously-included files found matching '.azure-pipelines' warning: no previously-included files matching '*' found under directory '.azure-pipelines' no previously-included directories found matching '.travis' writing manifest file 'src/bcrypt.egg-info/SOURCES.txt' running build_ext generating cffi module 'build/temp.linux-aarch64-3.8/_bcrypt.c' already up-to-date copying build/lib.linux-aarch64-3.8/bcrypt/_bcrypt.abi3.so -> src/bcrypt ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 rootdir: /home/iurt/rpmbuild/BUILD/bcrypt-3.1.7 collected 145 items tests/test_bcrypt.py ................................................... [ 35%] ........................................................................ [ 84%] ...................... [100%] ============================= 145 passed in 1.58s ============================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-bcrypt-3.1.7-4.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sBfjOg + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-3.1.7 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.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.1.7-4.mga8.aarch64/usr/share/doc/python3-bcrypt + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/share/doc/python3-bcrypt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.REinCk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-3.1.7 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.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.1.7-4.mga8.aarch64/usr/share/licenses/python3-bcrypt + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64/usr/share/licenses/python3-bcrypt + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-bcrypt = 3.1.7-4.mga8 python3-bcrypt = 3.1.7-4.mga8 python3-bcrypt(aarch-64) = 3.1.7-4.mga8 python3.8-bcrypt = 3.1.7-4.mga8 python3.8dist(bcrypt) = 3.1.7 python3dist(bcrypt) = 3.1.7 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: 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 python3.8dist(cffi) >= 1.1 python3.8dist(six) >= 1.4.1 Obsoletes: python-bcrypt < 3.1.7-4.mga8 Processing files: python-bcrypt-debugsource-3.1.7-4.mga8.aarch64 Provides: python-bcrypt-debugsource = 3.1.7-4.mga8 python-bcrypt-debugsource(aarch-64) = 3.1.7-4.mga8 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.1.7-4.mga8.aarch64 Provides: debuginfo(build-id) = 9431aa8e3b84c3a4cd19db3b111f484fcd5d2952 python-bcrypt-debuginfo = 3.1.7-4.mga8 python3-bcrypt-debuginfo = 3.1.7-4.mga8 python3-bcrypt-debuginfo(aarch-64) = 3.1.7-4.mga8 python3.8-bcrypt-debuginfo = 3.1.7-4.mga8 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.1.7-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-bcrypt-3.1.7-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-bcrypt-debuginfo-3.1.7-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-bcrypt-debugsource-3.1.7-4.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.e5DPSi + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-3.1.7 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-bcrypt-3.1.7-4.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.V85ysk + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf bcrypt-3.1.7 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!