Mock Version: 1.2.12 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-Net-SSH-Perl.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2859/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-Net-SSH-Perl.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: copr-builder-72710738.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/perl-Net-SSH-Perl-1.39-1.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-Net-SSH-Perl.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-2859/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-Net-SSH-Perl.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.52TSNx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Net-SSH-Perl + /usr/bin/mkdir -p Net-SSH-Perl + cd Net-SSH-Perl + /usr/bin/gzip -dc /builddir/build/SOURCES/Net-SSH-Perl-1.39.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -a Net-SSH-Perl-1.39/Changes Net-SSH-Perl-1.39/README Net-SSH-Perl-1.39/LICENSE Net-SSH-Perl-1.39/eg Net-SSH-Perl-1.39/ToDo . + chmod -c -x eg/cmd.pl eg/pscp eg/pssh eg/pssh-keygen eg/remoteinteract.pl eg/remoteinteract2.pl mode of 'eg/cmd.pl' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'eg/pscp' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'eg/pssh' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'eg/pssh-keygen' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) + mkdir --mode=0700 gnupghome ++ pwd + export GNUPGHOME=/builddir/build/BUILD/Net-SSH-Perl/gnupghome + GNUPGHOME=/builddir/build/BUILD/Net-SSH-Perl/gnupghome + gpg --import /builddir/build/SOURCES/BEE47E81.asc gpg: keyring `/builddir/build/BUILD/Net-SSH-Perl/gnupghome/secring.gpg' created gpg: keyring `/builddir/build/BUILD/Net-SSH-Perl/gnupghome/pubring.gpg' created gpg: /builddir/build/BUILD/Net-SSH-Perl/gnupghome/trustdb.gpg: trustdb created gpg: key BEE47E81: public key "Steffen Schwigon " imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.I2jeum + umask 022 + cd /builddir/build/BUILD + cd Net-SSH-Perl + cd Net-SSH-Perl-1.39 + echo 3 + echo 2 3 4 5 + perl Makefile.PL INSTALLDIRS=vendor This is Net::SSH::Perl. As of version 1.00, Net::SSH::Perl supports both the SSH1 and SSH2 protocols natively. The two protocols have different module prerequisitives, so you need to decide which protocol(s) you plan to use. If you use one or the other, only those modules for your chosen protocol will be installed; if you choose both, all of the supporting modules will be installed. Please choose the protocols you'd like to use from the following list ("Both" is the default). [1] SSH1 [2] SSH2 [3] Both SSH1 and SSH2 Which protocol(s) do you plan to use? [3] Some of the Net::SSH::Perl ciphers depend on a Crypt:: module from CPAN. You may already have the necessary modules installed, in which case you don't need to bother with this step. Otherwise you'll need to install at least one cipher to use Net::SSH::Perl. Please choose at least one from the following list (Crypt::IDEA is the default). [1] IDEA [2] DES [3] DES3 [4] Blowfish [5] RC4 Enter your choices, separated by spaces: [1] Checking for optional modules Checking if your kit is complete... Looks good Writing Makefile for Net::SSH::Perl + make -j2 cp lib/Net/SSH/Perl/Agent.pm blib/lib/Net/SSH/Perl/Agent.pm cp lib/Net/SSH/Perl/Auth/KeyboardInt.pm blib/lib/Net/SSH/Perl/Auth/KeyboardInt.pm cp lib/Net/SSH/Perl/Kex/DH14.pm blib/lib/Net/SSH/Perl/Kex/DH14.pm cp lib/Net/SSH/Perl/Util/RSA.pm blib/lib/Net/SSH/Perl/Util/RSA.pm cp lib/Net/SSH/Perl/AuthMgr.pm blib/lib/Net/SSH/Perl/AuthMgr.pm cp lib/Net/SSH/Perl/Auth/Rhosts.pm blib/lib/Net/SSH/Perl/Auth/Rhosts.pm cp lib/Net/SSH/Perl/Cipher/IDEA.pm blib/lib/Net/SSH/Perl/Cipher/IDEA.pm cp lib/Net/SSH/Perl/Util/Authfile.pm blib/lib/Net/SSH/Perl/Util/Authfile.pm cp lib/Net/SSH/Perl/Handle/SSH2.pm blib/lib/Net/SSH/Perl/Handle/SSH2.pm cp lib/Net/SSH/Perl/Util/SSH1MP.pm blib/lib/Net/SSH/Perl/Util/SSH1MP.pm cp lib/Net/SSH/Perl/Util/Hosts.pm blib/lib/Net/SSH/Perl/Util/Hosts.pm cp lib/Net/SSH/Perl/Auth.pm blib/lib/Net/SSH/Perl/Auth.pm cp lib/Net/SSH/Perl/Util/Term.pm blib/lib/Net/SSH/Perl/Util/Term.pm cp lib/Net/SSH/Perl/Cipher/CBC.pm blib/lib/Net/SSH/Perl/Cipher/CBC.pm cp lib/Net/SSH/Perl/Handle/SSH1.pm blib/lib/Net/SSH/Perl/Handle/SSH1.pm cp lib/Net/SSH/Perl/Comp.pm blib/lib/Net/SSH/Perl/Comp.pm cp lib/Net/SSH/Perl/Auth/PublicKey.pm blib/lib/Net/SSH/Perl/Auth/PublicKey.pm cp lib/Net/SSH/Perl/Kex.pm blib/lib/Net/SSH/Perl/Kex.pm cp lib/Net/SSH/Perl/Subsystem/Client.pm blib/lib/Net/SSH/Perl/Subsystem/Client.pm cp lib/Net/SSH/Perl/ChannelMgr.pm blib/lib/Net/SSH/Perl/ChannelMgr.pm cp lib/Net/SSH/Perl/Auth/RSA.pm blib/lib/Net/SSH/Perl/Auth/RSA.pm cp lib/Net/SSH/Perl/Cipher/CFB.pm blib/lib/Net/SSH/Perl/Cipher/CFB.pm cp lib/Net/SSH/Perl/Util/SSH1Misc.pm blib/lib/Net/SSH/Perl/Util/SSH1Misc.pm cp lib/Net/SSH/Perl/Comp/Zlib.pm blib/lib/Net/SSH/Perl/Comp/Zlib.pm cp lib/Net/SSH/Perl/Mac.pm blib/lib/Net/SSH/Perl/Mac.pm cp lib/Net/SSH/Perl/Kex/DH1.pm blib/lib/Net/SSH/Perl/Kex/DH1.pm cp lib/Net/SSH/Perl/SSH2.pm blib/lib/Net/SSH/Perl/SSH2.pm cp lib/Net/SSH/Perl/Kex/DH.pm blib/lib/Net/SSH/Perl/Kex/DH.pm cp lib/Net/SSH/Perl/Auth/Password.pm blib/lib/Net/SSH/Perl/Auth/Password.pm cp lib/Net/SSH/Perl/Key/RSA1.pm blib/lib/Net/SSH/Perl/Key/RSA1.pm cp lib/Net/SSH/Perl/Cipher/Blowfish.pm blib/lib/Net/SSH/Perl/Cipher/Blowfish.pm cp lib/Net/SSH/Perl/Auth/Rhosts_RSA.pm blib/lib/Net/SSH/Perl/Auth/Rhosts_RSA.pm cp lib/Net/SSH/Perl/Key.pm blib/lib/Net/SSH/Perl/Key.pm cp lib/Net/SSH/Perl/Buffer.pm blib/lib/Net/SSH/Perl/Buffer.pm cp lib/Net/SSH/Perl/Key/DSA.pm blib/lib/Net/SSH/Perl/Key/DSA.pm cp lib/Net/SSH/Perl/Cipher/DES3.pm blib/lib/Net/SSH/Perl/Cipher/DES3.pm cp lib/Net/SSH/Perl/Cipher/RC4.pm blib/lib/Net/SSH/Perl/Cipher/RC4.pm cp lib/Net/SSH/Perl/Util/Win32.pm blib/lib/Net/SSH/Perl/Util/Win32.pm cp lib/Net/SSH/Perl/Cipher.pm blib/lib/Net/SSH/Perl/Cipher.pm cp lib/Net/SSH/Perl/Config.pm blib/lib/Net/SSH/Perl/Config.pm cp lib/Net/SSH/Perl/Constants.pm blib/lib/Net/SSH/Perl/Constants.pm cp lib/Net/SSH/Perl/Subsystem/Server.pm blib/lib/Net/SSH/Perl/Subsystem/Server.pm cp lib/Net/SSH/Perl/Handle.pm blib/lib/Net/SSH/Perl/Handle.pm cp lib/Net/SSH/Perl/Util.pm blib/lib/Net/SSH/Perl/Util.pm cp lib/Net/SSH/Perl/Util/SSH2MP.pm blib/lib/Net/SSH/Perl/Util/SSH2MP.pm cp lib/Net/SSH/Perl.pm blib/lib/Net/SSH/Perl.pm cp lib/Net/SSH/Perl/Auth/ChallengeResponse.pm blib/lib/Net/SSH/Perl/Auth/ChallengeResponse.pm cp lib/Net/SSH/Perl/Auth/KeyboardInteractive.pm blib/lib/Net/SSH/Perl/Auth/KeyboardInteractive.pm cp lib/Net/SSH/Perl/Channel.pm blib/lib/Net/SSH/Perl/Channel.pm cp lib/Net/SSH/Perl/SSH1.pm blib/lib/Net/SSH/Perl/SSH1.pm cp lib/Net/SSH/Perl/Cipher/DES.pm blib/lib/Net/SSH/Perl/Cipher/DES.pm cp lib/Net/SSH/Perl/Packet.pm blib/lib/Net/SSH/Perl/Packet.pm cp lib/Net/SSH/Perl/Key/RSA.pm blib/lib/Net/SSH/Perl/Key/RSA.pm Manifying blib/man3/Net::SSH::Perl::Auth::KeyboardInt.3pm Manifying blib/man3/Net::SSH::Perl::Agent.3pm Manifying blib/man3/Net::SSH::Perl::Kex::DH14.3pm Manifying blib/man3/Net::SSH::Perl::Auth::Rhosts.3pm Manifying blib/man3/Net::SSH::Perl::AuthMgr.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::IDEA.3pm Manifying blib/man3/Net::SSH::Perl::Auth.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::CBC.3pm Manifying blib/man3/Net::SSH::Perl::Comp.3pm Manifying blib/man3/Net::SSH::Perl::Auth::PublicKey.3pm Manifying blib/man3/Net::SSH::Perl::Subsystem::Client.3pm Manifying blib/man3/Net::SSH::Perl::Kex.3pm Manifying blib/man3/Net::SSH::Perl::ChannelMgr.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::CFB.3pm Manifying blib/man3/Net::SSH::Perl::Auth::RSA.3pm Manifying blib/man3/Net::SSH::Perl::Comp::Zlib.3pm Manifying blib/man3/Net::SSH::Perl::Kex::DH1.3pm Manifying blib/man3/Net::SSH::Perl::Mac.3pm Manifying blib/man3/Net::SSH::Perl::SSH2.3pm Manifying blib/man3/Net::SSH::Perl::Kex::DH.3pm Manifying blib/man3/Net::SSH::Perl::Auth::Password.3pm Manifying blib/man3/Net::SSH::Perl::Key::RSA1.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::Blowfish.3pm Manifying blib/man3/Net::SSH::Perl::Auth::Rhosts_RSA.3pm Manifying blib/man3/Net::SSH::Perl::Key.3pm Manifying blib/man3/Net::SSH::Perl::Buffer.3pm Manifying blib/man3/Net::SSH::Perl::Key::DSA.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::DES3.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::RC4.3pm Manifying blib/man3/Net::SSH::Perl::Cipher.3pm Manifying blib/man3/Net::SSH::Perl::Constants.3pm Manifying blib/man3/Net::SSH::Perl::Config.3pm Manifying blib/man3/Net::SSH::Perl::Subsystem::Server.3pm Manifying blib/man3/Net::SSH::Perl::Util.3pm Manifying blib/man3/Net::SSH::Perl::Handle.3pm Manifying blib/man3/Net::SSH::Perl.3pm Manifying blib/man3/Net::SSH::Perl::Channel.3pm Manifying blib/man3/Net::SSH::Perl::SSH1.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::DES.3pm Manifying blib/man3/Net::SSH::Perl::Key::RSA.3pm Manifying blib/man3/Net::SSH::Perl::Packet.3pm /builddir/build/BUILD/Net-SSH-Perl + cd - + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pPqiId + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64 + cd Net-SSH-Perl + rm -rf /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64 + make -C Net-SSH-Perl-1.39 pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64 make: Entering directory `/builddir/build/BUILD/Net-SSH-Perl/Net-SSH-Perl-1.39' Manifying blib/man3/Net::SSH::Perl::Auth::KeyboardInt.3pm Manifying blib/man3/Net::SSH::Perl::Agent.3pm Manifying blib/man3/Net::SSH::Perl::Kex::DH14.3pm Manifying blib/man3/Net::SSH::Perl::Auth::Rhosts.3pm Manifying blib/man3/Net::SSH::Perl::AuthMgr.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::IDEA.3pm Manifying blib/man3/Net::SSH::Perl::Auth.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::CBC.3pm Manifying blib/man3/Net::SSH::Perl::Comp.3pm Manifying blib/man3/Net::SSH::Perl::Auth::PublicKey.3pm Manifying blib/man3/Net::SSH::Perl::Subsystem::Client.3pm Manifying blib/man3/Net::SSH::Perl::Kex.3pm Manifying blib/man3/Net::SSH::Perl::ChannelMgr.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::CFB.3pm Manifying blib/man3/Net::SSH::Perl::Auth::RSA.3pm Manifying blib/man3/Net::SSH::Perl::Comp::Zlib.3pm Manifying blib/man3/Net::SSH::Perl::Kex::DH1.3pm Manifying blib/man3/Net::SSH::Perl::Mac.3pm Manifying blib/man3/Net::SSH::Perl::SSH2.3pm Manifying blib/man3/Net::SSH::Perl::Kex::DH.3pm Manifying blib/man3/Net::SSH::Perl::Auth::Password.3pm Manifying blib/man3/Net::SSH::Perl::Key::RSA1.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::Blowfish.3pm Manifying blib/man3/Net::SSH::Perl::Auth::Rhosts_RSA.3pm Manifying blib/man3/Net::SSH::Perl::Key.3pm Manifying blib/man3/Net::SSH::Perl::Buffer.3pm Manifying blib/man3/Net::SSH::Perl::Key::DSA.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::DES3.3pm Manifying blib/man3/Net::SSH::Perl::Cipher::RC4.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Packet.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/SSH1.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Channel.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Util.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Handle.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Constants.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Config.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Cipher.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Buffer.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Key.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/SSH2.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Mac.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/ChannelMgr.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Kex.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Comp.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Auth.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/AuthMgr.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Agent.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Key/RSA.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Key/DSA.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Key/RSA1.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Comp/Zlib.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Subsystem/Server.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Subsystem/Client.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Handle/SSH1.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Handle/SSH2.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Cipher/DES.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Cipher/RC4.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Cipher/DES3.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Cipher/Blowfish.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Cipher/CFB.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Cipher/CBC.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Cipher/IDEA.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Util/SSH2MP.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Util/Win32.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Util/SSH1Misc.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Util/Term.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Util/Hosts.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Util/SSH1MP.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Util/Authfile.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Util/RSA.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Kex/DH.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Kex/DH1.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Kex/DH14.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Auth/KeyboardInteractive.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Auth/ChallengeResponse.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Auth/Rhosts_RSA.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Auth/Password.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Auth/RSA.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Auth/PublicKey.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Auth/Rhosts.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/perl5/vendor_perl/Net/SSH/Perl/Auth/KeyboardInt.pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Packet.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Key::RSA.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Cipher::DES.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::SSH1.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Channel.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Handle.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Util.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Subsystem::Server.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Config.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Constants.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Cipher.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Cipher::RC4.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Cipher::DES3.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Key::DSA.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Buffer.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Key.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Auth::Rhosts_RSA.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Cipher::Blowfish.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Key::RSA1.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Auth::Password.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Kex::DH.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::SSH2.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Mac.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Kex::DH1.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Comp::Zlib.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Auth::RSA.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Cipher::CFB.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::ChannelMgr.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Kex.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Subsystem::Client.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Auth::PublicKey.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Comp.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Cipher::CBC.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Auth.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Cipher::IDEA.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::AuthMgr.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Auth::Rhosts.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Kex::DH14.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Agent.3pm Installing /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/man/man3/Net::SSH::Perl::Auth::KeyboardInt.3pm make: Leaving directory `/builddir/build/BUILD/Net-SSH-Perl/Net-SSH-Perl-1.39' + find /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64 -type f -name .packlist -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/Net-SSH-Perl /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.4wqTR6 + umask 022 + cd /builddir/build/BUILD + cd Net-SSH-Perl ++ pwd + export GNUPGHOME=/builddir/build/BUILD/Net-SSH-Perl/gnupghome + GNUPGHOME=/builddir/build/BUILD/Net-SSH-Perl/gnupghome + cd Net-SSH-Perl-1.39 + LANG=en_US + make test TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=0 PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 33C9 A26A 2AB9 8219 7667 1073 481F 217B BEE4 7E81 t/00-signature.t ... ok t/01-compile.t ..... ok t/02-buffer.t ...... ok t/03-packet.t ...... ok t/04-config.t ...... ok t/05-cipher.t ...... ok t/06-auth.t ........ skipped: Test not enabled yet t/06-circular.t .... ok t/99-perlcritic.t .. skipped: Set the environment variable TEST_CRITIC to enable this test t/99-pod.t ......... skipped: Test not ready yet. t/99-spellcheck.t .. skipped: Set the environment variable TEST_SPELL to enable this test t/99-yaml.t ........ ok All tests successful. Files=12, Tests=107, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.40 cusr 0.06 csys = 0.50 CPU) Result: PASS + cd - /builddir/build/BUILD/Net-SSH-Perl + exit 0 Processing files: perl-Net-SSH-Perl-1.39-1.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1CTlN3 + umask 022 + cd /builddir/build/BUILD + cd Net-SSH-Perl + DOCDIR=/builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/doc/perl-Net-SSH-Perl-1.39 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/doc/perl-Net-SSH-Perl-1.39 + cp -pr Changes /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/doc/perl-Net-SSH-Perl-1.39 + cp -pr README /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/doc/perl-Net-SSH-Perl-1.39 + cp -pr eg /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/doc/perl-Net-SSH-Perl-1.39 + cp -pr ToDo /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/doc/perl-Net-SSH-Perl-1.39 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AS3UK0 + umask 022 + cd /builddir/build/BUILD + cd Net-SSH-Perl + LICENSEDIR=/builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/licenses/perl-Net-SSH-Perl-1.39 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/licenses/perl-Net-SSH-Perl-1.39 + cp -pr LICENSE /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64/usr/share/licenses/perl-Net-SSH-Perl-1.39 + exit 0 Provides: perl(Net::SSH::Perl) = 1.39 perl(Net::SSH::Perl::Agent) perl(Net::SSH::Perl::Auth) perl(Net::SSH::Perl::Auth::ChallengeResponse) perl(Net::SSH::Perl::Auth::KeyboardInt) perl(Net::SSH::Perl::Auth::KeyboardInteractive) perl(Net::SSH::Perl::Auth::Password) perl(Net::SSH::Perl::Auth::PublicKey) perl(Net::SSH::Perl::Auth::RSA) perl(Net::SSH::Perl::Auth::Rhosts) perl(Net::SSH::Perl::Auth::Rhosts_RSA) perl(Net::SSH::Perl::AuthMgr) perl(Net::SSH::Perl::Buffer) perl(Net::SSH::Perl::Channel) perl(Net::SSH::Perl::ChannelMgr) perl(Net::SSH::Perl::Cipher) perl(Net::SSH::Perl::Cipher::Blowfish) perl(Net::SSH::Perl::Cipher::CBC) perl(Net::SSH::Perl::Cipher::CFB) perl(Net::SSH::Perl::Cipher::DES) perl(Net::SSH::Perl::Cipher::DES3) perl(Net::SSH::Perl::Cipher::DES3::EDE3) perl(Net::SSH::Perl::Cipher::IDEA) perl(Net::SSH::Perl::Cipher::RC4) perl(Net::SSH::Perl::Comp) perl(Net::SSH::Perl::Comp::Zlib) perl(Net::SSH::Perl::Config) perl(Net::SSH::Perl::Constants) perl(Net::SSH::Perl::Handle) perl(Net::SSH::Perl::Handle::SSH1) perl(Net::SSH::Perl::Handle::SSH2) perl(Net::SSH::Perl::Kex) perl(Net::SSH::Perl::Kex::DH) perl(Net::SSH::Perl::Kex::DH1) perl(Net::SSH::Perl::Kex::DH14) perl(Net::SSH::Perl::Key) perl(Net::SSH::Perl::Key::DSA) perl(Net::SSH::Perl::Key::RSA) perl(Net::SSH::Perl::Key::RSA1) perl(Net::SSH::Perl::Mac) perl(Net::SSH::Perl::Mac::MD5) perl(Net::SSH::Perl::Mac::SHA1) perl(Net::SSH::Perl::Packet) perl(Net::SSH::Perl::SSH1) perl(Net::SSH::Perl::SSH2) perl(Net::SSH::Perl::Subsystem::Client) perl(Net::SSH::Perl::Subsystem::Server) perl(Net::SSH::Perl::Util) perl(Net::SSH::Perl::Util::Authfile) perl(Net::SSH::Perl::Util::Hosts) perl(Net::SSH::Perl::Util::RSA) perl(Net::SSH::Perl::Util::SSH1MP) perl(Net::SSH::Perl::Util::SSH1Misc) perl(Net::SSH::Perl::Util::SSH2MP) perl(Net::SSH::Perl::Util::Term) perl(Net::SSH::Perl::Util::Win32) perl-Net-SSH-Perl = 1.39-1.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: perl(Carp) perl(Compress::Zlib) perl(Convert::PEM) perl(Crypt::DES) perl(Crypt::DH) perl(Crypt::DSA) perl(Crypt::DSA::Key) perl(Crypt::DSA::Signature) perl(Crypt::RSA) perl(Crypt::RSA::Key) perl(Crypt::RSA::Key::Private) perl(Crypt::RSA::Key::Public) perl(Crypt::RSA::Primitives) perl(Crypt::RSA::SS::PKCS1v15) perl(Digest::HMAC_MD5) perl(Digest::HMAC_SHA1) perl(Digest::MD5) perl(Digest::SHA1) perl(Errno) perl(Exporter) perl(Fcntl) perl(File::HomeDir) perl(File::Spec::Functions) perl(IO::Select) perl(IO::Socket) perl(MIME::Base64) perl(Math::GMP) perl(Math::Pari) perl(Net::SSH::Perl) perl(Net::SSH::Perl::Agent) perl(Net::SSH::Perl::Auth) perl(Net::SSH::Perl::AuthMgr) perl(Net::SSH::Perl::Buffer) perl(Net::SSH::Perl::Channel) perl(Net::SSH::Perl::ChannelMgr) perl(Net::SSH::Perl::Cipher) perl(Net::SSH::Perl::Cipher::CBC) perl(Net::SSH::Perl::Cipher::CFB) perl(Net::SSH::Perl::Comp) perl(Net::SSH::Perl::Config) perl(Net::SSH::Perl::Constants) perl(Net::SSH::Perl::Kex) perl(Net::SSH::Perl::Kex::DH) perl(Net::SSH::Perl::Kex::DH1) perl(Net::SSH::Perl::Kex::DH14) perl(Net::SSH::Perl::Key) perl(Net::SSH::Perl::Key::RSA1) perl(Net::SSH::Perl::Mac) perl(Net::SSH::Perl::Packet) perl(Net::SSH::Perl::Util) perl(POSIX) perl(Scalar::Util) perl(Socket) perl(String::CRC32) perl(Symbol) perl(Sys::Hostname) perl(Tie::Handle) perl(base) perl(constant) perl(if) perl(strict) perl(vars) perl(warnings) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-72710738.novalocal Wrote: /builddir/build/RPMS/perl-Net-SSH-Perl-1.39-1.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CU3ZLY + umask 022 + cd /builddir/build/BUILD + cd Net-SSH-Perl + rm -rf /builddir/build/BUILDROOT/perl-Net-SSH-Perl-1.39-1.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->