>>> perl-json: Building main/perl-json 4.09-r0 (using abuild 3.9.0-r5) started Sat, 13 Aug 2022 16:47:40 +0000 >>> perl-json: Checking sanity of /home/buildozer/aports/main/perl-json/APKBUILD... >>> perl-json: Analyzing dependencies... >>> perl-json: Installing for build: build-base perl (1/5) Installing perl (5.36.0-r0) (2/5) Installing .makedepends-perl-json (20220813.164741) (3/5) Installing perl-error (0.17029-r1) (4/5) Installing perl-git (2.37.1-r1) (5/5) Installing git-perl (2.37.1-r1) Executing busybox-1.35.0-r22.trigger OK: 790 MiB in 127 packages >>> perl-json: Cleaning up srcdir >>> perl-json: Cleaning up pkgdir >>> perl-json: Fetching https://distfiles.alpinelinux.org/distfiles/edge/JSON-4.09.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> perl-json: Fetching https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.09.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94319 100 94319 0 0 176k 0 --:--:-- --:--:-- --:--:-- 176k >>> perl-json: Fetching https://distfiles.alpinelinux.org/distfiles/edge/JSON-4.09.tar.gz >>> perl-json: Checking sha512sums... JSON-4.09.tar.gz: OK >>> perl-json: Unpacking /var/cache/distfiles/edge/JSON-4.09.tar.gz... Welcome to JSON (v.4.09) ============================= ** 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 cp lib/JSON/backportPP/Compat5006.pm blib/lib/JSON/backportPP/Compat5006.pm cp lib/JSON/backportPP/Compat5005.pm blib/lib/JSON/backportPP/Compat5005.pm cp lib/JSON.pm blib/lib/JSON.pm cp lib/JSON/backportPP.pm blib/lib/JSON/backportPP.pm cp lib/JSON/backportPP/Boolean.pm blib/lib/JSON/backportPP/Boolean.pm Manifying 5 pod documents 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 # JSON::backportPP 4.11 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, 108 wallclock secs ( 3.58 usr 0.52 sys + 106.24 cusr 1.39 csys = 111.73 CPU) Result: PASS >>> perl-json: Entering fakeroot... Manifying 5 pod documents Appending installation info to /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/lib/perl5/core_perl/perllocal.pod Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/perl5/vendor_perl/JSON.pm Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/perl5/vendor_perl/JSON/backportPP.pm Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/perl5/vendor_perl/JSON/backportPP/Compat5006.pm Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/perl5/vendor_perl/JSON/backportPP/Compat5005.pm Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/perl5/vendor_perl/JSON/backportPP/Boolean.pm Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/man/man3/JSON.3pm Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/man/man3/JSON::backportPP::Compat5005.3pm Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/man/man3/JSON::backportPP.3pm Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/man/man3/JSON::backportPP::Boolean.3pm Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/man/man3/JSON::backportPP::Compat5006.3pm >>> perl-json-doc*: Running split function doc... >>> perl-json-doc*: Preparing subpackage perl-json-doc... >>> perl-json-doc*: Running postcheck for perl-json-doc >>> perl-json*: Running postcheck for perl-json >>> perl-json*: Preparing package perl-json... >>> perl-json-doc*: Tracing dependencies... >>> perl-json-doc*: Package size: 72.0 KB >>> perl-json-doc*: Compressing data... >>> perl-json-doc*: Create checksum... >>> perl-json-doc*: Create perl-json-doc-4.09-r0.apk >>> perl-json*: Tracing dependencies... >>> perl-json*: Package size: 232.0 KB >>> perl-json*: Compressing data... >>> perl-json*: Create checksum... >>> perl-json*: Create perl-json-4.09-r0.apk >>> perl-json: Build complete at Sat, 13 Aug 2022 16:49:32 +0000 elapsed time 0h 1m 52s >>> perl-json: Cleaning up srcdir >>> perl-json: Cleaning up pkgdir >>> perl-json: Uninstalling dependencies... (1/5) Purging .makedepends-perl-json (20220813.164741) (2/5) Purging git-perl (2.37.1-r1) (3/5) Purging perl-git (2.37.1-r1) (4/5) Purging perl-error (0.17029-r1) (5/5) Purging perl (5.36.0-r0) Executing busybox-1.35.0-r22.trigger OK: 758 MiB in 122 packages >>> perl-json: Updating the main/x86 repository index... >>> perl-json: Signing the index...