>>> perl-future-asyncawait: Building testing/perl-future-asyncawait 0.65-r0 (using abuild 3.11.0_rc13-r1) started Mon, 08 May 2023 01:39:11 +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.36.1-r1) (2/20) Installing perl-future (0.50-r0) (3/20) Installing perl-xs-parse-sublike (0.16-r1) (4/20) Installing perl-xs-parse-keyword (0.33-r0) (5/20) Installing perl-utils (5.36.1-r1) (6/20) Installing perl-dev (5.36.1-r1) (7/20) Installing perl-module-build (0.4234-r0) (8/20) Installing perl-test-refcount (0.10-r4) (9/20) Installing perl-try-tiny (0.31-r1) (10/20) Installing perl-test-fatal (0.017-r0) (11/20) Installing perl-importer (0.026-r1) (12/20) Installing perl-term-table (0.016-r1) (13/20) Installing perl-scope-guard (0.21-r3) (14/20) Installing perl-sub-info (0.002-r3) (15/20) Installing perl-module-pluggable (5.2-r3) (16/20) Installing perl-test2-suite (0.000155-r0) (17/20) Installing .makedepends-perl-future-asyncawait (20230508.013913) (18/20) Installing perl-error (0.17029-r1) (19/20) Installing perl-git (2.40.1-r0) (20/20) Installing git-perl (2.40.1-r0) Executing busybox-1.36.0-r9.trigger OK: 421 MiB in 126 packages >>> perl-future-asyncawait: Cleaning up srcdir >>> perl-future-asyncawait: Cleaning up pkgdir >>> 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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> perl-future-asyncawait: Fetching https://cpan.metacpan.org/authors/id/P/PE/PEVANS/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 658k 0 --:--:-- --:--:-- --:--:-- 664k >>> 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. -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 -Wformat -Werror=format-security -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: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 -Wformat -Werror=format-security -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.36.1 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.20 usr 0.06 sys + 9.40 cusr 0.98 csys = 10.64 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: 44.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-r0.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: 144.0 KB >>> perl-future-asyncawait*: Compressing data... >>> perl-future-asyncawait*: Create checksum... >>> perl-future-asyncawait*: Create perl-future-asyncawait-0.65-r0.apk >>> perl-future-asyncawait: Build complete at Mon, 08 May 2023 01:39:29 +0000 elapsed time 0h 0m 18s >>> perl-future-asyncawait: Cleaning up srcdir >>> perl-future-asyncawait: Cleaning up pkgdir >>> perl-future-asyncawait: Uninstalling dependencies... (1/20) Purging .makedepends-perl-future-asyncawait (20230508.013913) (2/20) Purging perl-future (0.50-r0) (3/20) Purging perl-xs-parse-sublike (0.16-r1) (4/20) Purging perl-xs-parse-keyword (0.33-r0) (5/20) Purging perl-dev (5.36.1-r1) (6/20) Purging perl-utils (5.36.1-r1) (7/20) Purging perl-module-build (0.4234-r0) (8/20) Purging perl-test-refcount (0.10-r4) (9/20) Purging perl-test-fatal (0.017-r0) (10/20) Purging perl-try-tiny (0.31-r1) (11/20) Purging perl-test2-suite (0.000155-r0) (12/20) Purging perl-term-table (0.016-r1) (13/20) Purging perl-scope-guard (0.21-r3) (14/20) Purging perl-sub-info (0.002-r3) (15/20) Purging perl-importer (0.026-r1) (16/20) Purging perl-module-pluggable (5.2-r3) (17/20) Purging git-perl (2.40.1-r0) (18/20) Purging perl-git (2.40.1-r0) (19/20) Purging perl-error (0.17029-r1) (20/20) Purging perl (5.36.1-r1) Executing busybox-1.36.0-r9.trigger OK: 378 MiB in 106 packages >>> perl-future-asyncawait: Updating the testing/x86 repository index... >>> perl-future-asyncawait: Signing the index...