D: [iurt_root_command] chroot
Installing /home/iurt/rpmbuild/SRPMS/perl-Crypt-SSLeay-0.720.0-18.mga8.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7H2AO5
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Crypt-SSLeay-0.72
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Crypt-SSLeay-0.72.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd Crypt-SSLeay-0.72
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (0001-Do-not-use-SSLv2_client_method-with-OpenSSL-1.1.0.patch):'
Patch #0 (0001-Do-not-use-SSLv2_client_method-with-OpenSSL-1.1.0.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file SSLeay.xs
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Q3tjm3
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Crypt-SSLeay-0.72
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ export PERL_USE_UNSAFE_INC=1
+ PERL_USE_UNSAFE_INC=1
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ /usr/bin/perl Makefile.PL INSTALLDIRS=vendor

    *** THIS IS NOT AN ERROR, JUST A MESSAGE FOR YOUR INFORMATION ***

    Do you really need Crypt::SSLeay?

    Starting with version 6.02 of LWP, https support was unbundled into
    LWP::Protocol::https. This module specifies as one of its prerequisites
    IO::Socket::SSL which is automatically used by LWP::UserAgent unless
    this preference is overridden separately. IO::Socket::SSL is a more
    complete implementation, and, crucially, it allows hostname
    verification. Crypt::SSLeay does not support this. At this point,
    Crypt::SSLeay is maintained to support existing software that already
    depends on it.

    However, it is possible that your software does not really depend on
    Crypt::SSLeay, only on the ability of LWP::UserAgent class to
    communicate with sites over SSL/TLS.

    If are using version LWP 6.02 or later, and therefore have installed
    LWP::Protocol::https and its dependencies, and do not explicitly use
    Net::SSL before loading LWP::UserAgent, or override the default socket
    class, you are probably using IO::Socket::SSL and do not really need
    Crypt::SSLeay.

    Before installing Crypt::SSLeay, you may want to try specifying a
    dependency on LWP::Protocol::https.

================================================================================
Output from '/home/iurt/rpmbuild/BUILD/Crypt-SSLeay-0.72/openssl-version':
OpenSSL 1.1.1g  21 Apr 2020
1010107f
================================================================================
Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for -lssl32
Warning (mostly harmless): No library found for -lssleay32
Warning (mostly harmless): No library found for -leay32
Warning (mostly harmless): No library found for -llibeay32
Generating a Unix-style Makefile
Writing Makefile for Crypt::SSLeay
Writing MYMETA.yml and MYMETA.json
+ /usr/bin/make -O -j8 V=1 VERBOSE=1
Running Mkbootstrap for SSLeay ()
chmod 644 "SSLeay.bs"
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs 644
cp SSLeay.pm blib/lib/Crypt/SSLeay.pm
cp lib/Crypt/SSLeay/Conn.pm blib/lib/Crypt/SSLeay/Conn.pm
cp lib/Crypt/SSLeay/Err.pm blib/lib/Crypt/SSLeay/Err.pm
cp lib/Crypt/SSLeay/Version.pm blib/lib/Crypt/SSLeay/Version.pm
cp lib/Crypt/SSLeay/X509.pm blib/lib/Crypt/SSLeay/X509.pm
cp lib/Crypt/SSLeay/CTX.pm blib/lib/Crypt/SSLeay/CTX.pm
cp lib/Net/SSL.pm blib/lib/Net/SSL.pm
cp lib/Crypt/SSLeay/MainContext.pm blib/lib/Crypt/SSLeay/MainContext.pm
"/usr/bin/perl5.32.0" "/usr/share/perl5/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Crypt-SSLeay-0.72/typemap'  SSLeay.xs > SSLeay.xsc
mv SSLeay.xsc SSLeay.c
x86_64-mageia-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g   -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -fPIC "-I/usr/lib64/perl5/CORE"   SSLeay.c
SSLeay.xs: In function 'XS_Crypt__SSLeay__CTX_new':
SSLeay.xs:152:13: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations]
  152 |             ctx = SSL_CTX_new(SSLv3_client_method());
      |             ^~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from /usr/include/openssl/ssl.h:15,
                 from SSLeay.xs:35:
/usr/include/openssl/ssl.h:1869:1: note: declared here
 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
SSLeay.xs:160:13: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations]
  160 |             ctx = SSL_CTX_new(SSLv3_client_method());
      |             ^~~
In file included from /usr/include/multiarch-dispatch.h:80,
                 from /usr/include/openssl/opensslconf.h:2,
                 from /usr/include/openssl/e_os2.h:13,
                 from /usr/include/openssl/ssl.h:15,
                 from SSLeay.xs:35:
/usr/include/openssl/ssl.h:1869:1: note: declared here
 1869 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void))
      | ^~~~~~~~~~~~~~~~~~
