Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/bcrypt.spec'], chrootPath='/var/lib/mock/f30-build-41001-22903/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/bcrypt.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/bcrypt-1.1-22.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/bcrypt.spec'], chrootPath='/var/lib/mock/f30-build-41001-22903/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/bcrypt.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wtUZmT + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf bcrypt-1.1 + /usr/bin/gzip -dc /builddir/build/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 . + echo 'Patch #0 (bcrypt-fencepost.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fencepost --fuzz=0 Patch #0 (bcrypt-fencepost.patch): patching file rwfile.c + /usr/bin/perl -pi.orig -e 's|\/man/man1|\/share/man/man1|g' Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EkokTT + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + /usr/bin/make -j4 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c main.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c blowfish.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c rwfile.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c keys.c BUILDSTDERR: keys.c: In function 'mutateKey': BUILDSTDERR: keys.c:88:23: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] BUILDSTDERR: Blowfish_Init(&ctx, *key, strlen(*key)); BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from functions.h:11, BUILDSTDERR: from keys.c:12: BUILDSTDERR: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' BUILDSTDERR: void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: keys.c: In function 'getkey': BUILDSTDERR: keys.c:32:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(key, MAXKEYBYTES + 1, stdin); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: keys.c:39:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(key, MAXKEYBYTES + 1, stdin); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: keys.c:55:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(key2, MAXKEYBYTES + 1, stdin); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c wrapbf.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c endian.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c wrapzl.c BUILDSTDERR: wrapbf.c: In function 'BFEncrypt': BUILDSTDERR: wrapbf.c:31:24: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] BUILDSTDERR: Blowfish_Init (&ctx, key, MAXKEYBYTES); BUILDSTDERR: ^~~ BUILDSTDERR: In file included from functions.h:11, BUILDSTDERR: from wrapbf.c:12: BUILDSTDERR: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' BUILDSTDERR: void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: wrapbf.c: In function 'BFDecrypt': BUILDSTDERR: wrapbf.c:84:24: warning: pointer targets in passing argument 2 of 'Blowfish_Init' differ in signedness [-Wpointer-sign] BUILDSTDERR: Blowfish_Init (&ctx, mykey, MAXKEYBYTES); BUILDSTDERR: ^~~~~ BUILDSTDERR: In file included from functions.h:11, BUILDSTDERR: from wrapbf.c:12: BUILDSTDERR: blowfish.h:15:6: note: expected 'unsigned char *' but argument is of type 'char *' BUILDSTDERR: void Blowfish_Init(BLOWFISH_CTX *ctx, unsigned char *key, int keyLen); BUILDSTDERR: ^~~~~~~~~~~~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o bcrypt main.o blowfish.o rwfile.o keys.o wrapbf.o endian.o wrapzl.o -L/usr/local/lib -lz + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EY9EaH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64 + cd bcrypt-1.1 + /usr/bin/make install PREFIX=/builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/bin;\ mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/share/man/man1;\ cp bcrypt /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/bin;\ cp bcrypt.1 /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/share/man/man1;\ chmod 755 /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/bin/bcrypt;\ chmod 644 /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/share/man/man1/bcrypt.1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.1-22.fc30 --unique-debug-suffix -1.1-22.fc30.riscv64 --unique-debug-src-base bcrypt-1.1-22.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/bcrypt-1.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/bin/bcrypt extracting debug info from /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/bin/bcrypt /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 75 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: bcrypt-1.1-22.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UOOUAW + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + DOCDIR=/builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/share/doc/bcrypt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/share/doc/bcrypt + cp -pr README /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/share/doc/bcrypt + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SjBjAH + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + LICENSEDIR=/builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/share/licenses/bcrypt + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/share/licenses/bcrypt + cp -pr LICENSE /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64/usr/share/licenses/bcrypt + exit 0 Provides: bcrypt = 1.1-22.fc30 bcrypt(riscv-64) = 1.1-22.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: bcrypt-debugsource-1.1-22.fc30.riscv64 Provides: bcrypt-debugsource = 1.1-22.fc30 bcrypt-debugsource(riscv-64) = 1.1-22.fc30 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-22.fc30.riscv64 Provides: bcrypt-debuginfo = 1.1-22.fc30 bcrypt-debuginfo(riscv-64) = 1.1-22.fc30 debuginfo(build-id) = 84240025b4c1819ce93ff34c0a6789b8e5f3c9a5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: bcrypt-debugsource(riscv-64) = 1.1-22.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64 Wrote: /builddir/build/RPMS/bcrypt-1.1-22.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/bcrypt-debugsource-1.1-22.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/bcrypt-debuginfo-1.1-22.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ACFlKV + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/bcrypt-1.1-22.fc30.riscv64 + exit 0 Child return code was: 0