>>> aws-c-cal: Building community/aws-c-cal 0.6.2-r0 (using abuild 3.12.0-r0) started Wed, 18 Oct 2023 15:38:11 +0000 >>> aws-c-cal: Checking sanity of /home/buildozer/aports/community/aws-c-cal/APKBUILD... >>> WARNING: aws-c-cal: No maintainer >>> aws-c-cal: Analyzing dependencies... >>> aws-c-cal: Installing for build: build-base aws-c-common-dev cmake openssl-dev samurai (1/11) Installing aws-c-common (0.9.4-r0) (2/11) Installing aws-c-common-dev (0.9.4-r0) (3/11) Installing libbz2 (1.0.8-r6) (4/11) Installing xz-libs (5.4.4-r0) (5/11) Installing libarchive (3.7.2-r0) (6/11) Installing rhash-libs (1.4.4-r0) (7/11) Installing libuv (1.46.0-r0) (8/11) Installing cmake (3.27.7-r2) (9/11) Installing openssl-dev (3.1.3-r0) (10/11) Installing samurai (1.2-r5) (11/11) Installing .makedepends-aws-c-cal (20231018.153816) Executing busybox-1.36.1-r13.trigger OK: 279 MiB in 111 packages >>> aws-c-cal: Cleaning up srcdir >>> aws-c-cal: Cleaning up pkgdir >>> aws-c-cal: Cleaning up tmpdir >>> aws-c-cal: Fetching https://distfiles.alpinelinux.org/distfiles/edge/aws-c-cal-0.6.2.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 43 1609k 43 704k 0 0 1300k 0 0:00:01 --:--:-- 0:00:01 1323k 100 1609k 100 1609k 0 0 2777k 0 --:--:-- --:--:-- --:--:-- 2824k >>> aws-c-cal: Fetching https://distfiles.alpinelinux.org/distfiles/edge/aws-c-cal-0.6.2.tar.gz >>> aws-c-cal: Checking sha512sums... aws-c-cal-0.6.2.tar.gz: OK >>> aws-c-cal: Unpacking /var/cache/distfiles/aws-c-cal-0.6.2.tar.gz... CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 13.1.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found crypto: /usr/lib/libcrypto.so -- LibCrypto Include Dir: /usr/include -- LibCrypto Shared Lib: /usr/lib/libcrypto.so -- LibCrypto Static Lib: crypto_STATIC_LIBRARY-NOTFOUND -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HAS_FPIC_FLAG -- Performing Test HAS_FPIC_FLAG - Success -- Performing Test HAS_64BIT_FILE_OFFSET_BY_DEFAULT -- Performing Test HAS_64BIT_FILE_OFFSET_BY_DEFAULT - Success -- Looking for fseeko -- Looking for fseeko - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdbool.h -- Looking for stdbool.h - found -- Performing Test HAS_WGNU -- Performing Test HAS_WGNU - Failed -- Performing Test HAVE_SYSCONF -- Performing Test HAVE_SYSCONF - Success -- Configuring done (16.1s) -- Generating done (0.1s) -- Build files have been written to: /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/build [1/13] Building C object CMakeFiles/aws-c-cal.dir/source/unix/opensslcrypto_hmac.c.o [2/13] Building C object CMakeFiles/aws-c-cal.dir/source/unix/opensslcrypto_hash.c.o [3/13] Building C object CMakeFiles/aws-c-cal.dir/source/unix/opensslcrypto_ecc.c.o [4/13] Building C object CMakeFiles/aws-c-cal.dir/source/unix/openssl_platform_init.c.o [5/13] Building C object CMakeFiles/aws-c-cal.dir/source/unix/openssl_aes.c.o [6/13] Building C object CMakeFiles/aws-c-cal.dir/source/symmetric_cipher.c.o [7/13] Building C object CMakeFiles/aws-c-cal.dir/source/hmac.c.o [8/13] Building C object CMakeFiles/aws-c-cal.dir/source/hash.c.o [9/13] Building C object CMakeFiles/aws-c-cal.dir/source/ecc.c.o [10/13] Building C object CMakeFiles/aws-c-cal.dir/source/der.c.o [11/13] Building C object CMakeFiles/aws-c-cal.dir/source/cal.c.o /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c: In function 's_key_pair_destroy': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:42:13: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 42 | EC_KEY_free(key_impl->ec_key); | ^~~~~~~~~~~ In file included from /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:11: /usr/include/openssl/ec.h:1006:28: note: declared here 1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c: In function 's_sign_payload': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:55:5: warning: 'ECDSA_sign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 55 | int ret_val = ECDSA_sign( | ^~~ /usr/include/openssl/ec.h:1417:27: note: declared here 1417 | OSSL_DEPRECATEDIN_3_0 int ECDSA_sign(int type, const unsigned char *dgst, | ^~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c: In function 's_verify_payload': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:73:5: warning: 'ECDSA_verify' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 73 | return ECDSA_verify(0, hash->ptr, hash->len, signature->ptr, signature->len, libcrypto_key_pair->ec_key) == 1 | ^~~~~~ /usr/include/openssl/ec.h:1450:27: note: declared here 1450 | OSSL_DEPRECATEDIN_3_0 int ECDSA_verify(int type, const unsigned char *dgst, | ^~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c: In function 's_signature_length': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:81:5: warning: 'ECDSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 81 | return ECDSA_size(libcrypto_key_pair->ec_key); | ^~~~~~ /usr/include/openssl/ec.h:1458:27: note: declared here 1458 | OSSL_DEPRECATEDIN_3_0 int ECDSA_size(const EC_KEY *eckey); | ^~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c: In function 's_fill_in_public_key_info': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:93:5: warning: 'EC_POINT_get_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 93 | if (EC_POINT_get_affine_coordinates_GFp(group, pub_key_point, big_num_x, big_num_y, NULL) != 1) { | ^~ /usr/include/openssl/ec.h:662:27: note: declared here 662 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_get_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c: In function 's_derive_public_key': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:139:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 139 | const EC_GROUP *group = EC_KEY_get0_group(libcrypto_key_pair->ec_key); | ^~~~~ /usr/include/openssl/ec.h:1037:39: note: declared here 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:145:5: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 145 | EC_KEY_set_public_key(libcrypto_key_pair->ec_key, point); | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/openssl/ec.h:1073:27: note: declared here 1073 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); | ^~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c: In function 'aws_ecc_key_pair_new_from_private_key_impl': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:173:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 173 | key_impl->ec_key = EC_KEY_new_by_curve_name(s_curve_name_to_nid(curve_name)); | ^~~~~~~~ /usr/include/openssl/ec.h:1001:31: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:182:5: warning: 'EC_KEY_set_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 182 | if (!EC_KEY_set_private_key(key_impl->ec_key, priv_key_num)) { | ^~ /usr/include/openssl/ec.h:1059:27: note: declared here 1059 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *prv); | ^~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c: In function 'aws_ecc_key_pair_new_generate_random': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:198:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 198 | key_impl->ec_key = EC_KEY_new_by_curve_name(s_curve_name_to_nid(curve_name)); | ^~~~~~~~ /usr/include/openssl/ec.h:1001:31: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:205:5: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 205 | if (EC_KEY_generate_key(key_impl->ec_key) != 1) { | ^~ /usr/include/openssl/ec.h:1104:27: note: declared here 1104 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:209:5: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 209 | const EC_POINT *pub_key_point = EC_KEY_get0_public_key(key_impl->ec_key); | ^~~~~ /usr/include/openssl/ec.h:1065:39: note: declared here 1065 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:210:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 210 | const EC_GROUP *group = EC_KEY_get0_group(key_impl->ec_key); | ^~~~~ /usr/include/openssl/ec.h:1037:39: note: declared here 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:212:5: warning: 'EC_KEY_get0_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 212 | const BIGNUM *private_key_num = EC_KEY_get0_private_key(key_impl->ec_key); | ^~~~~ /usr/include/openssl/ec.h:1051:37: note: declared here 1051 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c: In function 'aws_ecc_key_pair_new_from_public_key_impl': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:244:5: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 244 | key_impl->ec_key = EC_KEY_new_by_curve_name(s_curve_name_to_nid(curve_name)); | ^~~~~~~~ /usr/include/openssl/ec.h:1001:31: note: declared here 1001 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:264:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 264 | const EC_GROUP *group = EC_KEY_get0_group(key_impl->ec_key); | ^~~~~ /usr/include/openssl/ec.h:1037:39: note: declared here 1037 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:267:5: warning: 'EC_POINT_set_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 267 | if (EC_POINT_set_affine_coordinates_GFp(group, point, pub_x_num, pub_y_num, NULL) != 1) { | ^~ /usr/include/openssl/ec.h:649:27: note: declared here 649 | OSSL_DEPRECATEDIN_3_0 int EC_POINT_set_affine_coordinates_GFp | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:271:5: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 271 | if (EC_KEY_set_public_key(key_impl->ec_key, point) != 1) { | ^~ /usr/include/openssl/ec.h:1073:27: note: declared here 1073 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); | ^~~~~~~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c: In function 'aws_ecc_key_pair_new_from_asn1': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/opensslcrypto_ecc.c:324:9: warning: 'd2i_ECPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 324 | if (!d2i_ECPrivateKey(&key_impl->ec_key, (const unsigned char **)&encoded_keys->ptr, encoded_keys->len)) { | ^~ /usr/include/openssl/ec.h:1190:31: note: declared here 1190 | OSSL_DEPRECATEDIN_3_0 EC_KEY *d2i_ECPrivateKey(EC_KEY **key, | ^~~~~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/openssl_platform_init.c: In function 's_resolve_hmac_102': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/openssl_platform_init.c:129:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 129 | hmac_update update_fn = (hmac_update)HMAC_Update; | ^~~~~~~~~~~ In file included from /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/include/aws/cal/private/opensslcrypto_common.h:6, from /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/openssl_platform_init.c:14: /usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/openssl_platform_init.c:130:5: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 130 | hmac_final final_fn = (hmac_final)HMAC_Final; | ^~~~~~~~~~ /usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/openssl_platform_init.c:131:5: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 131 | hmac_init_ex init_ex_fn = (hmac_init_ex)HMAC_Init_ex; | ^~~~~~~~~~~~ /usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/openssl_platform_init.c: In function 's_resolve_hmac_111': /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/openssl_platform_init.c:166:5: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 166 | hmac_ctx_new new_fn = (hmac_ctx_new)HMAC_CTX_new; | ^~~~~~~~~~~~ /usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/openssl_platform_init.c:167:5: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 167 | hmac_ctx_free free_fn = (hmac_ctx_free)HMAC_CTX_free; | ^~~~~~~~~~~~~ /usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/openssl_platform_init.c:168:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 168 | hmac_update update_fn = (hmac_update)HMAC_Update; | ^~~~~~~~~~~ /usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/openssl_platform_init.c:169:5: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 169 | hmac_final final_fn = (hmac_final)HMAC_Final; | ^~~~~~~~~~ /usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ /home/buildozer/aports/community/aws-c-cal/src/aws-c-cal-0.6.2/source/unix/openssl_platform_init.c:170:5: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 170 | hmac_init_ex init_ex_fn = (hmac_init_ex)HMAC_Init_ex; | ^~~~~~~~~~~~ /usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ [12/13] Linking C shared library libaws-c-cal.so.1.0.0 [13/13] Creating library symlink libaws-c-cal.so >>> aws-c-cal: Entering fakeroot... -- Install configuration: "None" -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/lib/libaws-c-cal.so.1.0.0 -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/lib/libaws-c-cal.so -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/include/aws/cal/cal.h -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/include/aws/cal/ecc.h -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/include/aws/cal/exports.h -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/include/aws/cal/hash.h -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/include/aws/cal/hmac.h -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/include/aws/cal/symmetric_cipher.h -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/lib/aws-c-cal/cmake/shared/aws-c-cal-targets.cmake -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/lib/aws-c-cal/cmake/shared/aws-c-cal-targets-none.cmake -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/lib/aws-c-cal/cmake/aws-c-cal-config.cmake -- Installing: /home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/lib/aws-c-cal/cmake/modules/Findcrypto.cmake >>> aws-c-cal-dev*: Running split function dev... '/home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal/usr/lib/aws-c-cal' -> '/home/buildozer/aports/community/aws-c-cal/pkg/aws-c-cal-dev/usr/lib/aws-c-cal' >>> aws-c-cal-dev*: Preparing subpackage aws-c-cal-dev... >>> aws-c-cal-dev*: Stripping binaries >>> aws-c-cal-dev*: Running postcheck for aws-c-cal-dev >>> aws-c-cal*: Running postcheck for aws-c-cal >>> aws-c-cal*: Preparing package aws-c-cal... >>> aws-c-cal*: Stripping binaries >>> aws-c-cal-dev*: Scanning shared objects >>> aws-c-cal*: Scanning shared objects >>> aws-c-cal-dev*: Tracing dependencies... aws-c-cal=0.6.2-r0 >>> aws-c-cal-dev*: Package size: 100.0 KB >>> aws-c-cal-dev*: Compressing data... >>> aws-c-cal-dev*: Create checksum... >>> aws-c-cal-dev*: Create aws-c-cal-dev-0.6.2-r0.apk >>> aws-c-cal*: Tracing dependencies... so:libaws-c-common.so.1 so:libc.musl-riscv64.so.1 so:libcrypto.so.3 >>> aws-c-cal*: Package size: 68.0 KB >>> aws-c-cal*: Compressing data... >>> aws-c-cal*: Create checksum... >>> aws-c-cal*: Create aws-c-cal-0.6.2-r0.apk >>> aws-c-cal: Build complete at Wed, 18 Oct 2023 15:38:48 +0000 elapsed time 0h 0m 37s >>> aws-c-cal: Cleaning up srcdir >>> aws-c-cal: Cleaning up pkgdir >>> aws-c-cal: Uninstalling dependencies... (1/11) Purging .makedepends-aws-c-cal (20231018.153816) (2/11) Purging aws-c-common-dev (0.9.4-r0) (3/11) Purging aws-c-common (0.9.4-r0) (4/11) Purging cmake (3.27.7-r2) (5/11) Purging openssl-dev (3.1.3-r0) (6/11) Purging samurai (1.2-r5) (7/11) Purging libarchive (3.7.2-r0) (8/11) Purging libbz2 (1.0.8-r6) (9/11) Purging libuv (1.46.0-r0) (10/11) Purging rhash-libs (1.4.4-r0) (11/11) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 227 MiB in 100 packages >>> aws-c-cal: Updating the community/riscv64 repository index... >>> aws-c-cal: Signing the index...