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/perl-Judy.spec'], chrootPath='/var/lib/mock/f31-build-45945-26402/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/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 BUILDSTDERR: sh: /usr/bin/perl: No such file or directory Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1559260800 Wrote: /builddir/build/SRPMS/perl-Judy-0.41-16.fc31.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/f31-build-45945-26402/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/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 BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1559260800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vGcwGV + 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):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (avoid-using-alien-judy.patch): patching file lib/Judy.pm patching file META.yml patching file META.json patching file Build.PL patching file t/MAGIC/Build.PL Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ca7BiW + 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' + ./Build 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: 68 | 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: 69 | OOGA("keyLength=%lu sizeof(Word_t)=%u\n",keyLength,sizeof(Word_t)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: lib/Judy.xs:54:37: note: in definition of macro 'OOGA' BUILDSTDERR: 54 | 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: 97 | OOGA("keyLength=%lu sizeof(Word_t)=%u\n",keyLength,sizeof(Word_t)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | long unsigned int BUILDSTDERR: lib/Judy.xs:54:37: note: in definition of macro 'OOGA' BUILDSTDERR: 54 | 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 832 | OOGA("%s:%d PSLG(%#lx,%#lx,\"%s\"@%d)\n",__FILE__,__LINE__,(long)PValue,(long)PJSLArray,Key.ptr,Key.length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | STRLEN {aka long unsigned int} BUILDSTDERR: lib/Judy.xs:54:37: note: in definition of macro 'OOGA' BUILDSTDERR: 54 | 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: 834 | OOGA("%s:%d PSLG(%#lx,%#lx,\"%s\"@%d)\n",__FILE__,__LINE__,(long)PValue,(long)PJSLArray,Key.ptr,Key.length); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ BUILDSTDERR: | | BUILDSTDERR: | STRLEN {aka long unsigned int} BUILDSTDERR: lib/Judy.xs:54:37: note: in definition of macro 'OOGA' BUILDSTDERR: 54 | 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: 46 | # define DEADBEEF 0xdeadbeefdeadbeef BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: lib/Judy.xs:46:26: note: in definition of macro 'DEADBEEF' BUILDSTDERR: 46 | # 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: 100 | } BUILDSTDERR: | ^ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Judy' version '0.41' 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 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 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8ehxzX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64 + cd Judy-0.41 + ./Build install destdir=/builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64 create_packlist=0 + find /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.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-16.fc31.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.41-16.fc31 --unique-debug-suffix -0.41-16.fc31.riscv64 --unique-debug-src-base perl-Judy-0.41-16.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Judy-0.41 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-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.so Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.bs Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/L.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/Mem.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/1.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/1.pod Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/Mem.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/L.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/Mem/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/HS/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/1/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/1/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/1/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/L/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/L/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/L/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_obj.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_dump.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_tie.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/Judy/SL/_impl.pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/share/man/man3/Judy::SL.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/share/man/man3/Judy::1.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/share/man/man3/Judy::L.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/share/man/man3/Judy::HS.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/share/man/man3/Judy.3pm Installing /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/share/man/man3/Judy::Mem.3pm BUILDSTDERR: explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Judy273 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 '%{__python}' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs -0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.so extracting debug info from /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/lib64/perl5/vendor_perl/auto/Judy/Judy.so original debug info size: 304kB, size after compression: 296kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fRWP4U Processing files: perl-Judy-0.41-16.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.83YURW + umask 022 + cd /builddir/build/BUILD + cd Judy-0.41 + DOCDIR=/builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.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-16.fc31.riscv64/usr/share/doc/perl-Judy + cp -pr Changes /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/share/doc/perl-Judy + cp -pr README /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64/usr/share/doc/perl-Judy + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). BUILDSTDERR: perl: warning: Setting locale failed. BUILDSTDERR: perl: warning: Please check that your locale settings: BUILDSTDERR: LANGUAGE = (unset), BUILDSTDERR: LC_ALL = (unset), BUILDSTDERR: LANG = "en_US.UTF-8" BUILDSTDERR: are supported and installed on your system. BUILDSTDERR: perl: warning: Falling back to the standard locale ("C"). 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-16.fc31 perl-Judy(riscv-64) = 0.41-16.fc31 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-16.fc31.riscv64 Provides: perl-Judy-debugsource = 0.41-16.fc31 perl-Judy-debugsource(riscv-64) = 0.41-16.fc31 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-16.fc31.riscv64 Provides: debuginfo(build-id) = 1bd8baf921217f49d2cc01f0a05695456aaac768 perl-Judy-debuginfo = 0.41-16.fc31 perl-Judy-debuginfo(riscv-64) = 0.41-16.fc31 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-16.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64 Wrote: /builddir/build/RPMS/perl-Judy-debugsource-0.41-16.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Judy-0.41-16.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Judy-debuginfo-0.41-16.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nwGE1X + umask 022 + cd /builddir/build/BUILD + cd Judy-0.41 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Judy-0.41-16.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0