>>> perl-future-asyncawait: Building testing/perl-future-asyncawait 0.65-r1 (using abuild 3.11.20-r0) started Mon, 03 Jul 2023 23:36:34 +0000 >>> perl-future-asyncawait: Checking sanity of /home/buildozer/aports/testing/perl-future-asyncawait/APKBUILD... >>> perl-future-asyncawait: Analyzing dependencies... >>> perl-future-asyncawait: Installing for build: build-base perl perl-future perl-xs-parse-sublike perl-xs-parse-keyword perl-dev perl-module-build perl-test-refcount perl-test-fatal perl-test2-suite (1/20) Installing perl (5.38.0-r0) (2/20) Installing perl-future (0.50-r1) (3/20) Installing perl-xs-parse-sublike (0.18-r1) (4/20) Installing perl-xs-parse-keyword (0.34-r1) (5/20) Installing perl-utils (5.38.0-r0) (6/20) Installing perl-dev (5.38.0-r0) (7/20) Installing perl-module-build (0.4234-r1) (8/20) Installing perl-test-refcount (0.10-r5) (9/20) Installing perl-try-tiny (0.31-r2) (10/20) Installing perl-test-fatal (0.017-r1) (11/20) Installing perl-importer (0.026-r2) (12/20) Installing perl-term-table (0.016-r2) (13/20) Installing perl-scope-guard (0.21-r4) (14/20) Installing perl-sub-info (0.002-r4) (15/20) Installing perl-module-pluggable (5.2-r4) (16/20) Installing perl-test2-suite (0.000155-r1) (17/20) Installing .makedepends-perl-future-asyncawait (20230703.233635) (18/20) Installing perl-error (0.17029-r2) (19/20) Installing perl-git (2.41.0-r1) (20/20) Installing git-perl (2.41.0-r1) Executing busybox-1.36.1-r2.trigger OK: 424 MiB in 130 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.65.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 89091 100 89091 0 0 818k 0 --:--:-- --:--:-- --:--:-- 828k >>> perl-future-asyncawait: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Future-AsyncAwait-0.65.tar.gz >>> perl-future-asyncawait: Checking sha512sums... Future-AsyncAwait-0.65.tar.gz: OK >>> perl-future-asyncawait: Unpacking /var/cache/distfiles/edge/Future-AsyncAwait-0.65.tar.gz... Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Future-AsyncAwait' version '0.65' Building Future-AsyncAwait gcc -I/usr/lib/perl5/core_perl/CORE '-DVERSION="0.65"' '-DXS_VERSION="0.65"' -fPIC -Ihax -I. -DHAVE_PL_INFIX_PLUGIN -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 In file included from lib/Future/AsyncAwait.xs:22: hax/perl-backcompat.c.inc:184: warning: "xV_FROM_REF" redefined 184 | # define xV_FROM_REF(XV, ref) \ | In file included from /usr/lib/perl5/core_perl/CORE/perl.h:3327, from lib/Future/AsyncAwait.xs:9: /usr/lib/perl5/core_perl/CORE/handy.h:132: note: this is the location of the previous definition 132 | # define xV_FROM_REF(XV, ref) ((XV *)(SvRV(ref))) | 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:2457:11: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'U32' {aka 'long unsigned int'} [-Wformat=] 2457 | 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.65, core perl version v5.38.0 t/70await+feature-try.t ......... ok t/80async-method.t .............. skipped: Object::Pad >= 0.73 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.73 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=49, Tests=212, 10 wallclock secs ( 0.19 usr 0.05 sys + 8.83 cusr 1.06 csys = 10.13 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/testing/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/auto/Future/AsyncAwait/AsyncAwait.so Installing /home/buildozer/aports/testing/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/auto/Future/AsyncAwait/AsyncAwait.bs Installing /home/buildozer/aports/testing/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/Future/AsyncAwait.pm Installing /home/buildozer/aports/testing/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/Future/AsyncAwait/Awaitable.pm Installing /home/buildozer/aports/testing/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/Future/AsyncAwait/ExtensionBuilder.pm Installing /home/buildozer/aports/testing/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/Future/AsyncAwait/ExtensionBuilder_data.pm Installing /home/buildozer/aports/testing/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/lib/perl5/vendor_perl/Test/Future/AsyncAwait/Awaitable.pm Installing /home/buildozer/aports/testing/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/share/man/man3/Future::AsyncAwait.3pm Installing /home/buildozer/aports/testing/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/share/man/man3/Future::AsyncAwait::ExtensionBuilder.3pm Installing /home/buildozer/aports/testing/perl-future-asyncawait/pkg/perl-future-asyncawait/usr/share/man/man3/Test::Future::AsyncAwait::Awaitable.3pm Installing /home/buildozer/aports/testing/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.65-r1.apk >>> perl-future-asyncawait*: Tracing dependencies... perl perl-future perl-xs-parse-sublike perl-xs-parse-keyword 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.65-r1.apk >>> perl-future-asyncawait: Build complete at Mon, 03 Jul 2023 23:36:51 +0000 elapsed time 0h 0m 17s >>> perl-future-asyncawait: Cleaning up srcdir >>> perl-future-asyncawait: Cleaning up pkgdir >>> perl-future-asyncawait: Uninstalling dependencies... (1/20) Purging .makedepends-perl-future-asyncawait (20230703.233635) (2/20) Purging perl-future (0.50-r1) (3/20) Purging perl-xs-parse-sublike (0.18-r1) (4/20) Purging perl-xs-parse-keyword (0.34-r1) (5/20) Purging perl-dev (5.38.0-r0) (6/20) Purging perl-utils (5.38.0-r0) (7/20) Purging perl-module-build (0.4234-r1) (8/20) Purging perl-test-refcount (0.10-r5) (9/20) Purging perl-test-fatal (0.017-r1) (10/20) Purging perl-try-tiny (0.31-r2) (11/20) Purging perl-test2-suite (0.000155-r1) (12/20) Purging perl-term-table (0.016-r2) (13/20) Purging perl-scope-guard (0.21-r4) (14/20) Purging perl-sub-info (0.002-r4) (15/20) Purging perl-importer (0.026-r2) (16/20) Purging perl-module-pluggable (5.2-r4) (17/20) Purging git-perl (2.41.0-r1) (18/20) Purging perl-git (2.41.0-r1) (19/20) Purging perl-error (0.17029-r2) (20/20) Purging perl (5.38.0-r0) Executing busybox-1.36.1-r2.trigger OK: 378 MiB in 110 packages >>> perl-future-asyncawait: Updating the testing/x86 repository index... >>> perl-future-asyncawait: Signing the index...