D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/py-bcrypt-0.4-21.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LSOxYz + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf py-bcrypt-0.4 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/py-bcrypt-0.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd py-bcrypt-0.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QOPyD1 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd py-bcrypt-0.4 + '[' 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.9 creating build/lib.linux-aarch64-3.9/bcrypt copying bcrypt/__init__.py -> build/lib.linux-aarch64-3.9/bcrypt running build_ext building 'bcrypt._bcrypt' extension creating build/temp.linux-aarch64-3.9 creating build/temp.linux-aarch64-3.9/bcrypt 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 bcrypt/bcrypt.c -o build/temp.linux-aarch64-3.9/bcrypt/bcrypt.o bcrypt/bcrypt.c: In function 'encode_salt': bcrypt/bcrypt.c:139:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 139 | snprintf(salt + 4, 4, "%2.2u$", logr); | ^ In file included from /usr/include/stdio.h:888, from bcrypt/bcrypt.c:48: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 4 and 5 bytes into a destination of size 4 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ bcrypt/bcrypt.c: In function 'pybc_bcrypt': bcrypt/bcrypt.c:249:43: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 249 | snprintf(encrypted + i, 4, "%2.2u$", logr); | ^ In file included from /usr/include/stdio.h:888, from bcrypt/bcrypt.c:48: /usr/include/bits/stdio2.h:71:10: note: '__builtin___snprintf_chk' output between 4 and 5 bytes into a destination of size 4 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 -I/usr/include/python3.9 -c bcrypt/bcrypt_pbkdf.c -o build/temp.linux-aarch64-3.9/bcrypt/bcrypt_pbkdf.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 bcrypt/bcrypt_python.c -o build/temp.linux-aarch64-3.9/bcrypt/bcrypt_python.o bcrypt/bcrypt_python.c: In function 'bcrypt_checkpw': bcrypt/bcrypt_python.c:208:24: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'long int'} and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 208 | if (hashed_len == strlen(expected_copy)) | ^~ 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 bcrypt/blowfish.c -o build/temp.linux-aarch64-3.9/bcrypt/blowfish.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 bcrypt/sha2.c -o build/temp.linux-aarch64-3.9/bcrypt/sha2.o In file included from /usr/include/sys/types.h:25, from bcrypt/sha2.c:38: /usr/include/features.h:194:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 194 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ 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 bcrypt/timingsafe_bcmp.c -o build/temp.linux-aarch64-3.9/bcrypt/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/bcrypt/bcrypt.o build/temp.linux-aarch64-3.9/bcrypt/bcrypt_pbkdf.o build/temp.linux-aarch64-3.9/bcrypt/bcrypt_python.o build/temp.linux-aarch64-3.9/bcrypt/blowfish.o build/temp.linux-aarch64-3.9/bcrypt/sha2.o build/temp.linux-aarch64-3.9/bcrypt/timingsafe_bcmp.o -L/usr/lib64 -lpython3.9 -o build/lib.linux-aarch64-3.9/bcrypt/_bcrypt.cpython-39-aarch64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wBgFmT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64 + cd py-bcrypt-0.4 + '[' 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/py-bcrypt-0.4-21.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/py-bcrypt-0.4-21.mga9.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/lib64/python3.9 creating /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/lib64/python3.9/site-packages creating /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt copying build/lib.linux-aarch64-3.9/bcrypt/_bcrypt.cpython-39-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt copying build/lib.linux-aarch64-3.9/bcrypt/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt byte-compiling /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmplgpbuvq7.py' /usr/bin/python3 /tmp/tmplgpbuvq7.py removing /tmp/tmplgpbuvq7.py running install_egg_info running egg_info creating py_bcrypt.egg-info writing py_bcrypt.egg-info/PKG-INFO writing dependency_links to py_bcrypt.egg-info/dependency_links.txt writing top-level names to py_bcrypt.egg-info/top_level.txt writing manifest file 'py_bcrypt.egg-info/SOURCES.txt' reading manifest file 'py_bcrypt.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'py_bcrypt.egg-info/SOURCES.txt' Copying py_bcrypt.egg-info to /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/lib64/python3.9/site-packages/py_bcrypt-0.4-py3.9.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.4-21.mga9 --unique-debug-suffix -0.4-21.mga9.aarch64 --unique-debug-src-base py-bcrypt-0.4-21.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/py-bcrypt-0.4 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/lib64/python3.9/site-packages/bcrypt/_bcrypt.cpython-39-aarch64-linux-gnu.so dwz: ./usr/lib64/python3.9/site-packages/bcrypt/_bcrypt.cpython-39-aarch64-linux-gnu.so-0.4-21.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 60kB, size after compression: 60kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 121 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/py-bcrypt-0.4-21.mga9.aarch64/usr/lib/debug/usr/lib64/python3.9 using python3.9 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.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-py-bcrypt-0.4-21.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mPfLib + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd py-bcrypt-0.4 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/share/doc/python3-py-bcrypt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/share/doc/python3-py-bcrypt + cp -pr README /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/share/doc/python3-py-bcrypt + cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/share/doc/python3-py-bcrypt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qjC0V7 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd py-bcrypt-0.4 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/share/licenses/python3-py-bcrypt + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/share/licenses/python3-py-bcrypt + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64/usr/share/licenses/python3-py-bcrypt + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-py-bcrypt = 0.4-21.mga9 python3-py-bcrypt = 0.4-21.mga9 python3-py-bcrypt(aarch-64) = 0.4-21.mga9 python3.9-py-bcrypt = 0.4-21.mga9 python3.9dist(py-bcrypt) = 0.4 python3dist(py-bcrypt) = 0.4 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-py-bcrypt < 0.4-21.mga9 Processing files: py-bcrypt-debugsource-0.4-21.mga9.aarch64 Provides: py-bcrypt-debugsource = 0.4-21.mga9 py-bcrypt-debugsource(aarch-64) = 0.4-21.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-py-bcrypt-debuginfo-0.4-21.mga9.aarch64 Provides: debuginfo(build-id) = 2a91f9f464b71e966835b2488d5e21e03b44bb12 python-py-bcrypt-debuginfo = 0.4-21.mga9 python3-py-bcrypt-debuginfo = 0.4-21.mga9 python3-py-bcrypt-debuginfo(aarch-64) = 0.4-21.mga9 python3.9-py-bcrypt-debuginfo = 0.4-21.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: py-bcrypt-debugsource(aarch-64) = 0.4-21.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-py-bcrypt-0.4-21.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-py-bcrypt-debuginfo-0.4-21.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/py-bcrypt-debugsource-0.4-21.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gd2qnn + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd py-bcrypt-0.4 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/py-bcrypt-0.4-21.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.66EcYw + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf py-bcrypt-0.4 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!