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-Net-SSH2.spec'], chrootPath='/var/lib/mock/f30-build-38769-22260/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-Net-SSH2.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: perl: command not found 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-Net-SSH2-0.69-4.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Net-SSH2.spec'], chrootPath='/var/lib/mock/f30-build-38769-22260/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-Net-SSH2.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: 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 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.C7xCJa + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Net-SSH2-0.69 + /usr/bin/gzip -dc /builddir/build/SOURCES/Net-SSH2-0.69.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-SSH2-0.69 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -r inc + sed -i -e '/^inc\// d' MANIFEST + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.S63mXf + umask 022 + cd /builddir/build/BUILD + cd Net-SSH2-0.69 + perl Makefile.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' include /builddir/build/BUILD/Net-SSH2-0.69/inc/Module/Install.pm The libssh2 library is required by this module. If you don't have it, you can download it from http://www.libssh2.org; you may also need OpenSSL, which can be obtained from http://www.openssl.org , or libgcrypt, which can be obtained from http://www.gnupg.org . Debian: sudo aptitude install libssh2-1-dev OpenSUSE: sudo zypper in libssh2-1 libssh2-devel You can pass your libssh2 lib and include dirs (and extra link args) on the command line. E.g.: perl Makefile.PL lib=$HOME/libssh2/lib inc=$HOME/libssh2/include \ ldargs="-lz" These can also be set through the LIBSSH2_LIB/LIBSSH2_INCLUDE/LIBSSH2_LDARGS environment variables. To build with libgcrypt instead of OpenSSL, pass 'gcrypt' as a parameter to Makefile.PL, e.g.: perl Makefile.PL gcrypt If you want to build on Windows, see the file BUILDING.WIN32 in the distribution. include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm BUILDSTDERR: Looking for libraries... include inc/Module/Install/CheckLib.pm Extra directories created under inc/ Copied Devel::CheckLib to inc/ directory BUILDSTDERR: Analyzing file assertlibUDMgfFXA BUILDSTDERR: Library ssh2 found in standard place BUILDSTDERR: Detected crypto backend: openssl BUILDSTDERR: Library z found in standard place BUILDSTDERR: Library ssl found in standard place BUILDSTDERR: Library crypto found in standard place include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSH2 Writing MYMETA.yml and MYMETA.json Writing META.yml + make -j4 Running Mkbootstrap for SSH2 () "/usr/bin/perl" "-Iinc" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Net-SSH2-0.69/typemap' SSH2.xs > SSH2.xsc chmod 644 "SSH2.bs" "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSH2.bs blib/arch/auto/Net/SSH2/SSH2.bs 644 cp lib/Net/SSH2/PublicKey.pm blib/lib/Net/SSH2/PublicKey.pm cp lib/Net/SSH2/KnownHosts.pm blib/lib/Net/SSH2/KnownHosts.pm cp lib/Net/SSH2/Constants.pm blib/lib/Net/SSH2/Constants.pm cp lib/Net/SSH2/Listener.pm blib/lib/Net/SSH2/Listener.pm cp lib/Net/SSH2/Dir.pm blib/lib/Net/SSH2/Dir.pm cp lib/Net/SSH2/SFTP.pm blib/lib/Net/SSH2/SFTP.pm cp lib/Net/SSH2/File.pm blib/lib/Net/SSH2/File.pm cp lib/Net/SSH2.pm blib/lib/Net/SSH2.pm cp lib/Net/SSH2/Channel.pm blib/lib/Net/SSH2/Channel.pm mv SSH2.xsc SSH2.c gcc -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 -DPERL_GCC_PEDANTIC -std=c99 -pedantic-errors -Wno-long-long -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 -DVERSION=\"0.69\" -DXS_VERSION=\"0.69\" -fPIC "-I/usr/lib64/perl5/CORE" SSH2.c BUILDSTDERR: SSH2.xs: In function 'sv2iv_constant_or_croak': BUILDSTDERR: SSH2.xs:352:19: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: int type, i; BUILDSTDERR: ^ BUILDSTDERR: In file included from /usr/lib64/perl5/CORE/perl.h:5251, BUILDSTDERR: from SSH2.xs:8: BUILDSTDERR: SSH2.xs: In function 'cb_kbdint_response_callback': BUILDSTDERR: /usr/lib64/perl5/CORE/pp.h:145:16: warning: value computed is not used [-Wunused-value] BUILDSTDERR: #define POPs (*sp--) BUILDSTDERR: ~^~~~~~ BUILDSTDERR: SSH2.xs:524:13: note: in expansion of macro 'POPs' BUILDSTDERR: POPs; BUILDSTDERR: ^~~~ BUILDSTDERR: SSH2.xs: In function 'cb_ignore_callback': BUILDSTDERR: SSH2.xs:573:14: warning: variable 'ax' set but not used [-Wunused-but-set-variable] BUILDSTDERR: dSP; I32 ax; int count; BUILDSTDERR: ^~ BUILDSTDERR: SSH2.xs: In function 'cb_debug_callback': BUILDSTDERR: SSH2.xs:589:14: warning: variable 'ax' set but not used [-Wunused-but-set-variable] BUILDSTDERR: dSP; I32 ax; int count; BUILDSTDERR: ^~ BUILDSTDERR: SSH2.xs: In function 'cb_disconnect_callback': BUILDSTDERR: SSH2.xs:607:14: warning: variable 'ax' set but not used [-Wunused-but-set-variable] BUILDSTDERR: dSP; I32 ax; int count; BUILDSTDERR: ^~ BUILDSTDERR: SSH2.xs: In function 'cb_x11_open_callback': BUILDSTDERR: SSH2.xs:646:14: warning: variable 'ax' set but not used [-Wunused-but-set-variable] BUILDSTDERR: dSP; I32 ax; int count; BUILDSTDERR: ^~ BUILDSTDERR: In file included from SSH2.xs:8: BUILDSTDERR: SSH2.xs: In function 'openssl_threadid_func': BUILDSTDERR: /usr/lib64/perl5/CORE/perl.h:6241:12: warning: unused variable 'my_cxtp' [-Wunused-variable] BUILDSTDERR: my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] BUILDSTDERR: ^~~~~~~ BUILDSTDERR: /usr/lib64/perl5/CORE/perl.h:6241:12: note: in definition of macro 'dMY_CXT' BUILDSTDERR: my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] BUILDSTDERR: ^~~~~~~ BUILDSTDERR: SSH2.c: In function 'XS_Net__SSH2__new': BUILDSTDERR: SSH2.c:1166:6: warning: unused variable 'proto' [-Wunused-variable] BUILDSTDERR: SV* proto = ST(0) BUILDSTDERR: ^~~~~ BUILDSTDERR: SSH2.c: In function 'XS_Net__SSH2_auth_password': BUILDSTDERR: SSH2.xs:1204:12: warning: unused variable 'ok' [-Wunused-variable] BUILDSTDERR: int i, ok; BUILDSTDERR: ^~ BUILDSTDERR: SSH2.xs:1204:9: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: int i, ok; BUILDSTDERR: ^ BUILDSTDERR: SSH2.c: In function 'XS_Net__SSH2__poll': BUILDSTDERR: SSH2.c:2854:11: warning: unused variable 'ss' [-Wunused-variable] BUILDSTDERR: SSH2* ss = INT2PTR(SSH2 *, unwrap(ST(0), "Net::SSH2", "net_ss__poll")) BUILDSTDERR: ^~ BUILDSTDERR: SSH2.c: In function 'XS_Net__SSH2__Channel__setenv': BUILDSTDERR: SSH2.xs:1650:12: warning: unused variable 'success' [-Wunused-variable] BUILDSTDERR: int i, success = 0; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: SSH2.xs:1650:9: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: int i, success = 0; BUILDSTDERR: ^ BUILDSTDERR: SSH2.xs: In function 'XS_Net__SSH2__SFTP_open': BUILDSTDERR: SSH2.c:4090:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: SSH2.c:4090:33: note: in definition of macro 'XLATFLAG' BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: ^~ BUILDSTDERR: SSH2.c:4090:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: SSH2.c:4090:33: note: in definition of macro 'XLATFLAG' BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: ^~ BUILDSTDERR: SSH2.c:4090:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: SSH2.c:4090:33: note: in definition of macro 'XLATFLAG' BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: ^~ BUILDSTDERR: SSH2.c:4090:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: SSH2.c:4090:33: note: in definition of macro 'XLATFLAG' BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: ^~ BUILDSTDERR: SSH2.c:4090:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: SSH2.c:4090:33: note: in definition of macro 'XLATFLAG' BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: ^~ BUILDSTDERR: SSH2.c:4090:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: SSH2.c:4090:33: note: in definition of macro 'XLATFLAG' BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: ^~ BUILDSTDERR: SSH2.c:4090:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: SSH2.c:4090:33: note: in definition of macro 'XLATFLAG' BUILDSTDERR: l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ BUILDSTDERR: ^~ BUILDSTDERR: SSH2.c: In function 'XS_Net__SSH2__KnownHosts_writeline': BUILDSTDERR: SSH2.xs:2680:12: warning: unused variable 'buffer_len' [-Wunused-variable] BUILDSTDERR: STRLEN buffer_len; BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: At top level: BUILDSTDERR: SSH2.xs:831:1: warning: 'croak_last_error' defined but not used [-Wunused-function] BUILDSTDERR: croak_last_error(SSH2 *ss, const char *class, const char *method) { BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: SSH2.xs:777:13: warning: 'openssl_dynlocking_destroy_function' defined but not used [-Wunused-function] BUILDSTDERR: static void openssl_dynlocking_destroy_function(struct CRYPTO_dynlock_value *l, const char *file, int line) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: SSH2.xs:768:13: warning: 'openssl_dynlocking_lock_function' defined but not used [-Wunused-function] BUILDSTDERR: static void openssl_dynlocking_lock_function(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: SSH2.xs:759:37: warning: 'openssl_dynlocking_create_function' defined but not used [-Wunused-function] BUILDSTDERR: static struct CRYPTO_dynlock_value *openssl_dynlocking_create_function(const char *file, int line) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: SSH2.xs:747:13: warning: 'openssl_threadid_func' defined but not used [-Wunused-function] BUILDSTDERR: static void openssl_threadid_func(CRYPTO_THREADID *id) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: SSH2.xs:731:13: warning: 'openssl_locking_function' defined but not used [-Wunused-function] BUILDSTDERR: static void openssl_locking_function(int mode, int type, const char *file, int line) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Net/SSH2/SSH2.so 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 SSH2.o -o blib/arch/auto/Net/SSH2/SSH2.so \ -lssh2 -lz -lssl -lcrypto -lperl \ chmod 755 blib/arch/auto/Net/SSH2/SSH2.so Manifying 8 pod documents + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZW4n0z + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64 + cd Net-SSH2-0.69 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64 "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSH2.bs blib/arch/auto/Net/SSH2/SSH2.bs 644 Manifying 8 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/auto/Net/SSH2/SSH2.so Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/Listener.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/PublicKey.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/File.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/Constants.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/SFTP.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/Channel.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/Dir.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/KnownHosts.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/man/man3/Net::SSH2::KnownHosts.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/man/man3/Net::SSH2.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/man/man3/Net::SSH2::File.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/man/man3/Net::SSH2::Channel.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/man/man3/Net::SSH2::PublicKey.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/man/man3/Net::SSH2::Listener.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/man/man3/Net::SSH2::Dir.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/man/man3/Net::SSH2::SFTP.3pm + find /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64 -type f -name .packlist -delete + find /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64 -type f -name '*.bs' -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.69-4.fc30 --unique-debug-suffix -0.69-4.fc30.riscv64 --unique-debug-src-base perl-Net-SSH2-0.69-4.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Net-SSH2-0.69 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/auto/Net/SSH2/SSH2.so extracting debug info from /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/lib64/perl5/vendor_perl/auto/Net/SSH2/SSH2.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 951 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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.N8w9fq Processing files: perl-Net-SSH2-0.69-4.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9Lqeuj + umask 022 + cd /builddir/build/BUILD + cd Net-SSH2-0.69 + DOCDIR=/builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/doc/perl-Net-SSH2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/doc/perl-Net-SSH2 + cp -pr Changes /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/doc/perl-Net-SSH2 + cp -pr README /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/doc/perl-Net-SSH2 + cp -pr example /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64/usr/share/doc/perl-Net-SSH2 + 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"). Provides: perl(Net::SSH2) = 0.69 perl(Net::SSH2::Channel) perl(Net::SSH2::Constants) = 0.69 perl(Net::SSH2::Dir) perl(Net::SSH2::File) perl(Net::SSH2::KnownHosts) perl(Net::SSH2::Listener) perl(Net::SSH2::PublicKey) perl(Net::SSH2::SFTP) perl-Net-SSH2 = 0.69-4.fc30 perl-Net-SSH2(riscv-64) = 0.69-4.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libperl.so.5.28()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libssh2.so.1()(64bit) perl(:VERSION) >= 5.6.0 perl(Carp) perl(Errno) perl(Exporter) perl(File::Basename) perl(IO::File) perl(Net::SSH2::Channel) perl(Net::SSH2::Constants) perl(Net::SSH2::File) perl(Net::SSH2::KnownHosts) perl(Net::SSH2::Listener) perl(Net::SSH2::SFTP) perl(Socket) perl(XSLoader) perl(base) perl(strict) perl(warnings) perl(warnings::register) rtld(GNU_HASH) Recommends: perl(Term::ReadKey) Processing files: perl-Net-SSH2-debugsource-0.69-4.fc30.riscv64 Provides: perl-Net-SSH2-debugsource = 0.69-4.fc30 perl-Net-SSH2-debugsource(riscv-64) = 0.69-4.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Net-SSH2-debuginfo-0.69-4.fc30.riscv64 Provides: debuginfo(build-id) = 5cffa65dcd5db198d7559511dfbb06e159f6a849 perl-Net-SSH2-debuginfo = 0.69-4.fc30 perl-Net-SSH2-debuginfo(riscv-64) = 0.69-4.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Net-SSH2-debugsource(riscv-64) = 0.69-4.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64 Wrote: /builddir/build/RPMS/perl-Net-SSH2-0.69-4.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Net-SSH2-debugsource-0.69-4.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Net-SSH2-debuginfo-0.69-4.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8KI7Dq + umask 022 + cd /builddir/build/BUILD + cd Net-SSH2-0.69 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Net-SSH2-0.69-4.fc30.riscv64 + exit 0 Child return code was: 0