>>> perl-json: Building main/perl-json 4.06-r0 (using abuild 3.9.0-r1) started Thu, 23 Jun 2022 18:20:51 +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-r1) (2/6) Installing perl (5.36.0-r0) (3/6) Installing .makedepends-perl-json (20220623.182054) (4/6) Installing perl-error (0.17029-r1) (5/6) Installing perl-git (2.36.1-r0) (6/6) Installing git-perl (2.36.1-r0) Executing busybox-1.35.0-r17.trigger OK: 253 MiB in 85 packages >>> perl-json: Cleaning up srcdir >>> perl-json: Cleaning up pkgdir >>> perl-json: Fetching https://distfiles.alpinelinux.org/distfiles/edge//JSON-4.06.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 0 146 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> perl-json: Fetching https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.06.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 100 93762 100 93762 0 0 315k 0 --:--:-- --:--:-- --:--:-- 352k >>> perl-json: Fetching https://distfiles.alpinelinux.org/distfiles/edge//JSON-4.06.tar.gz >>> perl-json: Checking sha512sums... JSON-4.06.tar.gz: OK >>> perl-json: Unpacking /var/cache/distfiles/JSON-4.06.tar.gz... Welcome to JSON (v.4.06) ============================= ** 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.pm blib/lib/JSON/backportPP.pm cp lib/JSON.pm blib/lib/JSON.pm cp lib/JSON/backportPP/Boolean.pm blib/lib/JSON/backportPP/Boolean.pm cp lib/JSON/backportPP/Compat5005.pm blib/lib/JSON/backportPP/Compat5005.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/Compat5006.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/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::Boolean.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 >>> 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.06-r0.apk >>> perl-json*: Tracing dependencies... >>> perl-json*: Package size: 228.0 KB >>> perl-json*: Compressing data... >>> perl-json*: Create checksum... >>> perl-json*: Create perl-json-4.06-r0.apk >>> perl-json: Build complete at Thu, 23 Jun 2022 18:21:08 +0000 elapsed time 0h 0m 17s >>> perl-json: Cleaning up srcdir >>> perl-json: Cleaning up pkgdir >>> perl-json: Uninstalling dependencies... (1/6) Purging .makedepends-perl-json (20220623.182054) (2/6) Purging git-perl (2.36.1-r0) (3/6) Purging perl-git (2.36.1-r0) (4/6) Purging perl-error (0.17029-r1) (5/6) Purging perl (5.36.0-r0) (6/6) Purging libbz2 (1.0.8-r1) Executing busybox-1.35.0-r17.trigger OK: 215 MiB in 79 packages >>> perl-json: Updating the main/riscv64 repository index... >>> perl-json: Signing the index...