/home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/aes.h:51:5: note: declared here 51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:513:9: warning: 'AES_wrap_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 513 | res = AES_wrap_key(&actx, NULL, cipher, plain, n * 8); | ^~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/aes.h:97:5: note: declared here 97 | int AES_wrap_key(AES_KEY *key, const unsigned char *iv, | ^~~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'aes_unwrap': ../src/crypto/crypto_openssl.c:527:9: warning: 'AES_set_decrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 527 | if (AES_set_decrypt_key(kek, kek_len << 3, &actx)) | ^~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/aes.h:54:5: note: declared here 54 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits, | ^~~~~~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:529:9: warning: 'AES_unwrap_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 529 | res = AES_unwrap_key(&actx, NULL, plain, cipher, (n + 1) * 8); | ^~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/aes.h:101:5: note: declared here 101 | int AES_unwrap_key(AES_KEY *key, const unsigned char *iv, | ^~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'dh5_init': ../src/crypto/crypto_openssl.c:884:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 884 | dh = DH_new(); | ^~ In file included from ../src/crypto/crypto_openssl.c:16: /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:210:27: note: declared here 210 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ ../src/crypto/crypto_openssl.c:892:13: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 892 | DH_set0_pqg(dh, p, q, g) != 1) | ^~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:266:27: note: declared here 266 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ ../src/crypto/crypto_openssl.c:898:9: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 898 | if (DH_generate_key(dh) != 1) | ^~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:234:27: note: declared here 234 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:901:9: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 901 | DH_get0_key(dh, &pub_key, &priv_key); | ^~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:267:28: note: declared here 267 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ ../src/crypto/crypto_openssl.c:924:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 924 | DH_free(dh); | ^~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ../src/crypto/crypto_openssl.c: In function 'dh5_init_fixed': ../src/crypto/crypto_openssl.c:969:9: warning: 'DH_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 969 | dh = DH_new(); | ^~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:210:27: note: declared here 210 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ ../src/crypto/crypto_openssl.c:976:13: warning: 'DH_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 976 | DH_set0_pqg(dh, p, NULL, g) != 1) | ^~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:266:27: note: declared here 266 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ ../src/crypto/crypto_openssl.c:983:9: warning: 'DH_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 983 | if (!priv_key || !pub_key || DH_set0_key(dh, pub_key, priv_key) != 1) | ^~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:269:27: note: declared here 269 | OSSL_DEPRECATEDIN_3_0 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key); | ^~~~~~~~~~~ ../src/crypto/crypto_openssl.c:988:9: warning: 'DH_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 988 | if (DH_generate_key(dh) != 1) | ^~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:234:27: note: declared here 234 | OSSL_DEPRECATEDIN_3_0 int DH_generate_key(DH *dh); | ^~~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:998:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 998 | DH_free(dh); | ^~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ../src/crypto/crypto_openssl.c: In function 'dh5_derive_shared': ../src/crypto/crypto_openssl.c:1021:9: warning: 'DH_size' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1021 | rlen = DH_size(dh); | ^~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:214:27: note: declared here 214 | OSSL_DEPRECATEDIN_3_0 int DH_size(const DH *dh); | ^~~~~~~ ../src/crypto/crypto_openssl.c:1026:9: warning: 'DH_compute_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1026 | keylen = DH_compute_key(wpabuf_mhead(res), pub_key, dh); | ^~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:235:27: note: declared here 235 | OSSL_DEPRECATEDIN_3_0 int DH_compute_key(unsigned char *key, | ^~~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'dh5_free': ../src/crypto/crypto_openssl.c:1047:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1047 | DH_free(dh); | ^~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ ../src/crypto/crypto_openssl.c: In function 'crypto_hash_init': ../src/crypto/crypto_openssl.c:1087:9: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1087 | ctx->ctx = HMAC_CTX_new(); | ^~~ In file included from ../src/crypto/crypto_openssl.c:17: /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:1093:9: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1093 | if (HMAC_Init_ex(ctx->ctx, key, key_len, md, NULL) != 1) { | ^~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:1094:17: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1094 | HMAC_CTX_free(ctx->ctx); | ^~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'crypto_hash_update': ../src/crypto/crypto_openssl.c:1107:9: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1107 | HMAC_Update(ctx->ctx, data, len); | ^~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'crypto_hash_finish': ../src/crypto/crypto_openssl.c:1120:17: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1120 | HMAC_CTX_free(ctx->ctx); | ^~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:1126:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1126 | res = HMAC_Final(ctx->ctx, mac, &mdlen); | ^~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ ../src/crypto/crypto_openssl.c:1127:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1127 | HMAC_CTX_free(ctx->ctx); | ^~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ ../src/crypto/crypto_openssl.c: In function 'openssl_hmac_vector': ../src/crypto/crypto_openssl.c:1154:9: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1154 | ctx = HMAC_CTX_new(); | ^~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:1157:9: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1157 | res = HMAC_Init_ex(ctx, key, key_len, type, NULL); | ^~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:43:27: note: declared here 43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, | ^~~~~~~~~~~~ ../src/crypto/crypto_openssl.c:1162:17: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1162 | HMAC_Update(ctx, addr[i], len[i]); | ^~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:45:27: note: declared here 45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, | ^~~~~~~~~~~ ../src/crypto/crypto_openssl.c:1164:9: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1164 | res = HMAC_Final(ctx, mac, &mdlen); | ^~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:47:27: note: declared here 47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md, | ^~~~~~~~~~ ../src/crypto/crypto_openssl.c:1166:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1166 | HMAC_CTX_free(ctx); | ^~~~~~~~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ CC ../src/crypto/crypto_openssl.c CC ../src/crypto/tls_none.c CC ../src/crypto/aes-omac1.c CC ../src/crypto/sha256-prf.c CC ../src/crypto/sha256-tlsprf.c CC ../src/crypto/random.c CC ../src/common/ctrl_iface_common.c CC ctrl_iface.c CC ctrl_iface_unix.c CC ../src/utils/base64.c CC ../src/common/ieee802_11_common.c CC ../src/common/hw_features_common.c CC ../src/crypto/sha1-prf.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-15/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-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/autobuild/autobuild/instance-15/output-1:@BASE_DIR@:g" \ -e "s:/home/autobuild/autobuild/instance-15/output-1/host/sparc-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-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/autobuild/autobuild/instance-15/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-15/output-1/build/wpa_supplicant-2.10/wpa_supplicant/wpa_supplicant /home/autobuild/autobuild/instance-15/output-1/target/usr/sbin/wpa_supplicant /usr/bin/install -m 644 -D package/wpa_supplicant/wpa_supplicant.conf /home/autobuild/autobuild/instance-15/output-1/target/etc/wpa_supplicant.conf /usr/bin/install -m 0755 -D /home/autobuild/autobuild/instance-15/output-1/build/wpa_supplicant-2.10/wpa_supplicant/wpa_cli /home/autobuild/autobuild/instance-15/output-1/target/usr/sbin/wpa_cli sed -i '/ctrl_interface/s/^#//g' /home/autobuild/autobuild/instance-15/output-1/target/etc/wpa_supplicant.conf >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-15/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-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', '-Og', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-15/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-15/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-15/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-15/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-15/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-15/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-15/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-15/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-15/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-15/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-15/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-15/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-15/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-15/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-15/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-15/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-15/output-1/target/etc/passwd rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/include /home/autobuild/autobuild/instance-15/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-15/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-15/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-15/output-1/target/usr/doc find /home/autobuild/autobuild/instance-15/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-15/output-1/target/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-15/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-15/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-15/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/man /home/autobuild/autobuild/instance-15/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/info /home/autobuild/autobuild/instance-15/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/doc /home/autobuild/autobuild/instance-15/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-15/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-15/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-15/output-1/target/lib/debug /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-15/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-15/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-15/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-15/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-15/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-rc2-38-g139e478617"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-rc2\"" \ ) > /home/autobuild/autobuild/instance-15/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-15/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-15/output-1/per-package \ /home/autobuild/autobuild/instance-15/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-15/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/images rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-15/output-1/target/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/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" /home/autobuild/autobuild/instance-15/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-15/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-15/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-15/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-15/output-1/host/bin:/home/autobuild/autobuild/instance-15/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" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-15/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-15/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-15/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-15/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 526 objects. stage 2: creating image '/home/autobuild/autobuild/instance-15/output-1/images/rootfs.yaffs2' [ ] 1/526 0% [ ] 2/526 0% [ ] 3/526 0% [ ] 4/526 0% [ ] 5/526 0% [ ] 6/526 1% [ ] 7/526 1% [ ] 8/526 1% [= ] 9/526 1% [= ] 10/526 1% [= ] 11/526 2% [= ] 12/526 2% [= ] 13/526 2% [= ] 14/526 2% [= ] 15/526 2% [= ] 16/526 3% [== ] 17/526 3% [== ] 18/526 3% [== ] 19/526 3% [== ] 20/526 3% [== ] 21/526 3% [== ] 22/526 4% [== ] 23/526 4% [== ] 24/526 4% [=== ] 25/526 4% [=== ] 26/526 4% [=== ] 27/526 5% [=== ] 28/526 5% [=== ] 29/526 5% [=== ] 30/526 5% [=== ] 31/526 5% [=== ] 32/526 6% [==== ] 33/526 6% [==== ] 34/526 6% [==== ] 35/526 6% [==== ] 36/526 6% [==== ] 37/526 7% [==== ] 38/526 7% [==== ] 39/526 7% [==== ] 40/526 7% [==== ] 41/526 7% [===== ] 42/526 7% [===== ] 43/526 8% [===== ] 44/526 8% [===== ] 45/526 8% [===== ] 46/526 8% [===== ] 47/526 8% [===== ] 48/526 9% [===== ] 49/526 9% [====== ] 50/526 9% [====== ] 51/526 9% [====== ] 52/526 9% [====== ] 53/526 10% [====== ] 54/526 10% [====== ] 55/526 10% [====== ] 56/526 10% [====== ] 57/526 10% [======= ] 58/526 11% [======= ] 59/526 11% [======= ] 60/526 11% [======= ] 61/526 11% [======= ] 62/526 11% [======= ] 63/526 11% [======= ] 64/526 12% [======= ] 65/526 12% [======== ] 66/526 12% [======== ] 67/526 12% [======== ] 68/526 12% [======== ] 69/526 13% [======== ] 70/526 13% [======== ] 71/526 13% [======== ] 72/526 13% [======== ] 73/526 13% [========= ] 74/526 14% [========= ] 75/526 14% [========= ] 76/526 14% [========= ] 77/526 14% [========= ] 78/526 14% [========= ] 79/526 15% [========= ] 80/526 15% [========= ] 81/526 15% [========= ] 82/526 15% [========== ] 83/526 15% [========== ] 84/526 15% [========== ] 85/526 16% [========== ] 86/526 16% [========== ] 87/526 16% [========== ] 88/526 16% [========== ] 89/526 16% [========== ] 90/526 17% [=========== ] 91/526 17% [=========== ] 92/526 17% [=========== ] 93/526 17% [=========== ] 94/526 17% [=========== ] 95/526 18% [=========== ] 96/526 18% [=========== ] 97/526 18% [=========== ] 98/526 18% [============ ] 99/526 18% [============ ] 100/526 19% [============ ] 101/526 19% [============ ] 102/526 19% [============ ] 103/526 19% [============ ] 104/526 19% [============ ] 105/526 19% [============ ] 106/526 20% [============= ] 107/526 20% [============= ] 108/526 20% [============= ] 109/526 20% [============= ] 110/526 20% [============= ] 111/526 21% [============= ] 112/526 21% [============= ] 113/526 21% [============= ] 114/526 21% [============= ] 115/526 21% [============== ] 116/526 22% [============== ] 117/526 22% [============== ] 118/526 22% [============== ] 119/526 22% [============== ] 120/526 22% [============== ] 121/526 23% [============== ] 122/526 23% [============== ] 123/526 23% [=============== ] 124/526 23% [=============== ] 125/526 23% [=============== ] 126/526 23% [=============== ] 127/526 24% [=============== ] 128/526 24% [=============== ] 129/526 24% [=============== ] 130/526 24% [=============== ] 131/526 24% [================ ] 132/526 25% [================ ] 133/526 25% [================ ] 134/526 25% [================ ] 135/526 25% [================ ] 136/526 25% [================ ] 137/526 26% [================ ] 138/526 26% [================ ] 139/526 26% [================= ] 140/526 26% [================= ] 141/526 26% [================= ] 142/526 26% [================= ] 143/526 27% [================= ] 144/526 27% [================= ] 145/526 27% [================= ] 146/526 27% [================= ] 147/526 27% [================== ] 148/526 28% [================== ] 149/526 28% [================== ] 150/526 28% [================== ] 151/526 28% [================== ] 152/526 28% [================== ] 153/526 29% [================== ] 154/526 29% [================== ] 155/526 29% [================== ] 156/526 29% [=================== ] 157/526 29% [=================== ] 158/526 30% [=================== ] 159/526 30% [=================== ] 160/526 30% [=================== ] 161/526 30% [=================== ] 162/526 30% [=================== ] 163/526 30% [=================== ] 164/526 31% [==================== ] 165/526 31% [==================== ] 166/526 31% [==================== ] 167/526 31% [==================== ] 168/526 31% [==================== ] 169/526 32% [==================== ] 170/526 32% [==================== ] 171/526 32% [==================== ] 172/526 32% [===================== ] 173/526 32% [===================== ] 174/526 33% [===================== ] 175/526 33% [===================== ] 176/526 33% [===================== ] 177/526 33% [===================== ] 178/526 33% [===================== ] 179/526 34% [===================== ] 180/526 34% [====================== ] 181/526 34% [====================== ] 182/526 34% [====================== ] 183/526 34% [====================== ] 184/526 34% [====================== ] 185/526 35% [====================== ] 186/526 35% [====================== ] 187/526 35% [====================== ] 188/526 35% [====================== ] 189/526 35% [======================= ] 190/526 36% [======================= ] 191/526 36% [======================= ] 192/526 36% [======================= ] 193/526 36% [======================= ] 194/526 36% [======================= ] 195/526 37% [======================= ] 196/526 37% [======================= ] 197/526 37% [======================== ] 198/526 37% [======================== ] 199/526 37% [======================== ] 200/526 38% [======================== ] 201/526 38% [======================== ] 202/526 38% [======================== ] 203/526 38% [======================== ] 204/526 38% [======================== ] 205/526 38% [========================= ] 206/526 39% [========================= ] 207/526 39% [========================= ] 208/526 39% [========================= ] 209/526 39% [========================= ] 210/526 39% [========================= ] 211/526 40% [========================= ] 212/526 40% [========================= ] 213/526 40% [========================== ] 214/526 40% [========================== ] 215/526 40% [========================== ] 216/526 41% [========================== ] 217/526 41% [========================== ] 218/526 41% [========================== ] 219/526 41% [========================== ] 220/526 41% [========================== ] 221/526 42% [=========================== ] 222/526 42% [=========================== ] 223/526 42% [=========================== ] 224/526 42% [=========================== ] 225/526 42% [=========================== ] 226/526 42% [=========================== ] 227/526 43% [=========================== ] 228/526 43% [=========================== ] 229/526 43% [=========================== ] 230/526 43% [============================ ] 231/526 43% [============================ ] 232/526 44% [============================ ] 233/526 44% [============================ ] 234/526 44% [============================ ] 235/526 44% [============================ ] 236/526 44% [============================ ] 237/526 45% [============================ ] 238/526 45% [============================= ] 239/526 45% [============================= ] 240/526 45% [============================= ] 241/526 45% [============================= ] 242/526 46% [============================= ] 243/526 46% [============================= ] 244/526 46% [============================= ] 245/526 46% [============================= ] 246/526 46% [============================== ] 247/526 46% [============================== ] 248/526 47% [============================== ] 249/526 47% [============================== ] 250/526 47% [============================== ] 251/526 47% [============================== ] 252/526 47% [============================== ] 253/526 48% [============================== ] 254/526 48% [=============================== ] 255/526 48% [=============================== ] 256/526 48% [=============================== ] 257/526 48% [=============================== ] 258/526 49% [=============================== ] 259/526 49% [=============================== ] 260/526 49% [=============================== ] 261/526 49% [=============================== ] 262/526 49% [================================ ] 263/526 50% [================================ ] 264/526 50% [================================ ] 265/526 50% [================================ ] 266/526 50% [================================ ] 267/526 50% [================================ ] 268/526 50% [================================ ] 269/526 51% [================================ ] 270/526 51% [================================ ] 271/526 51% [================================= ] 272/526 51% [================================= ] 273/526 51% [================================= ] 274/526 52% [================================= ] 275/526 52% [================================= ] 276/526 52% [================================= ] 277/526 52% [================================= ] 278/526 52% [================================= ] 279/526 53% [================================== ] 280/526 53% [================================== ] 281/526 53% [================================== ] 282/526 53% [================================== ] 283/526 53% [================================== ] 284/526 53% [================================== ] 285/526 54% [================================== ] 286/526 54% [================================== ] 287/526 54% [=================================== ] 288/526 54% [=================================== ] 289/526 54% [=================================== ] 290/526 55% [=================================== ] 291/526 55% [=================================== ] 292/526 55% [=================================== ] 293/526 55% [=================================== ] 294/526 55% [=================================== ] 295/526 56% [==================================== ] 296/526 56% [==================================== ] 297/526 56% [==================================== ] 298/526 56% [==================================== ] 299/526 56% [==================================== ] 300/526 57% [==================================== ] 301/526 57% [==================================== ] 302/526 57% [==================================== ] 303/526 57% [==================================== ] 304/526 57% [===================================== ] 305/526 57% [===================================== ] 306/526 58% [===================================== ] 307/526 58% [===================================== ] 308/526 58% [===================================== ] 309/526 58% [===================================== ] 310/526 58% [===================================== ] 311/526 59% [===================================== ] 312/526 59% [====================================== ] 313/526 59% [====================================== ] 314/526 59% [====================================== ] 315/526 59% [====================================== ] 316/526 60% [====================================== ] 317/526 60% [====================================== ] 318/526 60% [====================================== ] 319/526 60% [====================================== ] 320/526 60% [======================================= ] 321/526 61% [======================================= ] 322/526 61% [======================================= ] 323/526 61% [======================================= ] 324/526 61% [======================================= ] 325/526 61% [======================================= ] 326/526 61% [======================================= ] 327/526 62% [======================================= ] 328/526 62% [======================================== ] 329/526 62% [======================================== ] 330/526 62% [======================================== ] 331/526 62% [======================================== ] 332/526 63% [======================================== ] 333/526 63% [======================================== ] 334/526 63% [======================================== ] 335/526 63% [======================================== ] 336/526 63% [========================================= ] 337/526 64% [========================================= ] 338/526 64% [========================================= ] 339/526 64% [========================================= ] 340/526 64% [========================================= ] 341/526 64% [========================================= ] 342/526 65% [========================================= ] 343/526 65% [========================================= ] 344/526 65% [========================================= ] 345/526 65% [========================================== ] 346/526 65% [========================================== ] 347/526 65% [========================================== ] 348/526 66% [========================================== ] 349/526 66% [========================================== ] 350/526 66% [========================================== ] 351/526 66% [========================================== ] 352/526 66% [========================================== ] 353/526 67% [=========================================== ] 354/526 67% [=========================================== ] 355/526 67% [=========================================== ] 356/526 67% [=========================================== ] 357/526 67% [=========================================== ] 358/526 68% [=========================================== ] 359/526 68% [=========================================== ] 360/526 68% [=========================================== ] 361/526 68% [============================================ ] 362/526 68% [============================================ ] 363/526 69% [============================================ ] 364/526 69% [============================================ ] 365/526 69% [============================================ ] 366/526 69% [============================================ ] 367/526 69% [============================================ ] 368/526 69% [============================================ ] 369/526 70% [============================================= ] 370/526 70% [============================================= ] 371/526 70% [============================================= ] 372/526 70% [============================================= ] 373/526 70% [============================================= ] 374/526 71% [============================================= ] 375/526 71% [============================================= ] 376/526 71% [============================================= ] 377/526 71% [============================================= ] 378/526 71% [============================================== ] 379/526 72% [============================================== ] 380/526 72% [============================================== ] 381/526 72% [============================================== ] 382/526 72% [============================================== ] 383/526 72% [============================================== ] 384/526 73% [============================================== ] 385/526 73% [============================================== ] 386/526 73% [=============================================== ] 387/526 73% [=============================================== ] 388/526 73% [=============================================== ] 389/526 73% [=============================================== ] 390/526 74% [=============================================== ] 391/526 74% [=============================================== ] 392/526 74% [=============================================== ] 393/526 74% [=============================================== ] 394/526 74% [================================================ ] 395/526 75% [================================================ ] 396/526 75% [================================================ ] 397/526 75% [================================================ ] 398/526 75% [================================================ ] 399/526 75% [================================================ ] 400/526 76% [================================================ ] 401/526 76% [================================================ ] 402/526 76% [================================================= ] 403/526 76% [================================================= ] 404/526 76% [================================================= ] 405/526 76% [================================================= ] 406/526 77% [================================================= ] 407/526 77% [================================================= ] 408/526 77% [================================================= ] 409/526 77% [================================================= ] 410/526 77% [================================================== ] 411/526 78% [================================================== ] 412/526 78% [================================================== ] 413/526 78% [================================================== ] 414/526 78% [================================================== ] 415/526 78% [================================================== ] 416/526 79% [================================================== ] 417/526 79% [================================================== ] 418/526 79% [================================================== ] 419/526 79% [=================================================== ] 420/526 79% [=================================================== ] 421/526 80% [=================================================== ] 422/526 80% [=================================================== ] 423/526 80% [=================================================== ] 424/526 80% [=================================================== ] 425/526 80% [=================================================== ] 426/526 80% [=================================================== ] 427/526 81% [==================================================== ] 428/526 81% [==================================================== ] 429/526 81% [==================================================== ] 430/526 81% [==================================================== ] 431/526 81% [==================================================== ] 432/526 82% [==================================================== ] 433/526 82% [==================================================== ] 434/526 82% [==================================================== ] 435/526 82% [===================================================== ] 436/526 82% [===================================================== ] 437/526 83% [===================================================== ] 438/526 83% [===================================================== ] 439/526 83% [===================================================== ] 440/526 83% [===================================================== ] 441/526 83% [===================================================== ] 442/526 84% [===================================================== ] 443/526 84% [====================================================== ] 444/526 84% [====================================================== ] 445/526 84% [====================================================== ] 446/526 84% [====================================================== ] 447/526 84% [====================================================== ] 448/526 85% [====================================================== ] 449/526 85% [====================================================== ] 450/526 85% [====================================================== ] 451/526 85% [====================================================== ] 452/526 85% [======================================================= ] 453/526 86% [======================================================= ] 454/526 86% [======================================================= ] 455/526 86% [======================================================= ] 456/526 86% [======================================================= ] 457/526 86% [======================================================= ] 458/526 87% [======================================================= ] 459/526 87% [======================================================= ] 460/526 87% [======================================================== ] 461/526 87% [======================================================== ] 462/526 87% [======================================================== ] 463/526 88% [======================================================== ] 464/526 88% [======================================================== ] 465/526 88% [======================================================== ] 466/526 88% [======================================================== ] 467/526 88% [======================================================== ] 468/526 88% [========================================================= ] 469/526 89% [========================================================= ] 470/526 89% [========================================================= ] 471/526 89% [========================================================= ] 472/526 89% [========================================================= ] 473/526 89% [========================================================= ] 474/526 90% [========================================================= ] 475/526 90% [========================================================= ] 476/526 90% [========================================================== ] 477/526 90% [========================================================== ] 478/526 90% [========================================================== ] 479/526 91% [========================================================== ] 480/526 91% [========================================================== ] 481/526 91% [========================================================== ] 482/526 91% [========================================================== ] 483/526 91% [========================================================== ] 484/526 92% [=========================================================== ] 485/526 92% [=========================================================== ] 486/526 92% [=========================================================== ] 487/526 92% [=========================================================== ] 488/526 92% [=========================================================== ] 489/526 92% [=========================================================== ] 490/526 93% [=========================================================== ] 491/526 93% [=========================================================== ] 492/526 93% [=========================================================== ] 493/526 93% [============================================================ ] 494/526 93% [============================================================ ] 495/526 94% [============================================================ ] 496/526 94% [============================================================ ] 497/526 94% [============================================================ ] 498/526 94% [============================================================ ] 499/526 94% [============================================================ ] 500/526 95% [============================================================ ] 501/526 95% [============================================================= ] 502/526 95% [============================================================= ] 503/526 95% [============================================================= ] 504/526 95% [============================================================= ] 505/526 96% [============================================================= ] 506/526 96% [============================================================= ] 507/526 96% [============================================================= ] 508/526 96% [============================================================= ] 509/526 96% [============================================================== ] 510/526 96% [============================================================== ] 511/526 97% [============================================================== ] 512/526 97% [============================================================== ] 513/526 97% [============================================================== ] 514/526 97% [============================================================== ] 515/526 97% [============================================================== ] 516/526 98% [============================================================== ] 517/526 98% [=============================================================== ] 518/526 98% [=============================================================== ] 519/526 98% [=============================================================== ] 520/526 98% [=============================================================== ] 521/526 99% [=============================================================== ] 522/526 99% [=============================================================== ] 523/526 99% [=============================================================== ] 524/526 99% [=============================================================== ] 525/526 99% [================================================================] 526/526 100% operation complete, 526 objects in 20371 NAND pages. ln -snf /home/autobuild/autobuild/instance-15/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-15/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-15/buildroot' >>> Buildroot 2024.05-rc2-38-g139e478617 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.48 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 5.10.218 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> dash 0.5.12 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> dc3dd 7.2.641 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dhrystone 2 Collecting legal info >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> fbset 2.1 Collecting legal info fbset.c: OK (sha256: c3285709a0840899a789faefae1704e87f96f757e905a38a1931a9d4fde95ddd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> glorytun 0.3.4 Collecting legal info LICENSE: OK (sha256: 3d9ddddb8807c305287d9dbab58473e5307e9c91651c43c654a0828855d2b373) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-jq 1.7.1 Collecting legal info COPYING: OK (sha256: 10e974638a41fadfd72357f2f3a4325e20b856c563365128f72feaa406f8c92d) >>> leafnode2 ce7d3b13fb285c9fb7bffc382ea10fd41e12582d Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libgpg-error 1.48 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libksba 1.6.6 Collecting legal info AUTHORS: OK (sha256: f9c59ea5a5e1dfdeebcd134e6a594c21eb088cc95f6653ee99ff2e187c105380) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnpth 1.7 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsolv 0.7.25 Collecting legal info LICENSE.BSD: OK (sha256: 57f15acfb29fbef7749779e096a5885c60b716633e34484a21bb717554c0198f) >>> libusbgx a5bfa81017a9b2064bc449cf74f5f9d106445f62 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> linux-zigbee 0.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> traceroute 2.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd 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: linux-headers-5.10.218: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-15/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot'