^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] RSA_free(key->rsa_private_key); ^~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/x509.h:36:0, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:23, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:304:28: note: declared here OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^~~~~~~~ host/lib/host_key.c:66:14: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] RSA_free(key->rsa_private_key); ^~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/x509.h:36:0, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:23, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:304:28: note: expected 'RSA * {aka struct rsa_st *}' but argument is of type 'struct rsa_rt *' OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^~~~~~~~ host/lib/host_key.c: In function 'PrivateKeyWrite': host/lib/host_key.c:77:3: warning: 'i2d_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ^~~~~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/objects.h:21:0, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/evp.h:44, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:22, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:318:14: note: declared here attr int i2d_##name(const type *a, unsigned char **out); ^ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:320:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, ^ host/lib/host_key.c:77:30: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [-Wincompatible-pointer-types] buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ^~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/objects.h:21:0, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/evp.h:44, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:22, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:318:14: note: expected 'const RSA * {aka const struct rsa_st *}' but argument is of type 'struct rsa_rt * const' attr int i2d_##name(const type *a, unsigned char **out); ^ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:320:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, ^ host/lib/host_key.c: In function 'PrivateKeyRead': host/lib/host_key.c:131:3: warning: 'd2i_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/objects.h:21:0, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/evp.h:44, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:22, from host/lib/host_key.c:10: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:317:16: note: declared here attr type *d2i_##name(type **a, const unsigned char **in, long len); \ ^ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:320:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, ^ host/lib/host_key.c:131:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ CC firmware/lib/cryptolib/padding.o host/lib/host_signature.c: In function 'CalculateSignature': host/lib/host_signature.c:143:3: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] rv = RSA_private_encrypt(signature_digest_len, /* Input length */ ^~ In file included from host/lib/host_signature.c:10:0: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:296:5: note: declared here int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, ^~~~~~~~~~~~~~~~~~~ host/lib/host_signature.c:146:28: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type [-Wincompatible-pointer-types] key->rsa_private_key, /* Key to use */ ^~~ In file included from host/lib/host_signature.c:10:0: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:296:5: note: expected 'RSA * {aka struct rsa_st *}' but argument is of type 'struct rsa_rt * const' int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, ^~~~~~~~~~~~~~~~~~~ CC firmware/lib/cryptolib/rsa.o host/lib/signature_digest.c: In function 'SignatureBuf': host/lib/signature_digest.c:55:3: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] if ((key = PEM_read_RSAPrivateKey(key_fp, NULL, NULL, NULL))) ^~ In file included from host/lib/signature_digest.c:6:0: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:74:11: note: declared here type *PEM_##readname##_##name(INTYPE *out, type **x, \ ^ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' attr PEM_read_cb_fnsig(name, type, FILE, read); ^~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' DECLARE_PEM_read_fp_attr(attr, name, type) ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:363:5: note: in expansion of macro 'DECLARE_PEM_read_attr' DECLARE_PEM_read_attr(attr, name, type) \ ^~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:451:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) ^~~~~~~~~~~~~~~~~~~~~~ host/lib/signature_digest.c:61:5: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] if (-1 == RSA_private_encrypt(signature_digest_len, /* Input length. */ ^~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/x509.h:36:0, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:23, from host/lib/signature_digest.c:6: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:296:5: note: declared here int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, ^~~~~~~~~~~~~~~~~~~ host/lib/signature_digest.c:70:5: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] RSA_free(key); ^~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/x509.h:36:0, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:23, from host/lib/signature_digest.c:6: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:304:28: note: declared here OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^~~~~~~~ CC firmware/lib/cryptolib/rsa_utility.o CC firmware/lib/cryptolib/sha256.o CC firmware/lib/cryptolib/sha1.o CC firmware/lib/cryptolib/sha512.o CC firmware/lib/cryptolib/sha_utility.o CC firmware/lib/stateful_util.o CC firmware/lib/vboot_api_firmware.o CC firmware/lib/vboot_common.o CC firmware/lib/vboot_firmware.o CC firmware/lib/region-fw.o CC firmware/lib/tpm_bootmode.o CC firmware/stub/vboot_api_stub_sf.o CC firmware/lib/crc8.o CC firmware/lib/utility.o CC firmware/lib/vboot_api_init.o CC firmware/lib/vboot_common_init.o CC firmware/lib/vboot_nvstorage.o CC firmware/lib/vboot_nvstorage_rollback.o CC firmware/lib/region-init.o CC firmware/lib/rollback_index.o CC firmware/lib/tpm_lite/tlcl.o CC firmware/stub/tpm_lite_stub.o CC firmware/stub/utility_stub.o firmware/stub/tpm_lite_stub.c: In function 'VbExTpmSendReceive': firmware/stub/tpm_lite_stub.c:239:3: warning: implicit declaration of function 'assert'; did you mean 'tzset'? [-Wimplicit-function-declaration] assert( ^~~~~~ tzset CC firmware/stub/vboot_api_stub_init.o CC firmware/stub/vboot_api_stub_region.o CC firmware/lib/cgptlib/cgptlib.o CC firmware/lib/cgptlib/cgptlib_internal.o CC firmware/lib/cgptlib/crc32.o CC firmware/lib/gpt_misc.o CC firmware/lib/utility_string.o CC firmware/lib/vboot_api_kernel.o CC firmware/lib/vboot_audio.o CC firmware/lib/vboot_display.o CC firmware/lib/vboot_kernel.o CC firmware/lib/region-kernel.o CC firmware/stub/vboot_api_stub.o CC firmware/stub/vboot_api_stub_disk.o CC firmware/stub/vboot_api_stub_stream.o CC host/lib21/host_fw_preamble.o CC host/lib21/host_key.o CC host/lib21/host_keyblock.o CC host/lib21/host_misc.o CC host/lib21/host_signature.o CC firmware/2lib/2api.o host/lib21/host_key.c: In function 'vb2_private_key_free': host/lib21/host_key.c:79:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] RSA_free(key->rsa_private_key); ^~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/x509.h:36:0, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:23, from host/lib21/host_key.c:10: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:304:28: note: declared here OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); ^~~~~~~~ host/lib21/host_key.c: In function 'vb2_private_key_unpack': host/lib21/host_key.c:142:3: warning: 'd2i_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/objects.h:21:0, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/evp.h:44, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:22, from host/lib21/host_key.c:10: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:317:16: note: declared here attr type *d2i_##name(type **a, const unsigned char **in, long len); \ ^ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:320:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, ^ host/lib21/host_key.c: In function 'vb2_private_key_read_pem': host/lib21/host_key.c:203:2: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] key->rsa_private_key = PEM_read_RSAPrivateKey(f, NULL, NULL, NULL); ^~~ In file included from host/lib21/host_key.c:10:0: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:74:11: note: declared here type *PEM_##readname##_##name(INTYPE *out, type **x, \ ^ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' attr PEM_read_cb_fnsig(name, type, FILE, read); ^~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' DECLARE_PEM_read_fp_attr(attr, name, type) ^~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:363:5: note: in expansion of macro 'DECLARE_PEM_read_attr' DECLARE_PEM_read_attr(attr, name, type) \ ^~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:451:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) ^~~~~~~~~~~~~~~~~~~~~~ host/lib21/host_key.c: In function 'vb2_private_key_write': host/lib21/host_key.c:254:3: warning: 'i2d_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] rsalen = i2d_RSAPrivateKey(key->rsa_private_key, &rsabuf); ^~~~~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/objects.h:21:0, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/evp.h:44, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:22, from host/lib21/host_key.c:10: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:318:14: note: declared here attr int i2d_##name(const type *a, unsigned char **out); ^ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:320:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, ^ host/lib21/host_key.c: In function 'vb2_rsa_sig_alg': host/lib21/host_key.c:551:2: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] RSA_get0_key(rsa, &n, &e, NULL); ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/x509.h:36:0, from /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/pem.h:23, from host/lib21/host_key.c:10: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:228:28: note: declared here OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, ^~~~~~~~~~~~ host/lib21/host_signature.c: In function 'vb2_sign_data': host/lib21/host_signature.c:167:3: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] if (RSA_private_encrypt(sig_digest_size, ^~ In file included from host/lib21/host_signature.c:8:0: /home/buildroot/autobuild/run/instance-3/output-1/host/include/openssl/rsa.h:296:5: note: declared here int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, ^~~~~~~~~~~~~~~~~~~ CC firmware/2lib/2common.o CC firmware/2lib/2crc8.o CC firmware/2lib/2nvstorage.o CC firmware/2lib/2misc.o CC firmware/2lib/2rsa.o CC firmware/2lib/2secdata.o CC firmware/2lib/2secdatak.o CC firmware/2lib/2sha1.o CC firmware/2lib/2sha512.o CC firmware/2lib/2sha256.o CC firmware/2lib/2sha_utility.o CC firmware/2lib/2tpm_bootmode.o CC firmware/2lib/2stub.o CC firmware/lib21/api.o CC firmware/lib21/common.o CC firmware/lib21/misc.o CC cgpt/cgpt.o CC firmware/lib21/packed_key.o CC cgpt/cgpt_find.o CC cgpt/cgpt_legacy.o CC cgpt/cgpt_nor.o CC cgpt/cmd_add.o CC cgpt/cmd_boot.o CC cgpt/cmd_create.o CC cgpt/cmd_find.o CC cgpt/cmd_legacy.o CC cgpt/cmd_prioritize.o CC cgpt/cmd_show.o CC cgpt/cmd_repair.o CC cgpt/cgpt_wrapper.o RM libvboot_util.a CC gen/futility_cmds.o AR libvboot_util.a RM libvboot_util21.a LDcgpt cgpt/cgpt AR libvboot_util21.a LD futility/futility LD cgpt/cgpt_wrapper make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory GIT_DIR=. PATH="/home/buildroot/autobuild/run/instance-3/output-1/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/run/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/buildroot/autobuild/run/instance-3/output-1/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' Package liblzma was not found in the pkg-config search path. Perhaps you should add the directory containing `liblzma.pc' to the PKG_CONFIG_PATH environment variable Package 'liblzma', required by 'virtual:world', not found Package yaml-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `yaml-0.1.pc' to the PKG_CONFIG_PATH environment variable Package 'yaml-0.1', required by 'virtual:world', not found INSTALL futility INSTALL CGPT INSTALL DEVKEYS make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-O2', '-g2'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-O2', '-g2'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-mlongcalls', '-mauto-litpools', '-O2', '-g2'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-gfortran%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-strip%g" -e "s%@TARGET_ARCH@%xtensa%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/run/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/run/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-gfortran%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-strip%g" -e "s%@TARGET_ARCH@%xtensa%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-mlongcalls', '-mauto-litpools', '-O2', '-g2'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-O2', '-g2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-O2', '-g2'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/run/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/run/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/run/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-3/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/run/instance-3/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/run/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/run/instance-3/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/run/instance-3/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output-1/target/bin/sh if [ -x /home/buildroot/autobuild/run/instance-3/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/run/instance-3/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/run/instance-3/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/buildroot/autobuild/run/instance-3/output-1/build/locales.nopurge for dir in /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/locale /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/include /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/rpm /home/buildroot/autobuild/run/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/run/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output-1/target/lib/ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/run/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/man /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/info /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/run/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/run/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-3/output-1/host/bin/xtensa-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-920-g932b52fad8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-git\"" \ ) > /home/buildroot/autobuild/run/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/run/instance-3/output-1/per-package \ /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-3/output-1/target/usr ln -snf /home/buildroot/autobuild/run/instance-3/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/run/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2024.02-920-g932b52fad8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2024.02-1 Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> flac 1.4.3 Collecting legal info COPYING.Xiph: OK (sha256: 12600ea1a7affcbf469bd0d8b2cd725e4167114a2ee834b88f5d2857bfd7ddbf) COPYING.GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> harfbuzz 8.4.0 Collecting legal info COPYING: OK (sha256: ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> initscripts Collecting legal info >>> libass 0.17.1 Collecting legal info COPYING: OK (sha256: f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c) >>> libfribidi 1.0.13 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libunibreak 5.1 Collecting legal info LICENCE: OK (sha256: 0c57e2ec42ece17791a75d2f9b2f8e0663181be008667a507f765b3ef22522db) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> qpid-proton 0.35.0 Collecting legal info LICENSE.txt: OK (sha256: 52310e65489d30afeefc8589479fc02862a875349c19edd165658a915009da82) >>> sconeserver 8d1935919a2013358993a8e9dfa992cbde56e503 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2024.02-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-3/buildroot'