| ^~~~~~~~ futility/vb2_helper.c: In function 'ft_show_pem': futility/vb2_helper.c:230:9: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 230 | RSA_get0_key(rsa_key, &rsa_key_n, NULL, &rsa_key_d); | ^~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:228:28: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ futility/vb2_helper.c:238:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 238 | RSA_free(rsa_key); | ^~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ futility/vb2_helper.c:250:9: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 250 | RSA_free(rsa_key); | ^~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ At top level: cc1: note: unrecognized command-line option '-Wno-unknown-warning' may have been intended to silence earlier diagnostics GEN gen/futility_cmds.c CC gen/futility_cmds.o CC cgpt/cgpt_add.o CC cgpt/cgpt_boot.o CC cgpt/cgpt_common.o CC cgpt/cgpt_create.o CC cgpt/cgpt_edit.o CC cgpt/cgpt_prioritize.o CC cgpt/cgpt_repair.o CC cgpt/cgpt_show.o CC futility/dump_kernel_config_lib.o CC host/arch/arm/lib/crossystem_arch.o CC host/lib/chromeos_config.o CC host/lib/crossystem.o CC host/lib/crypto.o CC host/lib/file_keys.o CC host/lib/subprocess.o CC host/lib/cbfstool.o CC host/lib/fmap.o CC host/lib/host_common.o CC host/lib/host_key2.o host/lib/host_key2.c: In function 'vb2_read_local_private_key': host/lib/host_key2.c:50:9: warning: 'd2i_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 50 | key->rsa_private_key = d2i_RSAPrivateKey(0, &start, bufsize - sizeof(alg)); | ^~~ In file included from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/objects.h:21, from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/evp.h:44, from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:22, from host/lib/host_key2.c:8: /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:317:16: note: declared here 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ | ^~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:320:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ host/lib/host_key2.c: In function 'vb2_read_private_key_pem': host/lib/host_key2.c:172:16: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 172 | struct rsa_st *rsa_key = PEM_read_RSAPrivateKey(f, NULL, NULL, NULL); | ^~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:74:11: note: declared here 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ | ^~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); | ^~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' 337 | DECLARE_PEM_read_fp_attr(attr, name, type) | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:363:5: note: in expansion of macro 'DECLARE_PEM_read_attr' 363 | DECLARE_PEM_read_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:451:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' 451 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ host/lib/host_key2.c:184:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 184 | RSA_free(rsa_key); | ^~~~~~~~ In file included from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/x509.h:36, from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:23: /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ host/lib/host_key2.c: In function 'vb2_free_private_key': host/lib/host_key2.c:201:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 201 | RSA_free(key->rsa_private_key); | ^~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ host/lib/host_key2.c: In function 'vb2_write_private_key': host/lib/host_key2.c:222:9: warning: 'i2d_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 222 | int buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); | ^~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:318:14: note: declared here 318 | attr int i2d_##name(const type *a, unsigned char **out); | ^~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:320:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' 320 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: cc1: note: unrecognized command-line option '-Wno-unknown-warning' may have been intended to silence earlier diagnostics CC host/lib/host_keyblock.o CC host/lib/host_misc.o CC host/lib/host_signature.o CC host/lib/host_signature2.o host/lib/host_signature2.c: In function 'vb2_calculate_signature': host/lib/host_signature2.c:135:9: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 135 | int rv = RSA_private_encrypt(signature_digest_len, /* Input length */ | ^~~ In file included from host/lib/host_signature2.c:8: /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:296:5: note: declared here 296 | int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ At top level: cc1: note: unrecognized command-line option '-Wno-unknown-warning' may have been intended to silence earlier diagnostics CC host/lib/signature_digest.o host/lib/signature_digest.c: In function 'SignatureBuf': host/lib/signature_digest.c:91:9: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 91 | if ((key = PEM_read_RSAPrivateKey(key_fp, NULL, NULL, NULL))) | ^~ In file included from host/lib/signature_digest.c:6: /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:74:11: note: declared here 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ | ^~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); | ^~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' 337 | DECLARE_PEM_read_fp_attr(attr, name, type) | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:363:5: note: in expansion of macro 'DECLARE_PEM_read_attr' 363 | DECLARE_PEM_read_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:451:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' 451 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ host/lib/signature_digest.c:98:17: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 98 | if (-1 == RSA_private_encrypt( | ^~ In file included from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/x509.h:36, from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:23: /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:296:5: note: declared here 296 | int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ host/lib/signature_digest.c:109:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 109 | RSA_free(key); | ^~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:304:28: note: declared here 304 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ At top level: cc1: note: unrecognized command-line option '-Wno-unknown-warning' may have been intended to silence earlier diagnostics CC host/lib/util_misc.o host/lib/util_misc.c: In function 'vb_keyb_from_rsa': host/lib/util_misc.c:203:9: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 203 | RSA_get0_key(rsa_private_key, &N, NULL, NULL); | ^~~~~~~~~~~~ In file included from host/lib/util_misc.c:9: /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:228:28: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ host/lib/util_misc.c:208:9: warning: 'RSA_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 208 | return vb_keyb_from_modulus(N, RSA_size(rsa_private_key), keyb_data, keyb_size); | ^~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:215:27: note: declared here 215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa); | ^~~~~~~~ At top level: cc1: note: unrecognized command-line option '-Wno-unknown-warning' may have been intended to silence earlier diagnostics CC host/lib21/host_common.o CC host/lib21/host_key.o host/lib21/host_key.c: In function 'vb21_private_key_unpack_raw': host/lib21/host_key.c:69:17: warning: 'd2i_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 69 | key->rsa_private_key = d2i_RSAPrivateKey(0, &start, | ^~~ In file included from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/objects.h:21, from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/evp.h:44, from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:22, from host/lib21/host_key.c:10: /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:317:16: note: declared here 317 | attr type *d2i_##name(type **a, const unsigned char **in, long len); \ | ^~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:320:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' 320 | 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:121:9: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 121 | key->rsa_private_key = PEM_read_RSAPrivateKey(f, NULL, NULL, NULL); | ^~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:74:11: note: declared here 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ | ^~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:238:10: note: in expansion of macro 'PEM_read_cb_fnsig' 238 | attr PEM_read_cb_fnsig(name, type, FILE, read); | ^~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:337:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' 337 | DECLARE_PEM_read_fp_attr(attr, name, type) | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:363:5: note: in expansion of macro 'DECLARE_PEM_read_attr' 363 | DECLARE_PEM_read_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:451:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' 451 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ host/lib21/host_key.c: In function 'vb21_private_key_write': host/lib21/host_key.c:173:17: warning: 'i2d_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 173 | rsalen = i2d_RSAPrivateKey(key->rsa_private_key, &rsabuf); | ^~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:318:14: note: declared here 318 | attr int i2d_##name(const type *a, unsigned char **out); | ^~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:306:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' 306 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/asn1.h:312:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' 312 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:320:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' 320 | 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:474:9: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 474 | RSA_get0_key(rsa, &n, &e, NULL); | ^~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/x509.h:36, from /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/pem.h:23: /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:228:28: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ At top level: cc1: note: unrecognized command-line option '-Wno-unknown-warning' may have been intended to silence earlier diagnostics CC host/lib21/host_misc.o CC host/lib21/host_signature.o host/lib21/host_signature.c: In function 'vb21_sign_data': host/lib21/host_signature.c:177:17: warning: 'RSA_private_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 177 | if (RSA_private_encrypt(sig_digest_size, | ^~ In file included from host/lib21/host_signature.c:8: /home/autobuild/autobuild/instance-20/output-1/host/include/openssl/rsa.h:296:5: note: declared here 296 | int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ At top level: cc1: note: unrecognized command-line option '-Wno-unknown-warning' may have been intended to silence earlier diagnostics CC host/lib/host_p11_stub.o CC firmware/2lib/2api.o CC firmware/2lib/2auxfw_sync.o CC firmware/2lib/2common.o CC firmware/2lib/2context.o CC firmware/2lib/2crc8.o CC firmware/2lib/2crypto.o CC firmware/2lib/2ec_sync.o CC firmware/2lib/2firmware.o CC firmware/2lib/2gbb.o CC firmware/2lib/2hmac.o CC firmware/2lib/2kernel.o CC firmware/2lib/2load_kernel.o CC firmware/2lib/2misc.o CC firmware/2lib/2nvstorage.o CC firmware/2lib/2packed_key.o CC firmware/2lib/2recovery_reasons.o CC firmware/2lib/2rsa.o CC firmware/2lib/2secdata_firmware.o CC firmware/2lib/2secdata_fwmp.o CC firmware/2lib/2secdata_kernel.o CC firmware/2lib/2sha1.o CC firmware/2lib/2sha256.o CC firmware/2lib/2sha512.o CC firmware/2lib/2sha_utility.o CC firmware/2lib/2struct.o CC firmware/2lib/2stub_hwcrypto.o CC firmware/2lib/2tpm_bootmode.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/lib20/api_kernel.o CC firmware/lib20/kernel.o CC firmware/stub/tpm_lite_stub.o CC firmware/stub/vboot_api_stub_disk.o CC firmware/stub/vboot_api_stub_stream.o CC firmware/2lib/2stub.o CC firmware/lib/tpm_lite/tlcl.o RM libvboot_util.a AR libvboot_util.a RM vboot_fw.a AR vboot_fw.a LD futility/futility CC cgpt/cgpt.o CC cgpt/cgpt_find.o CC cgpt/cgpt_legacy.o CC cgpt/cmd_add.o CC cgpt/cmd_boot.o CC cgpt/cmd_create.o CC cgpt/cmd_edit.o CC cgpt/cmd_find.o CC cgpt/cmd_legacy.o CC cgpt/cmd_prioritize.o CC cgpt/cmd_repair.o CC cgpt/cmd_show.o LDcgpt cgpt/cgpt make[1]: Leaving directory '/home/autobuild/autobuild/instance-20/output-1/build/host-vboot-utils-4b12d392e5b12de29c582df4e717b1228e9f1594' >>> host-vboot-utils 4b12d392e5b12de29c582df4e717b1228e9f1594 Installing to host directory GIT_DIR=. PATH="/home/autobuild/autobuild/instance-20/output-1/host/bin:/home/autobuild/autobuild/instance-20/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-20/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/autobuild/autobuild/instance-20/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-20/output-1/host/share/pkgconfig" /usr/bin/make -j1 USE_FLASHROM=0 -C /home/autobuild/autobuild/instance-20/output-1/build/host-vboot-utils-4b12d392e5b12de29c582df4e717b1228e9f1594 DESTDIR=/home/autobuild/autobuild/instance-20/output-1/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/home/autobuild/autobuild/instance-20/output-1/build/host-vboot-utils-4b12d392e5b12de29c582df4e717b1228e9f1594' Makefile:302: Missing NSS. PKCS11 signing not supported. Install libnss3 to enable this feature. vboot SHA256 built with tight loops (slower, smaller code size) INSTALL futility INSTALL CGPT INSTALL DEVKEYS make[1]: Leaving directory '/home/autobuild/autobuild/instance-20/output-1/build/host-vboot-utils-4b12d392e5b12de29c582df4e717b1228e9f1594' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-20/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@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', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-20/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-20/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%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@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-20/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-20/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-20/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-20/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-20/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-20/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-20/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-20/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-20/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-20/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-20/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-20/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-20/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-20/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-20/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-20/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-20/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-20/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-20/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-20/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-20/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-20/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-20/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-20/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-20/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-20/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-20/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-20/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-20/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-20/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-20/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-20/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/include /home/autobuild/autobuild/instance-20/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-20/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-20/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-20/output-1/target/usr/doc find /home/autobuild/autobuild/instance-20/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-20/output-1/target/lib/ /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-20/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-20/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-20/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/man /home/autobuild/autobuild/instance-20/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/info /home/autobuild/autobuild/instance-20/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/doc /home/autobuild/autobuild/instance-20/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-20/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-20/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-20/output-1/target/lib/debug /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-20/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-20/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-20/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/autobuild/autobuild/instance-20/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/autobuild/autobuild/instance-20/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.08-rc2-13-gd0d23b4739"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-rc2\"" \ ) > /home/autobuild/autobuild/instance-20/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-20/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-20/output-1/per-package \ /home/autobuild/autobuild/instance-20/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-20/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-20/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-20/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-20/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-20/buildroot' >>> Buildroot 2024.08-rc2-13-gd0d23b4739 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.50 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.10.6 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common 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) >>> can-utils 2023.03 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> genpart 1.0.2 Collecting legal info >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> jpeg Collecting legal info >>> libmicrohttpd 1.0.1 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libuev 2.4.1 Collecting legal info LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd) >>> lksctp-tools 1.0.19 Collecting legal info COPYING.lib: OK (sha256: dee5f35e583183abb9212938643ecb2d858fd89e2e286f4b1d903f65d49d6c76) COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> motion 4.6.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> sqlite 3.46.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> olsr 0.9.8 Collecting legal info license.txt: OK (sha256: 7dcf1fb93ef105e2708b02603bb6ee443115d4819fbf2c5a3a001b46887acb9a) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> openjpeg 2.5.2 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> tiff 4.6.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> uredir 3.3 Collecting legal info LICENSE: OK (sha256: e4b8fd3375ce44e5e03be199724a8785510ea5fa58ed92a7a34fd0ccbd35db10) >>> 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-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-vboot-utils 4b12d392e5b12de29c582df4e717b1228e9f1594 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) WARNING: the Buildroot source code has not been saved WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-20/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-20/buildroot'