>>> perl-uri-encode-xs: Building community/perl-uri-encode-xs 0.11-r9 (using abuild 3.12.0-r0) started Fri, 01 Dec 2023 01:13:18 +0000 >>> perl-uri-encode-xs: Checking sanity of /home/buildozer/aports/community/perl-uri-encode-xs/APKBUILD... >>> perl-uri-encode-xs: Analyzing dependencies... >>> perl-uri-encode-xs: Installing for build: build-base perl perl-dev (1/7) Installing perl (5.38.1-r0) (2/7) Installing perl-utils (5.38.1-r0) (3/7) Installing perl-dev (5.38.1-r0) (4/7) Installing .makedepends-perl-uri-encode-xs (20231201.011320) (5/7) Installing perl-error (0.17029-r2) (6/7) Installing perl-git (2.43.0-r0) (7/7) Installing git-perl (2.43.0-r0) Executing busybox-1.36.1-r15.trigger OK: 423 MiB in 120 packages >>> perl-uri-encode-xs: Cleaning up srcdir >>> perl-uri-encode-xs: Cleaning up pkgdir >>> perl-uri-encode-xs: Cleaning up tmpdir >>> perl-uri-encode-xs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/URI-Encode-XS-0.11.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 56903 100 56903 0 0 478k 0 --:--:-- --:--:-- --:--:-- 483k >>> perl-uri-encode-xs: Fetching https://distfiles.alpinelinux.org/distfiles/edge/URI-Encode-XS-0.11.tar.gz >>> perl-uri-encode-xs: Checking sha512sums... URI-Encode-XS-0.11.tar.gz: OK >>> perl-uri-encode-xs: Unpacking /var/cache/distfiles/edge/URI-Encode-XS-0.11.tar.gz... WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for URI::Encode::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' XS.xs > XS.xsc chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/URI/Encode/XS/XS.bs 644 cp lib/URI/Encode/XS.pm blib/lib/URI/Encode/XS.pm mv XS.xsc XS.c cc -c -I. -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DVERSION=\"0.11\" -DXS_VERSION=\"0.11\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" XS.c In file included from XS.xs:5: ppport.h:4476: warning: "WIDEST_UTYPE" redefined 4476 | # define WIDEST_UTYPE U32 | In file included from /usr/lib/perl5/core_perl/CORE/perl.h:3327, from XS.xs:3: /usr/lib/perl5/core_perl/CORE/handy.h:1422: note: this is the location of the previous definition 1422 | #define WIDEST_UTYPE PERL_UINTMAX_T | ppport.h:6145: warning: "MUTABLE_PTR" redefined 6145 | # define MUTABLE_PTR(p) ({ void *_p = (p); _p; }) | /usr/lib/perl5/core_perl/CORE/handy.h:99: note: this is the location of the previous definition 99 | # define MUTABLE_PTR(p) ({ void *p_ = (p); p_; }) | XS.xs: In function 'THX_assert_wellformed_unicode': XS.xs:147:5: warning: 'Perl_utf8n_to_uvuni' is deprecated [-Wdeprecated-declarations] 147 | ord = utf8n_to_uvuni(cur, len, &cursor, flags); | ^~~ In file included from /usr/lib/perl5/core_perl/CORE/perl.h:6188: /usr/lib/perl5/core_perl/CORE/proto.h:6013:1: note: declared here 6013 | Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags) | ^~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/URI/Encode/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/URI/Encode/XS/XS.so \ \ chmod 755 blib/arch/auto/URI/Encode/XS/XS.so Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/URI/Encode/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/xs.t .. ok All tests successful. Files=1, Tests=6, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.12 cusr 0.02 csys = 0.17 CPU) Result: PASS >>> perl-uri-encode-xs: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/URI/Encode/XS/XS.bs 644 Manifying 1 pod document Appending installation info to /home/buildozer/aports/community/perl-uri-encode-xs/pkg/perl-uri-encode-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-uri-encode-xs/pkg/perl-uri-encode-xs/usr/lib/perl5/vendor_perl/auto/URI/Encode/XS/XS.so Installing /home/buildozer/aports/community/perl-uri-encode-xs/pkg/perl-uri-encode-xs/usr/lib/perl5/vendor_perl/URI/Encode/XS.pm Installing /home/buildozer/aports/community/perl-uri-encode-xs/pkg/perl-uri-encode-xs/usr/share/man/man3/URI::Encode::XS.3pm >>> perl-uri-encode-xs-doc*: Running split function doc... >>> perl-uri-encode-xs-doc*: Preparing subpackage perl-uri-encode-xs-doc... >>> perl-uri-encode-xs-doc*: Running postcheck for perl-uri-encode-xs-doc >>> perl-uri-encode-xs*: Running postcheck for perl-uri-encode-xs >>> perl-uri-encode-xs*: Preparing package perl-uri-encode-xs... >>> perl-uri-encode-xs*: Stripping binaries >>> perl-uri-encode-xs-doc*: Scanning shared objects >>> perl-uri-encode-xs*: Scanning shared objects >>> perl-uri-encode-xs-doc*: Tracing dependencies... >>> perl-uri-encode-xs-doc*: Package size: 24.0 KB >>> perl-uri-encode-xs-doc*: Compressing data... >>> perl-uri-encode-xs-doc*: Create checksum... >>> perl-uri-encode-xs-doc*: Create perl-uri-encode-xs-doc-0.11-r9.apk >>> perl-uri-encode-xs*: Tracing dependencies... perl so:libc.musl-x86.so.1 >>> perl-uri-encode-xs*: Package size: 72.0 KB >>> perl-uri-encode-xs*: Compressing data... >>> perl-uri-encode-xs*: Create checksum... >>> perl-uri-encode-xs*: Create perl-uri-encode-xs-0.11-r9.apk >>> perl-uri-encode-xs: Build complete at Fri, 01 Dec 2023 01:13:23 +0000 elapsed time 0h 0m 5s >>> perl-uri-encode-xs: Cleaning up srcdir >>> perl-uri-encode-xs: Cleaning up pkgdir >>> perl-uri-encode-xs: Uninstalling dependencies... (1/7) Purging .makedepends-perl-uri-encode-xs (20231201.011320) (2/7) Purging perl-dev (5.38.1-r0) (3/7) Purging perl-utils (5.38.1-r0) (4/7) Purging git-perl (2.43.0-r0) (5/7) Purging perl-git (2.43.0-r0) (6/7) Purging perl-error (0.17029-r2) (7/7) Purging perl (5.38.1-r0) Executing busybox-1.36.1-r15.trigger OK: 379 MiB in 113 packages >>> perl-uri-encode-xs: Updating the community/x86 repository index... >>> perl-uri-encode-xs: Signing the index...