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-Judy.spec'], chrootPath='/var/lib/mock/f33-build-123670-38953/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-Judy.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-Judy-0.41-18.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-Judy.spec'], chrootPath='/var/lib/mock/f33-build-123670-38953/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-Judy.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.lFS0jP + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Judy-0.41 + /usr/bin/gzip -dc /builddir/build/SOURCES/Judy-0.41.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Judy-0.41 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (avoid-using-alien-judy.patch):' Patch #0 (avoid-using-alien-judy.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file lib/Judy.pm patching file META.yml patching file META.json patching file Build.PL patching file t/MAGIC/Build.PL + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.O9uNfP + umask 022 + cd /builddir/build/BUILD + cd Judy-0.41 + /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 'Judy' version '0.41' + ./Build Building Judy gcc -I. -I/usr/lib64/perl5/CORE -DVERSION="0.41" -DXS_VERSION="0.41" -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/Judy.o lib/Judy.c lib/Judy.xs: In function 'pvtJudyHSMemUsedV': lib/Judy.xs:68:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 68 | if ( JLAP_INVALID & (int)PJLArray ) { | ^ lib/Judy.xs:69:12: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 69 | OOGA("keyLength=%lu sizeof(Word_t)=%u\n",keyLength,sizeof(Word_t)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ | | | long unsigned int lib/Judy.xs:54:37: note: in definition of macro 'OOGA' 54 | PerlIO_printf(PerlIO_stdout(),__VA_ARGS__);\ | ^~~~~~~~~~~ lib/Judy.xs:97:10: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 97 | OOGA("keyLength=%lu sizeof(Word_t)=%u\n",keyLength,sizeof(Word_t)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ | | | long unsigned int lib/Judy.xs:54:37: note: in definition of macro 'OOGA' 54 | PerlIO_printf(PerlIO_stdout(),__VA_ARGS__);\ | ^~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_Set': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_Unset': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_Test': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_Nth': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_First': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_Next': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_Last': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_Prev': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_FirstEmpty': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_NextEmpty': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_LastEmpty': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__1_PrevEmpty': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__L_Delete': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__L_FirstEmpty': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__L_NextEmpty': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__L_LastEmpty': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__L_PrevEmpty': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__SL_Delete': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__SL_Get': lib/Judy.xs:832:14: warning: format '%d' expects argument of type 'int', but argument 8 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 832 | OOGA("%s:%d PSLG(%#lx,%#lx,\"%s\"@%d)\n",__FILE__,__LINE__,(long)PValue,(long)PJSLArray,Key.ptr,Key.length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ | | | STRLEN {aka long unsigned int} lib/Judy.xs:54:37: note: in definition of macro 'OOGA' 54 | PerlIO_printf(PerlIO_stdout(),__VA_ARGS__);\ | ^~~~~~~~~~~ lib/Judy.xs:834:14: warning: format '%d' expects argument of type 'int', but argument 8 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 834 | OOGA("%s:%d PSLG(%#lx,%#lx,\"%s\"@%d)\n",__FILE__,__LINE__,(long)PValue,(long)PJSLArray,Key.ptr,Key.length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ | | | STRLEN {aka long unsigned int} lib/Judy.xs:54:37: note: in definition of macro 'OOGA' 54 | PerlIO_printf(PerlIO_stdout(),__VA_ARGS__);\ | ^~~~~~~~~~~ lib/Judy.xs: In function 'XS_Judy__HS_Delete': lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' 46 | # define DEADBEEF 0xdeadbeefdeadbeef | ^~~~~~~~~~~~~~~~~~ lib/Judy.xs: In function 'pvtJudyHSMemUsedV': lib/Judy.xs:100:1: warning: control reaches end of non-void function [-Wreturn-type] 100 | } | ^ ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Judy/Judy.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/Judy/Judy.so lib/Judy.o -lJudy + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VUP61P + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64 + cd Judy-0.41 + ./Build install destdir=/builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64 create_packlist=0 Building Judy Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.bs Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.so Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/Mem.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/L.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/1.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/1.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/Mem.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/L.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/1/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/1/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/1/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/L/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/L/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/L/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/Mem/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_dump.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/share/man/man3/Judy::SL.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/share/man/man3/Judy::L.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/share/man/man3/Judy::Mem.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/share/man/man3/Judy::HS.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/share/man/man3/Judy::1.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/share/man/man3/Judy.3pm + find /builddir/build/BUILDROOT/perl-Judy-0.41-18.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-Judy-0.41-18.fc33.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.41-18.fc33 --unique-debug-suffix -0.41-18.fc33.riscv64 --unique-debug-src-base perl-Judy-0.41-18.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Judy-0.41 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.so extracting debug info from /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.so original debug info size: 300kB, size after compression: 292kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 273 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.9hh5dS + umask 022 + cd /builddir/build/BUILD + cd Judy-0.41 + ./Build test t/10hs.t ....... ok t/10l.t ........ ok # Freed 24 bytes t/10o.t ........ ok t/10sl.t ....... ok t/11sugar.t .... ok t/20l.t ........ ok t/20o.t ........ ok t/20sl.t ....... ok t/30l.t ........ ok t/30o.t ........ ok t/40trunc.t .... skipped: sizeof(IV) == sizeof(long), hurrah lib/MAGIC.c: In function 'XS_MAGIC_get_Pvoid_t': lib/MAGIC.c:169:10: warning: variable 'x' set but not used [-Wunused-but-set-variable] 169 | Pvoid_t x; | ^ lib/MAGIC.c: In function 'XS_MAGIC_get_IWord_t': lib/MAGIC.c:248:10: warning: variable 'x' set but not used [-Wunused-but-set-variable] 248 | IWord_t x; | ^ lib/MAGIC.c: In function 'XS_MAGIC_get_UWord_t': lib/MAGIC.c:391:10: warning: variable 'x' set but not used [-Wunused-but-set-variable] 391 | UWord_t x; | ^ lib/MAGIC.c: In function 'XS_MAGIC_get_PWord_t': lib/MAGIC.c:528:10: warning: variable 'x' set but not used [-Wunused-but-set-variable] 528 | PWord_t x; | ^ t/41typemap.t .. ok All tests successful. Files=12, Tests=182, 64 wallclock secs ( 1.16 usr 0.58 sys + 53.76 cusr 9.59 csys = 65.09 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Judy-0.41-18.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.46mvSQ + umask 022 + cd /builddir/build/BUILD + cd Judy-0.41 + DOCDIR=/builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/share/doc/perl-Judy + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/share/doc/perl-Judy + cp -pr Changes /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/share/doc/perl-Judy + cp -pr README /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64/usr/share/doc/perl-Judy + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Judy) = 0.41 perl(Judy::1) perl(Judy::1::_impl) perl(Judy::1::_obj) perl(Judy::1::_tie) perl(Judy::HS) perl(Judy::HS::_impl) perl(Judy::HS::_obj) perl(Judy::HS::_tie) perl(Judy::L) perl(Judy::L::_impl) perl(Judy::L::_obj) perl(Judy::L::_tie) perl(Judy::Mem) perl(Judy::Mem::_impl) perl(Judy::SL) perl(Judy::SL::_dump) perl(Judy::SL::_impl) perl(Judy::SL::_obj) perl(Judy::SL::_tie) perl(Judy::_obj) perl(Judy::_tie) perl-Judy = 0.41-18.fc33 perl-Judy(riscv-64) = 0.41-18.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) libJudy.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(Config) perl(DynaLoader) perl(Judy) perl(Judy::1::_impl) perl(Judy::1::_obj) perl(Judy::1::_tie) perl(Judy::HS::_impl) perl(Judy::HS::_obj) perl(Judy::HS::_tie) perl(Judy::L::_impl) perl(Judy::L::_obj) perl(Judy::L::_tie) perl(Judy::Mem::_impl) perl(Judy::SL::_dump) perl(Judy::SL::_impl) perl(Judy::SL::_obj) perl(Judy::SL::_tie) perl(Judy::_obj) perl(Judy::_tie) perl(Sub::Exporter) perl(base) perl(constant) perl(strict) perl(vars) perl(warnings) rtld(GNU_HASH) Processing files: perl-Judy-debugsource-0.41-18.fc33.riscv64 Provides: perl-Judy-debugsource = 0.41-18.fc33 perl-Judy-debugsource(riscv-64) = 0.41-18.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Judy-debuginfo-0.41-18.fc33.riscv64 Provides: debuginfo(build-id) = f877da86168c7811d8fe3c764752a81ffbe2bc6e perl-Judy-debuginfo = 0.41-18.fc33 perl-Judy-debuginfo(riscv-64) = 0.41-18.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Judy-debugsource(riscv-64) = 0.41-18.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64 Wrote: /builddir/build/RPMS/perl-Judy-0.41-18.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Judy-debugsource-0.41-18.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Judy-debuginfo-0.41-18.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YUdV7P + umask 022 + cd /builddir/build/BUILD + cd Judy-0.41 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Judy-0.41-18.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0