>>> perl-crypt-openssl-aes: Building community/perl-crypt-openssl-aes 0.02-r9 (using abuild 3.10.0_rc1-r2) started Tue, 01 Nov 2022 03:42:09 +0000 >>> perl-crypt-openssl-aes: Checking sanity of /home/buildozer/aports/community/perl-crypt-openssl-aes/APKBUILD... >>> perl-crypt-openssl-aes: Analyzing dependencies... >>> perl-crypt-openssl-aes: Installing for build: build-base perl-dev openssl-dev>3 (1/9) Installing libbz2 (1.0.8-r3) (2/9) Installing perl (5.36.0-r0) (3/9) Installing perl-utils (5.36.0-r0) (4/9) Installing perl-dev (5.36.0-r0) (5/9) Installing openssl-dev (3.0.5-r3) (6/9) Installing .makedepends-perl-crypt-openssl-aes (20221101.034218) (7/9) Installing perl-error (0.17029-r1) (8/9) Installing perl-git (2.38.1-r0) (9/9) Installing git-perl (2.38.1-r0) Executing busybox-1.35.0-r27.trigger OK: 316 MiB in 101 packages >>> perl-crypt-openssl-aes: Cleaning up srcdir >>> perl-crypt-openssl-aes: Cleaning up pkgdir >>> perl-crypt-openssl-aes: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/Crypt-OpenSSL-AES-0.02.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 12487 100 12487 0 0 76029 0 --:--:-- --:--:-- --:--:-- 76140 >>> perl-crypt-openssl-aes: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/Crypt-OpenSSL-AES-0.02.tar.gz >>> perl-crypt-openssl-aes: Checking sha512sums... Crypt-OpenSSL-AES-0.02.tar.gz: OK >>> perl-crypt-openssl-aes: Unpacking /var/cache/distfiles/v3.17/Crypt-OpenSSL-AES-0.02.tar.gz... Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::AES Writing MYMETA.yml and MYMETA.json Running Mkbootstrap for AES () "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/home/buildozer/aports/community/perl-crypt-openssl-aes/src/Crypt-OpenSSL-AES-0.02/typemap' AES.xs > AES.xsc cp lib/Crypt/OpenSSL/AES.pm blib/lib/Crypt/OpenSSL/AES.pm chmod 644 "AES.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AES.bs blib/arch/auto/Crypt/OpenSSL/AES/AES.bs 644 mv AES.xsc AES.c cc -c -I. -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=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" AES.c In file included from AES.xs:7: ppport.h:231: warning: "PERL_UNUSED_DECL" redefined 231 | # define PERL_UNUSED_DECL | In file included from AES.xs:2: /usr/lib/perl5/core_perl/CORE/perl.h:468: note: this is the location of the previous definition 468 | # define PERL_UNUSED_DECL __attribute__unused__ | AES.xs: In function 'XS_Crypt__OpenSSL__AES_new': AES.xs:51:17: warning: 'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 51 | AES_set_encrypt_key(SvPV_nolen(key),keysize*8,&RETVAL->enc_key); | ^~~~~~~~~~~~~~~~~~~ In file included from AES.xs:5: /usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ AES.xs:52:17: warning: 'AES_set_decrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 52 | AES_set_decrypt_key(SvPV_nolen(key),keysize*8,&RETVAL->dec_key); | ^~~~~~~~~~~~~~~~~~~ /usr/include/openssl/aes.h:54:5: note: declared here 54 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ AES.xs: In function 'XS_Crypt__OpenSSL__AES_encrypt': AES.xs:76:25: warning: 'AES_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 76 | (ix ? AES_decrypt : AES_encrypt) ((unsigned char *) bytes, SvPV_nolen(RETVAL), (ix ? &self->dec_key : &self->enc_key)); | ^ /usr/include/openssl/aes.h:60:6: note: declared here 60 | void AES_decrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ AES.xs:76:25: warning: 'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 76 | (ix ? AES_decrypt : AES_encrypt) ((unsigned char *) bytes, SvPV_nolen(RETVAL), (ix ? &self->dec_key : &self->enc_key)); | ^ /usr/include/openssl/aes.h:57:6: note: declared here 57 | void AES_encrypt(const unsigned char *in, unsigned char *out, | ^~~~~~~~~~~ rm -f blib/arch/auto/Crypt/OpenSSL/AES/AES.so LD_RUN_PATH="/usr/lib" cc -shared -Os -fomit-frame-pointer -L/usr/local/lib -fstack-protector-strong AES.o -o blib/arch/auto/Crypt/OpenSSL/AES/AES.so \ -lcrypto \ chmod 755 blib/arch/auto/Crypt/OpenSSL/AES/AES.so Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AES.bs blib/arch/auto/Crypt/OpenSSL/AES/AES.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/Crypt-OpenSSL-AES.t .. ok All tests successful. Files=1, Tests=4, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.17 cusr 0.02 csys = 0.25 CPU) Result: PASS >>> perl-crypt-openssl-aes: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AES.bs blib/arch/auto/Crypt/OpenSSL/AES/AES.bs 644 Manifying 1 pod document Appending installation info to /home/buildozer/aports/community/perl-crypt-openssl-aes/pkg/perl-crypt-openssl-aes/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/community/perl-crypt-openssl-aes/pkg/perl-crypt-openssl-aes/usr/lib/perl5/vendor_perl/auto/Crypt/OpenSSL/AES/AES.so Installing /home/buildozer/aports/community/perl-crypt-openssl-aes/pkg/perl-crypt-openssl-aes/usr/lib/perl5/vendor_perl/Crypt/OpenSSL/AES.pm Installing /home/buildozer/aports/community/perl-crypt-openssl-aes/pkg/perl-crypt-openssl-aes/usr/share/man/man3/Crypt::OpenSSL::AES.3pm >>> perl-crypt-openssl-aes-doc*: Running split function doc... >>> perl-crypt-openssl-aes-doc*: Preparing subpackage perl-crypt-openssl-aes-doc... >>> perl-crypt-openssl-aes-doc*: Running postcheck for perl-crypt-openssl-aes-doc >>> perl-crypt-openssl-aes*: Running postcheck for perl-crypt-openssl-aes >>> perl-crypt-openssl-aes*: Preparing package perl-crypt-openssl-aes... >>> perl-crypt-openssl-aes*: Stripping binaries >>> WARNING: perl-crypt-openssl-aes*: Redundant /usr/lib in rpath found >>> perl-crypt-openssl-aes-doc*: Scanning shared objects >>> perl-crypt-openssl-aes*: Scanning shared objects >>> perl-crypt-openssl-aes-doc*: Tracing dependencies... >>> perl-crypt-openssl-aes-doc*: Package size: 24.0 KB >>> perl-crypt-openssl-aes-doc*: Compressing data... >>> perl-crypt-openssl-aes-doc*: Create checksum... >>> perl-crypt-openssl-aes-doc*: Create perl-crypt-openssl-aes-doc-0.02-r9.apk >>> perl-crypt-openssl-aes*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libcrypto.so.3 >>> perl-crypt-openssl-aes*: Package size: 68.0 KB >>> perl-crypt-openssl-aes*: Compressing data... >>> perl-crypt-openssl-aes*: Create checksum... >>> perl-crypt-openssl-aes*: Create perl-crypt-openssl-aes-0.02-r9.apk >>> perl-crypt-openssl-aes: Build complete at Tue, 01 Nov 2022 03:42:23 +0000 elapsed time 0h 0m 14s >>> perl-crypt-openssl-aes: Cleaning up srcdir >>> perl-crypt-openssl-aes: Cleaning up pkgdir >>> perl-crypt-openssl-aes: Uninstalling dependencies... (1/9) Purging .makedepends-perl-crypt-openssl-aes (20221101.034218) (2/9) Purging perl-dev (5.36.0-r0) (3/9) Purging perl-utils (5.36.0-r0) (4/9) Purging openssl-dev (3.0.5-r3) (5/9) Purging git-perl (2.38.1-r0) (6/9) Purging perl-git (2.38.1-r0) (7/9) Purging perl-error (0.17029-r1) (8/9) Purging perl (5.36.0-r0) (9/9) Purging libbz2 (1.0.8-r3) Executing busybox-1.35.0-r27.trigger OK: 267 MiB in 92 packages >>> perl-crypt-openssl-aes: Updating the community/x86_64 repository index... >>> perl-crypt-openssl-aes: Signing the index...