D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/bcrypt-1.1-6.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.MRpWr1
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Os2zLD
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build
+ rm -rf bcrypt-1.1
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/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 .
+ 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/pterjan/rpmbuild/tmp/rpm-tmp.qw0YKT
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd bcrypt-1.1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j16 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -c endian.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -c wrapzl.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -c blowfish.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -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 *
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,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -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,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -c rwfile.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -c main.c
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -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/pterjan/rpmbuild/tmp/rpm-tmp.uEc1CW
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build
+ mkdir /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ 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/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr exec_prefix=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr bindir=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/bin sbindir=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/sbin sysconfdir=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/etc datadir=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/share includedir=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/include libdir=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/lib64 libexecdir=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/libexec localstatedir=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/var sharedstatedir=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/var/lib mandir=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/share/man infodir=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/share/info install PREFIX=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr
mkdir -p /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/bin;\
mkdir -p /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/share/man/man1;\
cp bcrypt /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/bin;\
cp bcrypt.1 /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/share/man/man1;\
chmod 755 /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/bin/bcrypt;\
chmod 644 /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/share/man/man1/bcrypt.1
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.1-6.mga10 --unique-debug-suffix -1.1-6.mga10.x86_64 --unique-debug-src-base bcrypt-1.1-6.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/bcrypt-1.1
find-debuginfo: starting

Extracting debug info from 1 files
DWARF-compressing 1 files
sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/bcrypt-1.1-6.mga10.x86_64
find-debuginfo: done
+ /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/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
+ /usr/lib/rpm/redhat/brp-python-hardlink
Reading /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: bcrypt-1.1-6.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.DLxtyp
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build
+ cd bcrypt-1.1
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/share/doc/bcrypt
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/share/doc/bcrypt
+ cp -pr /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/bcrypt-1.1/README /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/share/doc/bcrypt
+ cp -pr /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/bcrypt-1.1/LICENSE /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT/usr/share/doc/bcrypt
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: bcrypt = 1.1-6.mga10 bcrypt(x86-64) = 1.1-6.mga10
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.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit) libz.so.1()(64bit)
Processing files: bcrypt-debugsource-1.1-6.mga10.x86_64
Provides: bcrypt-debugsource = 1.1-6.mga10 bcrypt-debugsource(x86-64) = 1.1-6.mga10
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-6.mga10.x86_64
Provides: bcrypt-debuginfo = 1.1-6.mga10 bcrypt-debuginfo(x86-64) = 1.1-6.mga10 debuginfo(build-id) = de122543e9ce389b1e6aa749e3f7d7f711c7a006
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-6.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/bcrypt-debugsource-1.1-6.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/bcrypt-1.1-6.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/bcrypt-debuginfo-1.1-6.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FqJ4fM
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build
+ test -d /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/bcrypt-1.1-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!