>>> perl-unicode-utf8: Building community/perl-unicode-utf8 0.62-r3 (using abuild 3.14.1-r1) started Sun, 03 Nov 2024 23:55:05 +0000
>>> perl-unicode-utf8: Validating /home/buildozer/aports/community/perl-unicode-utf8/APKBUILD...
>>> perl-unicode-utf8: Analyzing dependencies...
>>> perl-unicode-utf8: Installing for build: build-base perl perl-dev perl-test-fatal
(1/10) Installing libbz2 (1.0.8-r6)
(2/10) Installing perl (5.40.0-r3)
(3/10) Installing perl-utils (5.40.0-r3)
(4/10) Installing perl-dev (5.40.0-r3)
(5/10) Installing perl-try-tiny (0.32-r0)
(6/10) Installing perl-test-fatal (0.017-r1)
(7/10) Installing .makedepends-perl-unicode-utf8 (20241103.235512)
(8/10) Installing perl-error (0.17029-r2)
(9/10) Installing perl-git (2.46.2-r0)
(10/10) Installing git-perl (2.46.2-r0)
Executing busybox-1.37.0-r6.trigger
OK: 309 MiB in 111 packages
>>> perl-unicode-utf8: Cleaning up srcdir
>>> perl-unicode-utf8: Cleaning up pkgdir
>>> perl-unicode-utf8: Cleaning up tmpdir
>>> perl-unicode-utf8: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/Unicode-UTF8-0.62.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
wget: server returned error: HTTP/1.1 404 Not Found
>>> perl-unicode-utf8: Fetching https://cpan.metacpan.org/authors/id/C/CH/CHANSEN/Unicode-UTF8-0.62.tar.gz
Connecting to cpan.metacpan.org ([2a04:4e42::729]:443)
saving to '/var/cache/distfiles/v3.21/Unicode-UTF8-0.62.tar.gz.part'
Unicode-UTF8-0.62.ta 100% |********************************| 87838  0:00:00 ETA
'/var/cache/distfiles/v3.21/Unicode-UTF8-0.62.tar.gz.part' saved
>>> perl-unicode-utf8: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/Unicode-UTF8-0.62.tar.gz
>>> perl-unicode-utf8: Checking sha512sums...
Unicode-UTF8-0.62.tar.gz: OK
080_super.t-32bit.patch: OK
>>> perl-unicode-utf8: Unpacking /var/cache/distfiles/v3.21/Unicode-UTF8-0.62.tar.gz...
>>> perl-unicode-utf8: 080_super.t-32bit.patch
patching file t/080_super.t
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Unicode::UTF8
Writing MYMETA.yml and MYMETA.json
"/usr/bin/perl" "-Iinc" "/usr/share/perl5/core_perl/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap'  UTF8.xs > UTF8.xsc
Running Mkbootstrap for UTF8 ()
cp lib/Unicode/UTF8.pod blib/lib/Unicode/UTF8.pod
cp lib/Unicode/UTF8.pm blib/lib/Unicode/UTF8.pm
chmod 644 "UTF8.bs"
mv UTF8.xsc UTF8.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 -Os -fstack-clash-protection -Wformat -Werror=format-security -O2   -DVERSION=\"0.62\" -DXS_VERSION=\"0.62\" -fPIC "-I/usr/lib/perl5/core_perl/CORE"   UTF8.c
"/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- UTF8.bs blib/arch/auto/Unicode/UTF8/UTF8.bs 644
In file included from UTF8.xs:6:
ppport.h:4594:11: warning: "WIDEST_UTYPE" redefined
 4594 | #  define WIDEST_UTYPE U64TYPE
      |           ^~~~~~~~~~~~
In file included from /usr/lib/perl5/core_perl/CORE/perl.h:3329,
                 from UTF8.xs:3:
/usr/lib/perl5/core_perl/CORE/handy.h:1422:9: note: this is the location of the previous definition
 1422 | #define WIDEST_UTYPE PERL_UINTMAX_T
      |         ^~~~~~~~~~~~
UTF8.xs: In function 'xs_utf8_encode_replace':
UTF8.xs:329:9: warning: 'Perl_utf8n_to_uvuni' is deprecated [-Wdeprecated-declarations]
  329 |         v = utf8n_to_uvuni(src, len, &skip, (UTF8_ALLOW_ANYUV|UTF8_CHECK_ONLY) & ~UTF8_ALLOW_LONG);
      |         ^
In file included from /usr/lib/perl5/core_perl/CORE/perl.h:6186:
/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/Unicode/UTF8/UTF8.so
cc  -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -L/usr/local/lib -fstack-protector-strong  UTF8.o  -o blib/arch/auto/Unicode/UTF8/UTF8.so  \
      \
  
