>>> perl-sereal-decoder: Building community/perl-sereal-decoder 5.007-r0 (using abuild 3.18.0_rc3-r1) started Mon, 20 Jul 2026 21:37:29 +0000 >>> perl-sereal-decoder: Validating /home/buildozer/aports/community/perl-sereal-decoder/APKBUILD... >>> perl-sereal-decoder: Analyzing dependencies... >>> perl-sereal-decoder: Installing for build: build-base perl perl-dev zstd-dev perl-test-longstring perl-test-warn perl-test-deep perl-test-differences ( 1/17) Installing libbz2 (1.0.8-r6) ( 2/17) Installing perl (5.42.2-r0) ( 3/17) Installing perl-utils (5.42.2-r0) ( 4/17) Installing perl-dev (5.42.2-r0) ( 5/17) Installing zstd (1.5.7-r2) ( 6/17) Installing zstd-dev (1.5.7-r2) ( 7/17) Installing perl-test-longstring (0.17-r4) ( 8/17) Installing perl-sub-uplevel (0.2800-r7) ( 9/17) Installing perl-test-warn (0.37-r2) (10/17) Installing perl-test-deep (1.205-r0) (11/17) Installing perl-algorithm-diff (1.201-r1) (12/17) Installing perl-text-diff (1.45-r4) (13/17) Installing perl-test-differences (0.72-r0) (14/17) Installing .makedepends-perl-sereal-decoder (20260720.213730) (15/17) Installing perl-error (0.17030-r0) (16/17) Installing perl-git (2.55.0-r0) (17/17) Installing git-perl (2.55.0-r0) Executing busybox-1.38.0-r1.trigger OK: 381.2 MiB in 122 packages >>> perl-sereal-decoder: Cleaning up srcdir >>> perl-sereal-decoder: Cleaning up pkgdir >>> perl-sereal-decoder: Cleaning up tmpdir >>> perl-sereal-decoder: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Sereal-Decoder-5.007.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> perl-sereal-decoder: Fetching https://cpan.metacpan.org/authors/id/Y/YV/YVES/Sereal-Decoder-5.007.tar.gz Connecting to cpan.metacpan.org ([2a04:4e42::729]:443) saving to '/var/cache/distfiles/edge/Sereal-Decoder-5.007.tar.gz.part' Sereal-Decoder-5.007 100% |********************************| 878k 0:00:00 ETA '/var/cache/distfiles/edge/Sereal-Decoder-5.007.tar.gz.part' saved /var/cache/distfiles/edge/Sereal-Decoder-5.007.tar.gz: OK >>> perl-sereal-decoder: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Sereal-Decoder-5.007.tar.gz /var/cache/distfiles/edge/Sereal-Decoder-5.007.tar.gz: OK >>> perl-sereal-decoder: Unpacking /var/cache/distfiles/edge/Sereal-Decoder-5.007.tar.gz... USE_UNALIGNED not set in env. Use unaligned loads and stores? yes/no [no] no neither NO_ASM nor ZSTD_DISABLE_ASM set in env. Use assembly in ZSTD? yes/no [yes] yes Using bundled csnappy code Using bundled miniz code Using installed zstd library Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sereal::Decoder Writing MYMETA.yml and MYMETA.json Running Mkbootstrap for Decoder () "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/home/buildozer/aports/community/perl-sereal-decoder/src/Sereal-Decoder-5.007/typemap' Decoder.xs > Decoder.xsc 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=\"5.007\" -DXS_VERSION=\"5.007\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD srl_decoder.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=\"5.007\" -DXS_VERSION=\"5.007\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD miniz.c chmod 644 "Decoder.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644 cp lib/Sereal/Decoder.pm blib/lib/Sereal/Decoder.pm cp lib/Sereal/Performance.pm blib/lib/Sereal/Performance.pm cp lib/Sereal/Decoder/Constants.pm blib/lib/Sereal/Decoder/Constants.pm mv Decoder.xsc Decoder.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=\"5.007\" -DXS_VERSION=\"5.007\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD Decoder.c In file included from srl_decoder.c:64: srl_reader_decompress.h: In function 'srl_realloc_empty_buffer': srl_reader_decompress.h:78:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'STRLEN' {aka 'unsigned int'} [-Wformat=] 78 | croak("Insufficient memory to '%s' decompress. Size compressed=%"UVuf" uncompressed=%"UVuf, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | compression_type, compressed_len, total_requested ); | ~~~~~~~~~~~~~~ | | | STRLEN {aka unsigned int} In file included from /usr/lib/perl5/core_perl/CORE/perl.h:46, from srl_decoder.c:8: /usr/lib/perl5/core_perl/CORE/config.h:4228:28: note: format string is defined here 4228 | #define UVuf "llu" /**/ srl_reader_decompress.h:78:19: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'STRLEN' {aka 'unsigned int'} [-Wformat=] 78 | croak("Insufficient memory to '%s' decompress. Size compressed=%"UVuf" uncompressed=%"UVuf, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | compression_type, compressed_len, total_requested ); | ~~~~~~~~~~~~~~~ | | | STRLEN {aka unsigned int} /usr/lib/perl5/core_perl/CORE/config.h:4228:28: note: format string is defined here 4228 | #define UVuf "llu" /**/ srl_decoder.c: In function 'srl_ptable_debug_callback': srl_decoder.c:176:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 176 | printf("KEY=%"UVuf"\nVALUE:\n", (UV)e->key); | ^ srl_decoder.c: In function 'srl_fetch_item': srl_decoder.c:916:51: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 916 | SV *sv= (SV *)PTABLE_fetch(dec->ref_seenhash, (void *)item); | ^ srl_decoder.c: In function 'srl_follow_objectv_reference': srl_decoder.c:1380:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1380 | av= (AV *)PTABLE_fetch(dec->ref_bless_av, (void *)offset); | ^ srl_decoder.c: In function 'srl_read_object': srl_decoder.c:1567:64: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1567 | class_stash= (HV *) PTABLE_fetch(dec->ref_stashes, (void *)ofs); | ^ In file included from srl_decoder.c:61: srl_reader_error.h:6:42: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 6 | #define SRL_RDR_BASE_ERROR_FORMAT_START "Sereal: Error: " | ^~~~~~~~~~~~~~~~~ srl_reader_error.h:8:45: note: in expansion of macro 'SRL_RDR_BASE_ERROR_FORMAT_START' 8 | #define SRL_RDR_BASE_ERROR_FORMAT(whatever) SRL_RDR_BASE_ERROR_FORMAT_START whatever SRL_RDR_BASE_ERROR_FORMAT_END | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ srl_reader_error.h:13:68: note: in expansion of macro 'SRL_RDR_BASE_ERROR_FORMAT' 13 | #define SRL_RDR_ERRORf2(buf, fmt, var1, var2) croak(SRL_RDR_BASE_ERROR_FORMAT(fmt), (var1), (var2), SRL_RDR_BASE_ERROR_ARGS((buf))) | ^~~~~~~~~~~~~~~~~~~~~~~~~ srl_decoder.c:1599:17: note: in expansion of macro 'SRL_RDR_ERRORf2' 1599 | SRL_RDR_ERRORf2(dec->pbuf, | ^~~~~~~~~~~~~~~ Decoder.xs: In function 'THX_pp1_sereal_decode': Decoder.xs:106:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 106 | decoder = (srl_decoder_t *)SvIV(decoder_sv); | ^ rm -f blib/arch/auto/Sereal/Decoder/Decoder.so LD_RUN_PATH="/usr/lib" cc -shared -O2 -fstack-clash-protection -Wformat -Werror=format-security -L/usr/local/lib -fstack-protector-strong Decoder.o srl_decoder.o miniz.o -o blib/arch/auto/Sereal/Decoder/Decoder.so \ -lzstd \ chmod 755 blib/arch/auto/Sereal/Decoder/Decoder.so Manifying 2 pod documents "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.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/*/*/*.t # Perl Regexp Internals Type = MODERN_REGEXP t/001_load.t .................................. ok t/002_have_enc_and_dec.t ...................... skipped: Must have both encoder and decoder to run this test. t/004_testset.t ............................... ok # No Sereal::Encoder available to test with. t/005_flags.t ................................. skipped: Did not find right version of encoder/decoder t/010_desperate.t ............................. ok # No Sereal::Encoder available to test with. t/020_incremental.t ........................... ok t/030_looks_like_sereal.t ..................... ok # No Sereal::Encoder available to test with. t/040_special_vars.t .......................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/060_each.t .................................. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/070_alias_options.t ......................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/071_alias_reserealize.t ..................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/080_set_readonly.t .......................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/090_thaw.t .................................. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/091_thaw_order.t ............................ skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/092_thaw_scalar.t ........................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/110_nobless.t ............................... skipped: Did not find right version of encoder t/150_dec_exception.t ......................... ok # No Sereal::Encoder available to test with. t/155_zipbomb.t ............................... skipped: Did not find right version of encoder t/160_recursion.t ............................. ok t/190_customop.t .............................. ok t/195_backcompat.t ............................ ok # No Sereal::Encoder available to test with. t/200_bulk.t .................................. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/210_bulk_readonly.t ......................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/300_overload.t .............................. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/400_evil.t .................................. skipped: Did not find right version of decoder t/400_utf8validate.t .......................... ok # No Sereal::Encoder available to test with. t/500_utf8decoding.t .......................... skipped: Did not find right version of encoder t/550_decode_into.t ........................... ok # No Sereal::Encoder available to test with. t/700_roundtrip/v1/plain.t .................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v1/plain_canon.t .............. skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v1/snappy.t ................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v1/snappy_canon.t ............. skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v2/dedudep_strings.t .......... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v2/freeze_thaw.t .............. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v2/plain.t .................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v2/plain_canon.t .............. skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v2/readonly.t ................. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v2/snappy.t ................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v2/snappy_canon.t ............. skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v2/snappy_incr.t .............. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v2/snappy_incr_canon.t ........ skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v2/sort_keys.t ................ skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v3/dedudep_strings.t .......... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v3/freeze_thaw.t .............. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v3/plain.t .................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v3/plain_canon.t .............. skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v3/readonly.t ................. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v3/snappy.t ................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v3/snappy_canon.t ............. skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v3/snappy_incr.t .............. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v3/snappy_incr_canon.t ........ skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v3/sort_keys.t ................ skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v3/sort_keys_perl.t ........... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v3/sort_keys_perl_rev.t ....... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v3/zlib.t ..................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v3/zlib_force.t ............... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/dedudep_strings.t .......... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/freeze_thaw.t .............. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/plain.t .................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/plain_canon.t .............. skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v4/readonly.t ................. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/snappy.t ................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/snappy_and_warn_unknown.t .. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/snappy_canon.t ............. skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v4/snappy_incr.t .............. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/snappy_incr_canon.t ........ skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v4/sort_keys.t ................ skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/sort_keys_perl.t ........... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/sort_keys_perl_rev.t ....... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/zlib.t ..................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/zlib_force.t ............... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/zstd.t ..................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v4/zstd_force.t ............... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/dedudep_strings.t .......... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/freeze_thaw.t .............. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/plain.t .................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/plain_canon.t .............. skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v5/readonly.t ................. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/snappy.t ................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/snappy_and_warn_unknown.t .. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/snappy_canon.t ............. skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v5/snappy_incr.t .............. skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/snappy_incr_canon.t ........ skipped: Did not find right version of encoder (want 3.001006) # No Sereal::Encoder available to test with. t/700_roundtrip/v5/sort_keys.t ................ skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/sort_keys_perl.t ........... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/sort_keys_perl_rev.t ....... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/zlib.t ..................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/zlib_force.t ............... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/zstd.t ..................... skipped: Did not find right version of encoder # No Sereal::Encoder available to test with. t/700_roundtrip/v5/zstd_force.t ............... skipped: Did not find right version of encoder t/800_threads.t ............................... ok # No Sereal::Encoder available to test with. t/900_regr_issue_15.t ......................... ok t/901_regr_segv.t ............................. ok t/902_bad_input.t ............................. ok # No Sereal::Encoder available to test with. t/903_reentrancy.t ............................ ok t/903_regr_oob_copy_shortbinary.t ............. ok All tests successful. Files=96, Tests=792, 8 wallclock secs ( 0.22 usr 0.09 sys + 6.74 cusr 1.35 csys = 8.40 CPU) Result: PASS >>> perl-sereal-decoder: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644 Manifying 2 pod documents Appending installation info to /home/buildozer/aports/community/perl-sereal-decoder/pkg/perl-sereal-decoder/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-sereal-decoder/pkg/perl-sereal-decoder/usr/lib/perl5/vendor_perl/auto/Sereal/Decoder/Decoder.so Installing /home/buildozer/aports/community/perl-sereal-decoder/pkg/perl-sereal-decoder/usr/lib/perl5/vendor_perl/Sereal/Performance.pm Installing /home/buildozer/aports/community/perl-sereal-decoder/pkg/perl-sereal-decoder/usr/lib/perl5/vendor_perl/Sereal/Decoder.pm Installing /home/buildozer/aports/community/perl-sereal-decoder/pkg/perl-sereal-decoder/usr/lib/perl5/vendor_perl/Sereal/Decoder/Constants.pm Installing /home/buildozer/aports/community/perl-sereal-decoder/pkg/perl-sereal-decoder/usr/share/man/man3/Sereal::Performance.3pm Installing /home/buildozer/aports/community/perl-sereal-decoder/pkg/perl-sereal-decoder/usr/share/man/man3/Sereal::Decoder.3pm >>> perl-sereal-decoder-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/perl-sereal-decoder/pkg/perl-sereal-decoder-doc/usr/share/man' >>> perl-sereal-decoder-doc*: Preparing subpackage perl-sereal-decoder-doc... >>> perl-sereal-decoder-doc*: Running postcheck for perl-sereal-decoder-doc >>> perl-sereal-decoder*: Running postcheck for perl-sereal-decoder >>> perl-sereal-decoder*: Preparing package perl-sereal-decoder... >>> perl-sereal-decoder*: Stripping binaries libfakeroot internal error: payload not recognized! >>> WARNING: perl-sereal-decoder*: Redundant /usr/lib in rpath found >>> perl-sereal-decoder*: Scanning shared objects >>> perl-sereal-decoder*: Tracing dependencies... perl so:libc.musl-armhf.so.1 so:libzstd.so.1 >>> perl-sereal-decoder*: Package size: 259.0 KB >>> perl-sereal-decoder*: Compressing data... >>> perl-sereal-decoder*: Create checksum... >>> perl-sereal-decoder*: Create perl-sereal-decoder-5.007-r0.apk >>> perl-sereal-decoder-doc*: Tracing dependencies... >>> perl-sereal-decoder-doc*: Package size: 15.2 KB >>> perl-sereal-decoder-doc*: Compressing data... >>> perl-sereal-decoder-doc*: Create checksum... >>> perl-sereal-decoder-doc*: Create perl-sereal-decoder-doc-5.007-r0.apk >>> perl-sereal-decoder: Build complete at Mon, 20 Jul 2026 21:37:45 +0000 elapsed time 0h 0m 16s >>> perl-sereal-decoder: Cleaning up srcdir >>> perl-sereal-decoder: Cleaning up pkgdir >>> perl-sereal-decoder: Cleaning up tmpdir >>> perl-sereal-decoder: Uninstalling dependencies... ( 1/17) Purging .makedepends-perl-sereal-decoder (20260720.213730) ( 2/17) Purging perl-dev (5.42.2-r0) ( 3/17) Purging perl-utils (5.42.2-r0) ( 4/17) Purging zstd-dev (1.5.7-r2) ( 5/17) Purging zstd (1.5.7-r2) ( 6/17) Purging perl-test-longstring (0.17-r4) ( 7/17) Purging perl-test-warn (0.37-r2) ( 8/17) Purging perl-sub-uplevel (0.2800-r7) ( 9/17) Purging perl-test-deep (1.205-r0) (10/17) Purging perl-test-differences (0.72-r0) (11/17) Purging perl-text-diff (1.45-r4) (12/17) Purging perl-algorithm-diff (1.201-r1) (13/17) Purging git-perl (2.55.0-r0) (14/17) Purging perl-git (2.55.0-r0) (15/17) Purging perl-error (0.17030-r0) (16/17) Purging perl (5.42.2-r0) (17/17) Purging libbz2 (1.0.8-r6) Executing busybox-1.38.0-r1.trigger OK: 343.4 MiB in 105 packages >>> perl-sereal-decoder: Updating the community/armhf repository index... >>> perl-sereal-decoder: Signing the index...