D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/bcrypt-1.1-5.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hOcazm
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf bcrypt-1.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/bcrypt-1.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd bcrypt-1.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/sed -i.orig -e 's|${PREFIX}/man/man1|${PREFIX}/share/man/man1|g' Makefile
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.46lDQr
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd bcrypt-1.1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j8 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -c endian.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -c wrapzl.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -c blowfish.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -c wrapbf.c
wrapbf.c: In function 'BFEncrypt':
wrapbf.c:31:24: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign]
   31 |   Blowfish_Init (&ctx, key, MAXKEYBYTES);
      |                        ^~~
      |                        |
      |                        char *
In file included from functions.h:11,
                 from wrapbf.c:12:
blowfish.h:15:54: note: expected 'unsigned char *' but argument is of type 'char *'
   15 | void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen);
      |                                       ~~~~~~~~~~~~~~~^~~
wrapbf.c: In function 'BFDecrypt':
wrapbf.c:84:24: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign]
   84 |   Blowfish_Init (&ctx, mykey, MAXKEYBYTES);
      |                        ^~~~~
      |                        |
      |                        char *
In file included from functions.h:11,
                 from wrapbf.c:12:
blowfish.h:15:54: note: expected 'unsigned char *' but argument is of type 'char *'
   15 | void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen);
      |                                       ~~~~~~~~~~~~~~~^~~
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -c rwfile.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -c keys.c
keys.c: In function 'mutateKey':
keys.c:88:23: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign]
   88 |   Blowfish_Init(&ctx, *key, strlen(*key));
      |                       ^~~~
      |                       |
      |                       char *
In file included from functions.h:11,
                 from keys.c:12:
blowfish.h:15:54: note: expected 'unsigned char *' but argument is of type 'char *'
   15 | void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen);
      |                                       ~~~~~~~~~~~~~~~^~~
keys.c: In function 'getkey':
keys.c:32:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
   32 |   fgets(key, MAXKEYBYTES + 1, stdin);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
keys.c:39:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
   39 |     fgets(key, MAXKEYBYTES + 1, stdin);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
keys.c:55:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
   55 |     fgets(key2, MAXKEYBYTES + 1, stdin);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -c main.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -o bcrypt main.o blowfish.o rwfile.o keys.o wrapbf.o endian.o wrapzl.o -L/usr/local/lib -lz 
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TtnZyK
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64
+ cd bcrypt-1.1
+ '[' 1 -eq 1 ']'
+ echo 'warning: %makeinstall is deprecated, try %make_install instead'
warning: %makeinstall is deprecated, try %make_install instead
+ /usr/bin/make prefix=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr exec_prefix=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr bindir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/bin sbindir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/sbin sysconfdir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/etc datadir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/share includedir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/include libdir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/lib64 libexecdir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/libexec localstatedir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/var sharedstatedir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/var/lib mandir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/share/man infodir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/share/info install PREFIX=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr
mkdir -p /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/bin;\
mkdir -p /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/share/man/man1;\
cp bcrypt /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/bin;\
cp bcrypt.1 /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/share/man/man1;\
chmod 755 /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/bin/bcrypt;\
chmod 644 /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/share/man/man1/bcrypt.1
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.1-5.mga9 --unique-debug-suffix -1.1-5.mga9.aarch64 --unique-debug-src-base bcrypt-1.1-5.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/bcrypt-1.1

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/bin/bcrypt
dwz: ./usr/bin/bcrypt-1.1-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 64kB, size after compression: 64kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
75 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: bcrypt-1.1-5.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.22oxG7
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd bcrypt-1.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/share/doc/bcrypt
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/share/doc/bcrypt
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/share/doc/bcrypt
+ cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64/usr/share/doc/bcrypt
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: bcrypt = 1.1-5.mga9 bcrypt(aarch-64) = 1.1-5.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.33)(64bit) libz.so.1()(64bit)
Processing files: bcrypt-debugsource-1.1-5.mga9.aarch64
Provides: bcrypt-debugsource = 1.1-5.mga9 bcrypt-debugsource(aarch-64) = 1.1-5.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: bcrypt-debuginfo-1.1-5.mga9.aarch64
Provides: bcrypt-debuginfo = 1.1-5.mga9 bcrypt-debuginfo(aarch-64) = 1.1-5.mga9 debuginfo(build-id) = 120f88afbe3c7cc6320a64798678a755af2d3285
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: bcrypt-debugsource(aarch-64) = 1.1-5.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/bcrypt-1.1-5.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/bcrypt-debugsource-1.1-5.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/bcrypt-debuginfo-1.1-5.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Vhm7fX
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd bcrypt-1.1
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.56YtY5
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf bcrypt-1.1
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!