chmod 755 blib/arch/auto/Unicode/UTF8/UTF8.so
Manifying 1 pod document
"/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- UTF8.bs blib/arch/auto/Unicode/UTF8/UTF8.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t
# Unicode::UTF8 0.62, Perl 5.040000, /usr/bin/perl
t/000_load.t ............... ok
t/010_basic.t .............. ok
t/030_native.t ............. ok
t/040_wide_characters.t .... ok
t/045_replacement.t ........ ok
t/050_noncharacters.t ...... ok
t/060_surrogates.t ......... ok
t/080_super.t .............. ok
t/090_non_shortest_form.t .. ok
t/100_incomplete.t ......... ok
t/120_fallback.t ........... ok
t/150_subwarnings.t ........ ok
t/170_steal.t .............. ok
t/200_leaks.t .............. skipped: Test::LeakTrace 0.10 is required for this test
t/210_tainted.t ............ skipped: Taint::Runtime 0.03 is required for this test
t/220_magic.t .............. skipped: Variable::Magic is required for this test
t/999_pod.t ................ skipped: Test::Pod 1.00 required for this test
All tests successful.
Files=17, Tests=11506,  2 wallclock secs ( 0.49 usr  0.04 sys +  1.55 cusr  0.26 csys =  2.34 CPU)
Result: PASS
>>> perl-unicode-utf8: Entering fakeroot...
"/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- UTF8.bs blib/arch/auto/Unicode/UTF8/UTF8.bs 644
Manifying 1 pod document
Appending installation info to /home/buildozer/aports/community/perl-unicode-utf8/pkg/perl-unicode-utf8/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-unicode-utf8/pkg/perl-unicode-utf8/usr/lib/perl5/vendor_perl/auto/Unicode/UTF8/UTF8.so
Installing /home/buildozer/aports/community/perl-unicode-utf8/pkg/perl-unicode-utf8/usr/lib/perl5/vendor_perl/Unicode/UTF8.pod
Installing /home/buildozer/aports/community/perl-unicode-utf8/pkg/perl-unicode-utf8/usr/lib/perl5/vendor_perl/Unicode/UTF8.pm
Installing /home/buildozer/aports/community/perl-unicode-utf8/pkg/perl-unicode-utf8/usr/share/man/man3/Unicode::UTF8.3pm
>>> perl-unicode-utf8-doc*: Running split function doc...
'usr/lib/perl5/vendor_perl/Unicode/UTF8.pod' -> '/home/buildozer/aports/community/perl-unicode-utf8/pkg/perl-unicode-utf8-doc/usr/lib/perl5/vendor_perl/Unicode/UTF8.pod'
'usr/share/man' -> '/home/buildozer/aports/community/perl-unicode-utf8/pkg/perl-unicode-utf8-doc/usr/share/man'
>>> perl-unicode-utf8-doc*: Preparing subpackage perl-unicode-utf8-doc...
>>> perl-unicode-utf8-doc*: Running postcheck for perl-unicode-utf8-doc
>>> perl-unicode-utf8*: Running postcheck for perl-unicode-utf8
>>> perl-unicode-utf8*: Preparing package perl-unicode-utf8...
>>> perl-unicode-utf8*: Stripping binaries
>>> perl-unicode-utf8-doc*: Scanning shared objects
>>> perl-unicode-utf8*: Scanning shared objects
>>> perl-unicode-utf8-doc*: Tracing dependencies...
>>> perl-unicode-utf8-doc*: Package size: 9.6 KB
>>> perl-unicode-utf8-doc*: Compressing data...
>>> perl-unicode-utf8-doc*: Create checksum...
>>> perl-unicode-utf8-doc*: Create perl-unicode-utf8-doc-0.62-r3.apk
>>> perl-unicode-utf8*: Tracing dependencies...
	perl
	so:libc.musl-armv7.so.1
>>> perl-unicode-utf8*: Package size: 13.5 KB
>>> perl-unicode-utf8*: Compressing data...
>>> perl-unicode-utf8*: Create checksum...
>>> perl-unicode-utf8*: Create perl-unicode-utf8-0.62-r3.apk
>>> perl-unicode-utf8: Build complete at Sun, 03 Nov 2024 23:55:17 +0000 elapsed time 0h 0m 12s
>>> perl-unicode-utf8: Cleaning up srcdir
>>> perl-unicode-utf8: Cleaning up pkgdir
>>> perl-unicode-utf8: Uninstalling dependencies...
(1/10) Purging .makedepends-perl-unicode-utf8 (20241103.235512)
(2/10) Purging perl-dev (5.40.0-r3)
(3/10) Purging perl-utils (5.40.0-r3)
(4/10) Purging perl-test-fatal (0.017-r1)
(5/10) Purging perl-try-tiny (0.32-r0)
(6/10) Purging git-perl (2.46.2-r0)
(7/10) Purging perl-git (2.46.2-r0)
(8/10) Purging perl-error (0.17029-r2)
(9/10) Purging perl (5.40.0-r3)
(10/10) Purging libbz2 (1.0.8-r6)
Executing busybox-1.37.0-r6.trigger
OK: 271 MiB in 101 packages
>>> perl-unicode-utf8: Updating the community/armv7 repository index...
>>> perl-unicode-utf8: Signing the index...