>>> perl-json: Building main/perl-json 4.10-r1 (using abuild 3.11.20-r0) started Tue, 04 Jul 2023 12:54:38 +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/6) Installing libbz2 (1.0.8-r6) (2/6) Installing perl (5.38.0-r0) (3/6) Installing .makedepends-perl-json (20230704.125440) (4/6) Installing perl-error (0.17029-r2) (5/6) Installing perl-git (2.41.0-r0) (6/6) Installing git-perl (2.41.0-r0) Executing busybox-1.36.1-r2.trigger OK: 953 MiB in 114 packages >>> perl-json: Cleaning up srcdir >>> perl-json: Cleaning up pkgdir >>> perl-json: Cleaning up tmpdir >>> perl-json: Fetching https://distfiles.alpinelinux.org/distfiles/edge/JSON-4.10.tar.gz >>> perl-json: Fetching https://distfiles.alpinelinux.org/distfiles/edge/JSON-4.10.tar.gz >>> perl-json: Checking sha512sums... JSON-4.10.tar.gz: OK >>> perl-json: Unpacking /var/cache/distfiles/JSON-4.10.tar.gz... 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 cp lib/JSON/backportPP.pm blib/lib/JSON/backportPP.pm cp lib/JSON/backportPP/Compat5005.pm blib/lib/JSON/backportPP/Compat5005.pm cp lib/JSON/backportPP/Boolean.pm blib/lib/JSON/backportPP/Boolean.pm cp lib/JSON.pm blib/lib/JSON.pm cp lib/JSON/backportPP/Compat5006.pm blib/lib/JSON/backportPP/Compat5006.pm Manifying 5 pod documents >>> 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/Boolean.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/Compat5006.pm Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/man/man3/JSON::backportPP::Compat5006.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.3pm Installing /home/buildozer/aports/main/perl-json/pkg/perl-json/usr/share/man/man3/JSON::backportPP::Boolean.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.10-r1.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.10-r1.apk >>> perl-json: Build complete at Tue, 04 Jul 2023 12:54:52 +0000 elapsed time 0h 0m 14s >>> perl-json: Cleaning up srcdir >>> perl-json: Cleaning up pkgdir >>> perl-json: Uninstalling dependencies... (1/6) Purging .makedepends-perl-json (20230704.125440) (2/6) Purging git-perl (2.41.0-r0) (3/6) Purging perl-git (2.41.0-r0) (4/6) Purging perl-error (0.17029-r2) (5/6) Purging perl (5.38.0-r0) (6/6) Purging libbz2 (1.0.8-r6) Executing busybox-1.36.1-r2.trigger OK: 914 MiB in 108 packages >>> perl-json: Updating the main/riscv64 repository index... >>> perl-json: Signing the index...