tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/image.c'. HOSTCC tools/common/image.o HOSTCC tools/imagetool.o HOSTCC tools/imximage.o HOSTCC tools/imx8image.o HOSTCC tools/imx8mimage.o HOSTCC tools/kwbimage.o WRAP tools/lib/md5.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/md5.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/md5.c'. HOSTCC tools/lib/md5.o HOSTCC tools/lpc32xximage.o HOSTCC tools/mxsimage.o In function ‘sb_load_cmdfile’, inlined from ‘sb_build_tree_from_cfg’ at tools/mxsimage.c:1631:8, inlined from ‘mxsimage_generate’ at tools/mxsimage.c:2335:8: tools/mxsimage.c:1621:9: warning: argument 1 null where non-null expected [-Wnonnull] 1621 | fclose(fp); | ^~~~~~~~~~ In file included from ././include/compiler.h:26, from : /usr/include/stdio.h: In function ‘mxsimage_generate’: /usr/include/stdio.h:184:12: note: in a call to function ‘fclose’ declared ‘nonnull’ 184 | extern int fclose (FILE *__stream) __nonnull ((1)); | ^~~~~~ HOSTCC tools/omapimage.o HOSTCC tools/pblimage.o HOSTCC tools/pbl_crc32.o HOSTCC tools/vybridimage.o HOSTCC tools/stm32image.o WRAP tools/lib/rc4.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/rc4.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/rc4.c'. HOSTCC tools/lib/rc4.o HOSTCC tools/rkcommon.o HOSTCC tools/rkimage.o HOSTCC tools/rksd.o HOSTCC tools/rkspi.o HOSTCC tools/socfpgaimage.o HOSTCC tools/sunxi_egon.o WRAP tools/lib/crc16.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/crc16.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/crc16.c'. HOSTCC tools/lib/crc16.o WRAP tools/lib/hash-checksum.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/hash-checksum.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/hash-checksum.c'. HOSTCC tools/lib/hash-checksum.o WRAP tools/lib/sha1.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha1.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha1.c'. HOSTCC tools/lib/sha1.o WRAP tools/lib/sha256.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha256.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha256.c'. HOSTCC tools/lib/sha256.o WRAP tools/lib/sha512.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha512.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha512.c'. HOSTCC tools/lib/sha512.o WRAP tools/common/hash.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/hash.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/hash.c'. HOSTCC tools/common/hash.o HOSTCC tools/ublimage.o HOSTCC tools/zynqimage.o HOSTCC tools/zynqmpimage.o HOSTCC tools/zynqmpbif.o WRAP tools/lib/fdt-libcrypto.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/fdt-libcrypto.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/fdt-libcrypto.c'. HOSTCC tools/lib/fdt-libcrypto.o HOSTCC tools/libfdt/fdt.o HOSTCC tools/libfdt/fdt_ro.o HOSTCC tools/libfdt/fdt_wip.o HOSTCC tools/libfdt/fdt_sw.o HOSTCC tools/libfdt/fdt_rw.o HOSTCC tools/libfdt/fdt_strerror.o HOSTCC tools/libfdt/fdt_empty_tree.o HOSTCC tools/libfdt/fdt_addresses.o HOSTCC tools/libfdt/fdt_overlay.o HOSTCC tools/gpimage.o HOSTCC tools/gpimage-common.o HOSTCC tools/mtk_image.o WRAP tools/lib/ecdsa/ecdsa-libcrypto.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/ecdsa/ecdsa-libcrypto.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/ecdsa/ecdsa-libcrypto.c'. HOSTCC tools/lib/ecdsa/ecdsa-libcrypto.o In file included from tools/lib/ecdsa/ecdsa-libcrypto.c:1: ./tools/../lib/ecdsa/ecdsa-libcrypto.c: In function ‘free_ctx’: ./tools/../lib/ecdsa/ecdsa-libcrypto.c:56:17: warning: ‘EC_KEY_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 56 | EC_KEY_free(ctx->ecdsa_key); | ^~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/x509.h:33, from /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/ssl.h:32, from ./tools/../lib/ecdsa/ecdsa-libcrypto.c:23: /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ./tools/../lib/ecdsa/ecdsa-libcrypto.c: In function ‘ecdsa_key_size_bytes’: ./tools/../lib/ecdsa/ecdsa-libcrypto.c:108:9: warning: ‘EC_KEY_get0_group’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 108 | group = EC_KEY_get0_group(key); | ^~~~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/ec.h:1053:39: note: declared here 1053 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ ./tools/../lib/ecdsa/ecdsa-libcrypto.c: In function ‘read_key’: ./tools/../lib/ecdsa/ecdsa-libcrypto.c:133:9: warning: ‘EVP_PKEY_get1_EC_KEY’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 133 | ctx->ecdsa_key = EVP_PKEY_get1_EC_KEY(ctx->evp_key); | ^~~ In file included from include/image.h:1230, from include/u-boot/ecdsa.h:10, from ./tools/../lib/ecdsa/ecdsa-libcrypto.c:21: /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/evp.h:1384:19: note: declared here 1384 | struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ./tools/../lib/ecdsa/ecdsa-libcrypto.c: In function ‘do_sign’: ./tools/../lib/ecdsa/ecdsa-libcrypto.c:183:9: warning: ‘ECDSA_do_sign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 183 | sig = ECDSA_do_sign(ctx->hash, algo->checksum_len, ctx->ecdsa_key); | ^~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/ec.h:1384:34: note: declared here 1384 | OSSL_DEPRECATEDIN_3_0 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, | ^~~~~~~~~~~~~ ./tools/../lib/ecdsa/ecdsa-libcrypto.c: In function ‘ecdsa_check_signature’: ./tools/../lib/ecdsa/ecdsa-libcrypto.c:199:9: warning: ‘ECDSA_do_verify’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 199 | okay = ECDSA_do_verify(ctx->hash, info->checksum->checksum_len, | ^~~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/ec.h:1410:27: note: declared here 1410 | OSSL_DEPRECATEDIN_3_0 int ECDSA_do_verify(const unsigned char *dgst, int dgst_len, | ^~~~~~~~~~~~~~~ ./tools/../lib/ecdsa/ecdsa-libcrypto.c: In function ‘do_add’: ./tools/../lib/ecdsa/ecdsa-libcrypto.c:281:9: warning: ‘EC_KEY_get0_group’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 281 | group = EC_KEY_get0_group(ctx->ecdsa_key); | ^~~~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/ec.h:1053:39: note: declared here 1053 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ ./tools/../lib/ecdsa/ecdsa-libcrypto.c:287:9: warning: ‘EC_KEY_get0_public_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 287 | point = EC_KEY_get0_public_key(ctx->ecdsa_key); | ^~~~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/ec.h:1081:39: note: declared here 1081 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ WRAP tools/lib/rsa/rsa-sign.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/rsa/rsa-sign.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/rsa/rsa-sign.c'. HOSTCC tools/lib/rsa/rsa-sign.o In file included from tools/lib/rsa/rsa-sign.c:1: ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_engine_get_pub_key’: ./tools/../lib/rsa/rsa-sign.c:129:9: warning: ‘ENGINE_get_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 129 | engine_id = ENGINE_get_id(engine); | ^~~~~~~~~ In file included from ./tools/../lib/rsa/rsa-sign.c:20: /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:552:35: note: declared here 552 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_id(const ENGINE *e); | ^~~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c:159:9: warning: ‘ENGINE_load_public_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 159 | key = ENGINE_load_public_key(engine, key_id, NULL, NULL); | ^~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:641:11: note: declared here 641 | EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, | ^~~~~~~~~~~~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_engine_get_priv_key’: ./tools/../lib/rsa/rsa-sign.c:247:9: warning: ‘ENGINE_get_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 247 | engine_id = ENGINE_get_id(engine); | ^~~~~~~~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:552:35: note: declared here 552 | OSSL_DEPRECATEDIN_3_0 const char *ENGINE_get_id(const ENGINE *e); | ^~~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c:286:9: warning: ‘ENGINE_load_private_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 286 | key = ENGINE_load_private_key(engine, key_id, NULL, NULL); | ^~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:638:11: note: declared here 638 | EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, | ^~~~~~~~~~~~~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_engine_init’: ./tools/../lib/rsa/rsa-sign.c:344:9: warning: ‘ENGINE_load_builtin_engines’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 344 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c:346:9: warning: ‘ENGINE_by_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 346 | e = ENGINE_by_id(engine_id); | ^ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c:353:9: warning: ‘ENGINE_init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 353 | if (!ENGINE_init(e)) { | ^~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:620:27: note: declared here 620 | OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); | ^~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c:359:9: warning: ‘ENGINE_set_default_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 359 | if (!ENGINE_set_default_RSA(e)) { | ^~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:684:27: note: declared here 684 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_default_RSA(ENGINE *e); | ^~~~~~~~~~~~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c:370:9: warning: ‘ENGINE_finish’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 370 | ENGINE_finish(e); | ^~~~~~~~~~~~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c:372:9: warning: ‘ENGINE_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 372 | ENGINE_free(e); | ^~~~~~~~~~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_engine_remove’: ./tools/../lib/rsa/rsa-sign.c:399:17: warning: ‘ENGINE_finish’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 399 | ENGINE_finish(e); | ^~~~~~~~~~~~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c:400:17: warning: ‘ENGINE_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 400 | ENGINE_free(e); | ^~~~~~~~~~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_get_exponent’: ./tools/../lib/rsa/rsa-sign.c:550:9: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 550 | RSA_get0_key(key, NULL, &key_e, NULL); | ^~~~~~~~~~~~ In file included from ./tools/../lib/rsa/rsa-sign.c:15: /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/rsa.h:228:28: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_get_params’: ./tools/../lib/rsa/rsa-sign.c:613:9: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 613 | RSA_get0_key(key, &key_n, NULL, NULL); | ^~~~~~~~~~~~ /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/rsa.h:228:28: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c: In function ‘rsa_add_verify_data’: ./tools/../lib/rsa/rsa-sign.c:682:9: warning: ‘EVP_PKEY_get0_RSA’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 682 | rsa = EVP_PKEY_get0_RSA(pkey); | ^~~ In file included from include/image.h:1230, from ./tools/../lib/rsa/rsa-sign.c:10: /home/autobuild/autobuild/instance-0/output-1/host/include/openssl/evp.h:1356:22: note: declared here 1356 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ./tools/../lib/rsa/rsa-sign.c:682:13: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 682 | rsa = EVP_PKEY_get0_RSA(pkey); | ^ WRAP tools/lib/rsa/rsa-verify.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/rsa/rsa-verify.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/rsa/rsa-verify.c'. HOSTCC tools/lib/rsa/rsa-verify.o WRAP tools/lib/rsa/rsa-mod-exp.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/rsa/rsa-mod-exp.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/rsa/rsa-mod-exp.c'. HOSTCC tools/lib/rsa/rsa-mod-exp.o HOSTCC tools/dumpimage.o HOSTLD tools/dumpimage HOSTCC tools/mkimage.o HOSTLD tools/mkimage HOSTCC tools/fit_info.o HOSTLD tools/fit_info HOSTCC tools/fit_check_sign.o HOSTLD tools/fit_check_sign HOSTCC tools/proftool HOSTCC tools/fdtgrep.o HOSTLD tools/fdtgrep HOSTCC tools/mkeficapsule.o HOSTLD tools/mkeficapsule host-make[1]: Leaving directory '/home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' /home/autobuild/autobuild/instance-0/output-1/host/bin/host-make -j1 -C /home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/home/autobuild/autobuild/instance-0/output-1/host/include" HOSTLDFLAGS="-L/home/autobuild/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-0/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y CONFIG_FIT=y CONFIG_MKIMAGE_DTC_PATH=dtc CONFIG_FIT_SIGNATURE=y CONFIG_FIT_SIGNATURE_MAX_SIZE=0x10000000 envtools no-dot-config-targets=envtools host-make[1]: Entering directory '/home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' AR tools/env/built-in.o HOSTCC tools/env/crc32.o HOSTCC tools/env/ctype.o HOSTCC tools/env/env_attr.o HOSTCC tools/env/env_flags.o HOSTCC tools/env/fw_env.o HOSTCC tools/env/linux_string.o AR tools/env/lib.a HOSTCC tools/env/fw_env_main.o HOSTLD tools/env/fw_printenv STRIP tools/env/fw_printenv host-make[1]: Leaving directory '/home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' cat /home/autobuild/autobuild/instance-0/output-1/boot_env.txt | /home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage -s "0x1000" -r -o /home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/uboot-env.bin - >>> host-uboot-tools 2021.07 Installing to host directory /usr/bin/install -m 0755 -D /home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/mkimage /home/autobuild/autobuild/instance-0/output-1/host/bin/mkimage /usr/bin/install -m 0755 -D /home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/mkeficapsule /home/autobuild/autobuild/instance-0/output-1/host/bin/mkeficapsule /usr/bin/install -m 0755 -D /home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage /home/autobuild/autobuild/instance-0/output-1/host/bin/mkenvimage /usr/bin/install -m 0755 -D /home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/dumpimage /home/autobuild/autobuild/instance-0/output-1/host/bin/dumpimage /usr/bin/install -m 0755 -D /home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/fit_check_sign /home/autobuild/autobuild/instance-0/output-1/host/bin/fit_check_sign /usr/bin/install -m 0755 -D /home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/env/fw_printenv /home/autobuild/autobuild/instance-0/output-1/host/bin/fw_printenv ln -sf /home/autobuild/autobuild/instance-0/output-1/host/bin/fw_printenv /home/autobuild/autobuild/instance-0/output-1/host/bin/fw_setenv /usr/bin/install -m 0755 -D /home/autobuild/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/uboot-env.bin /home/autobuild/autobuild/instance-0/output-1/images/uboot-env.bin >>> wireless-regdb 2024.07.04 Downloading wget -nd -t 3 --no-check-certificate -O '/home/autobuild/autobuild/instance-0/output-1/build/.wireless-regdb-2024.07.04.tar.xz.I43FWJ/output' 'https://cdn.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2024.07.04.tar.xz' --2024-09-22 13:41:31-- https://cdn.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2024.07.04.tar.xz Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving cdn.kernel.org (cdn.kernel.org)... 151.101.1.176, 151.101.65.176, 151.101.129.176, ... Connecting to cdn.kernel.org (cdn.kernel.org)|151.101.1.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 28924 (28K) [application/x-xz] Saving to: '/home/autobuild/autobuild/instance-0/output-1/build/.wireless-regdb-2024.07.04.tar.xz.I43FWJ/output' 0K .......... .......... ........ 100% 10.8M=0.003s 2024-09-22 13:41:31 (10.8 MB/s) - '/home/autobuild/autobuild/instance-0/output-1/build/.wireless-regdb-2024.07.04.tar.xz.I43FWJ/output' saved [28924/28924] wireless-regdb-2024.07.04.tar.xz: OK (sha256: 9832a14e1be24abff7be30dee3c9a1afb5fdfcf475a0d91aafef039f8d85f5eb) >>> wireless-regdb 2024.07.04 Extracting /home/autobuild/autobuild/instance-0/output-1/host/bin/xzcat /home/autobuild/autobuild/instance-0/dl/wireless-regdb/wireless-regdb-2024.07.04.tar.xz | /home/autobuild/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-0/output-1/build/wireless-regdb-2024.07.04 -xf - >>> wireless-regdb 2024.07.04 Patching >>> wireless-regdb 2024.07.04 Configuring >>> wireless-regdb 2024.07.04 Building >>> wireless-regdb 2024.07.04 Installing to target /usr/bin/install -m 644 -D -T /home/autobuild/autobuild/instance-0/output-1/build/wireless-regdb-2024.07.04/regulatory.db /home/autobuild/autobuild/instance-0/output-1/target/lib/firmware/regulatory.db /usr/bin/install -m 644 -D -T /home/autobuild/autobuild/instance-0/output-1/build/wireless-regdb-2024.07.04/regulatory.db.p7s /home/autobuild/autobuild/instance-0/output-1/target/lib/firmware/regulatory.db.p7s linux-cip-5.10.162-cip24.tar.gz: OK (sha256: fb0edc3c18e47d2b6974cb0880a0afb5c3fa08f50ee87dfdf24349405ea5f8ae) >>> linux 5.10.162-cip24 Extracting gzip -d -c /home/autobuild/autobuild/instance-0/dl/linux/linux-cip-5.10.162-cip24.tar.gz | /home/autobuild/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-0/output-1/build/linux-5.10.162-cip24 -xf - >>> ev3dev-linux-drivers 0e551eb25ae8600c1f178814781bfb42dc835496 Downloading wget -nd -t 3 --no-check-certificate -O '/home/autobuild/autobuild/instance-0/output-1/build/.ev3dev-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496.tar.gz.dUja4S/output' 'https://github.com/ev3dev/lego-linux-drivers/archive/0e551eb25ae8600c1f178814781bfb42dc835496/ev3dev-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496.tar.gz' --2024-09-22 13:41:39-- https://github.com/ev3dev/lego-linux-drivers/archive/0e551eb25ae8600c1f178814781bfb42dc835496/ev3dev-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496.tar.gz Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving github.com (github.com)... 140.82.113.3 Connecting to github.com (github.com)|140.82.113.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/ev3dev/lego-linux-drivers/tar.gz/0e551eb25ae8600c1f178814781bfb42dc835496 [following] --2024-09-22 13:41:39-- https://codeload.github.com/ev3dev/lego-linux-drivers/tar.gz/0e551eb25ae8600c1f178814781bfb42dc835496 Resolving codeload.github.com (codeload.github.com)... 140.82.112.9 Connecting to codeload.github.com (codeload.github.com)|140.82.112.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/autobuild/autobuild/instance-0/output-1/build/.ev3dev-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496.tar.gz.dUja4S/output' 0K .......... .......... .......... .......... .......... 461K 50K .......... .......... .......... .......... .......... 923K 100K .......... .......... .......... .......... .......... 11.2M 150K .......... .......... .......... .......... .......... 1.00M 200K .......... .......... .......... ........ 10.5M=0.2s 2024-09-22 13:41:40 (1.06 MB/s) - '/home/autobuild/autobuild/instance-0/output-1/build/.ev3dev-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496.tar.gz.dUja4S/output' saved [244303] WARNING: no hash file for ev3dev-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496.tar.gz >>> ev3dev-linux-drivers 0e551eb25ae8600c1f178814781bfb42dc835496 Extracting gzip -d -c /home/autobuild/autobuild/instance-0/dl/ev3dev-linux-drivers/ev3dev-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496.tar.gz | /home/autobuild/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-0/output-1/build/ev3dev-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496 -xf - >>> ev3dev-linux-drivers 0e551eb25ae8600c1f178814781bfb42dc835496 Patching >>> linux 5.10.162-cip24 Patching mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/linux-5.10.162-cip24/drivers/lego cp -dpfr /home/autobuild/autobuild/instance-0/output-1/build/ev3dev-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496/* /home/autobuild/autobuild/instance-0/output-1/build/linux-5.10.162-cip24/drivers/lego/ for p in ; do if test -d $p ; then TAR="/home/autobuild/autobuild/instance-0/output-1/host/bin/tar" PATH=/home/autobuild/autobuild/instance-0/output-1/host/bin:$PATH support/scripts/apply-patches.sh /home/autobuild/autobuild/instance-0/output-1/build/linux-5.10.162-cip24 $p \*.patch || exit 1 ; else TAR="/home/autobuild/autobuild/instance-0/output-1/host/bin/tar" PATH=/home/autobuild/autobuild/instance-0/output-1/host/bin:$PATH support/scripts/apply-patches.sh /home/autobuild/autobuild/instance-0/output-1/build/linux-5.10.162-cip24 `dirname $p` `basename $p` || exit 1; fi done Using ./arch/mips/configs/generic_defconfig as base Merging arch/mips/configs/generic/32r2.config Merging arch/mips/configs/generic/el.config Merging ./arch/mips/configs/generic/board-boston.config Merging ./arch/mips/configs/generic/board-ni169445.config Merging ./arch/mips/configs/generic/board-ocelot.config Merging ./arch/mips/configs/generic/board-ranchu.config Merging ./arch/mips/configs/generic/board-sead-3.config Merging ./arch/mips/configs/generic/board-xilfpga.config Using /home/autobuild/autobuild/instance-0/output-1/build/linux-5.10.162-cip24/.config as base # # merged configuration written to /home/autobuild/autobuild/instance-0/output-1/build/linux-5.10.162-cip24/.config (needs make) # >>> linux 5.10.162-cip24 Updating kernel config with fixups >>> linux 5.10.162-cip24 Configuring >>> linux 5.10.162-cip24 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/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-0/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-0/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-0/output-1/host/share/pkgconfig" BR_BINARIES_DIR=/home/autobuild/autobuild/instance-0/output-1/images KBUILD_BUILD_VERSION=1 KBUILD_BUILD_USER=buildroot KBUILD_BUILD_HOST=buildroot KBUILD_BUILD_TIMESTAMP="Sun Sep 22 08:47:31 UTC 2024" KCFLAGS=-Wno-attribute-alias /home/autobuild/autobuild/instance-0/output-1/host/bin/host-make -j1 HOSTCC="/usr/bin/gcc -O2 -isystem /home/autobuild/autobuild/instance-0/output-1/host/include -L/home/autobuild/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-0/output-1/host/lib" ARCH=mips INSTALL_MOD_PATH=/home/autobuild/autobuild/instance-0/output-1/target CROSS_COMPILE="/home/autobuild/autobuild/instance-0/output-1/host/bin/mipsel-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/autobuild/autobuild/instance-0/output-1/host/sbin/depmod -C /home/autobuild/autobuild/instance-0/output-1/build/linux-5.10.162-cip24 all egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E In file included from ./include/linux/rculist.h:10, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14, from kernel/locking/semaphore.c:30: In function ‘__list_add’, inlined from ‘list_add_tail’ at ./include/linux/list.h:100:2, inlined from ‘__down_common’ at kernel/locking/semaphore.c:209:2, inlined from ‘__down_killable’ at kernel/locking/semaphore.c:247:9: ./include/linux/list.h:70:20: warning: storing the address of local variable ‘waiter’ in ‘((struct list_head *)sem)[1].prev’ [-Wdangling-pointer=] 70 | next->prev = new; | ~~~~~~~~~~~^~~~~ kernel/locking/semaphore.c: In function ‘__down_killable’: kernel/locking/semaphore.c:207:33: note: ‘waiter’ declared here 207 | struct semaphore_waiter waiter; | ^~~~~~ kernel/locking/semaphore.c:245:63: note: ‘sem’ declared here 245 | static noinline int __sched __down_killable(struct semaphore *sem) | ~~~~~~~~~~~~~~~~~~^~~ In function ‘__list_add’, inlined from ‘list_add_tail’ at ./include/linux/list.h:100:2, inlined from ‘__down_common’ at kernel/locking/semaphore.c:209:2, inlined from ‘__down_timeout’ at kernel/locking/semaphore.c:252:9: ./include/linux/list.h:70:20: warning: storing the address of local variable ‘waiter’ in ‘((struct list_head *)sem)[1].prev’ [-Wdangling-pointer=] 70 | next->prev = new; | ~~~~~~~~~~~^~~~~ kernel/locking/semaphore.c: In function ‘__down_timeout’: kernel/locking/semaphore.c:207:33: note: ‘waiter’ declared here 207 | struct semaphore_waiter waiter; | ^~~~~~ kernel/locking/semaphore.c:250:62: note: ‘sem’ declared here 250 | static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) | ~~~~~~~~~~~~~~~~~~^~~ In function ‘__list_add’, inlined from ‘list_add_tail’ at ./include/linux/list.h:100:2, inlined from ‘__down_common’ at kernel/locking/semaphore.c:209:2, inlined from ‘__down’ at kernel/locking/semaphore.c:237:2: ./include/linux/list.h:70:20: warning: storing the address of local variable ‘waiter’ in ‘((struct list_head *)sem)[1].prev’ [-Wdangling-pointer=] 70 | next->prev = new; | ~~~~~~~~~~~^~~~~ kernel/locking/semaphore.c: In function ‘__down’: kernel/locking/semaphore.c:207:33: note: ‘waiter’ declared here 207 | struct semaphore_waiter waiter; | ^~~~~~ kernel/locking/semaphore.c:235:55: note: ‘sem’ declared here 235 | static noinline void __sched __down(struct semaphore *sem) | ~~~~~~~~~~~~~~~~~~^~~ In function ‘__list_add’, inlined from ‘list_add_tail’ at ./include/linux/list.h:100:2, inlined from ‘__down_common’ at kernel/locking/semaphore.c:209:2, inlined from ‘__down_interruptible’ at kernel/locking/semaphore.c:242:9: ./include/linux/list.h:70:20: warning: storing the address of local variable ‘waiter’ in ‘((struct list_head *)sem)[1].prev’ [-Wdangling-pointer=] 70 | next->prev = new; | ~~~~~~~~~~~^~~~~ kernel/locking/semaphore.c: In function ‘__down_interruptible’: kernel/locking/semaphore.c:207:33: note: ‘waiter’ declared here 207 | struct semaphore_waiter waiter; | ^~~~~~ kernel/locking/semaphore.c:240:68: note: ‘sem’ declared here 240 | static noinline int __sched __down_interruptible(struct semaphore *sem) | ~~~~~~~~~~~~~~~~~~^~~ kernel/workqueue.c: In function ‘get_work_pwq’: kernel/workqueue.c:687:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 687 | return (void *)(data & WORK_STRUCT_WQ_DATA_MASK); | ^ kernel/workqueue.c: In function ‘get_work_pool’: kernel/workqueue.c:715:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 715 | return ((struct pool_workqueue *) | ^ kernel/workqueue.c: In function ‘get_work_pool_id’: kernel/workqueue.c:737:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 737 | return ((struct pool_workqueue *) | ^ In file included from ./include/linux/rculist.h:10, from ./include/linux/pid.h:5, from ./include/linux/sched.h:14, from ./include/linux/ratelimit.h:6, from ./include/linux/dev_printk.h:16, from ./include/linux/device.h:15, from ./include/linux/node.h:18, from ./include/linux/cpu.h:17, from mm/compaction.c:11: In function ‘__list_cut_position’, inlined from ‘list_cut_position’ at ./include/linux/list.h:400:3, inlined from ‘move_freelist_tail’ at mm/compaction.c:1241:3: ./include/linux/list.h:370:21: warning: storing the address of local variable ‘sublist’ in ‘*&freepage_6(D)->D.19890.D.19835.lru.next’ [-Wdangling-pointer=] 370 | entry->next = list; | ~~~~~~~~~~~~^~~~~~ mm/compaction.c: In function ‘move_freelist_tail’: mm/compaction.c:1238:19: note: ‘sublist’ declared here 1238 | LIST_HEAD(sublist); | ^~~~~~~ ./include/linux/list.h:24:26: note: in definition of macro ‘LIST_HEAD’ 24 | struct list_head name = LIST_HEAD_INIT(name) | ^~~~ mm/compaction.c:1236:61: note: ‘freepage’ declared here 1236 | move_freelist_tail(struct list_head *freelist, struct page *freepage) | ~~~~~~~~~~~~~^~~~~~~~ In file included from : drivers/ata/libahci.c: In function ‘ahci_led_store’: ././include/linux/compiler_types.h:309:45: error: call to ‘__compiletime_assert_380’ declared with attribute error: BUILD_BUG_ON failed: sizeof(_s) > sizeof(long) 309 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^ ././include/linux/compiler_types.h:290:25: note: in definition of macro ‘__compiletime_assert’ 290 | prefix ## suffix(); \ | ^~~~~~ ././include/linux/compiler_types.h:309:9: note: in expansion of macro ‘_compiletime_assert’ 309 | _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__) | ^~~~~~~~~~~~~~~~~~~ ./include/linux/build_bug.h:39:37: note: in expansion of macro ‘compiletime_assert’ 39 | #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) | ^~~~~~~~~~~~~~~~~~ ./include/linux/build_bug.h:50:9: note: in expansion of macro ‘BUILD_BUG_ON_MSG’ 50 | BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition) | ^~~~~~~~~~~~~~~~ ./include/linux/nospec.h:58:9: note: in expansion of macro ‘BUILD_BUG_ON’ 58 | BUILD_BUG_ON(sizeof(_s) > sizeof(long)); \ | ^~~~~~~~~~~~ drivers/ata/libahci.c:1142:23: note: in expansion of macro ‘array_index_nospec’ 1142 | pmp = array_index_nospec(pmp, EM_MAX_SLOTS); | ^~~~~~~~~~~~~~~~~~ host-make[3]: *** [scripts/Makefile.build:286: drivers/ata/libahci.o] Error 1 host-make[2]: *** [scripts/Makefile.build:503: drivers/ata] Error 2 host-make[1]: *** [Makefile:1837: drivers] Error 2 make: *** [package/pkg-generic.mk:289: /home/autobuild/autobuild/instance-0/output-1/build/linux-5.10.162-cip24/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot'