Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-Net-CUPS.spec'], chrootPath='/var/lib/mock/f31-build-17029020-1223781/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/perl-Net-CUPS.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': 'C.UTF-8'} and shell False BUILDSTDERR: sh: perl: command not found Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/perl-Net-CUPS-0.64-11.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-Net-CUPS.spec'], chrootPath='/var/lib/mock/f31-build-17029020-1223781/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': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/perl-Net-CUPS.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': 'C.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kpoQ0T + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Net-CUPS-0.64 + /usr/bin/gzip -dc /builddir/build/SOURCES/Net-CUPS-0.64.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-CUPS-0.64 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -type f -exec chmod -c -x '{}' + + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 mode of './examples/print_file.pl' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './examples/list_dests.pl' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.i6Um7U + umask 022 + cd /builddir/build/BUILD + cd Net-CUPS-0.64 + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' NO_PACKLIST=1 + make -j6 BUILDSTDERR: CUPS.xs: In function 'password_cb_wrapper': BUILDSTDERR: CUPS.xs:49:12: warning: unused variable 'n_a' [-Wunused-variable] BUILDSTDERR: 49 | STRLEN n_a; BUILDSTDERR: | ^~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_getDestination': BUILDSTDERR: CUPS.xs:158:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 158 | name = cupsGetDefault(); BUILDSTDERR: | ^ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_getPPD': BUILDSTDERR: CUPS.xs:194:3: warning: 'cupsGetPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 194 | filename = cupsGetPPD( name ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:366:20: note: declared here BUILDSTDERR: 366 | extern const char *cupsGetPPD(const char *name) _PPD_DEPRECATED; BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: CUPS.xs:195:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 195 | RETVAL = ppdOpenFile( filename ); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:397:20: note: declared here BUILDSTDERR: 397 | extern ppd_file_t *ppdOpenFile(const char *filename) _PPD_DEPRECATED; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_requestData': BUILDSTDERR: CUPS.xs:213:3: warning: 'httpConnect' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] BUILDSTDERR: 213 | http = httpConnect( server, port ); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/cups/ipp.h:23, BUILDSTDERR: from /usr/include/cups/cups.h:32, BUILDSTDERR: from CUPS.xs:7: BUILDSTDERR: /usr/include/cups/http.h:462:17: note: declared here BUILDSTDERR: 462 | extern http_t *httpConnect(const char *host, int port) BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_getPPDMakes': BUILDSTDERR: CUPS.xs:235:3: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] BUILDSTDERR: 235 | http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/cups/ipp.h:23, BUILDSTDERR: from /usr/include/cups/cups.h:32, BUILDSTDERR: from CUPS.xs:7: BUILDSTDERR: /usr/include/cups/http.h:464:17: note: declared here BUILDSTDERR: 464 | extern http_t *httpConnectEncrypt(const char *host, int port, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_getAllPPDs': BUILDSTDERR: CUPS.xs:286:3: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] BUILDSTDERR: 286 | http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/cups/ipp.h:23, BUILDSTDERR: from /usr/include/cups/cups.h:32, BUILDSTDERR: from CUPS.xs:7: BUILDSTDERR: /usr/include/cups/http.h:464:17: note: declared here BUILDSTDERR: 464 | extern http_t *httpConnectEncrypt(const char *host, int port, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_deleteDestination': BUILDSTDERR: CUPS.xs:336:3: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] BUILDSTDERR: 336 | http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/cups/ipp.h:23, BUILDSTDERR: from /usr/include/cups/cups.h:32, BUILDSTDERR: from CUPS.xs:7: BUILDSTDERR: /usr/include/cups/http.h:464:17: note: declared here BUILDSTDERR: 464 | extern http_t *httpConnectEncrypt(const char *host, int port, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_addDestination': BUILDSTDERR: CUPS.xs:355:3: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] BUILDSTDERR: 355 | http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/cups/ipp.h:23, BUILDSTDERR: from /usr/include/cups/cups.h:32, BUILDSTDERR: from CUPS.xs:7: BUILDSTDERR: /usr/include/cups/http.h:464:17: note: declared here BUILDSTDERR: 464 | extern http_t *httpConnectEncrypt(const char *host, int port, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS_NETCUPS_getPPDFileName': BUILDSTDERR: CUPS.xs:391:3: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] BUILDSTDERR: 391 | http = httpConnectEncrypt(cupsServer(), ippPort(), cupsEncryption()); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/cups/ipp.h:23, BUILDSTDERR: from /usr/include/cups/cups.h:32, BUILDSTDERR: from CUPS.xs:7: BUILDSTDERR: /usr/include/cups/http.h:464:17: note: declared here BUILDSTDERR: 464 | extern http_t *httpConnectEncrypt(const char *host, int port, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: CUPS.xs:405:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: 405 | tmpppd = ippGetString(attr, 0, NULL); BUILDSTDERR: | ^ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS__Destination_NETCUPS_getDeviceAttribute': BUILDSTDERR: CUPS.xs:446:3: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] BUILDSTDERR: 446 | http = httpConnectEncrypt( cupsServer(), ippPort(), cupsEncryption() ); BUILDSTDERR: | ^~~~ BUILDSTDERR: In file included from /usr/include/cups/ipp.h:23, BUILDSTDERR: from /usr/include/cups/cups.h:32, BUILDSTDERR: from CUPS.xs:7: BUILDSTDERR: /usr/include/cups/http.h:464:17: note: declared here BUILDSTDERR: 464 | extern http_t *httpConnectEncrypt(const char *host, int port, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: CUPS.xs:444:9: warning: unused variable 'description' [-Wunused-variable] BUILDSTDERR: 444 | char *description = NULL; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_freePPD': BUILDSTDERR: CUPS.xs:747:3: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 747 | ppdClose( ppd ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:372:14: note: declared here BUILDSTDERR: 372 | extern void ppdClose(ppd_file_t *ppd) _PPD_DEPRECATED; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getFirstOption': BUILDSTDERR: CUPS.xs:758:3: warning: 'ppdFirstOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 758 | option = ppdFirstOption( ppd ); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:439:22: note: declared here BUILDSTDERR: 439 | extern ppd_option_t *ppdFirstOption(ppd_file_t *ppd) _PPD_DEPRECATED; BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getNextOption': BUILDSTDERR: CUPS.xs:771:3: warning: 'ppdNextOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 771 | option = ppdNextOption( ppd ); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:441:22: note: declared here BUILDSTDERR: 441 | extern ppd_option_t *ppdNextOption(ppd_file_t *ppd) _PPD_DEPRECATED; BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getOption': BUILDSTDERR: CUPS.xs:785:3: warning: 'ppdFindOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 785 | option = ppdFindOption( ppd, keyword ); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:388:22: note: declared here BUILDSTDERR: 388 | extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword) BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getPageLength': BUILDSTDERR: CUPS.xs:797:3: warning: 'ppdPageLength' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 797 | RETVAL = ppdPageLength( ppd, size ); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:398:15: note: declared here BUILDSTDERR: 398 | extern float ppdPageLength(ppd_file_t *ppd, const char *name) BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getPageSize': BUILDSTDERR: CUPS.xs:809:3: warning: 'ppdPageSize' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 809 | page_size = ppdPageSize( ppd, size ); BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:400:20: note: declared here BUILDSTDERR: 400 | extern ppd_size_t *ppdPageSize(ppd_file_t *ppd, const char *name) BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_getPageWidth': BUILDSTDERR: CUPS.xs:855:3: warning: 'ppdPageWidth' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 855 | RETVAL = ppdPageWidth( ppd, size ); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:402:15: note: declared here BUILDSTDERR: 402 | extern float ppdPageWidth(ppd_file_t *ppd, const char *name) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_isMarked': BUILDSTDERR: CUPS.xs:866:3: warning: 'ppdIsMarked' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 866 | RETVAL = ppdIsMarked( ppd, option, choice ); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:390:13: note: declared here BUILDSTDERR: 390 | extern int ppdIsMarked(ppd_file_t *ppd, const char *keyword, BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_markDefaults': BUILDSTDERR: CUPS.xs:874:3: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 874 | ppdMarkDefaults( ppd ); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:392:14: note: declared here BUILDSTDERR: 392 | extern void ppdMarkDefaults(ppd_file_t *ppd) _PPD_DEPRECATED; BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: CUPS.xs: In function 'XS_Net__CUPS__PPD_NETCUPS_markOption': BUILDSTDERR: CUPS.xs:885:3: warning: 'ppdMarkOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 885 | RETVAL = ppdMarkOption( ppd, option, choice ); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from CUPS.xs:20: BUILDSTDERR: /usr/include/cups/ppd.h:393:13: note: declared here BUILDSTDERR: 393 | extern int ppdMarkOption(ppd_file_t *ppd, const char *keyword, BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: CUPS.c: In function 'XS_Net__CUPS__IPP_NETCUPS_addString': BUILDSTDERR: CUPS.xs:913:20: warning: variable 'attribute' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 913 | ipp_attribute_t* attribute = NULL; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from /usr/lib64/perl5/CORE/perl.h:1100, BUILDSTDERR: from CUPS.xs:2: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'XS_Net__CUPS_NETCUPS_addDestination' at CUPS.xs:369:3: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Net::CUPS Configuration Running cups-config ... 2.2.11 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::CUPS "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Net-CUPS-0.64/typemap' CUPS.xs > CUPS.xsc Running Mkbootstrap for CUPS () chmod 644 "CUPS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CUPS.bs blib/arch/auto/Net/CUPS/CUPS.bs 644 cp lib/Net/CUPS.pm blib/lib/Net/CUPS.pm AutoSplitting blib/lib/Net/CUPS.pm (blib/lib/auto/Net/CUPS) cp lib/Net/CUPS/Destination.pm blib/lib/Net/CUPS/Destination.pm AutoSplitting blib/lib/Net/CUPS/Destination.pm (blib/lib/auto/Net/CUPS/Destination) cp lib/Net/CUPS/PPD.pm blib/lib/Net/CUPS/PPD.pm AutoSplitting blib/lib/Net/CUPS/PPD.pm (blib/lib/auto/Net/CUPS/PPD) cp lib/Net/CUPS/IPP.pm blib/lib/Net/CUPS/IPP.pm AutoSplitting blib/lib/Net/CUPS/IPP.pm (blib/lib/auto/Net/CUPS/IPP) mv CUPS.xsc CUPS.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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DVERSION=\"0.64\" -DXS_VERSION=\"0.64\" -fPIC "-I/usr/lib64/perl5/CORE" CUPS.c rm -f blib/arch/auto/Net/CUPS/CUPS.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 CUPS.o -o blib/arch/auto/Net/CUPS/CUPS.so \ -lcups -Wl,--as-needed -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lz -lpthread -lm -lcrypt -lz -lperl \ chmod 755 blib/arch/auto/Net/CUPS/CUPS.so Manifying 4 pod documents Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SMqBwW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64 + cd Net-CUPS-0.64 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64 + find /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64 -type f -name '*.bs' -size 0 -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.64-11.fc31 --unique-debug-suffix -0.64-11.fc31.x86_64 --unique-debug-src-base perl-Net-CUPS-0.64-11.fc31.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/Net-CUPS-0.64 BUILDSTDERR: 455 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CUPS.bs blib/arch/auto/Net/CUPS/CUPS.bs 644 Manifying 4 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/CUPS/CUPS.so Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/CUPS/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/CUPS/IPP/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/CUPS/Destination/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/CUPS/PPD/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/lib64/perl5/vendor_perl/Net/CUPS.pm Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/lib64/perl5/vendor_perl/Net/CUPS/PPD.pm Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/lib64/perl5/vendor_perl/Net/CUPS/IPP.pm Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/lib64/perl5/vendor_perl/Net/CUPS/Destination.pm Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/share/man/man3/Net::CUPS::IPP.3pm Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/share/man/man3/Net::CUPS::PPD.3pm Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/share/man/man3/Net::CUPS::Destination.3pm Installing /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/share/man/man3/Net::CUPS.3pm explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/CUPS/CUPS.so extracting debug info from /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/lib64/perl5/vendor_perl/auto/Net/CUPS/CUPS.so original debug info size: 312kB, size after compression: 308kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.1uwFJV + umask 022 + cd /builddir/build/BUILD + cd Net-CUPS-0.64 + make test + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CUPS.bs blib/arch/auto/Net/CUPS/CUPS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_use.t ... ok t/02_cups.t .. ok All tests successful. Files=2, Tests=12, 1 wallclock secs ( 0.01 usr 0.01 sys + 0.15 cusr 0.03 csys = 0.20 CPU) Result: PASS Processing files: perl-Net-CUPS-0.64-11.fc31.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kIDCFX + umask 022 + cd /builddir/build/BUILD + cd Net-CUPS-0.64 + DOCDIR=/builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/share/doc/perl-Net-CUPS + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/share/doc/perl-Net-CUPS + cp -pr Changes /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/share/doc/perl-Net-CUPS + cp -pr README /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/share/doc/perl-Net-CUPS + cp -pr TODO /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/share/doc/perl-Net-CUPS + cp -pr examples/ /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64/usr/share/doc/perl-Net-CUPS + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: perl(Net::CUPS) = 0.64 perl(Net::CUPS::Destination) = 0.61 perl(Net::CUPS::IPP) = 0.61 perl(Net::CUPS::PPD) = 0.61 perl-Net-CUPS = 0.64-11.fc31 perl-Net-CUPS(x86-64) = 0.64-11.fc31 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) libcups.so.2()(64bit) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) perl(:VERSION) >= 5.6.0 perl(AutoLoader) perl(Carp) perl(Exporter) perl(Net::CUPS) perl(Net::CUPS::Destination) perl(Net::CUPS::IPP) perl(Net::CUPS::PPD) perl(XSLoader) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-Net-CUPS-debugsource-0.64-11.fc31.x86_64 Provides: perl-Net-CUPS-debugsource = 0.64-11.fc31 perl-Net-CUPS-debugsource(x86-64) = 0.64-11.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Net-CUPS-debuginfo-0.64-11.fc31.x86_64 Provides: debuginfo(build-id) = 5e05a70d704ff57277852cea2790c96d710a8613 perl-Net-CUPS-debuginfo = 0.64-11.fc31 perl-Net-CUPS-debuginfo(x86-64) = 0.64-11.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-Net-CUPS-debugsource(x86-64) = 0.64-11.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64 Wrote: /builddir/build/RPMS/perl-Net-CUPS-0.64-11.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Net-CUPS-debuginfo-0.64-11.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/perl-Net-CUPS-debugsource-0.64-11.fc31.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zCXL7W + umask 022 + cd /builddir/build/BUILD + cd Net-CUPS-0.64 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Net-CUPS-0.64-11.fc31.x86_64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0