D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/perl-JSON-4.100.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.l4rr1s Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7TVsWT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build + rm -rf JSON-4.10 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/JSON-4.10.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd JSON-4.10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i.DOS -e 's/\r//g' README + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OYTT8X + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd JSON-4.10 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Welcome to JSON (v.4.10) ============================= ** BACKWARD INCOMPATIBILITY ** Since version 2.90, stringification (and string comparison) for JSON::true and JSON::false has not been overloaded. It shouldn't matter as long as you treat them as boolean values, but a code that expects they are stringified as "true" or "false" doesn't work as you have expected any more. if (JSON::true eq 'true') { # now fails print "The result is 1 now."; # => The result is 1 now. And now these boolean values don't inherit JSON::Boolean, either. When you need to test a value is a JSON boolean value or not, use JSON::is_bool function, instead of testing the value inherits a particular boolean class or not. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON Writing MYMETA.yml and MYMETA.json + /usr/bin/make cp lib/JSON/backportPP/Boolean.pm blib/lib/JSON/backportPP/Boolean.pm cp lib/JSON/backportPP/Compat5006.pm blib/lib/JSON/backportPP/Compat5006.pm cp lib/JSON.pm blib/lib/JSON.pm cp lib/JSON/backportPP.pm blib/lib/JSON/backportPP.pm cp lib/JSON/backportPP/Compat5005.pm blib/lib/JSON/backportPP/Compat5005.pm Manifying 5 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WYzJBH + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build + mkdir /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd JSON-4.10 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT 'INSTALL=/usr/bin/install -p' Manifying 5 pod documents Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/perl5/vendor_perl/JSON.pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/perl5/vendor_perl/JSON/backportPP.pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/perl5/vendor_perl/JSON/backportPP/Compat5006.pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/perl5/vendor_perl/JSON/backportPP/Boolean.pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/perl5/vendor_perl/JSON/backportPP/Compat5005.pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/man/man3/JSON::backportPP::Boolean.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/man/man3/JSON.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/man/man3/JSON::backportPP::Compat5005.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/man/man3/JSON::backportPP::Compat5006.3pm Installing /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/man/man3/JSON::backportPP.3pm Appending installation info to /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/lib64/perl5/perllocal.pod + /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-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /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.PAvw3y + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd JSON-4.10 + '[' 1 -eq 1 ']' + /usr/bin/make test PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl5.40.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # JSON::backportPP 4.12 t/00_backend_version.t ......................... ok t/00_load.t .................................... ok t/00_load_backport_pp.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/104_sortby.t ................................. ok t/105_esc_slash.t .............................. ok t/106_allow_barekey.t .......................... ok t/107_allow_singlequote.t ...................... ok t/108_decode.t ................................. ok t/109_encode.t ................................. ok t/10_pc_keysort.t .............................. ok t/110_bignum.t ................................. ok t/112_upgrade.t ................................ ok t/113_overloaded_eq.t .......................... ok t/114_decode_prefix.t .......................... ok t/115_tie_ixhash.t ............................. ok t/116_incr_parse_fixed.t ....................... ok t/117_numbers.t ................................ ok t/118_boolean_values.t ......................... ok t/119_incr_parse_utf8.t ........................ ok t/11_pc_expo.t ................................. ok t/120_incr_parse_truncated.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/20_unknown.t ................................. ok t/21_evans.t ................................... ok t/22_comment_at_eof.t .......................... ok t/52_object.t .................................. ok t/99_binary.t .................................. ok t/e00_func.t ................................... ok t/e01_property.t ............................... ok # 1 t/e02_bool.t ................................... ok t/e03_bool2.t .................................. ok t/e11_conv_blessed_univ.t ...................... ok t/e90_misc.t ................................... ok t/gh_28_json_test_suite.t ...................... ok t/gh_29_trailing_false_value.t ................. ok t/rt_116998_wrong_character_offset.t ........... ok t/rt_122270_is_bool_for_obsolete_xs_boolean.t .. ok t/rt_122270_old_xs_boolean.t ................... ok t/rt_90071_incr_parse.t ........................ ok t/x00_load.t ................................... ok t/x02_error.t .................................. ok t/x12_blessed.t ................................ ok t/x16_tied.t ................................... ok t/x17_strange_overload.t ....................... ok t/xe04_escape_slash.t .......................... ok t/xe05_indent_length.t ......................... ok t/xe12_boolean.t ............................... ok t/xe19_xs_and_suportbypp.t ..................... ok t/xe20_croak_message.t ......................... ok t/xe21_is_pp.t ................................. ok t/zero-mojibake.t .............................. ok All tests successful. Files=68, Tests=26111, 35 wallclock secs ( 2.26 usr 0.31 sys + 33.07 cusr 0.95 csys = 36.59 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-JSON-4.100.0-1.mga10.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.JcBnw2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build + cd JSON-4.10 + DOCDIR=/home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/doc/perl-JSON + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/doc/perl-JSON + cp -pr /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/JSON-4.10/Changes /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/doc/perl-JSON + cp -pr /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/JSON-4.10/META.json /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/doc/perl-JSON + cp -pr /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/JSON-4.10/META.yml /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/doc/perl-JSON + cp -pr /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/JSON-4.10/MYMETA.yml /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/doc/perl-JSON + cp -pr /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/JSON-4.10/README /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/doc/perl-JSON + cp -pr /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/JSON-4.10/eg /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT/usr/share/doc/perl-JSON + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(JSON) = 4.100.0 perl(JSON::Backend::PP) perl-JSON = 4.100.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: perl >= 0:5.005 perl >= 0:5.006 perl(Carp) perl(Exporter) perl(Test::More) perl(bytes) perl(constant) perl(overload) perl(strict) perl-base >= 2:5.40.1 Recommends: perl(JSON::XS) >= 2.340.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/perl-JSON-4.100.0-1.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.55b3Vy + umask 022 + cd /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build + test -d /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/perl-JSON-4.100.0-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!