>>> meson-tools: Building testing/meson-tools 0.1-r1 (using abuild 3.9.0-r3) started Wed, 03 Aug 2022 15:31:56 +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.0.5-r1) (2/2) Installing .makedepends-meson-tools (20220803.153156) OK: 330 MiB in 99 packages >>> meson-tools: Cleaning up srcdir >>> meson-tools: Cleaning up pkgdir >>> 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 100 12043 100 12043 0 0 32523 0 --:--:-- --:--:-- --:--:-- 32460 >>> 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/edge/meson-tools-0.1.tar.gz... gcc -Os -fomit-frame-pointer -g -o amlbootsig.o -c amlbootsig.c gcc -Os -fomit-frame-pointer -g -o unamlbootsig.o -c unamlbootsig.c gcc -Os -fomit-frame-pointer -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); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /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); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /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); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /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)); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /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); | ^~~~~~~~~~~~ In file included from amlbootsig.c:15: /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); | ^~~~~~~~~~~ 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:236:9: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 236 | SHA256_Update(&sha256_ctx, buf, hdr.header_size); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /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); | ^~~~~~~~~~~~~ In file included from amlbootsig.c:15: /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); | ^~~~~~~~~~~~ In file included from amlbootsig.c:15: /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 -fomit-frame-pointer -g -o amlinfo amlinfo.o -Wl,--as-needed,-O1,--sort-common -lcrypto gcc -Os -fomit-frame-pointer -g -o unamlbootsig unamlbootsig.o -Wl,--as-needed,-O1,--sort-common -lcrypto gcc -Os -fomit-frame-pointer -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-s390x.so.1 so:libcrypto.so.3 >>> meson-tools*: Package size: 48.0 KB >>> meson-tools*: Compressing data... >>> meson-tools*: Create checksum... >>> meson-tools*: Create meson-tools-0.1-r1.apk >>> meson-tools: Build complete at Wed, 03 Aug 2022 15:31:57 +0000 elapsed time 0h 0m 1s >>> meson-tools: Cleaning up srcdir >>> meson-tools: Cleaning up pkgdir >>> meson-tools: Uninstalling dependencies... (1/2) Purging .makedepends-meson-tools (20220803.153156) (2/2) Purging openssl-dev (3.0.5-r1) OK: 328 MiB in 97 packages >>> meson-tools: Updating the testing/s390x repository index... >>> meson-tools: Signing the index...