D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/bcrypt-1.1-5.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.I6KTDT + 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/tar -xof - + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/bcrypt-1.1.tar.gz + 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.GAomsV + 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 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 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 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 -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 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 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 -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.wobvxU + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64 + 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.mga8.x86_64/usr exec_prefix=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr bindir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/bin sbindir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/sbin sysconfdir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/etc datadir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/share includedir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/include libdir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/lib64 libexecdir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/libexec localstatedir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/var sharedstatedir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/var/lib mandir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/share/man infodir=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/share/info install PREFIX=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr mkdir -p /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/bin;\ mkdir -p /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/share/man/man1;\ cp bcrypt /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/bin;\ cp bcrypt.1 /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/share/man/man1;\ chmod 755 /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/bin/bcrypt;\ chmod 644 /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/share/man/man1/bcrypt.1 + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.1-5.mga8 --unique-debug-suffix -1.1-5.mga8.x86_64 --unique-debug-src-base bcrypt-1.1-5.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/bcrypt-1.1 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/bin/bcrypt extracting debug info from /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/bin/bcrypt original debug info size: 88kB, size after compression: 84kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: bcrypt-1.1-5.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hU0FOT + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-1.1 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/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.mga8.x86_64/usr/share/doc/bcrypt + cp -pr README /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/share/doc/bcrypt + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64/usr/share/doc/bcrypt + RPM_EC=0 ++ jobs -p + exit 0 Provides: bcrypt = 1.1-5.mga8 bcrypt(x86-64) = 1.1-5.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libz.so.1()(64bit) Processing files: bcrypt-debugsource-1.1-5.mga8.x86_64 Provides: bcrypt-debugsource = 1.1-5.mga8 bcrypt-debugsource(x86-64) = 1.1-5.mga8 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.mga8.x86_64 Provides: bcrypt-debuginfo = 1.1-5.mga8 bcrypt-debuginfo(x86-64) = 1.1-5.mga8 debuginfo(build-id) = 269b02643895dc5ddcd8d47545251bd066001965 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: bcrypt-debugsource(x86-64) = 1.1-5.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/bcrypt-1.1-5.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/bcrypt-debugsource-1.1-5.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/bcrypt-debuginfo-1.1-5.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.H6aoOU + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd bcrypt-1.1 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/bcrypt-1.1-5.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2wdpMV + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf bcrypt-1.1 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!