Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Judy.spec'], chrootPath='/var/lib/mock/f29-build-19123-10230/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False BUILDSTDERR: sh: /usr/bin/perl: No such file or directory BUILDSTDERR: sh: /usr/bin/perl: No such file or directory BUILDSTDERR: sh: /usr/bin/perl: No such file or directory Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/perl-Judy-0.41-14.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Judy.spec'], chrootPath='/var/lib/mock/f29-build-19123-10230/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QUQZ96 + 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 . Patch #0 (avoid-using-alien-judy.patch): + echo '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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ikcG68 + 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' 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 BUILDSTDERR: lib/Judy.xs: In function 'pvtJudyHSMemUsedV': BUILDSTDERR: lib/Judy.xs:68:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] BUILDSTDERR: if ( JLAP_INVALID & (int)PJLArray ) { BUILDSTDERR: ^ BUILDSTDERR: lib/Judy.xs:69:12: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: OOGA("keyLength=%lu sizeof(Word_t)=%u\n",keyLength,sizeof(Word_t)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:54:37: note: in definition of macro 'OOGA' BUILDSTDERR: PerlIO_printf(PerlIO_stdout(),__VA_ARGS__);\ BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:97:10: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: OOGA("keyLength=%lu sizeof(Word_t)=%u\n",keyLength,sizeof(Word_t)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:54:37: note: in definition of macro 'OOGA' BUILDSTDERR: PerlIO_printf(PerlIO_stdout(),__VA_ARGS__);\ BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_Set': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_Unset': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_Test': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_Nth': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_First': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_Next': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_Last': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_Prev': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_FirstEmpty': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_NextEmpty': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_LastEmpty': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__1_PrevEmpty': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__L_Delete': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__L_FirstEmpty': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__L_NextEmpty': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__L_LastEmpty': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__L_PrevEmpty': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__SL_Delete': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__SL_Get': BUILDSTDERR: lib/Judy.xs:832:14: warning: format '%d' expects argument of type 'int', but argument 8 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] BUILDSTDERR: OOGA("%s:%d PSLG(%#lx,%#lx,\"%s\"@%d)\n",__FILE__,__LINE__,(long)PValue,(long)PJSLArray,Key.ptr,Key.length); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:54:37: note: in definition of macro 'OOGA' BUILDSTDERR: PerlIO_printf(PerlIO_stdout(),__VA_ARGS__);\ BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:834:14: warning: format '%d' expects argument of type 'int', but argument 8 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] BUILDSTDERR: OOGA("%s:%d PSLG(%#lx,%#lx,\"%s\"@%d)\n",__FILE__,__LINE__,(long)PValue,(long)PJSLArray,Key.ptr,Key.length); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:54:37: note: in definition of macro 'OOGA' BUILDSTDERR: PerlIO_printf(PerlIO_stdout(),__VA_ARGS__);\ BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'XS_Judy__HS_Delete': BUILDSTDERR: lib/Judy.xs:46:26: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '16045690984833335023' to '-559038737' [-Woverflow] BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs: In function 'pvtJudyHSMemUsedV': BUILDSTDERR: lib/Judy.xs:100:1: warning: control reaches end of non-void function [-Wreturn-type] BUILDSTDERR: } BUILDSTDERR: ^ ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Judy/Judy.bs') gcc -lpthread -shared -Wl,-z,relro -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 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4g2Ytw + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64 + cd Judy-0.41 + ./Build install destdir=/builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.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-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.bs Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.so Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/Mem.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/Mem.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/1.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/L.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/1.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/L.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/1/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/1/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/1/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/Mem/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/L/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/L/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/L/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_dump.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/share/man/man3/Judy::HS.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/share/man/man3/Judy::1.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/share/man/man3/Judy::SL.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/share/man/man3/Judy.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/share/man/man3/Judy::Mem.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/share/man/man3/Judy::L.3pm + find /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.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-14.fc29.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.41-14.fc29 --unique-debug-suffix -0.41-14.fc29.riscv64 --unique-debug-src-base perl-Judy-0.41-14.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Judy-0.41 extracting debug info from /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 273 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 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3UNujS + umask 022 + cd /builddir/build/BUILD + cd Judy-0.41 + ./Build test t/10hs.t ....... ok t/10l.t ........ ok BUILDSTDERR: # 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 BUILDSTDERR: lib/MAGIC.c: In function 'XS_MAGIC_get_Pvoid_t': BUILDSTDERR: lib/MAGIC.c:169:10: warning: variable 'x' set but not used [-Wunused-but-set-variable] BUILDSTDERR: Pvoid_t x; BUILDSTDERR: ^ BUILDSTDERR: lib/MAGIC.c: In function 'XS_MAGIC_get_IWord_t': BUILDSTDERR: lib/MAGIC.c:248:10: warning: variable 'x' set but not used [-Wunused-but-set-variable] BUILDSTDERR: IWord_t x; BUILDSTDERR: ^ BUILDSTDERR: lib/MAGIC.c: In function 'XS_MAGIC_get_UWord_t': BUILDSTDERR: lib/MAGIC.c:391:10: warning: variable 'x' set but not used [-Wunused-but-set-variable] BUILDSTDERR: UWord_t x; BUILDSTDERR: ^ BUILDSTDERR: lib/MAGIC.c: In function 'XS_MAGIC_get_PWord_t': BUILDSTDERR: lib/MAGIC.c:528:10: warning: variable 'x' set but not used [-Wunused-but-set-variable] BUILDSTDERR: PWord_t x; BUILDSTDERR: ^ t/41typemap.t .. ok All tests successful. Files=12, Tests=182, 19 wallclock secs ( 0.26 usr 0.08 sys + 15.44 cusr 1.46 csys = 17.24 CPU) Result: PASS + exit 0 Processing files: perl-Judy-0.41-14.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PQaV2T + umask 022 + cd /builddir/build/BUILD + cd Judy-0.41 + DOCDIR=/builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.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-14.fc29.riscv64/usr/share/doc/perl-Judy + cp -pr Changes /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/share/doc/perl-Judy + cp -pr README /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64/usr/share/doc/perl-Judy + 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-14.fc29 perl-Judy(riscv-64) = 0.41-14.fc29 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) libperl.so.5.28()(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-14.fc29.riscv64 Provides: perl-Judy-debugsource = 0.41-14.fc29 perl-Judy-debugsource(riscv-64) = 0.41-14.fc29 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-14.fc29.riscv64 Provides: debuginfo(build-id) = 4e8681801eee11e846a1f85f69e064a55413d287 perl-Judy-debuginfo = 0.41-14.fc29 perl-Judy-debuginfo(riscv-64) = 0.41-14.fc29 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-14.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64 Wrote: /builddir/build/RPMS/perl-Judy-0.41-14.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Judy-debugsource-0.41-14.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Judy-debuginfo-0.41-14.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gh6XTR + umask 022 + cd /builddir/build/BUILD + cd Judy-0.41 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Judy-0.41-14.fc29.riscv64 + exit 0 Child return code was: 0