>>> perl-crypt-rijndael: Building main/perl-crypt-rijndael 1.16-r1 (using abuild 3.9.0_rc2-r1) started Sat, 16 Oct 2021 19:17:00 +0000 >>> perl-crypt-rijndael: Checking sanity of /home/buildozer/aports/main/perl-crypt-rijndael/APKBUILD... >>> perl-crypt-rijndael: Analyzing dependencies... >>> perl-crypt-rijndael: Installing for build: build-base perl perl-dev (1/8) Installing libbz2 (1.0.8-r1) (2/8) Installing perl (5.34.0-r1) (3/8) Installing perl-utils (5.34.0-r1) (4/8) Installing perl-dev (5.34.0-r1) (5/8) Installing .makedepends-perl-crypt-rijndael (20211016.191701) (6/8) Installing perl-error (0.17029-r1) (7/8) Installing perl-git (2.33.1-r0) (8/8) Installing git-perl (2.33.1-r0) Executing busybox-1.34.1-r0.trigger OK: 389 MiB in 97 packages >>> perl-crypt-rijndael: Cleaning up srcdir >>> perl-crypt-rijndael: Cleaning up pkgdir >>> perl-crypt-rijndael: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/Crypt-Rijndael-1.16.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> perl-crypt-rijndael: Fetching https://cpan.metacpan.org/authors/id/L/LE/LEONT/Crypt-Rijndael-1.16.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 71818 100 71818 0 0 1242k 0 --:--:-- --:--:-- --:--:-- 1252k >>> perl-crypt-rijndael: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/Crypt-Rijndael-1.16.tar.gz >>> perl-crypt-rijndael: Checking sha512sums... Crypt-Rijndael-1.16.tar.gz: OK >>> perl-crypt-rijndael: Unpacking /var/cache/distfiles/v3.15/Crypt-Rijndael-1.16.tar.gz... Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Rijndael Writing MYMETA.yml and MYMETA.json Running Mkbootstrap for Rijndael () 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 -Os -fomit-frame-pointer -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" _rijndael.c "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/home/buildozer/aports/main/perl-crypt-rijndael/src/Crypt-Rijndael-1.16/typemap' Rijndael.xs > Rijndael.xsc chmod 644 "Rijndael.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs 644 cp Rijndael.pm blib/lib/Crypt/Rijndael.pm mv Rijndael.xsc Rijndael.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 -Os -fomit-frame-pointer -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" Rijndael.c In file included from Rijndael.xs:28: ppport.h:4471: warning: "WIDEST_UTYPE" redefined 4471 | # define WIDEST_UTYPE U64TYPE | In file included from /usr/lib/perl5/core_perl/CORE/perl.h:2930, from Rijndael.xs:25: /usr/lib/perl5/core_perl/CORE/handy.h:1382: note: this is the location of the previous definition 1382 | # define WIDEST_UTYPE U64 | In file included from Rijndael.xs:28: ppport.h:6145: warning: "MUTABLE_PTR" redefined 6145 | # define MUTABLE_PTR(p) ({ void *_p = (p); _p; }) | In file included from /usr/lib/perl5/core_perl/CORE/perl.h:2930, from Rijndael.xs:25: /usr/lib/perl5/core_perl/CORE/handy.h:97: note: this is the location of the previous definition 97 | # define MUTABLE_PTR(p) ({ void *p_ = (p); p_; }) | Rijndael.c: In function 'XS_Crypt__Rijndael_set_iv': Rijndael.c:271:20: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 271 | Perl_croak(aTHX_ "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | STRLEN {aka long unsigned int} Rijndael.c: In function 'XS_Crypt__Rijndael_encrypt': Rijndael.c:314:24: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=] 314 | Perl_croak(aTHX_ "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | STRLEN {aka long unsigned int} rm -f blib/arch/auto/Crypt/Rijndael/Rijndael.so cc -shared -Os -fomit-frame-pointer -L/usr/local/lib -fstack-protector-strong _rijndael.o Rijndael.o -o blib/arch/auto/Crypt/Rijndael/Rijndael.so \ \ chmod 755 blib/arch/auto/Crypt/Rijndael/Rijndael.so Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.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/*/*.t t/00_load.t ... ok t/modes.t ..... ok t/rt/27632.t .. ok All tests successful. Files=3, Tests=132, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.43 cusr 0.05 csys = 0.56 CPU) Result: PASS >>> perl-crypt-rijndael: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs 644 Manifying 1 pod document Appending installation info to /home/buildozer/aports/main/perl-crypt-rijndael/pkg/perl-crypt-rijndael/usr/lib/perl5/core_perl/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildozer/aports/main/perl-crypt-rijndael/pkg/perl-crypt-rijndael/usr/lib/perl5/vendor_perl/auto/Crypt/Rijndael/Rijndael.so Installing /home/buildozer/aports/main/perl-crypt-rijndael/pkg/perl-crypt-rijndael/usr/lib/perl5/vendor_perl/Crypt/Rijndael.pm Installing /home/buildozer/aports/main/perl-crypt-rijndael/pkg/perl-crypt-rijndael/usr/share/man/man3/Crypt::Rijndael.3pm >>> perl-crypt-rijndael-doc*: Running split function doc... >>> perl-crypt-rijndael-doc*: Preparing subpackage perl-crypt-rijndael-doc... >>> perl-crypt-rijndael-doc*: Running postcheck for perl-crypt-rijndael-doc >>> perl-crypt-rijndael*: Running postcheck for perl-crypt-rijndael >>> perl-crypt-rijndael*: Preparing package perl-crypt-rijndael... >>> perl-crypt-rijndael*: Stripping binaries >>> perl-crypt-rijndael-doc*: Scanning shared objects >>> perl-crypt-rijndael*: Scanning shared objects >>> perl-crypt-rijndael-doc*: Tracing dependencies... >>> perl-crypt-rijndael-doc*: Package size: 24.0 KB >>> perl-crypt-rijndael-doc*: Compressing data... >>> perl-crypt-rijndael-doc*: Create checksum... >>> perl-crypt-rijndael-doc*: Create perl-crypt-rijndael-doc-1.16-r1.apk >>> perl-crypt-rijndael*: Tracing dependencies... perl so:libc.musl-x86_64.so.1 >>> perl-crypt-rijndael*: Package size: 68.0 KB >>> perl-crypt-rijndael*: Compressing data... >>> perl-crypt-rijndael*: Create checksum... >>> perl-crypt-rijndael*: Create perl-crypt-rijndael-1.16-r1.apk >>> perl-crypt-rijndael: Build complete at Sat, 16 Oct 2021 19:17:05 +0000 elapsed time 0h 0m 5s >>> perl-crypt-rijndael: Cleaning up srcdir >>> perl-crypt-rijndael: Cleaning up pkgdir >>> perl-crypt-rijndael: Uninstalling dependencies... (1/8) Purging .makedepends-perl-crypt-rijndael (20211016.191701) (2/8) Purging perl-dev (5.34.0-r1) (3/8) Purging perl-utils (5.34.0-r1) (4/8) Purging git-perl (2.33.1-r0) (5/8) Purging perl-git (2.33.1-r0) (6/8) Purging perl-error (0.17029-r1) (7/8) Purging perl (5.34.0-r1) (8/8) Purging libbz2 (1.0.8-r1) Executing busybox-1.34.1-r0.trigger OK: 342 MiB in 89 packages >>> perl-crypt-rijndael: Updating the main/x86_64 repository index... >>> perl-crypt-rijndael: Signing the index...