>>> raku-inline-perl5: Building testing/raku-inline-perl5 0.60_git20250327-r0 (using abuild 3.15.0-r2) started Fri, 15 Aug 2025 10:03:55 +0000 >>> raku-inline-perl5: Validating /home/buildozer/aports/testing/raku-inline-perl5/APKBUILD... >>> raku-inline-perl5: Analyzing dependencies... >>> raku-inline-perl5: Installing for build: build-base rakudo moarvm-dev perl-dev rakudo-dev raku-distribution-builder-makefromjson perl-utils raku-file-temp ( 1/28) Installing libffi (3.5.2-r0) ( 2/28) Installing mimalloc2 (2.2.3-r2) ( 3/28) Installing libuv (1.51.0-r0) ( 4/28) Installing moarvm (2025.05-r0) ( 5/28) Installing nqp (2025.05-r0) ( 6/28) Installing rakudo (2025.05-r0) ( 7/28) Installing linux-headers (6.15.9-r0) ( 8/28) Installing libffi-dev (3.5.2-r0) ( 9/28) Installing libuv-dev (1.51.0-r0) (10/28) Installing mimalloc2-debug (2.2.3-r2) (11/28) Installing mimalloc2-insecure (2.2.3-r2) (12/28) Installing mimalloc2-dev (2.2.3-r2) (13/28) Installing libbz2 (1.0.8-r6) (14/28) Installing perl (5.42.0-r0) (15/28) Installing zstd (1.5.7-r2) (16/28) Installing zstd-dev (1.5.7-r2) (17/28) Installing moarvm-dev (2025.05-r0) (18/28) Installing perl-utils (5.42.0-r0) (19/28) Installing perl-dev (5.42.0-r0) (20/28) Installing rakudo-dev (2025.05-r0) (21/28) Installing raku-system-query (0.1.6-r0) (22/28) Installing raku-distribution-builder-makefromjson (0.6-r0) (23/28) Installing raku-file-directory-tree (0.2-r0) (24/28) Installing raku-file-temp (0.0.12-r0) (25/28) Installing .makedepends-raku-inline-perl5 (20250815.100356) (26/28) Installing perl-error (0.17030-r0) (27/28) Installing perl-git (2.50.1-r0) (28/28) Installing git-perl (2.50.1-r0) busybox-1.37.0-r22.trigger: Executing script... OK: 545 MiB in 132 packages >>> raku-inline-perl5: Cleaning up srcdir >>> raku-inline-perl5: Cleaning up pkgdir >>> raku-inline-perl5: Cleaning up tmpdir >>> raku-inline-perl5: Fetching https://distfiles.alpinelinux.org/distfiles/edge/raku-inline-perl5-92806276f0ca964d168e8b9793066d180fa5c8e3.tar.gz >>> raku-inline-perl5: Fetching https://distfiles.alpinelinux.org/distfiles/edge/raku-inline-perl5-92806276f0ca964d168e8b9793066d180fa5c8e3.tar.gz >>> raku-inline-perl5: Checking sha512sums... raku-inline-perl5-92806276f0ca964d168e8b9793066d180fa5c8e3.tar.gz: OK >>> raku-inline-perl5: Unpacking /var/cache/distfiles/edge/raku-inline-perl5-92806276f0ca964d168e8b9793066d180fa5c8e3.tar.gz... cc -Wall p5helper.c -rdynamic -Wl,-rpath,/usr/lib/perl5/core_perl/CORE -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/core_perl/CORE -lperl -lpthread -ldl -lm -lcrypt -lutil -lc -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/core_perl/CORE -shared -o "resources/libraries/libp5helper.so" -fPIC -g p5helper.c: In function 'raku_keyword_plugin': p5helper.c:5:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 5 | #define declare_cbs perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*hv_fetchs(PL_modglobal, "Inline::Perl5 callbacks", 0)); | ^ p5helper.c:99:9: note: in expansion of macro 'declare_cbs' 99 | declare_cbs; | ^~~~~~~~~~~ In file included from /usr/lib/perl5/core_perl/CORE/perl.h:6199, from p5helper.c:2: p5helper.c: In function 'p5_init_callbacks': p5helper.c:145:64: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 145 | hv_stores(PL_modglobal, "Inline::Perl5 callbacks", newSViv((IV)cbs)); | ^ /usr/lib/perl5/core_perl/CORE/embed.h:297:86: note: in definition of macro 'hv_common_key_len' 297 | # define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) | ^ /usr/lib/perl5/core_perl/CORE/hv.h:594:5: note: in expansion of macro 'hv_store' 594 | hv_store((hv), ASSERT_IS_LITERAL(key), (sizeof(key)-1), (val), 0) | ^~~~~~~~ p5helper.c:145:5: note: in expansion of macro 'hv_stores' 145 | hv_stores(PL_modglobal, "Inline::Perl5 callbacks", newSViv((IV)cbs)); | ^~~~~~~~~ p5helper.c:145:56: note: in expansion of macro 'newSViv' 145 | hv_stores(PL_modglobal, "Inline::Perl5 callbacks", newSViv((IV)cbs)); | ^~~~~~~ p5helper.c: In function 'p5_destruct_perl': p5helper.c:203:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 203 | cbs = (perl6_callbacks*)SvIV(*cbs_entry); | ^ p5helper.c: In function 'reset_wrapped_object': p5helper.c:874:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 874 | perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*cbs_entry); | ^ p5helper.c: In function 'p5_free_perl6_obj': p5helper.c:1243:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1243 | perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*cbs_entry); | ^ p5helper.c: In function 'p5_free_wrapped_perl6_obj': p5helper.c:1258:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1258 | perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*cbs_entry); | ^ p5helper.c: In function 'p5_free_perl6_hash': p5helper.c:1274:36: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1274 | perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*cbs_entry); | ^ p5helper.c: In function 'p5_call_p6_method': p5helper.c:5:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 5 | #define declare_cbs perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*hv_fetchs(PL_modglobal, "Inline::Perl5 callbacks", 0)); | ^ p5helper.c:1608:5: note: in expansion of macro 'declare_cbs' 1608 | declare_cbs; | ^~~~~~~~~~~ p5helper.c: In function 'p5_destroy_p5_object': p5helper.c:1632:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1632 | perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*cbs_entry); | ^ p5helper.c: In function 'find_shadow_magic': p5helper.c:5:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 5 | #define declare_cbs perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*hv_fetchs(PL_modglobal, "Inline::Perl5 callbacks", 0)); | ^ p5helper.c:1669:9: note: in expansion of macro 'declare_cbs' 1669 | declare_cbs; | ^~~~~~~~~~~ p5helper.c: In function 'p5_call_p6_extension_method': p5helper.c:5:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 5 | #define declare_cbs perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*hv_fetchs(PL_modglobal, "Inline::Perl5 callbacks", 0)); | ^ p5helper.c:1695:13: note: in expansion of macro 'declare_cbs' 1695 | declare_cbs; | ^~~~~~~~~~~ p5helper.c:5:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 5 | #define declare_cbs perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*hv_fetchs(PL_modglobal, "Inline::Perl5 callbacks", 0)); | ^ p5helper.c:1710:5: note: in expansion of macro 'declare_cbs' 1710 | declare_cbs; | ^~~~~~~~~~~ p5helper.c: In function 'p5_hash_at_key': p5helper.c:5:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 5 | #define declare_cbs perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*hv_fetchs(PL_modglobal, "Inline::Perl5 callbacks", 0)); | ^ p5helper.c:1727:5: note: in expansion of macro 'declare_cbs' 1727 | declare_cbs; | ^~~~~~~~~~~ p5helper.c: In function 'p5_hash_assign_key': p5helper.c:5:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 5 | #define declare_cbs perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*hv_fetchs(PL_modglobal, "Inline::Perl5 callbacks", 0)); | ^ p5helper.c:1750:5: note: in expansion of macro 'declare_cbs' 1750 | declare_cbs; | ^~~~~~~~~~~ p5helper.c: In function 'p5_call_p6_callable': p5helper.c:5:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 5 | #define declare_cbs perl6_callbacks *cbs = (perl6_callbacks*)SvIV(*hv_fetchs(PL_modglobal, "Inline::Perl5 callbacks", 0)); | ^ p5helper.c:1767:5: note: in expansion of macro 'declare_cbs' 1767 | declare_cbs; | ^~~~~~~~~~~ t/argv.t ...................... ok t/autoload.t .................. ok t/call.t ...................... ok t/call_back.t ................. ok t/call_hash.t ................. ok t/call_p6_function_from_p5.t .. ok t/callables.t ................. ok t/can.t ....................... ok t/data.t ...................... ok Saw 1 occurrence of deprecated code. ================================================================================ .pm file extension in raku library path seen at: file#/home/buildozer/aports/testing/raku-inline-perl5/src/Inline-Perl5-92806276f0ca964d168e8b9793066d180fa5c8e3/t/lib, line 0 Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead. -------------------------------------------------------------------------------- Please contact the author to have these occurrences of deprecated code adapted, so that this message will disappear! Saw 1 occurrence of deprecated code. ================================================================================ .pm file extension in raku library path seen at: file#/home/buildozer/aports/testing/raku-inline-perl5/src/Inline-Perl5-92806276f0ca964d168e8b9793066d180fa5c8e3/t/lib, line 0 Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead. -------------------------------------------------------------------------------- Please contact the author to have these occurrences of deprecated code adapted, so that this message will disappear! t/data_in_module.t ............ ok t/eval.t ...................... ok t/eval_p6_in_p5.t ............. ok t/eval_return_values.t ........ ok t/exceptions.t ................ ok t/file_handles.t .............. ok Saw 1 occurrence of deprecated code. ================================================================================ .pm file extension in raku library path seen at: file#/home/buildozer/aports/testing/raku-inline-perl5/src/Inline-Perl5-92806276f0ca964d168e8b9793066d180fa5c8e3/t/lib, line 0 Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead. -------------------------------------------------------------------------------- Please contact the author to have these occurrences of deprecated code adapted, so that this message will disappear! Saw 1 occurrence of deprecated code. ================================================================================ .pm file extension in raku library path seen at: file#/home/buildozer/aports/testing/raku-inline-perl5/src/Inline-Perl5-92806276f0ca964d168e8b9793066d180fa5c8e3/t/lib, line 0 Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead. -------------------------------------------------------------------------------- Please contact the author to have these occurrences of deprecated code adapted, so that this message will disappear! t/from.t ...................... ok t/globals.t ................... ok t/import.t .................... ok t/inherit.t ................... ok t/inner_package.t ............. ok t/invoke.t .................... ok t/invoke_p6_method_from_p5.t .. ok t/meta_model.t ................ ok t/modify_array.t .............. ok t/modify_hash.t ............... ok t/object_hash.t ............... ok t/overload.t .................. ok t/p5_object_destructor.t ...... ok t/p5_to_p6.t .................. ok t/p6_object_destructor.t ...... ok t/p6_to_p5.t .................. ok t/perl5package.t .............. ok Saw 1 occurrence of deprecated code. ================================================================================ .pm file extension in raku library path seen at: file#/home/buildozer/aports/testing/raku-inline-perl5/src/Inline-Perl5-92806276f0ca964d168e8b9793066d180fa5c8e3/t/lib, line 0 Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead. -------------------------------------------------------------------------------- Please contact the author to have these occurrences of deprecated code adapted, so that this message will disappear! Saw 1 occurrence of deprecated code. ================================================================================ .pm file extension in raku library path seen at: file#/home/buildozer/aports/testing/raku-inline-perl5/src/Inline-Perl5-92806276f0ca964d168e8b9793066d180fa5c8e3/t/lib, line 0 Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead. -------------------------------------------------------------------------------- Please contact the author to have these occurrences of deprecated code adapted, so that this message will disappear! t/precomp.t ................... ok Saw 1 occurrence of deprecated code. ================================================================================ .pm file extension in raku library path seen at: file#/home/buildozer/aports/testing/raku-inline-perl5/src/Inline-Perl5-92806276f0ca964d168e8b9793066d180fa5c8e3/t/lib, line 0 Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead. -------------------------------------------------------------------------------- Please contact the author to have these occurrences of deprecated code adapted, so that this message will disappear! Saw 1 occurrence of deprecated code. ================================================================================ .pm file extension in raku library path seen at: file#/home/buildozer/aports/testing/raku-inline-perl5/src/Inline-Perl5-92806276f0ca964d168e8b9793066d180fa5c8e3/t/lib, line 0 Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead. -------------------------------------------------------------------------------- Please contact the author to have these occurrences of deprecated code adapted, so that this message will disappear! t/precompiled_raku_block.t .... ok t/raku_block.t ................ ok t/shadow.t .................... ok t/stringify.t ................. ok t/tie.t ....................... ok t/use.t ....................... ok Saw 1 occurrence of deprecated code. ================================================================================ .pm file extension in raku library path seen at: file#/home/buildozer/aports/testing/raku-inline-perl5/src/Inline-Perl5-92806276f0ca964d168e8b9793066d180fa5c8e3/t/lib, line 0 Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead. -------------------------------------------------------------------------------- Please contact the author to have these occurrences of deprecated code adapted, so that this message will disappear! Saw 1 occurrence of deprecated code. ================================================================================ .pm file extension in raku library path seen at: file#/home/buildozer/aports/testing/raku-inline-perl5/src/Inline-Perl5-92806276f0ca964d168e8b9793066d180fa5c8e3/t/lib, line 0 Please use the .rakumod extension for raku modules, or include a META6.json file that explicitly declares each raku module file instead. -------------------------------------------------------------------------------- Please contact the author to have these occurrences of deprecated code adapted, so that this message will disappear! t/use_nested.t ................ ok t/v5-inline.t ................. ok t/v6.t ........................ ok All tests successful. Files=42, Tests=1179, 66 wallclock secs ( 0.27 usr 0.10 sys + 87.61 cusr 6.54 csys = 94.52 CPU) Result: PASS >>> raku-inline-perl5: Entering fakeroot... created directory: '/home/buildozer/aports/testing/raku-inline-perl5/pkg/raku-inline-perl5/usr/share/doc/' created directory: '/home/buildozer/aports/testing/raku-inline-perl5/pkg/raku-inline-perl5/usr/share/doc/raku-inline-perl5/' 'META6.json' -> '/home/buildozer/aports/testing/raku-inline-perl5/pkg/raku-inline-perl5/usr/share/doc/raku-inline-perl5/META6.json' 'README.md' -> '/home/buildozer/aports/testing/raku-inline-perl5/pkg/raku-inline-perl5/usr/share/doc/raku-inline-perl5/README.md' >>> raku-inline-perl5-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/testing/raku-inline-perl5/pkg/raku-inline-perl5-doc/usr/share/doc' >>> raku-inline-perl5-doc*: Preparing subpackage raku-inline-perl5-doc... >>> raku-inline-perl5-doc*: Running postcheck for raku-inline-perl5-doc >>> raku-inline-perl5*: Running postcheck for raku-inline-perl5 >>> raku-inline-perl5*: Preparing package raku-inline-perl5... >>> raku-inline-perl5*: Stripping binaries >>> raku-inline-perl5-doc*: Scanning shared objects >>> raku-inline-perl5*: Scanning shared objects >>> raku-inline-perl5-doc*: Tracing dependencies... >>> raku-inline-perl5-doc*: Package size: 13.7 KB >>> raku-inline-perl5-doc*: Compressing data... >>> raku-inline-perl5-doc*: Create checksum... >>> raku-inline-perl5-doc*: Create raku-inline-perl5-doc-0.60_git20250327-r0.apk >>> raku-inline-perl5*: Tracing dependencies... rakudo so:libc.musl-x86.so.1 so:libperl.so >>> raku-inline-perl5*: Package size: 8.1 MB >>> raku-inline-perl5*: Compressing data... >>> raku-inline-perl5*: Create checksum... >>> raku-inline-perl5*: Create raku-inline-perl5-0.60_git20250327-r0.apk >>> raku-inline-perl5: Build complete at Fri, 15 Aug 2025 10:05:23 +0000 elapsed time 0h 1m 28s >>> raku-inline-perl5: Cleaning up srcdir >>> raku-inline-perl5: Cleaning up pkgdir >>> raku-inline-perl5: Uninstalling dependencies... ( 1/28) Purging .makedepends-raku-inline-perl5 (20250815.100356) ( 2/28) Purging moarvm-dev (2025.05-r0) ( 3/28) Purging libffi-dev (3.5.2-r0) ( 4/28) Purging linux-headers (6.15.9-r0) ( 5/28) Purging libuv-dev (1.51.0-r0) ( 6/28) Purging mimalloc2-dev (2.2.3-r2) ( 7/28) Purging mimalloc2-debug (2.2.3-r2) ( 8/28) Purging mimalloc2-insecure (2.2.3-r2) ( 9/28) Purging zstd-dev (1.5.7-r2) (10/28) Purging zstd (1.5.7-r2) (11/28) Purging perl-dev (5.42.0-r0) (12/28) Purging rakudo-dev (2025.05-r0) (13/28) Purging raku-distribution-builder-makefromjson (0.6-r0) (14/28) Purging raku-system-query (0.1.6-r0) (15/28) Purging perl-utils (5.42.0-r0) (16/28) Purging raku-file-temp (0.0.12-r0) (17/28) Purging raku-file-directory-tree (0.2-r0) (18/28) Purging rakudo (2025.05-r0) (19/28) Purging nqp (2025.05-r0) (20/28) Purging git-perl (2.50.1-r0) (21/28) Purging perl-git (2.50.1-r0) (22/28) Purging perl-error (0.17030-r0) (23/28) Purging perl (5.42.0-r0) (24/28) Purging libbz2 (1.0.8-r6) (25/28) Purging moarvm (2025.05-r0) (26/28) Purging libffi (3.5.2-r0) (27/28) Purging libuv (1.51.0-r0) (28/28) Purging mimalloc2 (2.2.3-r2) busybox-1.37.0-r22.trigger: Executing script... OK: 426 MiB in 104 packages >>> raku-inline-perl5: Updating the testing/x86 repository index... >>> raku-inline-perl5: Signing the index...