>>> meson-tools: Building testing/meson-tools 0.1-r1 (using abuild 3.13.0-r5) started Mon, 23 Sep 2024 11:49:49 +0000 >>> meson-tools: Checking sanity of /home/buildozer/aports/testing/meson-tools/APKBUILD... >>> meson-tools: Analyzing dependencies... >>> meson-tools: Installing for build: build-base openssl-dev>3 (1/2) Installing openssl-dev (3.3.2-r1) (2/2) Installing .makedepends-meson-tools (20240923.115002) OK: 253 MiB in 105 packages >>> meson-tools: Cleaning up srcdir >>> meson-tools: Cleaning up pkgdir >>> meson-tools: Cleaning up tmpdir >>> meson-tools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/meson-tools-0.1.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 >>> meson-tools: Fetching meson-tools-0.1.tar.gz::https://github.com/afaerber/meson-tools/archive/v0.1.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12043 0 12043 0 0 26572 0 --:--:-- --:--:-- --:--:-- 26572 >>> meson-tools: Fetching https://distfiles.alpinelinux.org/distfiles/edge/meson-tools-0.1.tar.gz >>> meson-tools: Checking sha512sums... meson-tools-0.1.tar.gz: OK >>> meson-tools: Unpacking /var/cache/distfiles/meson-tools-0.1.tar.gz... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -o amlbootsig.o -c amlbootsig.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -o unamlbootsig.o -c unamlbootsig.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -o amlinfo.o -c amlinfo.c amlbootsig.c: In function 'do_fip': amlbootsig.c:110:17: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 110 | SHA256_Init(&sha256_ctx); | ^~~~~~~~~~~ In file included from amlbootsig.c:15: /usr/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ amlbootsig.c:111:17: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 111 | SHA256_Update(&sha256_ctx, buf, fip_hdr.header_size); | ^~~~~~~~~~~~~ /usr/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:112:17: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 112 | SHA256_Update(&sha256_ctx, buf + fip_hdr.data_offset, 0); | ^~~~~~~~~~~~~ /usr/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:119:17: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 119 | SHA256_Update(&sha256_ctx, buf, len); | ^~~~~~~~~~~~~ /usr/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:125:25: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 125 | SHA256_Update(&sha256_ctx, buf, ROUND_UP(len, 16)); | ^~~~~~~~~~~~~ /usr/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:128:17: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 128 | SHA256_Final(sha256_digest, &sha256_ctx); | ^~~~~~~~~~~~ /usr/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ amlbootsig.c: In function 'boot_sig': amlbootsig.c:235:9: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 235 | SHA256_Init(&sha256_ctx); | ^~~~~~~~~~~ /usr/include/openssl/sha.h:73:27: note: declared here 73 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c); | ^~~~~~~~~~~ amlbootsig.c:236:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 236 | SHA256_Update(&sha256_ctx, buf, hdr.header_size); | ^~~~~~~~~~~~~ /usr/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:237:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 237 | SHA256_Update(&sha256_ctx, buf + hdr.data_offset, hdr._offset2); | ^~~~~~~~~~~~~ /usr/include/openssl/sha.h:74:27: note: declared here 74 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c, | ^~~~~~~~~~~~~ amlbootsig.c:239:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 239 | SHA256_Final(sha256_digest, &sha256_ctx); | ^~~~~~~~~~~~ /usr/include/openssl/sha.h:76:27: note: declared here 76 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c); | ^~~~~~~~~~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -o amlinfo amlinfo.o -Wl,--as-needed,-O1,--sort-common -lcrypto gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -o unamlbootsig unamlbootsig.o -Wl,--as-needed,-O1,--sort-common -lcrypto gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -g -o amlbootsig amlbootsig.o -Wl,--as-needed,-O1,--sort-common -lcrypto >>> meson-tools: Entering fakeroot... >>> meson-tools-doc*: Running split function doc... >>> meson-tools-doc*: Preparing subpackage meson-tools-doc... >>> meson-tools-doc*: Running postcheck for meson-tools-doc >>> meson-tools*: Running postcheck for meson-tools >>> meson-tools*: Preparing package meson-tools... >>> meson-tools*: Stripping binaries >>> meson-tools-doc*: Scanning shared objects >>> meson-tools*: Scanning shared objects >>> meson-tools-doc*: Tracing dependencies... >>> meson-tools-doc*: Package size: 40.0 KB >>> meson-tools-doc*: Compressing data... >>> meson-tools-doc*: Create checksum... >>> meson-tools-doc*: Create meson-tools-doc-0.1-r1.apk >>> meson-tools*: Tracing dependencies... so:libc.musl-loongarch64.so.1 so:libcrypto.so.3 >>> meson-tools*: Package size: 72.0 KB >>> meson-tools*: Compressing data... >>> meson-tools*: Create checksum... >>> meson-tools*: Create meson-tools-0.1-r1.apk >>> meson-tools: Build complete at Mon, 23 Sep 2024 11:50:04 +0000 elapsed time 0h 0m 15s >>> meson-tools: Cleaning up srcdir >>> meson-tools: Cleaning up pkgdir >>> meson-tools: Uninstalling dependencies... (1/2) Purging .makedepends-meson-tools (20240923.115002) (2/2) Purging openssl-dev (3.3.2-r1) OK: 251 MiB in 103 packages >>> meson-tools: Updating the testing/loongarch64 repository index... >>> meson-tools: Signing the index...