2660 | key_flags = EC_KEY_get_enc_flags(eckey); | ^~~~~~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1072:32: note: declared here 1072 | OSSL_DEPRECATEDIN_3_0 unsigned EC_KEY_get_enc_flags(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2665:2: warning: 'EC_KEY_set_enc_flags' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2665 | EC_KEY_set_enc_flags(eckey, key_flags); | ^~~~~~~~~~~~~~~~~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1073:28: note: declared here 1073 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_enc_flags(EC_KEY *eckey, unsigned int flags); | ^~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2667:2: warning: 'EC_KEY_set_conv_form' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2667 | EC_KEY_set_conv_form(eckey, POINT_CONVERSION_UNCOMPRESSED); | ^~~~~~~~~~~~~~~~~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1075:28: note: declared here 1075 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_conv_form(EC_KEY *eckey, | ^~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2669:2: warning: 'i2d_ECPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2669 | der_len = i2d_ECPrivateKey(eckey, &der); | ^~~~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1197:27: note: declared here 1197 | OSSL_DEPRECATEDIN_3_0 int i2d_ECPrivateKey(const EC_KEY *key, | ^~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2670:2: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2670 | EC_KEY_free(eckey); | ^~~~~~~~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1003:28: note: declared here 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'crypto_ec_key_get_pubkey_point': ../src/crypto/crypto_openssl.c:2688:2: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2688 | eckey = EVP_PKEY_get1_EC_KEY((EVP_PKEY *) key); | ^~~~~ In file included from ../src/crypto/crypto_openssl.c:15: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/evp.h:1374:19: note: declared here 1374 | struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2691:2: warning: 'EC_KEY_set_conv_form' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2691 | EC_KEY_set_conv_form(eckey, POINT_CONVERSION_UNCOMPRESSED); | ^~~~~~~~~~~~~~~~~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1075:28: note: declared here 1075 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_conv_form(EC_KEY *eckey, | ^~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2692:2: warning: 'i2o_ECPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2692 | len = i2o_ECPublicKey(eckey, NULL); | ^~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1245:27: note: declared here 1245 | OSSL_DEPRECATEDIN_3_0 int i2o_ECPublicKey(const EC_KEY *key, unsigned char **out); | ^~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2696:3: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2696 | EC_KEY_free(eckey); | ^~~~~~~~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1003:28: note: declared here 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2702:3: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2702 | EC_KEY_free(eckey); | ^~~~~~~~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1003:28: note: declared here 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2707:2: warning: 'i2o_ECPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2707 | res = i2o_ECPublicKey(eckey, &pos); | ^~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1245:27: note: declared here 1245 | OSSL_DEPRECATEDIN_3_0 int i2o_ECPublicKey(const EC_KEY *key, unsigned char **out); | ^~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2708:2: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2708 | EC_KEY_free(eckey); | ^~~~~~~~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1003:28: note: declared here 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'crypto_ec_key_get_public_key': ../src/crypto/crypto_openssl.c:2733:2: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2733 | eckey = EVP_PKEY_get0_EC_KEY((EVP_PKEY *) key); | ^~~~~ In file included from ../src/crypto/crypto_openssl.c:15: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2736:23: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2736 | return (const struct crypto_ec_point *) EC_KEY_get0_public_key(eckey); | ^~~~~~~~~~~~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1062:39: note: declared here 1062 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'crypto_ec_key_get_private_key': ../src/crypto/crypto_openssl.c:2745:2: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2745 | eckey = EVP_PKEY_get0_EC_KEY((EVP_PKEY *) key); | ^~~~~ In file included from ../src/crypto/crypto_openssl.c:15: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2748:23: warning: 'EC_KEY_get0_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2748 | return (const struct crypto_bignum *) EC_KEY_get0_private_key(eckey); | ^~~~~~~~~~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1048:37: note: declared here 1048 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'crypto_ec_key_sign_r_s': ../src/crypto/crypto_openssl.c:2798:2: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2798 | eckey = EVP_PKEY_get0_EC_KEY((EVP_PKEY *) key); | ^~~~~ In file included from ../src/crypto/crypto_openssl.c:15: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2801:2: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2801 | group = EC_KEY_get0_group(eckey); | ^~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1034:39: note: declared here 1034 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2804:6: warning: 'EC_GROUP_get_curve_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2804 | !EC_GROUP_get_curve_GFp(group, prime, NULL, NULL, NULL)) | ^ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:354:27: note: declared here 354 | OSSL_DEPRECATEDIN_3_0 int EC_GROUP_get_curve_GFp(const EC_GROUP *group, | ^~~~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'crypto_ec_key_group': ../src/crypto/crypto_openssl.c:2900:2: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2900 | eckey = EVP_PKEY_get0_EC_KEY((EVP_PKEY *) key); | ^~~~~ In file included from ../src/crypto/crypto_openssl.c:15: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/evp.h:1372:25: note: declared here 1372 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:2903:2: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2903 | group = EC_KEY_get0_group(eckey); | ^~~~~ In file included from ../src/crypto/crypto_openssl.c:23: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/ec.h:1034:39: note: declared here 1034 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'crypto_ec_key_cmp': ../src/crypto/crypto_openssl.c:2935:2: warning: 'EVP_PKEY_cmp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 2935 | if (EVP_PKEY_cmp((EVP_PKEY *) key1, (EVP_PKEY *) key2) != 1) | ^~ In file included from ../src/crypto/crypto_openssl.c:15: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/evp.h:1418:5: note: declared here 1418 | int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b); | ^~~~~~~~~~~~ CC ../src/crypto/crypto_openssl.c ../src/crypto/fips_prf_openssl.c: In function 'sha1_transform': ../src/crypto/fips_prf_openssl.c:38:2: warning: 'SHA1_Transform' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 38 | SHA1_Transform(&context, data); | ^~~~~~~~~~~~~~ In file included from ../src/crypto/fips_prf_openssl.c:10: /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/include/openssl/sha.h:52:28: note: declared here 52 | OSSL_DEPRECATEDIN_3_0 void SHA1_Transform(SHA_CTX *c, const unsigned char *data); | ^~~~~~~~~~~~~~ CC ../src/crypto/fips_prf_openssl.c CC ../src/crypto/aes-eax.c CC ../src/crypto/aes-ctr.c CC ../src/crypto/aes-encblock.c CC ../src/crypto/aes-omac1.c CC ../src/crypto/sha256-prf.c CC ../src/crypto/sha256-tlsprf.c CC ../src/crypto/sha384-tlsprf.c CC ../src/crypto/sha384-prf.c CC ../src/crypto/dh_groups.c CC ../src/crypto/random.c CC ../src/utils/base64.c CC ../src/common/ieee802_11_common.c CC ../src/common/hw_features_common.c CC ../src/eap_common/eap_common.c CC ../src/crypto/sha1-prf.c CC ../src/crypto/sha1-tprf.c CC ../src/crypto/sha1-tlsprf.c CC bgscan_simple.c CC bgscan.c CC ../src/drivers/driver_common.c CC wpa_supplicant.c CC events.c CC bssid_ignore.c CC wpas_glue.c CC scan.c CC main.c CC ../src/drivers/drivers.c CC ../src/l2_packet/l2_packet_linux.c LD wpa_supplicant CC wpa_cli.c CC ../src/common/wpa_ctrl.c CC ../src/common/cli.c CC ../src/utils/edit_simple.c LD wpa_cli sed systemd/wpa_supplicant.service.in sed systemd/wpa_supplicant.service.arg.in sed systemd/wpa_supplicant-nl80211.service.arg.in sed systemd/wpa_supplicant-wired.service.arg.in sed dbus/fi.w1.wpa_supplicant1.service.in CC wpa_passphrase.c LD wpa_passphrase make[1]: Leaving directory '/home/autobuild/autobuild/instance-23/output-1/build/wpa_supplicant-2.10/wpa_supplicant' >>> wpa_supplicant 2.10 Installing to staging directory >>> wpa_supplicant 2.10 Fixing libtool files for la in $(find /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/autobuild/autobuild/instance-23/output-1:@BASE_DIR@:g" \ -e "s:/home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/autobuild/autobuild/instance-23/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> wpa_supplicant 2.10 Installing to target /usr/bin/install -m 0755 -D /home/autobuild/autobuild/instance-23/output-1/build/wpa_supplicant-2.10/wpa_supplicant/wpa_supplicant /home/autobuild/autobuild/instance-23/output-1/target/usr/sbin/wpa_supplicant /usr/bin/install -m 644 -D package/wpa_supplicant/wpa_supplicant.conf /home/autobuild/autobuild/instance-23/output-1/target/etc/wpa_supplicant.conf >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-23/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-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', '-O1', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-23/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-23/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%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/local/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-23/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-23/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-23/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-23/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-23/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-23/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/local/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-23/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-23/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-23/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-23/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-23/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-23/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-23/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-23/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-23/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-23/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-23/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-23/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-23/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-23/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-23/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-23/output-1/target/etc/passwd if [ -x /home/autobuild/autobuild/instance-23/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-23/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-23/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-23/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-23/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-23/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/include /home/autobuild/autobuild/instance-23/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-23/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-23/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-23/output-1/target/usr/doc find /home/autobuild/autobuild/instance-23/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-23/output-1/target/lib/ /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-23/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-23/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-23/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/man /home/autobuild/autobuild/instance-23/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/info /home/autobuild/autobuild/instance-23/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/doc /home/autobuild/autobuild/instance-23/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-23/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-23/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-23/output-1/target/lib/debug /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-23/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-23/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-23/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-23/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-23/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-534-gf3597910cf"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-23/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-23/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-23/output-1/per-package /home/autobuild/autobuild/instance-23/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-23/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-23/output-1/images rm -rf /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-23/output-1/target/ /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-23/output-1/host/bin:/home/autobuild/autobuild/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-23/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-23/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-23/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-23/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-23/output-1/host/bin:/home/autobuild/autobuild/instance-23/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-23/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-23/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 933 objects. stage 2: creating image '/home/autobuild/autobuild/instance-23/output-1/images/rootfs.yaffs2' [ ] 1/933 0% [ ] 2/933 0% [ ] 3/933 0% [ ] 4/933 0% [ ] 5/933 0% [ ] 6/933 0% [ ] 7/933 0% [ ] 8/933 0% [ ] 9/933 0% [ ] 10/933 1% [ ] 11/933 1% [ ] 12/933 1% [ ] 13/933 1% [ ] 14/933 1% [= ] 15/933 1% [= ] 16/933 1% [= ] 17/933 1% [= ] 18/933 1% [= ] 19/933 2% [= ] 20/933 2% [= ] 21/933 2% [= ] 22/933 2% [= ] 23/933 2% [= ] 24/933 2% [= ] 25/933 2% [= ] 26/933 2% [= ] 27/933 2% [= ] 28/933 3% [= ] 29/933 3% [== ] 30/933 3% [== ] 31/933 3% [== ] 32/933 3% [== ] 33/933 3% [== ] 34/933 3% [== ] 35/933 3% [== ] 36/933 3% [== ] 37/933 3% [== ] 38/933 4% [== ] 39/933 4% [== ] 40/933 4% [== ] 41/933 4% [== ] 42/933 4% [== ] 43/933 4% [=== ] 44/933 4% [=== ] 45/933 4% [=== ] 46/933 4% [=== ] 47/933 5% [=== ] 48/933 5% [=== ] 49/933 5% [=== ] 50/933 5% [=== ] 51/933 5% [=== ] 52/933 5% [=== ] 53/933 5% [=== ] 54/933 5% [=== ] 55/933 5% [=== ] 56/933 6% [=== ] 57/933 6% [=== ] 58/933 6% [==== ] 59/933 6% [==== ] 60/933 6% [==== ] 61/933 6% [==== ] 62/933 6% [==== ] 63/933 6% [==== ] 64/933 6% [==== ] 65/933 6% [==== ] 66/933 7% [==== ] 67/933 7% [==== ] 68/933 7% [==== ] 69/933 7% [==== ] 70/933 7% [==== ] 71/933 7% [==== ] 72/933 7% [===== ] 73/933 7% [===== ] 74/933 7% [===== ] 75/933 8% [===== ] 76/933 8% [===== ] 77/933 8% [===== ] 78/933 8% [===== ] 79/933 8% [===== ] 80/933 8% [===== ] 81/933 8% [===== ] 82/933 8% [===== ] 83/933 8% [===== ] 84/933 9% [===== ] 85/933 9% [===== ] 86/933 9% [===== ] 87/933 9% [====== ] 88/933 9% [====== ] 89/933 9% [====== ] 90/933 9% [====== ] 91/933 9% [====== ] 92/933 9% [====== ] 93/933 9% [====== ] 94/933 10% [====== ] 95/933 10% [====== ] 96/933 10% [====== ] 97/933 10% [====== ] 98/933 10% [====== ] 99/933 10% [====== ] 100/933 10% [====== ] 101/933 10% [====== ] 102/933 10% [======= ] 103/933 11% [======= ] 104/933 11% [======= ] 105/933 11% [======= ] 106/933 11% [======= ] 107/933 11% [======= ] 108/933 11% [======= ] 109/933 11% [======= ] 110/933 11% [======= ] 111/933 11% [======= ] 112/933 12% [======= ] 113/933 12% [======= ] 114/933 12% [======= ] 115/933 12% [======= ] 116/933 12% [======== ] 117/933 12% [======== ] 118/933 12% [======== ] 119/933 12% [======== ] 120/933 12% [======== ] 121/933 12% [======== ] 122/933 13% [======== ] 123/933 13% [======== ] 124/933 13% [======== ] 125/933 13% [======== ] 126/933 13% [======== ] 127/933 13% [======== ] 128/933 13% [======== ] 129/933 13% [======== ] 130/933 13% [======== ] 131/933 14% [========= ] 132/933 14% [========= ] 133/933 14% [========= ] 134/933 14% [========= ] 135/933 14% [========= ] 136/933 14% [========= ] 137/933 14% [========= ] 138/933 14% [========= ] 139/933 14% [========= ] 140/933 15% [========= ] 141/933 15% [========= ] 142/933 15% [========= ] 143/933 15% [========= ] 144/933 15% [========= ] 145/933 15% [========== ] 146/933 15% [========== ] 147/933 15% [========== ] 148/933 15% [========== ] 149/933 15% [========== ] 150/933 16% [========== ] 151/933 16% [========== ] 152/933 16% [========== ] 153/933 16% [========== ] 154/933 16% [========== ] 155/933 16% [========== ] 156/933 16% [========== ] 157/933 16% [========== ] 158/933 16% [========== ] 159/933 17% [========== ] 160/933 17% [=========== ] 161/933 17% [=========== ] 162/933 17% [=========== ] 163/933 17% [=========== ] 164/933 17% [=========== ] 165/933 17% [=========== ] 166/933 17% [=========== ] 167/933 17% [=========== ] 168/933 18% [=========== ] 169/933 18% [=========== ] 170/933 18% [=========== ] 171/933 18% [=========== ] 172/933 18% [=========== ] 173/933 18% [=========== ] 174/933 18% [============ ] 175/933 18% [============ ] 176/933 18% [============ ] 177/933 18% [============ ] 178/933 19% [============ ] 179/933 19% [============ ] 180/933 19% [============ ] 181/933 19% [============ ] 182/933 19% [============ ] 183/933 19% [============ ] 184/933 19% [============ ] 185/933 19% [============ ] 186/933 19% [============ ] 187/933 20% [============ ] 188/933 20% [============ ] 189/933 20% [============= ] 190/933 20% [============= ] 191/933 20% [============= ] 192/933 20% [============= ] 193/933 20% [============= ] 194/933 20% [============= ] 195/933 20% [============= ] 196/933 21% [============= ] 197/933 21% [============= ] 198/933 21% [============= ] 199/933 21% [============= ] 200/933 21% [============= ] 201/933 21% [============= ] 202/933 21% [============= ] 203/933 21% [============= ] 204/933 21% [============== ] 205/933 21% [============== ] 206/933 22% [============== ] 207/933 22% [============== ] 208/933 22% [============== ] 209/933 22% [============== ] 210/933 22% [============== ] 211/933 22% [============== ] 212/933 22% [============== ] 213/933 22% [============== ] 214/933 22% [============== ] 215/933 23% [============== ] 216/933 23% [============== ] 217/933 23% [============== ] 218/933 23% [=============== ] 219/933 23% [=============== ] 220/933 23% [=============== ] 221/933 23% [=============== ] 222/933 23% [=============== ] 223/933 23% [=============== ] 224/933 24% [=============== ] 225/933 24% [=============== ] 226/933 24% [=============== ] 227/933 24% [=============== ] 228/933 24% [=============== ] 229/933 24% [=============== ] 230/933 24% [=============== ] 231/933 24% [=============== ] 232/933 24% [=============== ] 233/933 24% [================ ] 234/933 25% [================ ] 235/933 25% [================ ] 236/933 25% [================ ] 237/933 25% [================ ] 238/933 25% [================ ] 239/933 25% [================ ] 240/933 25% [================ ] 241/933 25% [================ ] 242/933 25% [================ ] 243/933 26% [================ ] 244/933 26% [================ ] 245/933 26% [================ ] 246/933 26% [================ ] 247/933 26% [================= ] 248/933 26% [================= ] 249/933 26% [================= ] 250/933 26% [================= ] 251/933 26% [================= ] 252/933 27% [================= ] 253/933 27% [================= ] 254/933 27% [================= ] 255/933 27% [================= ] 256/933 27% [================= ] 257/933 27% [================= ] 258/933 27% [================= ] 259/933 27% [================= ] 260/933 27% [================= ] 261/933 27% [================= ] 262/933 28% [================== ] 263/933 28% [================== ] 264/933 28% [================== ] 265/933 28% [================== ] 266/933 28% [================== ] 267/933 28% [================== ] 268/933 28% [================== ] 269/933 28% [================== ] 270/933 28% [================== ] 271/933 29% [================== ] 272/933 29% [================== ] 273/933 29% [================== ] 274/933 29% [================== ] 275/933 29% [================== ] 276/933 29% [=================== ] 277/933 29% [=================== ] 278/933 29% [=================== ] 279/933 29% [=================== ] 280/933 30% [=================== ] 281/933 30% [=================== ] 282/933 30% [=================== ] 283/933 30% [=================== ] 284/933 30% [=================== ] 285/933 30% [=================== ] 286/933 30% [=================== ] 287/933 30% [=================== ] 288/933 30% [=================== ] 289/933 30% [=================== ] 290/933 31% [=================== ] 291/933 31% [==================== ] 292/933 31% [==================== ] 293/933 31% [==================== ] 294/933 31% [==================== ] 295/933 31% [==================== ] 296/933 31% [==================== ] 297/933 31% [==================== ] 298/933 31% [==================== ] 299/933 32% [==================== ] 300/933 32% [==================== ] 301/933 32% [==================== ] 302/933 32% [==================== ] 303/933 32% [==================== ] 304/933 32% [==================== ] 305/933 32% [==================== ] 306/933 32% [===================== ] 307/933 32% [===================== ] 308/933 33% [===================== ] 309/933 33% [===================== ] 310/933 33% [===================== ] 311/933 33% [===================== ] 312/933 33% [===================== ] 313/933 33% [===================== ] 314/933 33% [===================== ] 315/933 33% [===================== ] 316/933 33% [===================== ] 317/933 33% [===================== ] 318/933 34% [===================== ] 319/933 34% [===================== ] 320/933 34% [====================== ] 321/933 34% [====================== ] 322/933 34% [====================== ] 323/933 34% [====================== ] 324/933 34% [====================== ] 325/933 34% [====================== ] 326/933 34% [====================== ] 327/933 35% [====================== ] 328/933 35% [====================== ] 329/933 35% [====================== ] 330/933 35% [====================== ] 331/933 35% [====================== ] 332/933 35% [====================== ] 333/933 35% [====================== ] 334/933 35% [====================== ] 335/933 35% [======================= ] 336/933 36% [======================= ] 337/933 36% [======================= ] 338/933 36% [======================= ] 339/933 36% [======================= ] 340/933 36% [======================= ] 341/933 36% [======================= ] 342/933 36% [======================= ] 343/933 36% [======================= ] 344/933 36% [======================= ] 345/933 36% [======================= ] 346/933 37% [======================= ] 347/933 37% [======================= ] 348/933 37% [======================= ] 349/933 37% [======================== ] 350/933 37% [======================== ] 351/933 37% [======================== ] 352/933 37% [======================== ] 353/933 37% [======================== ] 354/933 37% [======================== ] 355/933 38% [======================== ] 356/933 38% [======================== ] 357/933 38% [======================== ] 358/933 38% [======================== ] 359/933 38% [======================== ] 360/933 38% [======================== ] 361/933 38% [======================== ] 362/933 38% [======================== ] 363/933 38% [======================== ] 364/933 39% [========================= ] 365/933 39% [========================= ] 366/933 39% [========================= ] 367/933 39% [========================= ] 368/933 39% [========================= ] 369/933 39% [========================= ] 370/933 39% [========================= ] 371/933 39% [========================= ] 372/933 39% [========================= ] 373/933 39% [========================= ] 374/933 40% [========================= ] 375/933 40% [========================= ] 376/933 40% [========================= ] 377/933 40% [========================= ] 378/933 40% [========================= ] 379/933 40% [========================== ] 380/933 40% [========================== ] 381/933 40% [========================== ] 382/933 40% [========================== ] 383/933 41% [========================== ] 384/933 41% [========================== ] 385/933 41% [========================== ] 386/933 41% [========================== ] 387/933 41% [========================== ] 388/933 41% [========================== ] 389/933 41% [========================== ] 390/933 41% [========================== ] 391/933 41% [========================== ] 392/933 42% [========================== ] 393/933 42% [=========================== ] 394/933 42% [=========================== ] 395/933 42% [=========================== ] 396/933 42% [=========================== ] 397/933 42% [=========================== ] 398/933 42% [=========================== ] 399/933 42% [=========================== ] 400/933 42% [=========================== ] 401/933 42% [=========================== ] 402/933 43% [=========================== ] 403/933 43% [=========================== ] 404/933 43% [=========================== ] 405/933 43% [=========================== ] 406/933 43% [=========================== ] 407/933 43% [=========================== ] 408/933 43% [============================ ] 409/933 43% [============================ ] 410/933 43% [============================ ] 411/933 44% [============================ ] 412/933 44% [============================ ] 413/933 44% [============================ ] 414/933 44% [============================ ] 415/933 44% [============================ ] 416/933 44% [============================ ] 417/933 44% [============================ ] 418/933 44% [============================ ] 419/933 44% [============================ ] 420/933 45% [============================ ] 421/933 45% [============================ ] 422/933 45% [============================= ] 423/933 45% [============================= ] 424/933 45% [============================= ] 425/933 45% [============================= ] 426/933 45% [============================= ] 427/933 45% [============================= ] 428/933 45% [============================= ] 429/933 45% [============================= ] 430/933 46% [============================= ] 431/933 46% [============================= ] 432/933 46% [============================= ] 433/933 46% [============================= ] 434/933 46% [============================= ] 435/933 46% [============================= ] 436/933 46% [============================= ] 437/933 46% [============================== ] 438/933 46% [============================== ] 439/933 47% [============================== ] 440/933 47% [============================== ] 441/933 47% [============================== ] 442/933 47% [============================== ] 443/933 47% [============================== ] 444/933 47% [============================== ] 445/933 47% [============================== ] 446/933 47% [============================== ] 447/933 47% [============================== ] 448/933 48% [============================== ] 449/933 48% [============================== ] 450/933 48% [============================== ] 451/933 48% [=============================== ] 452/933 48% [=============================== ] 453/933 48% [=============================== ] 454/933 48% [=============================== ] 455/933 48% [=============================== ] 456/933 48% [=============================== ] 457/933 48% [=============================== ] 458/933 49% [=============================== ] 459/933 49% [=============================== ] 460/933 49% [=============================== ] 461/933 49% [=============================== ] 462/933 49% [=============================== ] 463/933 49% [=============================== ] 464/933 49% [=============================== ] 465/933 49% [=============================== ] 466/933 49% [================================ ] 467/933 50% [================================ ] 468/933 50% [================================ ] 469/933 50% [================================ ] 470/933 50% [================================ ] 471/933 50% [================================ ] 472/933 50% [================================ ] 473/933 50% [================================ ] 474/933 50% [================================ ] 475/933 50% [================================ ] 476/933 51% [================================ ] 477/933 51% [================================ ] 478/933 51% [================================ ] 479/933 51% [================================ ] 480/933 51% [================================ ] 481/933 51% [================================= ] 482/933 51% [================================= ] 483/933 51% [================================= ] 484/933 51% [================================= ] 485/933 51% [================================= ] 486/933 52% [================================= ] 487/933 52% [================================= ] 488/933 52% [================================= ] 489/933 52% [================================= ] 490/933 52% [================================= ] 491/933 52% [================================= ] 492/933 52% [================================= ] 493/933 52% [================================= ] 494/933 52% [================================= ] 495/933 53% [================================== ] 496/933 53% [================================== ] 497/933 53% [================================== ] 498/933 53% [================================== ] 499/933 53% [================================== ] 500/933 53% [================================== ] 501/933 53% [================================== ] 502/933 53% [================================== ] 503/933 53% [================================== ] 504/933 54% [================================== ] 505/933 54% [================================== ] 506/933 54% [================================== ] 507/933 54% [================================== ] 508/933 54% [================================== ] 509/933 54% [================================== ] 510/933 54% [=================================== ] 511/933 54% [=================================== ] 512/933 54% [=================================== ] 513/933 54% [=================================== ] 514/933 55% [=================================== ] 515/933 55% [=================================== ] 516/933 55% [=================================== ] 517/933 55% [=================================== ] 518/933 55% [=================================== ] 519/933 55% [=================================== ] 520/933 55% [=================================== ] 521/933 55% [=================================== ] 522/933 55% [=================================== ] 523/933 56% [=================================== ] 524/933 56% [==================================== ] 525/933 56% [==================================== ] 526/933 56% [==================================== ] 527/933 56% [==================================== ] 528/933 56% [==================================== ] 529/933 56% [==================================== ] 530/933 56% [==================================== ] 531/933 56% [==================================== ] 532/933 57% [==================================== ] 533/933 57% [==================================== ] 534/933 57% [==================================== ] 535/933 57% [==================================== ] 536/933 57% [==================================== ] 537/933 57% [==================================== ] 538/933 57% [==================================== ] 539/933 57% [===================================== ] 540/933 57% [===================================== ] 541/933 57% [===================================== ] 542/933 58% [===================================== ] 543/933 58% [===================================== ] 544/933 58% [===================================== ] 545/933 58% [===================================== ] 546/933 58% [===================================== ] 547/933 58% [===================================== ] 548/933 58% [===================================== ] 549/933 58% [===================================== ] 550/933 58% [===================================== ] 551/933 59% [===================================== ] 552/933 59% [===================================== ] 553/933 59% [====================================== ] 554/933 59% [====================================== ] 555/933 59% [====================================== ] 556/933 59% [====================================== ] 557/933 59% [====================================== ] 558/933 59% [====================================== ] 559/933 59% [====================================== ] 560/933 60% [====================================== ] 561/933 60% [====================================== ] 562/933 60% [====================================== ] 563/933 60% [====================================== ] 564/933 60% [====================================== ] 565/933 60% [====================================== ] 566/933 60% [====================================== ] 567/933 60% [====================================== ] 568/933 60% [======================================= ] 569/933 60% [======================================= ] 570/933 61% [======================================= ] 571/933 61% [======================================= ] 572/933 61% [======================================= ] 573/933 61% [======================================= ] 574/933 61% [======================================= ] 575/933 61% [======================================= ] 576/933 61% [======================================= ] 577/933 61% [======================================= ] 578/933 61% [======================================= ] 579/933 62% [======================================= ] 580/933 62% [======================================= ] 581/933 62% [======================================= ] 582/933 62% [======================================= ] 583/933 62% [======================================== ] 584/933 62% [======================================== ] 585/933 62% [======================================== ] 586/933 62% [======================================== ] 587/933 62% [======================================== ] 588/933 63% [======================================== ] 589/933 63% [======================================== ] 590/933 63% [======================================== ] 591/933 63% [======================================== ] 592/933 63% [======================================== ] 593/933 63% [======================================== ] 594/933 63% [======================================== ] 595/933 63% [======================================== ] 596/933 63% [======================================== ] 597/933 63% [========================================= ] 598/933 64% [========================================= ] 599/933 64% [========================================= ] 600/933 64% [========================================= ] 601/933 64% [========================================= ] 602/933 64% [========================================= ] 603/933 64% [========================================= ] 604/933 64% [========================================= ] 605/933 64% [========================================= ] 606/933 64% [========================================= ] 607/933 65% [========================================= ] 608/933 65% [========================================= ] 609/933 65% [========================================= ] 610/933 65% [========================================= ] 611/933 65% [========================================= ] 612/933 65% [========================================== ] 613/933 65% [========================================== ] 614/933 65% [========================================== ] 615/933 65% [========================================== ] 616/933 66% [========================================== ] 617/933 66% [========================================== ] 618/933 66% [========================================== ] 619/933 66% [========================================== ] 620/933 66% [========================================== ] 621/933 66% [========================================== ] 622/933 66% [========================================== ] 623/933 66% [========================================== ] 624/933 66% [========================================== ] 625/933 66% [========================================== ] 626/933 67% [=========================================== ] 627/933 67% [=========================================== ] 628/933 67% [=========================================== ] 629/933 67% [=========================================== ] 630/933 67% [=========================================== ] 631/933 67% [=========================================== ] 632/933 67% [=========================================== ] 633/933 67% [=========================================== ] 634/933 67% [=========================================== ] 635/933 68% [=========================================== ] 636/933 68% [=========================================== ] 637/933 68% [=========================================== ] 638/933 68% [=========================================== ] 639/933 68% [=========================================== ] 640/933 68% [=========================================== ] 641/933 68% [============================================ ] 642/933 68% [============================================ ] 643/933 68% [============================================ ] 644/933 69% [============================================ ] 645/933 69% [============================================ ] 646/933 69% [============================================ ] 647/933 69% [============================================ ] 648/933 69% [============================================ ] 649/933 69% [============================================ ] 650/933 69% [============================================ ] 651/933 69% [============================================ ] 652/933 69% [============================================ ] 653/933 69% [============================================ ] 654/933 70% [============================================ ] 655/933 70% [============================================ ] 656/933 70% [============================================= ] 657/933 70% [============================================= ] 658/933 70% [============================================= ] 659/933 70% [============================================= ] 660/933 70% [============================================= ] 661/933 70% [============================================= ] 662/933 70% [============================================= ] 663/933 71% [============================================= ] 664/933 71% [============================================= ] 665/933 71% [============================================= ] 666/933 71% [============================================= ] 667/933 71% [============================================= ] 668/933 71% [============================================= ] 669/933 71% [============================================= ] 670/933 71% [============================================== ] 671/933 71% [============================================== ] 672/933 72% [============================================== ] 673/933 72% [============================================== ] 674/933 72% [============================================== ] 675/933 72% [============================================== ] 676/933 72% [============================================== ] 677/933 72% [============================================== ] 678/933 72% [============================================== ] 679/933 72% [============================================== ] 680/933 72% [============================================== ] 681/933 72% [============================================== ] 682/933 73% [============================================== ] 683/933 73% [============================================== ] 684/933 73% [============================================== ] 685/933 73% [=============================================== ] 686/933 73% [=============================================== ] 687/933 73% [=============================================== ] 688/933 73% [=============================================== ] 689/933 73% [=============================================== ] 690/933 73% [=============================================== ] 691/933 74% [=============================================== ] 692/933 74% [=============================================== ] 693/933 74% [=============================================== ] 694/933 74% [=============================================== ] 695/933 74% [=============================================== ] 696/933 74% [=============================================== ] 697/933 74% [=============================================== ] 698/933 74% [=============================================== ] 699/933 74% [================================================ ] 700/933 75% [================================================ ] 701/933 75% [================================================ ] 702/933 75% [================================================ ] 703/933 75% [================================================ ] 704/933 75% [================================================ ] 705/933 75% [================================================ ] 706/933 75% [================================================ ] 707/933 75% [================================================ ] 708/933 75% [================================================ ] 709/933 75% [================================================ ] 710/933 76% [================================================ ] 711/933 76% [================================================ ] 712/933 76% [================================================ ] 713/933 76% [================================================ ] 714/933 76% [================================================= ] 715/933 76% [================================================= ] 716/933 76% [================================================= ] 717/933 76% [================================================= ] 718/933 76% [================================================= ] 719/933 77% [================================================= ] 720/933 77% [================================================= ] 721/933 77% [================================================= ] 722/933 77% [================================================= ] 723/933 77% [================================================= ] 724/933 77% [================================================= ] 725/933 77% [================================================= ] 726/933 77% [================================================= ] 727/933 77% [================================================= ] 728/933 78% [================================================== ] 729/933 78% [================================================== ] 730/933 78% [================================================== ] 731/933 78% [================================================== ] 732/933 78% [================================================== ] 733/933 78% [================================================== ] 734/933 78% [================================================== ] 735/933 78% [================================================== ] 736/933 78% [================================================== ] 737/933 78% [================================================== ] 738/933 79% [================================================== ] 739/933 79% [================================================== ] 740/933 79% [================================================== ] 741/933 79% [================================================== ] 742/933 79% [================================================== ] 743/933 79% [=================================================== ] 744/933 79% [=================================================== ] 745/933 79% [=================================================== ] 746/933 79% [=================================================== ] 747/933 80% [=================================================== ] 748/933 80% [=================================================== ] 749/933 80% [=================================================== ] 750/933 80% [=================================================== ] 751/933 80% [=================================================== ] 752/933 80% [=================================================== ] 753/933 80% [=================================================== ] 754/933 80% [=================================================== ] 755/933 80% [=================================================== ] 756/933 81% [=================================================== ] 757/933 81% [=================================================== ] 758/933 81% [==================================================== ] 759/933 81% [==================================================== ] 760/933 81% [==================================================== ] 761/933 81% [==================================================== ] 762/933 81% [==================================================== ] 763/933 81% [==================================================== ] 764/933 81% [==================================================== ] 765/933 81% [==================================================== ] 766/933 82% [==================================================== ] 767/933 82% [==================================================== ] 768/933 82% [==================================================== ] 769/933 82% [==================================================== ] 770/933 82% [==================================================== ] 771/933 82% [==================================================== ] 772/933 82% [===================================================== ] 773/933 82% [===================================================== ] 774/933 82% [===================================================== ] 775/933 83% [===================================================== ] 776/933 83% [===================================================== ] 777/933 83% [===================================================== ] 778/933 83% [===================================================== ] 779/933 83% [===================================================== ] 780/933 83% [===================================================== ] 781/933 83% [===================================================== ] 782/933 83% [===================================================== ] 783/933 83% [===================================================== ] 784/933 84% [===================================================== ] 785/933 84% [===================================================== ] 786/933 84% [===================================================== ] 787/933 84% [====================================================== ] 788/933 84% [====================================================== ] 789/933 84% [====================================================== ] 790/933 84% [====================================================== ] 791/933 84% [====================================================== ] 792/933 84% [====================================================== ] 793/933 84% [====================================================== ] 794/933 85% [====================================================== ] 795/933 85% [====================================================== ] 796/933 85% [====================================================== ] 797/933 85% [====================================================== ] 798/933 85% [====================================================== ] 799/933 85% [====================================================== ] 800/933 85% [====================================================== ] 801/933 85% [======================================================= ] 802/933 85% [======================================================= ] 803/933 86% [======================================================= ] 804/933 86% [======================================================= ] 805/933 86% [======================================================= ] 806/933 86% [======================================================= ] 807/933 86% [======================================================= ] 808/933 86% [======================================================= ] 809/933 86% [======================================================= ] 810/933 86% [======================================================= ] 811/933 86% [======================================================= ] 812/933 87% [======================================================= ] 813/933 87% [======================================================= ] 814/933 87% [======================================================= ] 815/933 87% [======================================================= ] 816/933 87% [======================================================== ] 817/933 87% [======================================================== ] 818/933 87% [======================================================== ] 819/933 87% [======================================================== ] 820/933 87% [======================================================== ] 821/933 87% [======================================================== ] 822/933 88% [======================================================== ] 823/933 88% [======================================================== ] 824/933 88% [======================================================== ] 825/933 88% [======================================================== ] 826/933 88% [======================================================== ] 827/933 88% [======================================================== ] 828/933 88% [======================================================== ] 829/933 88% [======================================================== ] 830/933 88% [========================================================= ] 831/933 89% [========================================================= ] 832/933 89% [========================================================= ] 833/933 89% [========================================================= ] 834/933 89% [========================================================= ] 835/933 89% [========================================================= ] 836/933 89% [========================================================= ] 837/933 89% [========================================================= ] 838/933 89% [========================================================= ] 839/933 89% [========================================================= ] 840/933 90% [========================================================= ] 841/933 90% [========================================================= ] 842/933 90% [========================================================= ] 843/933 90% [========================================================= ] 844/933 90% [========================================================= ] 845/933 90% [========================================================== ] 846/933 90% [========================================================== ] 847/933 90% [========================================================== ] 848/933 90% [========================================================== ] 849/933 90% [========================================================== ] 850/933 91% [========================================================== ] 851/933 91% [========================================================== ] 852/933 91% [========================================================== ] 853/933 91% [========================================================== ] 854/933 91% [========================================================== ] 855/933 91% [========================================================== ] 856/933 91% [========================================================== ] 857/933 91% [========================================================== ] 858/933 91% [========================================================== ] 859/933 92% [========================================================== ] 860/933 92% [=========================================================== ] 861/933 92% [=========================================================== ] 862/933 92% [=========================================================== ] 863/933 92% [=========================================================== ] 864/933 92% [=========================================================== ] 865/933 92% [=========================================================== ] 866/933 92% [=========================================================== ] 867/933 92% [=========================================================== ] 868/933 93% [=========================================================== ] 869/933 93% [=========================================================== ] 870/933 93% [=========================================================== ] 871/933 93% [=========================================================== ] 872/933 93% [=========================================================== ] 873/933 93% [=========================================================== ] 874/933 93% [============================================================ ] 875/933 93% [============================================================ ] 876/933 93% [============================================================ ] 877/933 93% [============================================================ ] 878/933 94% [============================================================ ] 879/933 94% [============================================================ ] 880/933 94% [============================================================ ] 881/933 94% [============================================================ ] 882/933 94% [============================================================ ] 883/933 94% [============================================================ ] 884/933 94% [============================================================ ] 885/933 94% [============================================================ ] 886/933 94% [============================================================ ] 887/933 95% [============================================================ ] 888/933 95% [============================================================ ] 889/933 95% [============================================================= ] 890/933 95% [============================================================= ] 891/933 95% [============================================================= ] 892/933 95% [============================================================= ] 893/933 95% [============================================================= ] 894/933 95% [============================================================= ] 895/933 95% [============================================================= ] 896/933 96% [============================================================= ] 897/933 96% [============================================================= ] 898/933 96% [============================================================= ] 899/933 96% [============================================================= ] 900/933 96% [============================================================= ] 901/933 96% [============================================================= ] 902/933 96% [============================================================= ] 903/933 96% [============================================================== ] 904/933 96% [============================================================== ] 905/933 96% [============================================================== ] 906/933 97% [============================================================== ] 907/933 97% [============================================================== ] 908/933 97% [============================================================== ] 909/933 97% [============================================================== ] 910/933 97% [============================================================== ] 911/933 97% [============================================================== ] 912/933 97% [============================================================== ] 913/933 97% [============================================================== ] 914/933 97% [============================================================== ] 915/933 98% [============================================================== ] 916/933 98% [============================================================== ] 917/933 98% [============================================================== ] 918/933 98% [=============================================================== ] 919/933 98% [=============================================================== ] 920/933 98% [=============================================================== ] 921/933 98% [=============================================================== ] 922/933 98% [=============================================================== ] 923/933 98% [=============================================================== ] 924/933 99% [=============================================================== ] 925/933 99% [=============================================================== ] 926/933 99% [=============================================================== ] 927/933 99% [=============================================================== ] 928/933 99% [=============================================================== ] 929/933 99% [=============================================================== ] 930/933 99% [=============================================================== ] 931/933 99% [=============================================================== ] 932/933 99% [================================================================] 933/933 100% operation complete, 933 objects in 11058 NAND pages. ln -snf /home/autobuild/autobuild/instance-23/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-23/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-23/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-23/buildroot' >>> Buildroot 2023.05-534-gf3597910cf Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final arc-2020.09-release Collecting legal info >>> host-binutils arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 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) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.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.43 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.09-release Collecting legal info >>> linux-headers 6.4.5 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 >>> argus 3.0.8.2 Collecting legal info README: OK (sha256: c68221f7207486bfce863fada4ba9b2aaf4adc9e1c672f965ae98e88143e5f16) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-f2fs-tools 1.16.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> hdparm 9.65 Collecting legal info LICENSE.TXT: OK (sha256: eae572b06d2733f5c65fbe81680ce2b8a109afee2bdd1a161343c772af0e82e1) >>> ibm-sw-tpm2 5452af422edeff70fcae8ea99dd28a0922051d7b Collecting legal info LICENSE: OK (sha256: dd2d31b560011ea673e197251e710e52669d911367d83cd3cfd018f8ed58bde9) >>> openssl Collecting legal info >>> libopenssl 3.0.9 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libkrb5 1.21 Collecting legal info NOTICE: OK (sha256: 0d5373486138cb176c063db98274b4c4ab6ef3518c4191360736384b780306c2) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnftnl 1.2.5 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> libqb 2.0.6 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mbedtls 2.28.2 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mbw 1.5 Collecting legal info mbw.spec: OK (sha256: 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1) >>> mongoose 7.8 Collecting legal info LICENSE: OK (sha256: b41c293820074278291813af9f181918154875c94d744a90bf4eec331be28ac5) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> sqlite 3.42.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> tz Collecting legal info >>> host-tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> wolfssl 5.5.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-arc-2020.09-release: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-arc-2020.09-release: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-23/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-23/buildroot'