rm -f blib/arch/auto/Crypt/SSLeay/SSLeay.so
x86_64-mageia-linux-gnu-gcc  -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -L/usr/local/lib64 -fstack-protector-strong  SSLeay.o  -o blib/arch/auto/Crypt/SSLeay/SSLeay.so  \
   -lssl -lcrypto -lz -lperl   \
  
chmod 755 blib/arch/auto/Crypt/SSLeay/SSLeay.so
Manifying 3 pod documents
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.slqxr5
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64
++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64
+ cd Crypt-SSLeay-0.72
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64 'INSTALL=/usr/bin/install -p'
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs 644
Manifying 3 pod documents
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/SSL.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/X509.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/CTX.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/Version.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/Conn.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/Err.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/Crypt/SSLeay/MainContext.pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/share/man/man3/Crypt::SSLeay::Version.3pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/share/man/man3/Net::SSL.3pm
Installing /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/share/man/man3/Crypt::SSLeay.3pm
Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/perllocal.pod
+ /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.720.0-18.mga8 --unique-debug-suffix -0.720.0-18.mga8.x86_64 --unique-debug-src-base perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Crypt-SSLeay-0.72

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so'; reason: Permission denied
objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Crypt/SSLeay/SSLeay.so'; reason: Permission denied
original debug info size: 164kB, size after compression: 164kB
/usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
105 blocks
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
*** WARNING: ./usr/lib64/perl5/vendor_perl/Net/SSL.pm is executable but has no shebang, removing executable bit
Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rXt4P3
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Crypt-SSLeay-0.72
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j8 V=1 VERBOSE=1 test
"/usr/bin/perl5.32.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl5.32.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-basic.t ..... ok
t/01-connect.t ... ok
# Reading configuration from 'test.config' on linux
# network_tests : 0
t/02-live.t ...... skipped: Network tests disabled
t/03-version.t ... ok
t/boilerplate.t .. ok
t/manifest.t ..... skipped: Author tests not required for installation
All tests successful.
Files=6, Tests=43,  1 wallclock secs ( 0.06 usr  0.00 sys +  0.65 cusr  0.08 csys =  0.79 CPU)
Result: PASS
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VgLzn6
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Crypt-SSLeay-0.72
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/share/doc/perl-Crypt-SSLeay
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/share/doc/perl-Crypt-SSLeay
+ cp -pr Changes /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/share/doc/perl-Crypt-SSLeay
+ cp -pr META.json /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/share/doc/perl-Crypt-SSLeay
+ cp -pr META.yml /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/share/doc/perl-Crypt-SSLeay
+ cp -pr MYMETA.yml /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/share/doc/perl-Crypt-SSLeay
+ cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/share/doc/perl-Crypt-SSLeay
+ cp -pr eg /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64/usr/share/doc/perl-Crypt-SSLeay
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: perl(Crypt::SSLeay) = 0.720.0 perl(Crypt::SSLeay::CTX) perl(Crypt::SSLeay::Conn) perl(Crypt::SSLeay::Err) perl(Crypt::SSLeay::MainContext) perl(Crypt::SSLeay::Version) perl(Crypt::SSLeay::X509) perl(Net::SSL) = 2.860.0 perl-Crypt-SSLeay = 0.720.0-18.mga8 perl-Crypt-SSLeay(x86-64) = 0.720.0-18.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libperl.so.5.32()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) perl(Carp) perl(Crypt::SSLeay) perl(Crypt::SSLeay::CTX) perl(Crypt::SSLeay::X509) perl(Exporter) perl(IO::Socket) perl(LWP::Protocol::https) >= 6.20.0 perl(MIME::Base64) perl(Socket) perl(strict) perl(vars) perl-base >= 2:5.32.0
Processing files: perl-Crypt-SSLeay-debugsource-0.720.0-18.mga8.x86_64
Provides: perl-Crypt-SSLeay-debugsource = 0.720.0-18.mga8 perl-Crypt-SSLeay-debugsource(x86-64) = 0.720.0-18.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: perl-Crypt-SSLeay-debuginfo-0.720.0-18.mga8.x86_64
Provides: debuginfo(build-id) = 9d46f17f26f3276437fdfd1f67bbb1c93bb9abe0 perl-Crypt-SSLeay-debuginfo = 0.720.0-18.mga8 perl-Crypt-SSLeay-debuginfo(x86-64) = 0.720.0-18.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: perl-Crypt-SSLeay-debugsource(x86-64) = 0.720.0-18.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Crypt-SSLeay-debugsource-0.720.0-18.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/x86_64/perl-Crypt-SSLeay-debuginfo-0.720.0-18.mga8.x86_64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.VkNr34
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd Crypt-SSLeay-0.72
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Crypt-SSLeay-0.720.0-18.mga8.x86_64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wkIqn2
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf Crypt-SSLeay-0.72
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!