>>> perl-unicode-utf8: Building community/perl-unicode-utf8 0.62-r3 (using abuild 3.13.0-r5) started Wed, 28 Aug 2024 15:43:51 +0000
>>> perl-unicode-utf8: Checking sanity of /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-r1)
(3/10) Installing perl-utils (5.40.0-r1)
(4/10) Installing perl-dev (5.40.0-r1)
(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 (20240828.154358)
(8/10) Installing perl-error (0.17029-r2)
(9/10) Installing perl-git (2.46.0-r0)
(10/10) Installing git-perl (2.46.0-r0)
Executing busybox-1.36.1-r31.trigger
OK: 301 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/edge/Unicode-UTF8-0.62.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 87838  100 87838    0     0   906k      0 --:--:-- --:--:-- --:--:--  912k
>>> perl-unicode-utf8: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/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
Running Mkbootstrap for UTF8 ()
"/usr/bin/perl" "-Iinc" "/usr/share/perl5/core_perl/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap'  UTF8.xs > UTF8.xsc
chmod 644 "UTF8.bs"
"/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- UTF8.bs blib/arch/auto/Unicode/UTF8/UTF8.bs 644
cp lib/Unicode/UTF8.pm blib/lib/Unicode/UTF8.pm
cp lib/Unicode/UTF8.pod blib/lib/Unicode/UTF8.pod
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
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=12018,  3 wallclock secs ( 0.85 usr  0.05 sys +  3.16 cusr  0.27 csys =  4.33 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...
'/home/buildozer/aports/community/perl-unicode-utf8/pkg/perl-unicode-utf8/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'
>>> 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: 48.0 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-loongarch64.so.1
>>> perl-unicode-utf8*: Package size: 64.0 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 Wed, 28 Aug 2024 15:44:05 +0000 elapsed time 0h 0m 14s
>>> perl-unicode-utf8: Cleaning up srcdir
>>> perl-unicode-utf8: Cleaning up pkgdir
>>> perl-unicode-utf8: Uninstalling dependencies...
(1/10) Purging .makedepends-perl-unicode-utf8 (20240828.154358)
(2/10) Purging perl-dev (5.40.0-r1)
(3/10) Purging perl-utils (5.40.0-r1)
(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.0-r0)
(7/10) Purging perl-git (2.46.0-r0)
(8/10) Purging perl-error (0.17029-r2)
(9/10) Purging perl (5.40.0-r1)
(10/10) Purging libbz2 (1.0.8-r6)
Executing busybox-1.36.1-r31.trigger
OK: 250 MiB in 101 packages
>>> perl-unicode-utf8: Updating the community/loongarch64 repository index...
>>> perl-unicode-utf8: Signing the index...