Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Net-SSH2.spec'], chrootPath='/var/lib/mock/f33-build-447375-63364/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-Net-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'} and shell False sh: perl: command not found Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1609718400 Wrote: /builddir/build/SRPMS/perl-Net-SSH2-0.72-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Net-SSH2.spec'], chrootPath='/var/lib/mock/f33-build-447375-63364/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-Net-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'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1609718400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QzhSoB + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Net-SSH2-0.72 + /usr/bin/gzip -dc /builddir/build/SOURCES/Net-SSH2-0.72.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-SSH2-0.72 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -r inc + perl -i -ne 'print $_ unless m{^inc/}' MANIFEST + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1Zx5qD + umask 022 + cd /builddir/build/BUILD + cd Net-SSH2-0.72 + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' NO_PACKLIST=1 NO_PERLLOCAL=1 include /builddir/build/BUILD/Net-SSH2-0.72/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, use the crypto_backend option when calling Makefile.PL, e.g.: perl Makefile.PL crypto_backend=gcrypt include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm Looking for libraries... include inc/Module/Install/CheckLib.pm Extra directories created under inc/ Copied Devel::CheckLib to inc/ directory Analyzing file assertlib4AgGs9RJ Library ssh2 found in standard place Detected crypto backend: openssl crypto backend set to openssl Library z found in standard place Library ssl found in standard place Library crypto found in standard place WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules. 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 + /usr/bin/make -O -j4 V=1 VERBOSE=1 Running Mkbootstrap for SSH2 () 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.pm blib/lib/Net/SSH2.pm cp lib/Net/SSH2/SFTP.pm blib/lib/Net/SSH2/SFTP.pm cp lib/Net/SSH2/PublicKey.pm blib/lib/Net/SSH2/PublicKey.pm cp lib/Net/SSH2/Listener.pm blib/lib/Net/SSH2/Listener.pm cp lib/Net/SSH2/KnownHosts.pm blib/lib/Net/SSH2/KnownHosts.pm cp lib/Net/SSH2/File.pm blib/lib/Net/SSH2/File.pm cp lib/Net/SSH2/Dir.pm blib/lib/Net/SSH2/Dir.pm cp lib/Net/SSH2/Constants.pm blib/lib/Net/SSH2/Constants.pm cp lib/Net/SSH2/Channel.pm blib/lib/Net/SSH2/Channel.pm "/usr/bin/perl" "-Iinc" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Net-SSH2-0.72/typemap' SSH2.xs > SSH2.xsc mv SSH2.xsc SSH2.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -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 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -fPIC "-I/usr/lib64/perl5/CORE" SSH2.c SSH2.xs: In function 'sv2iv_constant_or_croak': SSH2.xs:354:19: warning: unused variable 'i' [-Wunused-variable] 354 | int type, i; | ^ In file included from /usr/lib64/perl5/CORE/perl.h:5544, from SSH2.xs:8: SSH2.xs: In function 'cb_kbdint_response_callback': /usr/lib64/perl5/CORE/pp.h:145:16: warning: value computed is not used [-Wunused-value] 145 | #define POPs (*sp--) | ~^~~~~~ SSH2.xs:526:13: note: in expansion of macro 'POPs' 526 | POPs; | ^~~~ SSH2.xs: In function 'cb_ignore_callback': SSH2.xs:575:14: warning: variable 'ax' set but not used [-Wunused-but-set-variable] 575 | dSP; I32 ax; int count; | ^~ SSH2.xs: In function 'cb_debug_callback': SSH2.xs:591:14: warning: variable 'ax' set but not used [-Wunused-but-set-variable] 591 | dSP; I32 ax; int count; | ^~ SSH2.xs: In function 'cb_disconnect_callback': SSH2.xs:609:14: warning: variable 'ax' set but not used [-Wunused-but-set-variable] 609 | dSP; I32 ax; int count; | ^~ SSH2.xs: In function 'cb_x11_open_callback': SSH2.xs:648:14: warning: variable 'ax' set but not used [-Wunused-but-set-variable] 648 | dSP; I32 ax; int count; | ^~ In file included from SSH2.xs:8: SSH2.xs: In function 'openssl_threadid_func': /usr/lib64/perl5/CORE/perl.h:7074:12: warning: unused variable 'my_cxtp' [-Wunused-variable] 7074 | my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] | ^~~~~~~ /usr/lib64/perl5/CORE/perl.h:7074:12: note: in definition of macro 'dMY_CXT' 7074 | my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] | ^~~~~~~ SSH2.c: In function 'XS_Net__SSH2__new': SSH2.c:1168:6: warning: unused variable 'proto' [-Wunused-variable] 1168 | SV* proto = ST(0) | ^~~~~ SSH2.c: In function 'XS_Net__SSH2_auth_password': SSH2.xs:1206:12: warning: unused variable 'ok' [-Wunused-variable] 1206 | int i, ok; | ^~ SSH2.xs:1206:9: warning: unused variable 'i' [-Wunused-variable] 1206 | int i, ok; | ^ SSH2.c: In function 'XS_Net__SSH2__poll': SSH2.c:2856:11: warning: unused variable 'ss' [-Wunused-variable] 2856 | SSH2* ss = INT2PTR(SSH2 *, unwrap(ST(0), "Net::SSH2", "net_ss__poll")) | ^~ SSH2.c: In function 'XS_Net__SSH2__Channel__setenv': SSH2.xs:1652:12: warning: unused variable 'success' [-Wunused-variable] 1652 | int i, success = 0; | ^~~~~~~ SSH2.xs:1652:9: warning: unused variable 'i' [-Wunused-variable] 1652 | int i, success = 0; | ^ SSH2.xs: In function 'XS_Net__SSH2__SFTP_open': SSH2.c:4092:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ SSH2.c:4092:33: note: in definition of macro 'XLATFLAG' 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ | ^~ SSH2.c:4092:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ SSH2.c:4092:33: note: in definition of macro 'XLATFLAG' 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ | ^~ SSH2.c:4092:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ SSH2.c:4092:33: note: in definition of macro 'XLATFLAG' 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ | ^~ SSH2.c:4092:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ SSH2.c:4092:33: note: in definition of macro 'XLATFLAG' 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ | ^~ SSH2.c:4092:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ SSH2.c:4092:33: note: in definition of macro 'XLATFLAG' 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ | ^~ SSH2.c:4092:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ SSH2.c:4092:33: note: in definition of macro 'XLATFLAG' 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ | ^~ SSH2.c:4092:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ SSH2.c:4092:33: note: in definition of macro 'XLATFLAG' 4092 | l_flags == 0 && posix == 0 && flags == posix /* 0-valued flag */) { \ | ^~ SSH2.c: In function 'XS_Net__SSH2__KnownHosts_writeline': SSH2.xs:2682:12: warning: unused variable 'buffer_len' [-Wunused-variable] 2682 | STRLEN buffer_len; | ^~~~~~~~~~ At top level: SSH2.xs:833:1: warning: 'croak_last_error' defined but not used [-Wunused-function] 833 | croak_last_error(SSH2 *ss, const char *class, const char *method) { | ^~~~~~~~~~~~~~~~ SSH2.xs:779:13: warning: 'openssl_dynlocking_destroy_function' defined but not used [-Wunused-function] 779 | static void openssl_dynlocking_destroy_function(struct CRYPTO_dynlock_value *l, const char *file, int line) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SSH2.xs:770:13: warning: 'openssl_dynlocking_lock_function' defined but not used [-Wunused-function] 770 | static void openssl_dynlocking_lock_function(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SSH2.xs:761:37: warning: 'openssl_dynlocking_create_function' defined but not used [-Wunused-function] 761 | static struct CRYPTO_dynlock_value *openssl_dynlocking_create_function(const char *file, int line) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SSH2.xs:749:13: warning: 'openssl_threadid_func' defined but not used [-Wunused-function] 749 | static void openssl_threadid_func(CRYPTO_THREADID *id) | ^~~~~~~~~~~~~~~~~~~~~ SSH2.xs:733:13: warning: 'openssl_locking_function' defined but not used [-Wunused-function] 733 | static void openssl_locking_function(int mode, int type, const char *file, int line) | ^~~~~~~~~~~~~~~~~~~~~~~~ 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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rbCM5C + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64 + cd Net-SSH2-0.72 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64 'INSTALL=/usr/bin/install -p' "/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.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Net/SSH2/SSH2.so Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/Channel.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/PublicKey.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/SFTP.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/KnownHosts.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/File.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/Listener.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/Dir.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/Net/SSH2/Constants.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/share/man/man3/Net::SSH2::Channel.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/share/man/man3/Net::SSH2::Dir.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/share/man/man3/Net::SSH2::Listener.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/share/man/man3/Net::SSH2::PublicKey.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/share/man/man3/Net::SSH2::File.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/share/man/man3/Net::SSH2::KnownHosts.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/share/man/man3/Net::SSH2.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/share/man/man3/Net::SSH2::SFTP.3pm + find /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.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.72-1.fc33.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.72-1.fc33 --unique-debug-suffix -0.72-1.fc33.riscv64 --unique-debug-src-base perl-Net-SSH2-0.72-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Net-SSH2-0.72 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Net/SSH2/SSH2.so extracting debug info from /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/Net/SSH2/SSH2.so original debug info size: 1196kB, size after compression: 1184kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 599 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZVBCRA + umask 022 + cd /builddir/build/BUILD + cd Net-SSH2-0.72 + make test "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSH2.bs blib/arch/auto/Net/SSH2/SSH2.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t # libssh2 version: 1.9.0 t/Net-SSH2.t .. ok All tests successful. Files=1, Tests=15, 5 wallclock secs ( 0.73 usr 0.10 sys + 3.78 cusr 0.88 csys = 5.49 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-Net-SSH2-0.72-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.3NLwuz + umask 022 + cd /builddir/build/BUILD + cd Net-SSH2-0.72 + DOCDIR=/builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.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.72-1.fc33.riscv64/usr/share/doc/perl-Net-SSH2 + cp -pr Changes /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/share/doc/perl-Net-SSH2 + cp -pr README.pod /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/share/doc/perl-Net-SSH2 + cp -pr example /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64/usr/share/doc/perl-Net-SSH2 + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(Net::SSH2) = 0.72 perl(Net::SSH2::Channel) perl(Net::SSH2::Constants) = 0.72 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.72-1.fc33 perl-Net-SSH2(riscv-64) = 0.72-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libperl.so.5.32()(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.72-1.fc33.riscv64 Provides: perl-Net-SSH2-debugsource = 0.72-1.fc33 perl-Net-SSH2-debugsource(riscv-64) = 0.72-1.fc33 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.72-1.fc33.riscv64 Provides: debuginfo(build-id) = 1f6eced83f950a91ee0dd41ddb31709e65a24d57 perl-Net-SSH2-debuginfo = 0.72-1.fc33 perl-Net-SSH2-debuginfo(riscv-64) = 0.72-1.fc33 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.72-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64 Wrote: /builddir/build/RPMS/perl-Net-SSH2-0.72-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Net-SSH2-debuginfo-0.72-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-Net-SSH2-debugsource-0.72-1.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vyKDjD + umask 022 + cd /builddir/build/BUILD + cd Net-SSH2-0.72 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Net-SSH2-0.72-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0