Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Net-IDN-Encode.spec'], chrootPath='/var/lib/mock/f33-build-123766-39137/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Net-IDN-Encode.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 sh: /usr/bin/perl: No such file or directory Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580342400 Wrote: /builddir/build/SRPMS/perl-Net-IDN-Encode-2.500-6.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Net-IDN-Encode.spec'], chrootPath='/var/lib/mock/f33-build-123766-39137/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Net-IDN-Encode.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=1580342400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xGb6eM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Net-IDN-Encode-2.500 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/Net-IDN-Encode-2.500.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-IDN-Encode-2.500 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (Net-IDN-Encode-2.500-Make-generated-arrays-available-at-compile-time.patch):' Patch #0 (Net-IDN-Encode-2.500-Make-generated-arrays-available-at-compile-time.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file lib/Net/IDN/UTS46/_Mapping.pm + chmod -x lib/Net/IDN/Encode.pm lib/Net/IDN/Standards.pod + for FILE in LICENSE README + iconv -f ISO_8859-1 -t UTF8 LICENSE + mv LICENSE.utf8 LICENSE + for FILE in LICENSE README + iconv -f ISO_8859-1 -t UTF8 README + mv README.utf8 README + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CY3YhL + umask 022 + cd /builddir/build/BUILD + cd Net-IDN-Encode-2.500 + /usr/bin/perl Build.PL installdirs=vendor 'optimize=-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' Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Net-IDN-Encode' version '2.500' + ./Build Building Net-IDN-Encode gcc -I/usr/lib64/perl5/CORE -DVERSION="2.500" -DXS_VERSION="2.500" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -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 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -o lib/Net/IDN/Punycode.o lib/Net/IDN/Punycode.c lib/Net/IDN/Punycode.xs: In function 'XS_Net__IDN__Punycode_decode_punycode': lib/Net/IDN/Punycode.xs:232:22: warning: array subscript has type 'char' [-Wchar-subscripts] 232 | dc = dec_digit[*in_p++]; /* we already know it's in 0..127 */ | ^~~~~~~ lib/Net/IDN/Punycode.xs:193:24: warning: unused variable 'len' [-Wunused-variable] 193 | STRLEN length_guess, len, h, u8; | ^~~ lib/Net/IDN/Punycode.xs:188:18: warning: unused variable 'skip_delta' [-Wunused-variable] 188 | int delta = 0, skip_delta; | ^~~~~~~~~~ lib/Net/IDN/Punycode.xs:188:7: warning: unused variable 'delta' [-Wunused-variable] 188 | int delta = 0, skip_delta; | ^~~~~ ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Net/IDN/Punycode/Punycode.bs') gcc -lpthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong -lperl -o blib/arch/auto/Net/IDN/Punycode/Punycode.so lib/Net/IDN/Punycode.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TNbK1K + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64 + cd Net-IDN-Encode-2.500 + ./Build install destdir=/builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64 create_packlist=0 Building Net-IDN-Encode Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Net/IDN/Punycode/Punycode.bs Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Net/IDN/Punycode/Punycode.so Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/IDN/Overview.pod Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/IDN/Standards.pod Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/IDN/Punycode.pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/IDN/UTS46.pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/IDN/Encode.pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/IDN/Punycode/PP.pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/IDN/UTS46/_Mapping.pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/man/man3/Net::IDN::Punycode::PP.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/man/man3/Net::IDN::Punycode.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/man/man3/Net::IDN::Standards.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/man/man3/Net::IDN::UTS46::_Mapping.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/man/man3/Net::IDN::Encode.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/man/man3/Net::IDN::UTS46.3pm Installing /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/man/man3/Net::IDN::Overview.3pm + find /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.500-6.fc33 --unique-debug-suffix -2.500-6.fc33.riscv64 --unique-debug-src-base perl-Net-IDN-Encode-2.500-6.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Net-IDN-Encode-2.500 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Net/IDN/Punycode/Punycode.so extracting debug info from /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Net/IDN/Punycode/Punycode.so original debug info size: 112kB, size after compression: 112kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 40 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.f2oW6K + umask 022 + cd /builddir/build/BUILD + cd Net-IDN-Encode-2.500 + ./Build test t/00use.t ................. ok t/domain_to_ascii.t ....... ok t/domain_to_unicode.t ..... ok t/encode_bytes.t .......... ok t/encode_utf8.t ........... ok t/punycode_vec-pp.t ....... ok t/punycode_vec-xs.t ....... ok t/uts46_api_call.t ........ ok t/uts46_encode_bytes.t .... ok t/uts46_encode_utf8.t ..... ok t/uts46_to_ascii-trans.t .. ok t/uts46_to_ascii.t ........ ok t/uts46_to_unicode.t ...... ok t/xtra_pp.t ............... ok All tests successful. Files=14, Tests=20366, 174 wallclock secs (33.33 usr 4.18 sys + 151.40 cusr 11.44 csys = 200.35 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Net-IDN-Encode-2.500-6.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xOOlbM + umask 022 + cd /builddir/build/BUILD + cd Net-IDN-Encode-2.500 + DOCDIR=/builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/doc/perl-Net-IDN-Encode + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/doc/perl-Net-IDN-Encode + cp -pr Changes /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/doc/perl-Net-IDN-Encode + cp -pr eg /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/doc/perl-Net-IDN-Encode + cp -pr README /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/doc/perl-Net-IDN-Encode + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.pDIy1M + umask 022 + cd /builddir/build/BUILD + cd Net-IDN-Encode-2.500 + LICENSEDIR=/builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/licenses/perl-Net-IDN-Encode + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/licenses/perl-Net-IDN-Encode + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64/usr/share/licenses/perl-Net-IDN-Encode + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Net::IDN::Encode) = 2.500 perl(Net::IDN::Punycode) = 2.500 perl(Net::IDN::Punycode::PP) = 2.500 perl(Net::IDN::UTS46) = 2.500 perl(Net::IDN::UTS46::_Mapping) = 10 perl-Net-IDN-Encode = 2.500-6.fc33 perl-Net-IDN-Encode(riscv-64) = 2.500-6.fc33 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(:VERSION) >= 5.6.0 perl(:VERSION) >= 5.8.0 perl(:VERSION) >= 5.8.5 perl(Carp) perl(Exporter) perl(Net::IDN::Encode) >= 2.100 perl(Net::IDN::Punycode) >= 1.1 perl(Net::IDN::Punycode) >= 1.102 perl(Net::IDN::UTS46) perl(Net::IDN::UTS46::_Mapping) >= 5.002 perl(Unicode::Normalize) perl(constant) perl(integer) perl(strict) perl(utf8) perl(warnings) rtld(GNU_HASH) Processing files: perl-Net-IDN-Encode-debugsource-2.500-6.fc33.riscv64 Provides: perl-Net-IDN-Encode-debugsource = 2.500-6.fc33 perl-Net-IDN-Encode-debugsource(riscv-64) = 2.500-6.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Net-IDN-Encode-debuginfo-2.500-6.fc33.riscv64 Provides: debuginfo(build-id) = 65d25f38e9f7e94edb0a398b80ef95e20cd48dc4 perl-Net-IDN-Encode-debuginfo = 2.500-6.fc33 perl-Net-IDN-Encode-debuginfo(riscv-64) = 2.500-6.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Net-IDN-Encode-debugsource(riscv-64) = 2.500-6.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64 Wrote: /builddir/build/RPMS/perl-Net-IDN-Encode-debugsource-2.500-6.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Net-IDN-Encode-debuginfo-2.500-6.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Net-IDN-Encode-2.500-6.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vScwKJ + umask 022 + cd /builddir/build/BUILD + cd Net-IDN-Encode-2.500 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Net-IDN-Encode-2.500-6.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0