>>> perl-future-asyncawait: Building community/perl-future-asyncawait 0.66-r1 (using abuild 3.12.0-r0) started Wed, 08 Nov 2023 17:55:28 +0000 >>> perl-future-asyncawait: Checking sanity of /home/buildozer/aports/community/perl-future-asyncawait/APKBUILD... >>> perl-future-asyncawait: Analyzing dependencies... >>> perl-future-asyncawait: Installing for build: build-base perl perl-future perl-xs-parse-keyword perl-xs-parse-sublike perl-dev perl-module-build perl-test2-suite (1/17) Installing perl (5.38.0-r0) (2/17) Installing perl-future (0.50-r1) (3/17) Installing perl-xs-parse-keyword (0.38-r0) (4/17) Installing perl-xs-parse-sublike (0.21-r0) (5/17) Installing perl-utils (5.38.0-r0) (6/17) Installing perl-dev (5.38.0-r0) (7/17) Installing perl-module-build (0.4234-r1) (8/17) Installing perl-term-table (0.018-r0) (9/17) Installing perl-scope-guard (0.21-r4) (10/17) Installing perl-importer (0.026-r2) (11/17) Installing perl-sub-info (0.002-r5) (12/17) Installing perl-module-pluggable (5.2-r4) (13/17) Installing perl-test2-suite (0.000159-r0) (14/17) Installing .makedepends-perl-future-asyncawait (20231108.175530) (15/17) Installing perl-error (0.17029-r2) (16/17) Installing perl-git (2.42.1-r0) (17/17) Installing git-perl (2.42.1-r0) Executing busybox-1.36.1-r15.trigger OK: 425 MiB in 127 packages >>> perl-future-asyncawait: Cleaning up srcdir >>> perl-future-asyncawait: Cleaning up pkgdir >>> perl-future-asyncawait: Cleaning up tmpdir >>> perl-future-asyncawait: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Future-AsyncAwait-0.66.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 91 89892 91 81866 0 0 804k 0 --:--:-- --:--:-- --:--:-- 799k 100 89892 100 89892 0 0 797k 0 --:--:-- --:--:-- --:--:-- 798k >>> perl-future-asyncawait: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Future-AsyncAwait-0.66.tar.gz >>> perl-future-asyncawait: Checking sha512sums... Future-AsyncAwait-0.66.tar.gz: OK >>> perl-future-asyncawait: Unpacking /var/cache/distfiles/edge/Future-AsyncAwait-0.66.tar.gz... Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Future-AsyncAwait' version '0.66' Building Future-AsyncAwait gcc -I/usr/lib/perl5/core_perl/CORE '-DVERSION="0.66"' '-DXS_VERSION="0.66"' -fPIC -Ihax -I. -I. -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' -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 -o lib/Future/AsyncAwait.o lib/Future/AsyncAwait.c lib/Future/AsyncAwait.xs: In function 'register_faa_hook': lib/Future/AsyncAwait.xs:221:11: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'U32' {aka 'long unsigned int'} [-Wformat=] 221 | croak("Unrecognised hookfuncs->flags value %08x", hookfuncs->flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ | | | U32 {aka long unsigned int} lib/Future/AsyncAwait.xs: In function 'check_optree': lib/Future/AsyncAwait.xs:2245:13: warning: format '%d' expects argument of type 'int', but argument 4 has type 'line_t' {aka 'long unsigned int'} [-Wformat=] 2245 | croak("await is not allowed inside %s at %s line %d.\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/Future/AsyncAwait.xs: In function 'register_faa_hook_v1': lib/Future/AsyncAwait.xs:2458:11: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'U32' {aka 'long unsigned int'} [-Wformat=] 2458 | croak("Unrecognised hookfuncs->flags value %08x", hookfuncs_v1->flags); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ | | | U32 {aka long unsigned int} ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Future/AsyncAwait/AsyncAwait.bs') cc -shared -Os -fstack-clash-protection -Wformat '-Werror=format-security' -O2 -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Future/AsyncAwait/AsyncAwait.so lib/Future/AsyncAwait.o t/00use.t ....................... ok t/01async-immediate.t ........... ok t/02await-immediate.t ........... ok t/03await.t ..................... ok t/04await-toplevel.t ............ ok t/05await-expr.t ................ ok t/06await-nested.t .............. ok t/07await-label.t ............... ok t/08await-cancel.t .............. ok t/09await-cancel-block.t ........ ok t/10pad.t ....................... ok t/11contexts.t .................. ok t/12closure.t ................... ok t/13regexp.t .................... ok t/14packagevar.t ................ ok t/15local-errsv.t ............... ok t/16state.t ..................... ok t/17snail.t ..................... ok t/20context-block.t ............. ok t/21context-while.t ............. ok t/22context-foreach.t ........... ok t/23context-map.t ............... ok t/24context-foreach-list.t ...... ok t/30stringeval.t ................ ok t/31destroy.t ................... ok t/32compile-errors.t ............ ok t/40croak.t ..................... ok t/41end.t ....................... ok t/42unresolved.t ................ ok t/43failure.t ................... ok t/44sub-attrs.t ................. ok t/45sub-signatures.t ............ ok t/50future-subclass.t ........... ok t/51awaitable-role.t ............ skipped: No Role::Tiny t/52awaitable-future.t .......... ok # Future::AsyncAwait 0.66, core perl version v5.38.0 t/70await+feature-class.t ....... ok # Future::AsyncAwait 0.66, core perl version v5.38.0 t/70await+feature-try.t ......... ok t/80async-method.t .............. skipped: Object::Pad >= 0.800 is not available t/80async-multi-sub.t ........... skipped: Syntax::Keyword::MultiSub >= 0.01 is not available t/80await+SKT.t ................. skipped: Syntax::Keyword::Try >= 0.22 is not available t/80await+defer.t ............... skipped: Syntax::Keyword::Defer >= 0.02 is not available t/80await+dynamically.t ......... skipped: Syntax::Keyword::Dynamically >= 0.02 is not available t/80await+matchcase.t ........... skipped: Syntax::Keyword::Match is not available t/81async-method+dynamically.t .. skipped: Object::Pad >= 0.800 is not available t/81memory-growth.t ............. skipped: No Test::MemoryGrowth t/82devel-mat-dumper-helper.t ... skipped: No Devel::MAT t/90rt128176.t .................. ok t/90rt129836.t .................. ok t/90rt142468.t .................. ok t/99pod.t ....................... skipped: Test::Pod 1.00 required for testing POD All tests successful. Files=50, Tests=219, 10 wallclock secs ( 0.19 usr 0.09 sys + 9.53 cusr 1.03 csys = 10.84 CPU) Result: PASS >>> perl-future-asyncawait: Entering fakeroot... Building Future-AsyncAwait Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildozer/aports/community/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/auto/Future/AsyncAwait/AsyncAwait.so Installing /home/buildozer/aports/community/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/auto/Future/AsyncAwait/AsyncAwait.bs Installing /home/buildozer/aports/community/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/Future/AsyncAwait.pm Installing /home/buildozer/aports/community/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/Future/AsyncAwait/Awaitable.pm Installing /home/buildozer/aports/community/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/Future/AsyncAwait/ExtensionBuilder.pm Installing /home/buildozer/aports/community/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/Future/AsyncAwait/ExtensionBuilder_data.pm Installing /home/buildozer/aports/community/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/Test/Future/AsyncAwait/Awaitable.pm Installing /home/buildozer/aports/community/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/share/man/man3/Future::AsyncAwait.3pm Installing /home/buildozer/aports/community/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/share/man/man3/Future::AsyncAwait::ExtensionBuilder.3pm Installing /home/buildozer/aports/community/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/share/man/man3/Test::Future::AsyncAwait::Awaitable.3pm Installing /home/buildozer/aports/community/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/share/man/man3/Future::AsyncAwait::Awaitable.3pm >>> perl-future-asyncawait-doc*: Running split function doc... >>> perl-future-asyncawait-doc*: Preparing subpackage perl-future-asyncawait-doc... >>> perl-future-asyncawait-doc*: Running postcheck for perl-future-asyncawait-doc >>> perl-future-asyncawait*: Running postcheck for perl-future-asyncawait >>> perl-future-asyncawait*: Preparing package perl-future-asyncawait... >>> perl-future-asyncawait*: Stripping binaries >>> perl-future-asyncawait-doc*: Scanning shared objects >>> perl-future-asyncawait*: Scanning shared objects >>> perl-future-asyncawait-doc*: Tracing dependencies... >>> perl-future-asyncawait-doc*: Package size: 40.0 KB >>> perl-future-asyncawait-doc*: Compressing data... >>> perl-future-asyncawait-doc*: Create checksum... >>> perl-future-asyncawait-doc*: Create perl-future-asyncawait-doc-0.66-r1.apk >>> perl-future-asyncawait*: Tracing dependencies... perl perl-future perl-xs-parse-keyword perl-xs-parse-sublike so:libc.musl-x86.so.1 >>> perl-future-asyncawait*: Package size: 156.0 KB >>> perl-future-asyncawait*: Compressing data... >>> perl-future-asyncawait*: Create checksum... >>> perl-future-asyncawait*: Create perl-future-asyncawait-0.66-r1.apk >>> perl-future-asyncawait: Build complete at Wed, 08 Nov 2023 17:55:47 +0000 elapsed time 0h 0m 19s >>> perl-future-asyncawait: Cleaning up srcdir >>> perl-future-asyncawait: Cleaning up pkgdir >>> perl-future-asyncawait: Uninstalling dependencies... (1/17) Purging .makedepends-perl-future-asyncawait (20231108.175530) (2/17) Purging perl-future (0.50-r1) (3/17) Purging perl-xs-parse-keyword (0.38-r0) (4/17) Purging perl-xs-parse-sublike (0.21-r0) (5/17) Purging perl-dev (5.38.0-r0) (6/17) Purging perl-utils (5.38.0-r0) (7/17) Purging perl-module-build (0.4234-r1) (8/17) Purging perl-test2-suite (0.000159-r0) (9/17) Purging perl-term-table (0.018-r0) (10/17) Purging perl-scope-guard (0.21-r4) (11/17) Purging perl-sub-info (0.002-r5) (12/17) Purging perl-importer (0.026-r2) (13/17) Purging perl-module-pluggable (5.2-r4) (14/17) Purging git-perl (2.42.1-r0) (15/17) Purging perl-git (2.42.1-r0) (16/17) Purging perl-error (0.17029-r2) (17/17) Purging perl (5.38.0-r0) Executing busybox-1.36.1-r15.trigger OK: 379 MiB in 110 packages >>> perl-future-asyncawait: Updating the community/x86 repository index... >>> perl-future-asyncawait: Signing the index...