>>> perl-json-xs: Building community/perl-json-xs 4.03-r1 (using abuild 3.9.0_rc2-r1) started Fri, 22 Oct 2021 00:10:40 +0000 >>> perl-json-xs: Checking sanity of /home/buildozer/aports/community/perl-json-xs/APKBUILD... >>> perl-json-xs: Analyzing dependencies... >>> perl-json-xs: Installing for build: build-base perl perl-types-serialiser perl-common-sense perl-dev perl-canary-stability (1/10) Installing perl (5.34.0-r1) (2/10) Installing perl-common-sense (3.75-r2) (3/10) Installing perl-types-serialiser (1.01-r0) (4/10) Installing perl-utils (5.34.0-r1) (5/10) Installing perl-dev (5.34.0-r1) (6/10) Installing perl-canary-stability (2013-r1) (7/10) Installing .makedepends-perl-json-xs (20211022.001043) (8/10) Installing perl-error (0.17029-r1) (9/10) Installing perl-git (2.33.1-r0) (10/10) Installing git-perl (2.33.1-r0) Executing busybox-1.34.1-r1.trigger OK: 391 MiB in 105 packages >>> perl-json-xs: Cleaning up srcdir >>> perl-json-xs: Cleaning up pkgdir >>> perl-json-xs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/JSON-XS-4.03.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 curl: (22) The requested URL returned error: 404 >>> perl-json-xs: Fetching https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.03.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 86749 100 86749 0 0 1090k 0 --:--:-- --:--:-- --:--:-- 1100k >>> perl-json-xs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/JSON-XS-4.03.tar.gz >>> perl-json-xs: Checking sha512sums... JSON-XS-4.03.tar.gz: OK >>> perl-json-xs: Unpacking /var/cache/distfiles/v3.15/JSON-XS-4.03.tar.gz... *** *** 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.034000, 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/ *** Continue anyways? [y] y Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON::XS Writing MYMETA.yml and MYMETA.json Running Mkbootstrap for XS () "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/home/buildozer/aports/community/perl-json-xs/src/JSON-XS-4.03/typemap' XS.xs > XS.xsc chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 cp XS.pm blib/lib/JSON/XS.pm cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm mv XS.xsc XS.c cc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fomit-frame-pointer -DVERSION=\"4.03\" -DXS_VERSION=\"4.03\" -fPIC "-I/usr/lib/perl5/core_perl/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/lib/perl5/core_perl/CORE/perl.h:5705, from XS.xs:2: /usr/lib/perl5/core_perl/CORE/proto.h:4029:18: note: declared here 4029 | PERL_CALLCONV UV Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags) | ^~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/JSON/XS/XS.so cc -shared -Os -fomit-frame-pointer -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/JSON/XS/XS.so \ \ chmod 755 blib/arch/auto/JSON/XS/XS.so cp bin/json_xs blib/script/json_xs "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs Manifying 1 pod document Manifying 2 pod documents "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 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 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, 4 wallclock secs ( 1.69 usr 0.06 sys + 3.59 cusr 0.42 csys = 5.76 CPU) Result: PASS >>> perl-json-xs: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 Manifying 1 pod document Manifying 2 pod documents Appending installation info to /home/buildozer/aports/community/perl-json-xs/pkg/perl-json-xs/usr/lib/perl5/core_perl/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildozer/aports/community/perl-json-xs/pkg/perl-json-xs/usr/lib/perl5/vendor_perl/auto/JSON/XS/XS.so Installing /home/buildozer/aports/community/perl-json-xs/pkg/perl-json-xs/usr/lib/perl5/vendor_perl/JSON/XS.pm Installing /home/buildozer/aports/community/perl-json-xs/pkg/perl-json-xs/usr/lib/perl5/vendor_perl/JSON/XS/Boolean.pm Installing /home/buildozer/aports/community/perl-json-xs/pkg/perl-json-xs/usr/share/man/man1/json_xs.1 Installing /home/buildozer/aports/community/perl-json-xs/pkg/perl-json-xs/usr/share/man/man3/JSON::XS::Boolean.3pm Installing /home/buildozer/aports/community/perl-json-xs/pkg/perl-json-xs/usr/share/man/man3/JSON::XS.3pm Installing /home/buildozer/aports/community/perl-json-xs/pkg/perl-json-xs/usr/bin/json_xs >>> perl-json-xs-doc*: Running split function doc... >>> perl-json-xs-doc*: Preparing subpackage perl-json-xs-doc... >>> perl-json-xs-doc*: Running postcheck for perl-json-xs-doc >>> perl-json-xs*: Running postcheck for perl-json-xs >>> perl-json-xs*: Preparing package perl-json-xs... >>> perl-json-xs*: Stripping binaries >>> perl-json-xs-doc*: Scanning shared objects >>> perl-json-xs*: Scanning shared objects >>> perl-json-xs-doc*: Tracing dependencies... >>> perl-json-xs-doc*: Package size: 60.0 KB >>> perl-json-xs-doc*: Compressing data... >>> perl-json-xs-doc*: Create checksum... >>> perl-json-xs-doc*: Create perl-json-xs-doc-4.03-r1.apk >>> perl-json-xs*: Tracing dependencies... perl perl-types-serialiser perl-common-sense so:libc.musl-x86_64.so.1 >>> perl-json-xs*: Package size: 188.0 KB >>> perl-json-xs*: Compressing data... >>> perl-json-xs*: Create checksum... >>> perl-json-xs*: Create perl-json-xs-4.03-r1.apk >>> perl-json-xs: Build complete at Fri, 22 Oct 2021 00:10:52 +0000 elapsed time 0h 0m 12s >>> perl-json-xs: Cleaning up srcdir >>> perl-json-xs: Cleaning up pkgdir >>> perl-json-xs: Uninstalling dependencies... (1/10) Purging .makedepends-perl-json-xs (20211022.001043) (2/10) Purging perl-types-serialiser (1.01-r0) (3/10) Purging perl-common-sense (3.75-r2) (4/10) Purging perl-dev (5.34.0-r1) (5/10) Purging perl-utils (5.34.0-r1) (6/10) Purging perl-canary-stability (2013-r1) (7/10) Purging git-perl (2.33.1-r0) (8/10) Purging perl-git (2.33.1-r0) (9/10) Purging perl-error (0.17029-r1) (10/10) Purging perl (5.34.0-r1) Executing busybox-1.34.1-r1.trigger OK: 344 MiB in 95 packages >>> perl-json-xs: Updating the community/x86_64 repository index... >>> perl-json-xs: Signing the index...