>>> perl-json-xs: Building community/perl-json-xs 4.03-r5 (using abuild 3.14.1-r1) started Thu, 31 Oct 2024 02:38:51 +0000
>>> perl-json-xs: Validating /home/buildozer/aports/community/perl-json-xs/APKBUILD...
>>> perl-json-xs: Analyzing dependencies...
>>> perl-json-xs: Installing for build: build-base perl perl-common-sense perl-types-serialiser perl-dev perl-canary-stability
(1/11) Installing libbz2 (1.0.8-r6)
(2/11) Installing perl (5.40.0-r3)
(3/11) Installing perl-common-sense (3.75-r4)
(4/11) Installing perl-types-serialiser (1.01-r1)
(5/11) Installing perl-utils (5.40.0-r3)
(6/11) Installing perl-dev (5.40.0-r3)
(7/11) Installing perl-canary-stability (2013-r3)
(8/11) Installing .makedepends-perl-json-xs (20241031.023854)
(9/11) Installing perl-error (0.17029-r2)
(10/11) Installing perl-git (2.46.2-r0)
(11/11) Installing git-perl (2.46.2-r0)
Executing busybox-1.37.0-r3.trigger
OK: 401 MiB in 112 packages
>>> perl-json-xs: Cleaning up srcdir
>>> perl-json-xs: Cleaning up pkgdir
>>> perl-json-xs: Cleaning up tmpdir
>>> perl-json-xs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/JSON-XS-4.03.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/JSON-XS-4.03.tar.gz.part'
JSON-XS-4.03.tar.gz. 100% |********************************| 86749  0:00:00 ETA
'/var/cache/distfiles/v3.21/JSON-XS-4.03.tar.gz.part' saved
>>> perl-json-xs: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/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.21/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.040000, 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 -fstack-clash-protection -Wformat -Werror=format-security -O2   -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:6186,
                 from XS.xs:2:
/usr/lib/perl5/core_perl/CORE/proto.h:6037:1: note: declared here
 6037 | 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 -fstack-clash-protection -Wformat -Werror=format-security -O2 -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,  2 wallclock secs ( 0.60 usr  0.03 sys +  1.24 cusr  0.14 csys =  2.01 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
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.3pm
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/bin/json_xs
>>> perl-json-xs-doc*: Running split function doc...
'usr/share/man' -> '/home/buildozer/aports/community/perl-json-xs/pkg/perl-json-xs-doc/usr/share/man'
>>> 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: 30.1 KB
>>> perl-json-xs-doc*: Compressing data...
>>> perl-json-xs-doc*: Create checksum...
>>> perl-json-xs-doc*: Create perl-json-xs-doc-4.03-r5.apk
>>> perl-json-xs*: Tracing dependencies...
	perl
	perl-common-sense
	perl-types-serialiser
	so:libc.musl-s390x.so.1
>>> perl-json-xs*: Package size: 141.1 KB
>>> perl-json-xs*: Compressing data...
>>> perl-json-xs*: Create checksum...
>>> perl-json-xs*: Create perl-json-xs-4.03-r5.apk
>>> perl-json-xs: Build complete at Thu, 31 Oct 2024 02:38:58 +0000 elapsed time 0h 0m 7s
>>> perl-json-xs: Cleaning up srcdir
>>> perl-json-xs: Cleaning up pkgdir
>>> perl-json-xs: Uninstalling dependencies...
(1/11) Purging .makedepends-perl-json-xs (20241031.023854)
(2/11) Purging perl-types-serialiser (1.01-r1)
(3/11) Purging perl-common-sense (3.75-r4)
(4/11) Purging perl-dev (5.40.0-r3)
(5/11) Purging perl-utils (5.40.0-r3)
(6/11) Purging perl-canary-stability (2013-r3)
(7/11) Purging git-perl (2.46.2-r0)
(8/11) Purging perl-git (2.46.2-r0)
(9/11) Purging perl-error (0.17029-r2)
(10/11) Purging perl (5.40.0-r3)
(11/11) Purging libbz2 (1.0.8-r6)
Executing busybox-1.37.0-r3.trigger
OK: 355 MiB in 101 packages
>>> perl-json-xs: Updating the community/s390x repository index...
>>> perl-json-xs: Signing the index...