>>> perl-crypt-openssl-aes: Building community/perl-crypt-openssl-aes 0.02-r9 (using abuild 3.9.0-r3) started Wed, 03 Aug 2022 08:14:39 +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/8) Installing perl (5.36.0-r0) (2/8) Installing perl-utils (5.36.0-r0) (3/8) Installing perl-dev (5.36.0-r0) (4/8) Installing openssl-dev (3.0.5-r1) (5/8) Installing .makedepends-perl-crypt-openssl-aes (20220803.081440) (6/8) Installing perl-error (0.17029-r1) (7/8) Installing perl-git (2.37.1-r1) (8/8) Installing git-perl (2.37.1-r1) Executing busybox-1.35.0-r22.trigger OK: 702 MiB in 113 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/edge/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 23126 0 --:--:-- --:--:-- --:--:-- 23124 100 12487 100 12487 0 0 23121 0 --:--:-- --:--:-- --:--:-- 23124 >>> perl-crypt-openssl-aes: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/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 chmod 644 "AES.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AES.bs blib/arch/auto/Crypt/OpenSSL/AES/AES.bs 644 cp lib/Crypt/OpenSSL/AES.pm blib/lib/Crypt/OpenSSL/AES.pm 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); | ^~~~~~~~~~~~~~~~~~~ In file included from AES.xs:5: /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)); | ^ In file included from AES.xs:5: /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)); | ^ In file included from AES.xs:5: /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.02 usr 0.00 sys + 0.05 cusr 0.01 csys = 0.08 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-armhf.so.1 so:libcrypto.so.3 >>> perl-crypt-openssl-aes*: Package size: 64.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 Wed, 03 Aug 2022 08:14:42 +0000 elapsed time 0h 0m 3s >>> perl-crypt-openssl-aes: Cleaning up srcdir >>> perl-crypt-openssl-aes: Cleaning up pkgdir >>> perl-crypt-openssl-aes: Uninstalling dependencies... (1/8) Purging .makedepends-perl-crypt-openssl-aes (20220803.081440) (2/8) Purging perl-dev (5.36.0-r0) (3/8) Purging perl-utils (5.36.0-r0) (4/8) Purging openssl-dev (3.0.5-r1) (5/8) Purging git-perl (2.37.1-r1) (6/8) Purging perl-git (2.37.1-r1) (7/8) Purging perl-error (0.17029-r1) (8/8) Purging perl (5.36.0-r0) Executing busybox-1.35.0-r22.trigger OK: 660 MiB in 105 packages >>> perl-crypt-openssl-aes: Updating the community/armhf repository index... >>> perl-crypt-openssl-aes: Signing the index...