D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/perl-JSON-XS-4.30.0-6.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Y7baNo + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf JSON-XS-4.03 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/JSON-XS-4.03.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd JSON-XS-4.03 + rm -rf /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03-SPECPARTS + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fhIdvC + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd JSON-XS-4.03 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + export PERL_CANARY_STABILITY_NOPROMPT=1 + PERL_CANARY_STABILITY_NOPROMPT=1 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.038002, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by JSON::XS. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by JSON::XS, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of JSON::XS with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON::XS Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j16 V=1 VERBOSE=1 Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl5.38.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm cp XS.pm blib/lib/JSON/XS.pm "/usr/bin/perl5.38.2" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/JSON-XS-4.03/typemap' XS.xs > XS.xsc mv XS.xsc XS.c gcc -c -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"4.03\" -DXS_VERSION=\"4.03\" -fPIC "-I/usr/lib64/perl5/CORE" XS.c XS.xs: In function 'decode_utf8': XS.xs:207:5: warning: 'Perl_utf8n_to_uvuni' is deprecated [-Wdeprecated-declarations] 207 | return utf8n_to_uvuni (s, len, clen, UTF8_CHECK_ONLY); | ^~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:6188, from XS.xs:2: /usr/lib64/perl5/CORE/proto.h:6013:1: note: declared here 6013 | Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags) | ^~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/JSON/XS/XS.so gcc -lpthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/JSON/XS/XS.so \ -lperl \ chmod 755 blib/arch/auto/JSON/XS/XS.so cp bin/json_xs blib/script/json_xs "/usr/bin/perl5.38.2" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs Manifying 1 pod document Manifying 2 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.RGSvDQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64 + cd JSON-XS-4.03 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64 'INSTALL=/usr/bin/install -p' "/usr/bin/perl5.38.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 Manifying 1 pod document Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/lib64/perl5/vendor_perl/auto/JSON/XS/XS.so Installing /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/lib64/perl5/vendor_perl/JSON/XS.pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/lib64/perl5/vendor_perl/JSON/XS/Boolean.pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/man/man1/json_xs.1 Installing /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/man/man3/JSON::XS::Boolean.3pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/man/man3/JSON::XS.3pm Installing /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/bin/json_xs Appending installation info to /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/lib64/perl5/perllocal.pod + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 4.30.0-6.mga10 --unique-debug-suffix -4.30.0-6.mga10.x86_64 --unique-debug-src-base perl-JSON-XS-4.30.0-6.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03 find-debuginfo: starting Extracting debug info from 1 files objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/lib64/perl5/vendor_perl/auto/JSON/XS/XS.so'; reason: Permission denied objcopy: unable to copy file '/home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/lib64/perl5/vendor_perl/auto/JSON/XS/XS.so'; reason: Permission denied DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/perl-JSON-XS-4.30.0-6.mga10.x86_64 293 blocks find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fRM7y9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd JSON-XS-4.03 + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 test "/usr/bin/perl5.38.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.38.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t ............. ok t/01_utf8.t ............. ok t/02_error.t ............ ok t/03_types.t ............ ok t/04_dwiw_encode.t ...... ok t/05_dwiw_decode.t ...... ok t/06_pc_pretty.t ........ ok t/07_pc_esc.t ........... ok t/08_pc_base.t .......... ok t/09_pc_extra_number.t .. ok t/10_pc_keysort.t ....... ok t/11_pc_expo.t .......... ok t/12_blessed.t .......... ok t/13_limit.t ............ ok t/14_latin1.t ........... ok t/15_prefix.t ........... ok t/16_tied.t ............. ok t/17_relaxed.t .......... ok t/18_json_checker.t ..... ok t/19_incr.t ............. ok t/20_faihu.t ............ ok t/21_evans.t ............ ok t/22_comment_at_eof.t ... ok t/52_object.t ........... ok t/99_binary.t ........... ok All tests successful. Files=25, Tests=25635, 2 wallclock secs ( 0.61 usr 0.02 sys + 1.08 cusr 0.14 csys = 1.85 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-JSON-XS-4.30.0-6.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.c2WP3E + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd JSON-XS-4.03 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/doc/perl-JSON-XS + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/doc/perl-JSON-XS + cp -pr /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03/COPYING /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/doc/perl-JSON-XS + cp -pr /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03/Changes /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/doc/perl-JSON-XS + cp -pr /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03/META.json /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/doc/perl-JSON-XS + cp -pr /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03/META.yml /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/doc/perl-JSON-XS + cp -pr /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03/MYMETA.yml /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/doc/perl-JSON-XS + cp -pr /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03/README /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/doc/perl-JSON-XS + cp -pr /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03/XS /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/doc/perl-JSON-XS + cp -pr /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03/eg /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64/usr/share/doc/perl-JSON-XS + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(JSON::XS) = 4.30.0 perl-JSON-XS = 1:4.30.0-6.mga10 perl-JSON-XS(x86-64) = 1:4.30.0-6.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libperl.so.5.38()(64bit) perl(Encode) perl(Exporter) perl(Getopt::Long) perl(JSON::XS) perl(Storable) perl(Types::Serialiser) perl(XSLoader) perl(common::sense) perl(strict) perl-base >= 2:5.38.2 Processing files: perl-JSON-XS-debugsource-4.30.0-6.mga10.x86_64 Provides: perl-JSON-XS-debugsource = 1:4.30.0-6.mga10 perl-JSON-XS-debugsource(x86-64) = 1:4.30.0-6.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-JSON-XS-debuginfo-4.30.0-6.mga10.x86_64 Provides: debuginfo(build-id) = 764a29b87a1ee3f1071c8e33f26a9b19ad179623 perl-JSON-XS-debuginfo = 1:4.30.0-6.mga10 perl-JSON-XS-debuginfo(x86-64) = 1:4.30.0-6.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-JSON-XS-debugsource(x86-64) = 1:4.30.0-6.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-JSON-XS-debugsource-4.30.0-6.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-JSON-XS-debuginfo-4.30.0-6.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/perl-JSON-XS-4.30.0-6.mga10.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IUYmeQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd JSON-XS-4.03 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/perl-JSON-XS-4.30.0-6.mga10.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.D7zHrt + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf /home/pterjan/rpmbuild/BUILD/JSON-XS-4.03-SPECPARTS + rm -rf JSON-XS-4.03 JSON-XS-4.03.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!