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/nomarch.spec'], chrootPath='/var/lib/mock/f30-build-40944-22878/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/nomarch.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/nomarch-1.4-20.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/nomarch.spec'], chrootPath='/var/lib/mock/f30-build-40944-22878/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/nomarch.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.5J9Dxq + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf nomarch-1.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/nomarch-1.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nomarch-1.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tAt66z + umask 022 + cd /builddir/build/BUILD + cd nomarch-1.4 + 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 -o main.o 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 -o readrle.o readrle.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 -o readhuff.o readhuff.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 -o readlzw.o readlzw.c BUILDSTDERR: readhuff.c: In function 'convert_huff': BUILDSTDERR: readhuff.c:93:13: warning: argument 1 range [18446744073709549568, 18446744073709551608] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] BUILDSTDERR: if((nodearr=malloc(sizeof(struct huff_node_tag)*nodes))==NULL) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from readhuff.c:14: BUILDSTDERR: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here BUILDSTDERR: extern void *malloc (size_t __size) __THROW __attribute_malloc__ __wur; 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 nomarch main.o readrle.o readhuff.o readlzw.o + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.RzJbli + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64 + cd nomarch-1.4 + rm -fr /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64 + echo 'warning: %makeinstall is deprecated, try %make_install instead' BUILDSTDERR: warning: %makeinstall is deprecated, try %make_install instead + /usr/bin/make prefix=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr exec_prefix=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr bindir=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/bin sbindir=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/sbin sysconfdir=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/etc datadir=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share includedir=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/include libdir=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/lib64 libexecdir=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/libexec localstatedir=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/var sharedstatedir=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/var/lib mandir=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/man infodir=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/info install BINDIR=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/bin MANDIR=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/man/man1 /bin/sh ./mkinstalldirs /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/bin /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/man/man1 BUILDSTDERR: mkdir /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64 BUILDSTDERR: mkdir /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr BUILDSTDERR: mkdir /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/bin BUILDSTDERR: mkdir /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share BUILDSTDERR: mkdir /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/man BUILDSTDERR: mkdir /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/man/man1 install -m 755 nomarch /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/bin install -m 644 nomarch.1 /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.4-20.fc30 --unique-debug-suffix -1.4-20.fc30.riscv64 --unique-debug-src-base nomarch-1.4-20.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/nomarch-1.4 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/bin/nomarch extracting debug info from /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/bin/nomarch /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 63 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: nomarch-1.4-20.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FYcDOs + umask 022 + cd /builddir/build/BUILD + cd nomarch-1.4 + DOCDIR=/builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/doc/nomarch + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/doc/nomarch + cp -pr ChangeLog /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/doc/nomarch + cp -pr NEWS /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/doc/nomarch + cp -pr README /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/doc/nomarch + cp -pr TODO /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64/usr/share/doc/nomarch + exit 0 Provides: nomarch = 1.4-20.fc30 nomarch(riscv-64) = 1.4-20.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) rtld(GNU_HASH) Processing files: nomarch-debugsource-1.4-20.fc30.riscv64 Provides: nomarch-debugsource = 1.4-20.fc30 nomarch-debugsource(riscv-64) = 1.4-20.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: nomarch-debuginfo-1.4-20.fc30.riscv64 Provides: debuginfo(build-id) = 02798a4f65b8d38f52b7bca68c38df3817d6de75 nomarch-debuginfo = 1.4-20.fc30 nomarch-debuginfo(riscv-64) = 1.4-20.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: nomarch-debugsource(riscv-64) = 1.4-20.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64 Wrote: /builddir/build/RPMS/nomarch-1.4-20.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/nomarch-debugsource-1.4-20.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/nomarch-debuginfo-1.4-20.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7r4Zv3 + umask 022 + cd /builddir/build/BUILD + cd nomarch-1.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/nomarch-1.4-20.fc30.riscv64 + exit 0 Child return code was: 0