Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dnsmap.spec'], chrootPath='/var/lib/mock/f31-build-59546-28580/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/dnsmap.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 setting SOURCE_DATE_EPOCH=1548892800 Wrote: /builddir/build/SRPMS/dnsmap-0.30-17.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dnsmap.spec'], chrootPath='/var/lib/mock/f31-build-59546-28580/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/dnsmap.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 setting SOURCE_DATE_EPOCH=1548892800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JbORyp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dnsmap-0.30 + /usr/bin/gzip -dc /builddir/build/SOURCES/dnsmap-0.30.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dnsmap-0.30 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.PSnXNm + umask 022 + cd /builddir/build/BUILD + cd dnsmap-0.30 + 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' BUILDSTDERR: dnsmap.c: In function 'main': BUILDSTDERR: dnsmap.c:389:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 389 | fscanf(fpWords,"%100s",dom); // wordlist subdomain not allowed to be more than 100 chars BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from dnsmap.c:24: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'main' at dnsmap.c:178:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 200 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'main' at dnsmap.c:237:4: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' output may be truncated copying between 0 and 199 bytes from a string of length 98899 [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dnsmap.c: In function 'main': BUILDSTDERR: dnsmap.c:417:7: warning: 'addr' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 417 | inet_ntop(p->ai_family, addr, ipv6str, sizeof ipv6str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dnsmap.c:260:6: warning: 'addr' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 260 | inet_ntop(p->ai_family, addr, ipv6str, sizeof ipv6str); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: dnsmap.c:364:4: warning: 'fpCsvLogs' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 364 | fclose(fpCsvLogs); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 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 dnsmap dnsmap.c Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zR1aqq + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64 + cd dnsmap-0.30 + make install DESTDIR=/builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64 BINDIR=/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.30-17.fc31 --unique-debug-suffix -0.30-17.fc31.riscv64 --unique-debug-src-base dnsmap-0.30-17.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/dnsmap-0.30 BUILDSTDERR: 68 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 mkdir -p /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/bin install -m 0755 dnsmap /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/bin install -m 0755 dnsmap-bulk.sh /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/bin/dnsmap-bulk explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/bin/dnsmap extracting debug info from /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/bin/dnsmap original debug info size: 84kB, size after compression: 88kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. mangling shebang in /usr/bin/dnsmap-bulk from /bin/bash to #!/usr/bin/bash Processing files: dnsmap-0.30-17.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rlAIbq + umask 022 + cd /builddir/build/BUILD + cd dnsmap-0.30 + DOCDIR=/builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/share/doc/dnsmap + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/share/doc/dnsmap + cp -pr Changelog.txt /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/share/doc/dnsmap + cp -pr CREDITS.txt /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/share/doc/dnsmap + cp -pr README.txt /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/share/doc/dnsmap + cp -pr TODO.txt /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/share/doc/dnsmap + cp -pr use_cases.txt /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/share/doc/dnsmap + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.M1OHMm + umask 022 + cd /builddir/build/BUILD + cd dnsmap-0.30 + LICENSEDIR=/builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/share/licenses/dnsmap + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/share/licenses/dnsmap + cp -pr gpl-2.0.txt /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64/usr/share/licenses/dnsmap + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: dnsmap = 0.30-17.fc31 dnsmap(riscv-64) = 0.30-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/bash 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: dnsmap-debugsource-0.30-17.fc31.riscv64 Provides: dnsmap-debugsource = 0.30-17.fc31 dnsmap-debugsource(riscv-64) = 0.30-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dnsmap-debuginfo-0.30-17.fc31.riscv64 Provides: debuginfo(build-id) = 60570bab6308f3ac63645b12d563b3bf4a555765 dnsmap-debuginfo = 0.30-17.fc31 dnsmap-debuginfo(riscv-64) = 0.30-17.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dnsmap-debugsource(riscv-64) = 0.30-17.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64 Wrote: /builddir/build/RPMS/dnsmap-debugsource-0.30-17.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/dnsmap-debuginfo-0.30-17.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/dnsmap-0.30-17.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9c94Yo + umask 022 + cd /builddir/build/BUILD + cd dnsmap-0.30 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dnsmap-0.30-17.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0