>>> perl-algorithm-permute: Building testing/perl-algorithm-permute 0.17-r1 (using abuild 3.15.0-r1) started Mon, 30 Jun 2025 04:35:40 +0000 >>> perl-algorithm-permute: Validating /home/buildozer/aports/testing/perl-algorithm-permute/APKBUILD... >>> perl-algorithm-permute: Analyzing dependencies... >>> perl-algorithm-permute: Installing for build: build-base perl perl-dev perl-test-leaktrace (1/9) Installing libbz2 (1.0.8-r6) (2/9) Installing perl (5.42.0_rc2-r0) (3/9) Installing perl-utils (5.42.0_rc2-r0) (4/9) Installing perl-dev (5.42.0_rc2-r0) (5/9) Installing perl-test-leaktrace (0.17-r6) (6/9) Installing .makedepends-perl-algorithm-permute (20250630.043541) (7/9) Installing perl-error (0.17030-r0) (8/9) Installing perl-git (2.50.0-r0) (9/9) Installing git-perl (2.50.0-r0) Executing busybox-1.37.0-r18.trigger OK: 360 MiB in 113 packages >>> perl-algorithm-permute: Cleaning up srcdir >>> perl-algorithm-permute: Cleaning up pkgdir >>> perl-algorithm-permute: Cleaning up tmpdir >>> perl-algorithm-permute: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Algorithm-Permute-0.17.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/Algorithm-Permute-0.17.tar.gz.part' Algorithm-Permute-0. 100% |********************************| 74165 0:00:00 ETA '/var/cache/distfiles/edge/Algorithm-Permute-0.17.tar.gz.part' saved >>> perl-algorithm-permute: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Algorithm-Permute-0.17.tar.gz >>> perl-algorithm-permute: Checking sha512sums... Algorithm-Permute-0.17.tar.gz: OK >>> perl-algorithm-permute: Unpacking /var/cache/distfiles/edge/Algorithm-Permute-0.17.tar.gz... Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Algorithm::Permute Writing MYMETA.yml and MYMETA.json Running Mkbootstrap for Permute () cc -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 -O2 -fstack-clash-protection -Wformat -Werror=format-security -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_EXT coollex.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/home/buildozer/aports/testing/perl-algorithm-permute/src/Algorithm-Permute-0.17/typemap' Permute.xs > Permute.xsc chmod 644 "Permute.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Permute.bs blib/arch/auto/Algorithm/Permute/Permute.bs 644 cp lib/Algorithm/Permute.pm blib/lib/Algorithm/Permute.pm mv Permute.xsc Permute.c cc -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 -O2 -fstack-clash-protection -Wformat -Werror=format-security -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_EXT Permute.c In file included from Permute.xs:22: ppport.h:4594:11: warning: "WIDEST_UTYPE" redefined 4594 | # define WIDEST_UTYPE U64TYPE | ^~~~~~~~~~~~ In file included from /usr/lib/perl5/core_perl/CORE/perl.h:3295, from Permute.xs:17: /usr/lib/perl5/core_perl/CORE/handy.h:1417:9: note: this is the location of the previous definition 1417 | #define WIDEST_UTYPE PERL_UINTMAX_T | ^~~~~~~~~~~~ Permute.c: In function 'XS_Algorithm__Permute_next': Permute.c:520:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 520 | self = (Permute *)SvIV((SV*)SvRV( ST(0) )); | ^ Permute.c: In function 'XS_Algorithm__Permute_DESTROY': Permute.c:596:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 596 | self = (Permute *)SvIV((SV*)SvRV( ST(0) )); | ^ Permute.c: In function 'XS_Algorithm__Permute_peek': Permute.c:649:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 649 | self = (Permute *)SvIV((SV*)SvRV( ST(0) )); | ^ Permute.c: In function 'XS_Algorithm__Permute_reset': Permute.c:695:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 695 | self = (Permute *)SvIV((SV*)SvRV( ST(0) )); | ^ rm -f blib/arch/auto/Algorithm/Permute/Permute.so cc -shared -O2 -fstack-clash-protection -Wformat -Werror=format-security -L/usr/local/lib -fstack-protector-strong coollex.o Permute.o -o blib/arch/auto/Algorithm/Permute/Permute.so \ \ chmod 755 blib/arch/auto/Algorithm/Permute/Permute.so Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Permute.bs blib/arch/auto/Algorithm/Permute/Permute.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/00-basic.t ........... ok t/author-pod-syntax.t .. skipped: these tests are for testing by the author # 2,1 # 1,2 # 3,2 # 2,3 # 3,1 # 1,3 # 4,2 # 2,4 # 4,3 # 3,4 # 4,1 # 1,4 # 2,1 # 1,2 # 3,2 # 2,3 # 3,1 # 1,3 # 4,2 # 2,4 # 4,3 # 3,4 # 4,1 # 1,4 t/rt45434.t ............ ok # peek: b a, next: b a # peek: a b, next: a b # peek: c b, next: c b # peek: b c, next: b c # peek: c a, next: c a # peek: a c, next: a c # peek: d b, next: d b # peek: b d, next: b d # peek: d c, next: d c # peek: c d, next: c d # peek: d a, next: d a # peek: a d, next: a d t/rt77031.t ............ ok All tests successful. Files=4, Tests=35, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.15 cusr 0.01 csys = 0.18 CPU) Result: PASS >>> perl-algorithm-permute: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Permute.bs blib/arch/auto/Algorithm/Permute/Permute.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildozer/aports/testing/perl-algorithm-permute/pkg/perl-algorithm-permute/usr/lib/perl5/vendor_perl/auto/Algorithm/Permute/Permute.so Installing /home/buildozer/aports/testing/perl-algorithm-permute/pkg/perl-algorithm-permute/usr/lib/perl5/vendor_perl/Algorithm/Permute.pm Installing /home/buildozer/aports/testing/perl-algorithm-permute/pkg/perl-algorithm-permute/usr/share/man/man3/Algorithm::Permute.3pm >>> perl-algorithm-permute-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/testing/perl-algorithm-permute/pkg/perl-algorithm-permute-doc/usr/share/man' >>> perl-algorithm-permute-doc*: Preparing subpackage perl-algorithm-permute-doc... >>> perl-algorithm-permute-doc*: Running postcheck for perl-algorithm-permute-doc >>> perl-algorithm-permute*: Running postcheck for perl-algorithm-permute >>> perl-algorithm-permute*: Preparing package perl-algorithm-permute... >>> perl-algorithm-permute*: Stripping binaries >>> perl-algorithm-permute-doc*: Scanning shared objects >>> perl-algorithm-permute*: Scanning shared objects >>> perl-algorithm-permute-doc*: Tracing dependencies... >>> perl-algorithm-permute-doc*: Package size: 3.3 KB >>> perl-algorithm-permute-doc*: Compressing data... >>> perl-algorithm-permute-doc*: Create checksum... >>> perl-algorithm-permute-doc*: Create perl-algorithm-permute-doc-0.17-r1.apk >>> perl-algorithm-permute*: Tracing dependencies... perl so:libc.musl-armhf.so.1 >>> perl-algorithm-permute*: Package size: 23.1 KB >>> perl-algorithm-permute*: Compressing data... >>> perl-algorithm-permute*: Create checksum... >>> perl-algorithm-permute*: Create perl-algorithm-permute-0.17-r1.apk >>> perl-algorithm-permute: Build complete at Mon, 30 Jun 2025 04:35:43 +0000 elapsed time 0h 0m 3s >>> perl-algorithm-permute: Cleaning up srcdir >>> perl-algorithm-permute: Cleaning up pkgdir >>> perl-algorithm-permute: Uninstalling dependencies... (1/9) Purging .makedepends-perl-algorithm-permute (20250630.043541) (2/9) Purging perl-dev (5.42.0_rc2-r0) (3/9) Purging perl-utils (5.42.0_rc2-r0) (4/9) Purging perl-test-leaktrace (0.17-r6) (5/9) Purging git-perl (2.50.0-r0) (6/9) Purging perl-git (2.50.0-r0) (7/9) Purging perl-error (0.17030-r0) (8/9) Purging perl (5.42.0_rc2-r0) (9/9) Purging libbz2 (1.0.8-r6) Executing busybox-1.37.0-r18.trigger OK: 323 MiB in 104 packages >>> perl-algorithm-permute: Updating the testing/armhf repository index... >>> perl-algorithm-permute: Signing the index...