D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/perl-Net-Curl-0.440.0-1.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lbQAaa + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf Net-Curl-0.44 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/Net-Curl-0.44.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-Curl-0.44 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/perl-Net-Curl-fix-CURL_STRICTER-undeclared.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HQCRTa + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-Curl-0.44 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor pkgconfig failed: Can't locate ExtUtils/PkgConfig.pm in @INC (you may need to install the ExtUtils::PkgConfig module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5/5.30 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at Makefile.PL line 40. Using curl-config script. Found libcurl version 7.70.0 Reading /usr/include/curl/curl.h (gcc -E /usr/include/curl/curl.h) Skipping '#define CURLINC_CURL_H': does not define a symbol at Makefile.PL line 320, line 2. Skipping '#define CURL_STRICTER': does not define a symbol at Makefile.PL line 320, line 34. Skipping '#define CURL_WIN32': does not define a symbol at Makefile.PL line 320, line 46. Skipping '# define CURL_EXTERN': does not define a symbol at Makefile.PL line 320, line 116. Skipping '# define CURL_EXTERN': does not define a symbol at Makefile.PL line 320, line 128. Skipping '#define CURL_DID_MEMORY_FUNC_TYPEDEFS': does not define a symbol at Makefile.PL line 320, line 452. Reading /usr/include/curl/multi.h (gcc -E /usr/include/curl/multi.h) Skipping '#define CURLINC_MULTI_H': does not define a symbol at Makefile.PL line 320, line 2. CURL_VERSION_ESNI missing CURLPROTO_MQTT unexpected CURLSSLOPT_REVOKE_BEST_EFFORT unexpected CURLVERSION_SEVENTH unexpected -> found 910 constants (should be 908) Writing const-defenums-h.inc Writing const-curl-xs.inc Writing const-easy-xs.inc Writing const-form-xs.inc Writing const-multi-xs.inc Writing const-share-xs.inc Writing curl-Easy-c.inc Writing curl-Easy-xs.inc Writing curl-Form-c.inc Writing curl-Form-xs.inc Writing curl-Multi-c.inc Writing curl-Multi-xs.inc Writing curl-Share-c.inc Writing curl-Share-xs.inc Writing lib/Net/Curl/examples.pod <- examples/01-curl-transport.pl <- examples/02-multi-simple.pl <- examples/03-multi-event.pl <- examples/04-share-threads.pl <- examples/05-irssi-downloader.pl Writing lib/Net/Curl/Compat.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Curl Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' Running Mkbootstrap for Curl () chmod 644 "Curl.bs" "/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curl.bs blib/arch/auto/Net/Curl/Curl.bs 644 cp lib/Net/Curl/Share.pm blib/lib/Net/Curl/Share.pm cp lib/Net/Curl/Compat.pm blib/lib/Net/Curl/Compat.pm cp lib/Net/Curl.pm blib/lib/Net/Curl.pm cp lib/Net/Curl/examples.pod blib/lib/Net/Curl/examples.pod cp lib/Net/Curl/Form.pm blib/lib/Net/Curl/Form.pm cp lib/Net/Curl/Multi.pm blib/lib/Net/Curl/Multi.pm cp lib/Net/Curl/Easy.pm blib/lib/Net/Curl/Easy.pm "/usr/bin/perl5.30.2" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/iurt/rpmbuild/BUILD/Net-Curl-0.44/typemap' Curl.xs > Curl.xsc mv Curl.xsc Curl.c 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 -Wall -Wno-unknown-pragmas -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.44\" -DXS_VERSION=\"0.44\" -fPIC "-I/usr/lib64/perl5/CORE" Curl.c ./curl-Easy-xs.inc: In function 'XS_Net__Curl__Easy_pause': ./curl-Easy-xs.inc:524:26: warning: passing argument 1 of 'curl_easy_pause' from incompatible pointer type [-Wincompatible-pointer-types] 524 | ret = curl_easy_pause( easy, bitmask ); | ^~~~ | | | Net__Curl__Easy {aka struct perl_curl_easy_s *} In file included from Curl.xs:21: /usr/include/curl/curl.h:2863:44: note: expected 'CURL *' {aka 'struct Curl_easy *'} but argument is of type 'Net__Curl__Easy' {aka 'struct perl_curl_easy_s *'} 2863 | CURL_EXTERN CURLcode curl_easy_pause(CURL *handle, int bitmask); | ~~~~~~^~~~~~ rm -f blib/arch/auto/Net/Curl/Curl.so 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 Curl.o -o blib/arch/auto/Net/Curl/Curl.so \ -lcurl -lperl \ chmod 755 blib/arch/auto/Net/Curl/Curl.so Manifying 7 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eCRRdc + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64 + cd Net-Curl-0.44 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curl.bs blib/arch/auto/Net/Curl/Curl.bs 644 Manifying 7 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/Curl/Curl.so Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Curl.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Curl/examples.pod Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Curl/Share.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Curl/Multi.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Curl/Compat.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Curl/Form.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/Net/Curl/Easy.pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/share/man/man3/Net::Curl::Easy.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/share/man/man3/Net::Curl.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/share/man/man3/Net::Curl::Multi.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/share/man/man3/Net::Curl::examples.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/share/man/man3/Net::Curl::Compat.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/share/man/man3/Net::Curl::Form.3pm Installing /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/share/man/man3/Net::Curl::Share.3pm Appending installation info to /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/perllocal.pod + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.440.0-1.mga8 --unique-debug-suffix -0.440.0-1.mga8.x86_64 --unique-debug-src-base perl-Net-Curl-0.440.0-1.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/Net-Curl-0.44 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/Curl/Curl.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/Curl/Curl.so objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/Curl/Curl.so'; reason: Permission denied objcopy: unable to copy file '/home/iurt/rpmbuild/BUILDROOT/perl-Net-Curl-0.440.0-1.mga8.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/Curl/Curl.so'; reason: Permission denied original debug info size: 348kB, size after compression: 340kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 498 blocks + '[' -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/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.783gOc + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd Net-Curl-0.44 + '[' 1 -eq 1 ']' + rm -f t/old-10errbuf.t t/old-22sendrecv.t + make test "/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curl.bs blib/arch/auto/Net/Curl/Curl.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.30.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # libcurl # version(): # libcurl/7.70.0 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh/0.9.3/gnutls/zlib nghttp2/1.40.0 # version_info(): # {age} = 6; # {ares_num} = 0; # {features} = # | CURL_VERSION_IPV6 (1<<0) # | CURL_VERSION_SSL (1<<2) # | CURL_VERSION_LIBZ (1<<3) # | CURL_VERSION_NTLM (1<<4) # | CURL_VERSION_ASYNCHDNS (1<<7) # | CURL_VERSION_SPNEGO (1<<8) # | CURL_VERSION_LARGEFILE (1<<9) # | CURL_VERSION_IDN (1<<10) # | CURL_VERSION_TLSAUTH_SRP (1<<14) # | CURL_VERSION_NTLM_WB (1<<15) # | CURL_VERSION_HTTP2 (1<<16) # | CURL_VERSION_GSSAPI (1<<17) # | CURL_VERSION_KERBEROS5 (1<<18) # | CURL_VERSION_UNIX_SOCKETS (1<<19) # | CURL_VERSION_PSL (1<<20) # | CURL_VERSION_HTTPS_PROXY (1<<21) # | CURL_VERSION_BROTLI (1<<23); # missing features = # | CURL_VERSION_KERBEROS4 (1<<1) # | CURL_VERSION_GSSNEGOTIATE (1<<5) # | CURL_VERSION_DEBUG (1<<6) # | CURL_VERSION_SSPI (1<<11) # | CURL_VERSION_CONV (1<<12) # | CURL_VERSION_CURLDEBUG (1<<13) # | CURL_VERSION_MULTI_SSL (1<<22) # | CURL_VERSION_ALTSVC (1<<24) # | CURL_VERSION_HTTP3 (1<<25); # {host} = 'x86_64-mageia-linux-gnu'; # {iconv_ver_num} = 0; # {libidn} = '2.3.0'; # {libssh_version} = 'libssh/0.9.3/gnutls/zlib'; # {libz_version} = '1.2.11'; # {protocols} = dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp; # {ssl_version} = 'OpenSSL/1.1.1g'; # {ssl_version_num} = 0; # {version} = '7.70.0'; # {version_num} = 0x074600; # build version: # LIBCURL_COPYRIGHT = '1996 - 2020 Daniel Stenberg, .' # LIBCURL_VERSION = '7.70.0' # LIBCURL_VERSION_NUM = 0x074600 # LIBCURL_VERSION_MAJOR = 7 # LIBCURL_VERSION_MINOR = 70 # LIBCURL_VERSION_PATCH = 0 # LIBCURL_TIMESTAMP = '2020-04-29' t/00-info.t ................................ ok # Failed test 'CURL_VERSION_ESNI constant can be retrieved' # at t/01-constants.t line 51. # got: 'Undefined subroutine &main::CURL_VERSION_ESNI called at (eval 3594) line 1. # ' # expected: '' # Failed test 'CURL_VERSION_ESNI is defined' # at t/01-constants.t line 52. # Failed test 'CURL_VERSION_ESNI value is an integer' # at t/01-constants.t line 53. # undef # doesn't match '(?^:^-?\d+$)' # Looks like you failed 3 tests of 2746. t/01-constants.t ........................... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/2746 subtests # LIBCURL_VERSION: 476672 t/02-methods.t ............................. ok t/03-cookies.t ............................. ok t/40-callback-opensocket.t ................. ok t/50-crash-lastref.t ....................... ok t/51-crash-destroy-with-callbacks.t ........ skipped: This test requires reliable Internet connection. Set AUTOMATED_TESTING env variable to run this test. t/52-alter-base.t .......................... ok t/53-crash-destroy-with-callbacks-multi.t .. skipped: This test requires reliable Internet connection. Set AUTOMATED_TESTING env variable to run this test. t/54-crash-getinfo-slist.t ................. ok t/55-crash-reset.t ......................... ok t/60-multi-wait.t .......................... ok t/61-multi-wait-other.t .................... ok t/70-escape-unescape.t ..................... ok t/96-leak.t ................................ skipped: Devel::Leak required t/99-symbols.t ............................. skipped: Author test. Set $ENV{AUTHOR_TESTING} to a true value to run. t/author-critic.t .......................... skipped: these tests are for testing by the author t/cleanup.t ................................ ok # Failed test 'CURL_VERSION_ESNI is defined alright - Invalid argument' # at t/compat-00constants.t line 63. # Looks like you failed 1 test of 908. t/compat-00constants.t ..................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/908 subtests t/compat-01basic.t ......................... ok t/compat-02callbacks.t ..................... ok t/compat-04abort-test.t .................... ok t/compat-05progress.t ...................... ok t/compat-08ssl.t ........................... skipped: Not that useful test. Set $ENV{EXTENDED_TESTING} to a true value to run. # DNS LOOKUP time is 4.5e-05 @ linux t/compat-09times.t ......................... ok t/compat-10errbuf.t ........................ ok t/compat-14duphandle.t ..................... ok t/compat-15duphandle-callback.t ............ ok t/compat-18twinhandles.t ................... ok t/compat-19multi.t ......................... ok t/compat-20undefined_subs.t ................ ok t/compat-21write-to-scalar.t ............... ok t/old-01basic.t ............................ ok t/old-02-form.t ............................ ok t/old-02callbacks.t ........................ ok t/old-04abort-test.t ....................... ok t/old-05progress.t ......................... ok t/old-06http-post.t ........................ skipped: Not performing http POST/upload tests t/old-07ftp-upload.t ....................... skipped: Not performing ftp upload tests t/old-08ssl.t .............................. skipped: Not that useful test. Set $ENV{EXTENDED_TESTING} to a true value to run. # DNS LOOKUP time is 3.8e-05 @ linux t/old-09times.t ............................ ok t/old-14duphandle.t ........................ ok t/old-15duphandle-callback.t ............... ok t/old-16formpost.t ......................... skipped: Not performing POST t/old-17slist.t ............................ skipped: Not performing printenv cgi tests t/old-18twinhandles.t ...................... ok t/old-19multi.t ............................ ok t/old-20undefined_subs.t ................... ok t/old-21write-to-scalar.t .................. ok t/old-23socket-action.t .................... ok t/old-24-multi-refcount.t .................. ok t/old-25xrefinfo.t ......................... ok t/release-consistent-version.t ............. skipped: these tests are for release candidate testing t/release-cpan-changes.t ................... skipped: these tests are for release candidate testing t/release-dist-manifest.t .................. skipped: these tests are for release candidate testing t/release-distmeta.t ....................... skipped: these tests are for release candidate testing t/release-kwalitee.t ....................... skipped: these tests are for release candidate testing t/release-minimum-version.t ................ skipped: these tests are for release candidate testing t/release-mojibake.t ....................... skipped: these tests are for release candidate testing t/release-pod-coverage.t ................... skipped: these tests are for release candidate testing t/release-pod-linkcheck.t .................. skipped: these tests are for release candidate testing t/release-pod-syntax.t ..................... skipped: these tests are for release candidate testing t/release-portability.t .................... skipped: these tests are for release candidate testing t/release-test-version.t ................... skipped: these tests are for release candidate testing t/release-unused-vars.t .................... skipped: these tests are for release candidate testing Test Summary Report ------------------- t/01-constants.t (Wstat: 768 Tests: 2746 Failed: 3) Failed tests: 2648-2650 Non-zero exit status: 3 t/compat-00constants.t (Wstat: 256 Tests: 908 Failed: 1) Failed test: 883 Non-zero exit status: 1 Files=65, Tests=4108, 9 wallclock secs ( 0.40 usr 0.08 sys + 6.47 cusr 1.28 csys = 8.23 CPU) Result: FAIL Failed 2/65 test programs. 4/4108 subtests failed. make: *** [Makefile:1135: test_dynamic] Error 255 error: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.783gOc (%check) RPM build errors: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.783gOc (%check) I: [iurt_root_command] ERROR: chroot