Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/bcrypt.spec'], chrootPath='/var/lib/mock/f30-build-15077894-1074991/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --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': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x Wrote: /builddir/build/SRPMS/bcrypt-1.1-23.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/bcrypt.spec'], chrootPath='/var/lib/mock/f30-build-15077894-1074991/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --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': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.m6q8R4 + 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):' Patch #0 (bcrypt-fencepost.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fencepost --fuzz=0 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.yM5GKZ + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + /usr/bin/make -j2 '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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -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: 88 | Blowfish_Init(&ctx, *key, strlen(*key)); BUILDSTDERR: | ^~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from functions.h:11, BUILDSTDERR: from keys.c:12: BUILDSTDERR: blowfish.h:15:54: note: expected 'unsigned char *' but argument is of type 'char *' BUILDSTDERR: 15 | 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: 32 | 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: 39 | 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: 55 | 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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c wrapbf.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: 31 | Blowfish_Init (&ctx, key, MAXKEYBYTES); BUILDSTDERR: | ^~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from functions.h:11, BUILDSTDERR: from wrapbf.c:12: BUILDSTDERR: blowfish.h:15:54: note: expected 'unsigned char *' but argument is of type 'char *' BUILDSTDERR: 15 | 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: 84 | Blowfish_Init (&ctx, mykey, MAXKEYBYTES); BUILDSTDERR: | ^~~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from functions.h:11, BUILDSTDERR: from wrapbf.c:12: BUILDSTDERR: blowfish.h:15:54: note: expected 'unsigned char *' but argument is of type 'char *' BUILDSTDERR: 15 | 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 -m64 -march=zEC12 -mtune=z13 -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 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c wrapzl.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 -m64 -march=zEC12 -mtune=z13 -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.XxoYfg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x + cd bcrypt-1.1 + /usr/bin/make install PREFIX=/builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/bin;\ mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/share/man/man1;\ cp bcrypt /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/bin;\ cp bcrypt.1 /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/share/man/man1;\ chmod 755 /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/bin/bcrypt;\ chmod 644 /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/share/man/man1/bcrypt.1 + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 1.1-23.fc30 --unique-debug-suffix -1.1-23.fc30.s390x --unique-debug-src-base bcrypt-1.1-23.fc30.s390x --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-23.fc30.s390x/usr/bin/bcrypt extracting debug info from /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/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 + /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-23.fc30.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AcyoYS + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + DOCDIR=/builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/share/doc/bcrypt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/share/doc/bcrypt + cp -pr README /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/share/doc/bcrypt + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7NlZjw + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + LICENSEDIR=/builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/share/licenses/bcrypt + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/share/licenses/bcrypt + cp -pr LICENSE /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x/usr/share/licenses/bcrypt + exit 0 Provides: bcrypt = 1.1-23.fc30 bcrypt(s390-64) = 1.1-23.fc30 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.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: bcrypt-debugsource-1.1-23.fc30.s390x Provides: bcrypt-debugsource = 1.1-23.fc30 bcrypt-debugsource(s390-64) = 1.1-23.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-23.fc30.s390x Provides: bcrypt-debuginfo = 1.1-23.fc30 bcrypt-debuginfo(s390-64) = 1.1-23.fc30 debuginfo(build-id) = 25853e29e993a1bcec90c4646f92268124913b5e Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: bcrypt-debugsource(s390-64) = 1.1-23.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x Wrote: /builddir/build/RPMS/bcrypt-1.1-23.fc30.s390x.rpm Wrote: /builddir/build/RPMS/bcrypt-debugsource-1.1-23.fc30.s390x.rpm Wrote: /builddir/build/RPMS/bcrypt-debuginfo-1.1-23.fc30.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.s3W5Ai + umask 022 + cd /builddir/build/BUILD + cd bcrypt-1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/bcrypt-1.1-23.fc30.s390x + exit 0 Child return code was: 0