>>> perl-crypt-rijndael: Building main/perl-crypt-rijndael 1.16-r3 (using abuild 3.11.0_rc12-r0) started Wed, 19 Apr 2023 22:28:56 +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-r5)
(2/8) Installing perl (5.36.0-r3)
(3/8) Installing perl-utils (5.36.0-r3)
(4/8) Installing perl-dev (5.36.0-r3)
(5/8) Installing .makedepends-perl-crypt-rijndael (20230419.222856)
(6/8) Installing perl-error (0.17029-r1)
(7/8) Installing perl-git (2.40.0-r1)
(8/8) Installing git-perl (2.40.0-r1)
Executing busybox-1.36.0-r7.trigger
OK: 418 MiB in 105 packages
>>> perl-crypt-rijndael: Cleaning up srcdir
>>> perl-crypt-rijndael: Cleaning up pkgdir
>>> perl-crypt-rijndael: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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   146    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   559k      0 --:--:-- --:--:-- --:--:--  561k
>>> perl-crypt-rijndael: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/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.18/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 -Wformat -Werror=format-security -Werror=int-conversion   -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 -Wformat -Werror=format-security -Werror=int-conversion   -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:2999,
                 from Rijndael.xs:25:
/usr/lib/perl5/core_perl/CORE/handy.h:1389: note: this is the location of the previous definition
 1389 | #   define WIDEST_UTYPE U64
      | 
ppport.h:6145: warning: "MUTABLE_PTR" redefined
 6145 | #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
      | 
/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:275:34: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=]
  275 |                 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:322:38: warning: format '%d' expects argument of type 'int', but argument 4 has type 'STRLEN' {aka 'long unsigned int'} [-Wformat=]
  322 |                     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 -Wformat -Werror=format-security -Werror=int-conversion -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,  0 wallclock secs ( 0.03 usr  0.00 sys +  0.14 cusr  0.02 csys =  0.19 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-r3.apk
>>> perl-crypt-rijndael*: Tracing dependencies...
	perl
	so:libc.musl-s390x.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-r3.apk
>>> perl-crypt-rijndael: Build complete at Wed, 19 Apr 2023 22:28:58 +0000 elapsed time 0h 0m 2s
>>> perl-crypt-rijndael: Cleaning up srcdir
>>> perl-crypt-rijndael: Cleaning up pkgdir
>>> perl-crypt-rijndael: Uninstalling dependencies...
(1/8) Purging .makedepends-perl-crypt-rijndael (20230419.222856)
(2/8) Purging perl-dev (5.36.0-r3)
(3/8) Purging perl-utils (5.36.0-r3)
(4/8) Purging git-perl (2.40.0-r1)
(5/8) Purging perl-git (2.40.0-r1)
(6/8) Purging perl-error (0.17029-r1)
(7/8) Purging perl (5.36.0-r3)
(8/8) Purging libbz2 (1.0.8-r5)
Executing busybox-1.36.0-r7.trigger
OK: 370 MiB in 97 packages
>>> perl-crypt-rijndael: Updating the main/s390x repository index...
>>> perl-crypt-rijndael: Signing the index...