checking whether we are using the GNU C compiler... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/arm-buildroot-linux-musleabi-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/arm-buildroot-linux-musleabi-gcc option to accept ISO C89... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/arm-buildroot-linux-musleabi-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/arm-buildroot-linux-musleabi-gcc... (cached) none checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/arm-buildroot-linux-musleabi-gcc option to accept ISO C99... (cached) -std=gnu99 checking whether C compiler accepts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -Wall... yes checking whether C compiler accepts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -Wextra... yes checking whether C compiler accepts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -pedantic... yes checking whether C compiler accepts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -fno-strict-aliasing... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for asprintf... yes checking for vasprintf... yes checking for getopt_long... yes checking for open_memstream... yes checking for strcasestr... yes checking for setproctitle... no checking for libcurl >= 7.38.0... found 8.6.0 checking for libcurl https support... yes checking for curl_global_init in -lcurl... yes checking for OpenSSL >= 1.1.1... found 3.2.1 checking for OpenSSL_version_num in -lssl... yes checking if OpenSSL is really LibreSSL... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --disable-shared >>> uacme 1.7.5 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5' echo 1.7.5 > .version-t && mv .version-t .version /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5' CC uacme-uacme.o CC uacme-base64.o CC uacme-crypto.o CC uacme-curlwrap.o CC uacme-json.o CC uacme-msg.o crypto.c: In function 'openssl_hmac_fast': crypto.c:177:5: warning: 'HMAC_CTX_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 177 | HMAC_CTX *hmac = HMAC_CTX_new(); | ^~~~~~~~ In file included from crypto.c:63: /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/include/openssl/hmac.h:33:33: note: declared here 33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void); | ^~~~~~~~~~~~ crypto.c:182:5: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 182 | if (!HMAC_Init_ex(hmac, key, keylen, type, NULL)) { | ^~ /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/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, | ^~~~~~~~~~~~ crypto.c:186:5: warning: 'HMAC_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 186 | if (!HMAC_Update(hmac, input, len)) { | ^~ /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/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, | ^~~~~~~~~~~ crypto.c:190:5: warning: 'HMAC_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 190 | if (!HMAC_Final(hmac, output, NULL)) { | ^~ /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/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, | ^~~~~~~~~~ crypto.c:197:9: warning: 'HMAC_CTX_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 197 | HMAC_CTX_free(hmac); | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/include/openssl/hmac.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx); | ^~~~~~~~~~~~~ crypto.c: In function 'rsa_params': crypto.c:561:5: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 561 | RSA *rsa = EVP_PKEY_get0_RSA(key); | ^~~ In file included from crypto.h:39, from crypto.c:39: /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/include/openssl/evp.h:1354:22: note: declared here 1354 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ crypto.c:561:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 561 | RSA *rsa = EVP_PKEY_get0_RSA(key); | ^~~~~~~~~~~~~~~~~ crypto.c:566:5: warning: 'RSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 566 | RSA_get0_key(rsa, &bm, &be, NULL); | ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/include/openssl/engine.h:25, from crypto.c:60: /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/include/openssl/rsa.h:228:28: note: declared here 228 | OSSL_DEPRECATEDIN_3_0 void RSA_get0_key(const RSA *r, | ^~~~~~~~~~~~ crypto.c: In function 'ec_params': crypto.c:731:5: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 731 | EC_KEY *ec = EVP_PKEY_get0_EC_KEY(key); | ^~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/include/openssl/evp.h:1380:25: note: declared here 1380 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ crypto.c:731:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 731 | EC_KEY *ec = EVP_PKEY_get0_EC_KEY(key); | ^~~~~~~~~~~~~~~~~~~~ crypto.c:736:5: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 736 | const EC_GROUP *g = EC_KEY_get0_group(ec); | ^~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/include/openssl/engine.h:28: /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/include/openssl/ec.h:1053:39: note: declared here 1053 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ crypto.c:754:5: warning: 'EC_KEY_get0_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 754 | const EC_POINT *pubkey = EC_KEY_get0_public_key(ec); | ^~~~~ /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot/usr/include/openssl/ec.h:1081:39: note: declared here 1081 | OSSL_DEPRECATEDIN_3_0 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~~~~~~ CCLD uacme make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5' >>> uacme 1.7.5 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5' /usr/bin/make install-am make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/uacme' /usr/bin/install -c uacme '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/install -c uacme.sh nsupdate.sh '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/uacme' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/uacme-1.7.5' 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/bin GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/buildroot/autobuild/instance-3/output-1/host/bin install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/buildroot/autobuild/instance-3/output-1/host/bin make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/arm-buildroot-linux-musleabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/arm-buildroot-linux-musleabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%strongarm%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/arm-buildroot-linux-musleabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/arm-buildroot-linux-musleabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%strongarm%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/dash" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells grep -qsE '^/bin/mksh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/mksh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-3/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-3/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-1177-g6c455505eb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package \ /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/genromfs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target -f /home/buildroot/autobuild/instance-3/output-1/images/rootfs.romfs\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/romfs/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1564 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/1564 0% [ ] 2/1564 0% [ ] 3/1564 0% [ ] 4/1564 0% [ ] 5/1564 0% [ ] 6/1564 0% [ ] 7/1564 0% [ ] 8/1564 0% [ ] 9/1564 0% [ ] 10/1564 0% [ ] 11/1564 0% [ ] 12/1564 0% [ ] 13/1564 0% [ ] 14/1564 0% [ ] 15/1564 0% [ ] 16/1564 1% [ ] 17/1564 1% [ ] 18/1564 1% [ ] 19/1564 1% [ ] 20/1564 1% [ ] 21/1564 1% [ ] 22/1564 1% [ ] 23/1564 1% [ ] 24/1564 1% [ ] 25/1564 1% [= ] 26/1564 1% [= ] 27/1564 1% [= ] 28/1564 1% [= ] 29/1564 1% [= ] 30/1564 1% [= ] 31/1564 1% [= ] 32/1564 2% [= ] 33/1564 2% [= ] 34/1564 2% [= ] 35/1564 2% [= ] 36/1564 2% [= ] 37/1564 2% [= ] 38/1564 2% [= ] 39/1564 2% [= ] 40/1564 2% [= ] 41/1564 2% [= ] 42/1564 2% [= ] 43/1564 2% [= ] 44/1564 2% [= ] 45/1564 2% [= ] 46/1564 2% [= ] 47/1564 3% [= ] 48/1564 3% [= ] 49/1564 3% [= ] 50/1564 3% [== ] 51/1564 3% [== ] 52/1564 3% [== ] 53/1564 3% [== ] 54/1564 3% [== ] 55/1564 3% [== ] 56/1564 3% [== ] 57/1564 3% [== ] 58/1564 3% [== ] 59/1564 3% [== ] 60/1564 3% [== ] 61/1564 3% [== ] 62/1564 3% [== ] 63/1564 4% [== ] 64/1564 4% [== ] 65/1564 4% [== ] 66/1564 4% [== ] 67/1564 4% [== ] 68/1564 4% [== ] 69/1564 4% [== ] 70/1564 4% [== ] 71/1564 4% [== ] 72/1564 4% [== ] 73/1564 4% [== ] 74/1564 4% [== ] 75/1564 4% [=== ] 76/1564 4% [=== ] 77/1564 4% [=== ] 78/1564 4% [=== ] 79/1564 5% [=== ] 80/1564 5% [=== ] 81/1564 5% [=== ] 82/1564 5% [=== ] 83/1564 5% [=== ] 84/1564 5% [=== ] 85/1564 5% [=== ] 86/1564 5% [=== ] 87/1564 5% [=== ] 88/1564 5% [=== ] 89/1564 5% [=== ] 90/1564 5% [=== ] 91/1564 5% [=== ] 92/1564 5% [=== ] 93/1564 5% [=== ] 94/1564 6% [=== ] 95/1564 6% [=== ] 96/1564 6% [=== ] 97/1564 6% [=== ] 98/1564 6% [=== ] 99/1564 6% [=== ] 100/1564 6% [==== ] 101/1564 6% [==== ] 102/1564 6% [==== ] 103/1564 6% [==== ] 104/1564 6% [==== ] 105/1564 6% [==== ] 106/1564 6% [==== ] 107/1564 6% [==== ] 108/1564 6% [==== ] 109/1564 6% [==== ] 110/1564 7% [==== ] 111/1564 7% [==== ] 112/1564 7% [==== ] 113/1564 7% [==== ] 114/1564 7% [==== ] 115/1564 7% [==== ] 116/1564 7% [==== ] 117/1564 7% [==== ] 118/1564 7% [==== ] 119/1564 7% [==== ] 120/1564 7% [==== ] 121/1564 7% [==== ] 122/1564 7% [==== ] 123/1564 7% [==== ] 124/1564 7% [==== ] 125/1564 7% [==== ] 126/1564 8% [===== ] 127/1564 8% [===== ] 128/1564 8% [===== ] 129/1564 8% [===== ] 130/1564 8% [===== ] 131/1564 8% [===== ] 132/1564 8% [===== ] 133/1564 8% [===== ] 134/1564 8% [===== ] 135/1564 8% [===== ] 136/1564 8% [===== ] 137/1564 8% [===== ] 138/1564 8% [===== ] 139/1564 8% [===== ] 140/1564 8% [===== ] 141/1564 9% [===== ] 142/1564 9% [===== ] 143/1564 9% [===== ] 144/1564 9% [===== ] 145/1564 9% [===== ] 146/1564 9% [===== ] 147/1564 9% [===== ] 148/1564 9% [===== ] 149/1564 9% [===== ] 150/1564 9% [===== ] 151/1564 9% [====== ] 152/1564 9% [====== ] 153/1564 9% [====== ] 154/1564 9% [====== ] 155/1564 9% [====== ] 156/1564 9% [====== ] 157/1564 10% [====== ] 158/1564 10% [====== ] 159/1564 10% [====== ] 160/1564 10% [====== ] 161/1564 10% [====== ] 162/1564 10% [====== ] 163/1564 10% [====== ] 164/1564 10% [====== ] 165/1564 10% [====== ] 166/1564 10% [====== ] 167/1564 10% [====== ] 168/1564 10% [====== ] 169/1564 10% [====== ] 170/1564 10% [====== ] 171/1564 10% [====== ] 172/1564 10% [====== ] 173/1564 11% [====== ] 174/1564 11% [====== ] 175/1564 11% [====== ] 176/1564 11% [======= ] 177/1564 11% [======= ] 178/1564 11% [======= ] 179/1564 11% [======= ] 180/1564 11% [======= ] 181/1564 11% [======= ] 182/1564 11% [======= ] 183/1564 11% [======= ] 184/1564 11% [======= ] 185/1564 11% [======= ] 186/1564 11% [======= ] 187/1564 11% [======= ] 188/1564 12% [======= ] 189/1564 12% [======= ] 190/1564 12% [======= ] 191/1564 12% [======= ] 192/1564 12% [======= ] 193/1564 12% [======= ] 194/1564 12% [======= ] 195/1564 12% [======= ] 196/1564 12% [======= ] 197/1564 12% [======= ] 198/1564 12% [======= ] 199/1564 12% [======= ] 200/1564 12% [======= ] 201/1564 12% [======== ] 202/1564 12% [======== ] 203/1564 12% [======== ] 204/1564 13% [======== ] 205/1564 13% [======== ] 206/1564 13% [======== ] 207/1564 13% [======== ] 208/1564 13% [======== ] 209/1564 13% [======== ] 210/1564 13% [======== ] 211/1564 13% [======== ] 212/1564 13% [======== ] 213/1564 13% [======== ] 214/1564 13% [======== ] 215/1564 13% [======== ] 216/1564 13% [======== ] 217/1564 13% [======== ] 218/1564 13% [======== ] 219/1564 14% [======== ] 220/1564 14% [======== ] 221/1564 14% [======== ] 222/1564 14% [======== ] 223/1564 14% [======== ] 224/1564 14% [======== ] 225/1564 14% [======== ] 226/1564 14% [======== ] 227/1564 14% [========= ] 228/1564 14% [========= ] 229/1564 14% [========= ] 230/1564 14% [========= ] 231/1564 14% [========= ] 232/1564 14% [========= ] 233/1564 14% [========= ] 234/1564 14% [========= ] 235/1564 15% [========= ] 236/1564 15% [========= ] 237/1564 15% [========= ] 238/1564 15% [========= ] 239/1564 15% [========= ] 240/1564 15% [========= ] 241/1564 15% [========= ] 242/1564 15% [========= ] 243/1564 15% [========= ] 244/1564 15% [========= ] 245/1564 15% [========= ] 246/1564 15% [========= ] 247/1564 15% [========= ] 248/1564 15% [========= ] 249/1564 15% [========= ] 250/1564 15% [========= ] 251/1564 16% [========= ] 252/1564 16% [========== ] 253/1564 16% [========== ] 254/1564 16% [========== ] 255/1564 16% [========== ] 256/1564 16% [========== ] 257/1564 16% [========== ] 258/1564 16% [========== ] 259/1564 16% [========== ] 260/1564 16% [========== ] 261/1564 16% [========== ] 262/1564 16% [========== ] 263/1564 16% [========== ] 264/1564 16% [========== ] 265/1564 16% [========== ] 266/1564 17% [========== ] 267/1564 17% [========== ] 268/1564 17% [========== ] 269/1564 17% [========== ] 270/1564 17% [========== ] 271/1564 17% [========== ] 272/1564 17% [========== ] 273/1564 17% [========== ] 274/1564 17% [========== ] 275/1564 17% [========== ] 276/1564 17% [========== ] 277/1564 17% [=========== ] 278/1564 17% [=========== ] 279/1564 17% [=========== ] 280/1564 17% [=========== ] 281/1564 17% [=========== ] 282/1564 18% [=========== ] 283/1564 18% [=========== ] 284/1564 18% [=========== ] 285/1564 18% [=========== ] 286/1564 18% [=========== ] 287/1564 18% [=========== ] 288/1564 18% [=========== ] 289/1564 18% [=========== ] 290/1564 18% [=========== ] 291/1564 18% [=========== ] 292/1564 18% [=========== ] 293/1564 18% [=========== ] 294/1564 18% [=========== ] 295/1564 18% [=========== ] 296/1564 18% [=========== ] 297/1564 18% [=========== ] 298/1564 19% [=========== ] 299/1564 19% [=========== ] 300/1564 19% [=========== ] 301/1564 19% [=========== ] 302/1564 19% [============ ] 303/1564 19% [============ ] 304/1564 19% [============ ] 305/1564 19% [============ ] 306/1564 19% [============ ] 307/1564 19% [============ ] 308/1564 19% [============ ] 309/1564 19% [============ ] 310/1564 19% [============ ] 311/1564 19% [============ ] 312/1564 19% [============ ] 313/1564 20% [============ ] 314/1564 20% [============ ] 315/1564 20% [============ ] 316/1564 20% [============ ] 317/1564 20% [============ ] 318/1564 20% [============ ] 319/1564 20% [============ ] 320/1564 20% [============ ] 321/1564 20% [============ ] 322/1564 20% [============ ] 323/1564 20% [============ ] 324/1564 20% [============ ] 325/1564 20% [============ ] 326/1564 20% [============ ] 327/1564 20% [============= ] 328/1564 20% [============= ] 329/1564 21% [============= ] 330/1564 21% [============= ] 331/1564 21% [============= ] 332/1564 21% [============= ] 333/1564 21% [============= ] 334/1564 21% [============= ] 335/1564 21% [============= ] 336/1564 21% [============= ] 337/1564 21% [============= ] 338/1564 21% [============= ] 339/1564 21% [============= ] 340/1564 21% [============= ] 341/1564 21% [============= ] 342/1564 21% [============= ] 343/1564 21% [============= ] 344/1564 21% [============= ] 345/1564 22% [============= ] 346/1564 22% [============= ] 347/1564 22% [============= ] 348/1564 22% [============= ] 349/1564 22% [============= ] 350/1564 22% [============= ] 351/1564 22% [============= ] 352/1564 22% [============= ] 353/1564 22% [============== ] 354/1564 22% [============== ] 355/1564 22% [============== ] 356/1564 22% [============== ] 357/1564 22% [============== ] 358/1564 22% [============== ] 359/1564 22% [============== ] 360/1564 23% [============== ] 361/1564 23% [============== ] 362/1564 23% [============== ] 363/1564 23% [============== ] 364/1564 23% [============== ] 365/1564 23% [============== ] 366/1564 23% [============== ] 367/1564 23% [============== ] 368/1564 23% [============== ] 369/1564 23% [============== ] 370/1564 23% [============== ] 371/1564 23% [============== ] 372/1564 23% [============== ] 373/1564 23% [============== ] 374/1564 23% [============== ] 375/1564 23% [============== ] 376/1564 24% [============== ] 377/1564 24% [============== ] 378/1564 24% [=============== ] 379/1564 24% [=============== ] 380/1564 24% [=============== ] 381/1564 24% [=============== ] 382/1564 24% [=============== ] 383/1564 24% [=============== ] 384/1564 24% [=============== ] 385/1564 24% [=============== ] 386/1564 24% [=============== ] 387/1564 24% [=============== ] 388/1564 24% [=============== ] 389/1564 24% [=============== ] 390/1564 24% [=============== ] 391/1564 25% [=============== ] 392/1564 25% [=============== ] 393/1564 25% [=============== ] 394/1564 25% [=============== ] 395/1564 25% [=============== ] 396/1564 25% [=============== ] 397/1564 25% [=============== ] 398/1564 25% [=============== ] 399/1564 25% [=============== ] 400/1564 25% [=============== ] 401/1564 25% [=============== ] 402/1564 25% [=============== ] 403/1564 25% [================ ] 404/1564 25% [================ ] 405/1564 25% [================ ] 406/1564 25% [================ ] 407/1564 26% [================ ] 408/1564 26% [================ ] 409/1564 26% [================ ] 410/1564 26% [================ ] 411/1564 26% [================ ] 412/1564 26% [================ ] 413/1564 26% [================ ] 414/1564 26% [================ ] 415/1564 26% [================ ] 416/1564 26% [================ ] 417/1564 26% [================ ] 418/1564 26% [================ ] 419/1564 26% [================ ] 420/1564 26% [================ ] 421/1564 26% [================ ] 422/1564 26% [================ ] 423/1564 27% [================ ] 424/1564 27% [================ ] 425/1564 27% [================ ] 426/1564 27% [================ ] 427/1564 27% [================ ] 428/1564 27% [================= ] 429/1564 27% [================= ] 430/1564 27% [================= ] 431/1564 27% [================= ] 432/1564 27% [================= ] 433/1564 27% [================= ] 434/1564 27% [================= ] 435/1564 27% [================= ] 436/1564 27% [================= ] 437/1564 27% [================= ] 438/1564 28% [================= ] 439/1564 28% [================= ] 440/1564 28% [================= ] 441/1564 28% [================= ] 442/1564 28% [================= ] 443/1564 28% [================= ] 444/1564 28% [================= ] 445/1564 28% [================= ] 446/1564 28% [================= ] 447/1564 28% [================= ] 448/1564 28% [================= ] 449/1564 28% [================= ] 450/1564 28% [================= ] 451/1564 28% [================= ] 452/1564 28% [================= ] 453/1564 28% [================= ] 454/1564 29% [================== ] 455/1564 29% [================== ] 456/1564 29% [================== ] 457/1564 29% [================== ] 458/1564 29% [================== ] 459/1564 29% [================== ] 460/1564 29% [================== ] 461/1564 29% [================== ] 462/1564 29% [================== ] 463/1564 29% [================== ] 464/1564 29% [================== ] 465/1564 29% [================== ] 466/1564 29% [================== ] 467/1564 29% [================== ] 468/1564 29% [================== ] 469/1564 29% [================== ] 470/1564 30% [================== ] 471/1564 30% [================== ] 472/1564 30% [================== ] 473/1564 30% [================== ] 474/1564 30% [================== ] 475/1564 30% [================== ] 476/1564 30% [================== ] 477/1564 30% [================== ] 478/1564 30% [================== ] 479/1564 30% [=================== ] 480/1564 30% [=================== ] 481/1564 30% [=================== ] 482/1564 30% [=================== ] 483/1564 30% [=================== ] 484/1564 30% [=================== ] 485/1564 31% [=================== ] 486/1564 31% [=================== ] 487/1564 31% [=================== ] 488/1564 31% [=================== ] 489/1564 31% [=================== ] 490/1564 31% [=================== ] 491/1564 31% [=================== ] 492/1564 31% [=================== ] 493/1564 31% [=================== ] 494/1564 31% [=================== ] 495/1564 31% [=================== ] 496/1564 31% [=================== ] 497/1564 31% [=================== ] 498/1564 31% [=================== ] 499/1564 31% [=================== ] 500/1564 31% [=================== ] 501/1564 32% [=================== ] 502/1564 32% [=================== ] 503/1564 32% [=================== ] 504/1564 32% [==================== ] 505/1564 32% [==================== ] 506/1564 32% [==================== ] 507/1564 32% [==================== ] 508/1564 32% [==================== ] 509/1564 32% [==================== ] 510/1564 32% [==================== ] 511/1564 32% [==================== ] 512/1564 32% [==================== ] 513/1564 32% [==================== ] 514/1564 32% [==================== ] 515/1564 32% [==================== ] 516/1564 32% [==================== ] 517/1564 33% [==================== ] 518/1564 33% [==================== ] 519/1564 33% [==================== ] 520/1564 33% [==================== ] 521/1564 33% [==================== ] 522/1564 33% [==================== ] 523/1564 33% [==================== ] 524/1564 33% [==================== ] 525/1564 33% [==================== ] 526/1564 33% [==================== ] 527/1564 33% [==================== ] 528/1564 33% [==================== ] 529/1564 33% [===================== ] 530/1564 33% [===================== ] 531/1564 33% [===================== ] 532/1564 34% [===================== ] 533/1564 34% [===================== ] 534/1564 34% [===================== ] 535/1564 34% [===================== ] 536/1564 34% [===================== ] 537/1564 34% [===================== ] 538/1564 34% [===================== ] 539/1564 34% [===================== ] 540/1564 34% [===================== ] 541/1564 34% [===================== ] 542/1564 34% [===================== ] 543/1564 34% [===================== ] 544/1564 34% [===================== ] 545/1564 34% [===================== ] 546/1564 34% [===================== ] 547/1564 34% [===================== ] 548/1564 35% [===================== ] 549/1564 35% [===================== ] 550/1564 35% [===================== ] 551/1564 35% [===================== ] 552/1564 35% [===================== ] 553/1564 35% [===================== ] 554/1564 35% [====================== ] 555/1564 35% [====================== ] 556/1564 35% [====================== ] 557/1564 35% [====================== ] 558/1564 35% [====================== ] 559/1564 35% [====================== ] 560/1564 35% [====================== ] 561/1564 35% [====================== ] 562/1564 35% [====================== ] 563/1564 35% [====================== ] 564/1564 36% [====================== ] 565/1564 36% [====================== ] 566/1564 36% [====================== ] 567/1564 36% [====================== ] 568/1564 36% [====================== ] 569/1564 36% [====================== ] 570/1564 36% [====================== ] 571/1564 36% [====================== ] 572/1564 36% [====================== ] 573/1564 36% [====================== ] 574/1564 36% [====================== ] 575/1564 36% [====================== ] 576/1564 36% [====================== ] 577/1564 36% [====================== ] 578/1564 36% [====================== ] 579/1564 37% [====================== ] 580/1564 37% [======================= ] 581/1564 37% [======================= ] 582/1564 37% [======================= ] 583/1564 37% [======================= ] 584/1564 37% [======================= ] 585/1564 37% [======================= ] 586/1564 37% [======================= ] 587/1564 37% [======================= ] 588/1564 37% [======================= ] 589/1564 37% [======================= ] 590/1564 37% [======================= ] 591/1564 37% [======================= ] 592/1564 37% [======================= ] 593/1564 37% [======================= ] 594/1564 37% [======================= ] 595/1564 38% [======================= ] 596/1564 38% [======================= ] 597/1564 38% [======================= ] 598/1564 38% [======================= ] 599/1564 38% [======================= ] 600/1564 38% [======================= ] 601/1564 38% [======================= ] 602/1564 38% [======================= ] 603/1564 38% [======================= ] 604/1564 38% [======================= ] 605/1564 38% [======================== ] 606/1564 38% [======================== ] 607/1564 38% [======================== ] 608/1564 38% [======================== ] 609/1564 38% [======================== ] 610/1564 39% [======================== ] 611/1564 39% [======================== ] 612/1564 39% [======================== ] 613/1564 39% [======================== ] 614/1564 39% [======================== ] 615/1564 39% [======================== ] 616/1564 39% [======================== ] 617/1564 39% [======================== ] 618/1564 39% [======================== ] 619/1564 39% [======================== ] 620/1564 39% [======================== ] 621/1564 39% [======================== ] 622/1564 39% [======================== ] 623/1564 39% [======================== ] 624/1564 39% [======================== ] 625/1564 39% [======================== ] 626/1564 40% [======================== ] 627/1564 40% [======================== ] 628/1564 40% [======================== ] 629/1564 40% [======================== ] 630/1564 40% [========================= ] 631/1564 40% [========================= ] 632/1564 40% [========================= ] 633/1564 40% [========================= ] 634/1564 40% [========================= ] 635/1564 40% [========================= ] 636/1564 40% [========================= ] 637/1564 40% [========================= ] 638/1564 40% [========================= ] 639/1564 40% [========================= ] 640/1564 40% [========================= ] 641/1564 40% [========================= ] 642/1564 41% [========================= ] 643/1564 41% [========================= ] 644/1564 41% [========================= ] 645/1564 41% [========================= ] 646/1564 41% [========================= ] 647/1564 41% [========================= ] 648/1564 41% [========================= ] 649/1564 41% [========================= ] 650/1564 41% [========================= ] 651/1564 41% [========================= ] 652/1564 41% [========================= ] 653/1564 41% [========================= ] 654/1564 41% [========================= ] 655/1564 41% [========================== ] 656/1564 41% [========================== ] 657/1564 42% [========================== ] 658/1564 42% [========================== ] 659/1564 42% [========================== ] 660/1564 42% [========================== ] 661/1564 42% [========================== ] 662/1564 42% [========================== ] 663/1564 42% [========================== ] 664/1564 42% [========================== ] 665/1564 42% [========================== ] 666/1564 42% [========================== ] 667/1564 42% [========================== ] 668/1564 42% [========================== ] 669/1564 42% [========================== ] 670/1564 42% [========================== ] 671/1564 42% [========================== ] 672/1564 42% [========================== ] 673/1564 43% [========================== ] 674/1564 43% [========================== ] 675/1564 43% [========================== ] 676/1564 43% [========================== ] 677/1564 43% [========================== ] 678/1564 43% [========================== ] 679/1564 43% [========================== ] 680/1564 43% [========================== ] 681/1564 43% [=========================== ] 682/1564 43% [=========================== ] 683/1564 43% [=========================== ] 684/1564 43% [=========================== ] 685/1564 43% [=========================== ] 686/1564 43% [=========================== ] 687/1564 43% [=========================== ] 688/1564 43% [=========================== ] 689/1564 44% [=========================== ] 690/1564 44% [=========================== ] 691/1564 44% [=========================== ] 692/1564 44% [=========================== ] 693/1564 44% [=========================== ] 694/1564 44% [=========================== ] 695/1564 44% [=========================== ] 696/1564 44% [=========================== ] 697/1564 44% [=========================== ] 698/1564 44% [=========================== ] 699/1564 44% [=========================== ] 700/1564 44% [=========================== ] 701/1564 44% [=========================== ] 702/1564 44% [=========================== ] 703/1564 44% [=========================== ] 704/1564 45% [=========================== ] 705/1564 45% [=========================== ] 706/1564 45% [============================ ] 707/1564 45% [============================ ] 708/1564 45% [============================ ] 709/1564 45% [============================ ] 710/1564 45% [============================ ] 711/1564 45% [============================ ] 712/1564 45% [============================ ] 713/1564 45% [============================ ] 714/1564 45% [============================ ] 715/1564 45% [============================ ] 716/1564 45% [============================ ] 717/1564 45% [============================ ] 718/1564 45% [============================ ] 719/1564 45% [============================ ] 720/1564 46% [============================ ] 721/1564 46% [============================ ] 722/1564 46% [============================ ] 723/1564 46% [============================ ] 724/1564 46% [============================ ] 725/1564 46% [============================ ] 726/1564 46% [============================ ] 727/1564 46% [============================ ] 728/1564 46% [============================ ] 729/1564 46% [============================ ] 730/1564 46% [============================ ] 731/1564 46% [============================= ] 732/1564 46% [============================= ] 733/1564 46% [============================= ] 734/1564 46% [============================= ] 735/1564 46% [============================= ] 736/1564 47% [============================= ] 737/1564 47% [============================= ] 738/1564 47% [============================= ] 739/1564 47% [============================= ] 740/1564 47% [============================= ] 741/1564 47% [============================= ] 742/1564 47% [============================= ] 743/1564 47% [============================= ] 744/1564 47% [============================= ] 745/1564 47% [============================= ] 746/1564 47% [============================= ] 747/1564 47% [============================= ] 748/1564 47% [============================= ] 749/1564 47% [============================= ] 750/1564 47% [============================= ] 751/1564 48% [============================= ] 752/1564 48% [============================= ] 753/1564 48% [============================= ] 754/1564 48% [============================= ] 755/1564 48% [============================= ] 756/1564 48% [============================== ] 757/1564 48% [============================== ] 758/1564 48% [============================== ] 759/1564 48% [============================== ] 760/1564 48% [============================== ] 761/1564 48% [============================== ] 762/1564 48% [============================== ] 763/1564 48% [============================== ] 764/1564 48% [============================== ] 765/1564 48% [============================== ] 766/1564 48% [============================== ] 767/1564 49% [============================== ] 768/1564 49% [============================== ] 769/1564 49% [============================== ] 770/1564 49% [============================== ] 771/1564 49% [============================== ] 772/1564 49% [============================== ] 773/1564 49% [============================== ] 774/1564 49% [============================== ] 775/1564 49% [============================== ] 776/1564 49% [============================== ] 777/1564 49% [============================== ] 778/1564 49% [============================== ] 779/1564 49% [============================== ] 780/1564 49% [============================== ] 781/1564 49% [=============================== ] 782/1564 50% [=============================== ] 783/1564 50% [=============================== ] 784/1564 50% [=============================== ] 785/1564 50% [=============================== ] 786/1564 50% [=============================== ] 787/1564 50% [=============================== ] 788/1564 50% [=============================== ] 789/1564 50% [=============================== ] 790/1564 50% [=============================== ] 791/1564 50% [=============================== ] 792/1564 50% [=============================== ] 793/1564 50% [=============================== ] 794/1564 50% [=============================== ] 795/1564 50% [=============================== ] 796/1564 50% [=============================== ] 797/1564 50% [=============================== ] 798/1564 51% [=============================== ] 799/1564 51% [=============================== ] 800/1564 51% [=============================== ] 801/1564 51% [=============================== ] 802/1564 51% [=============================== ] 803/1564 51% [=============================== ] 804/1564 51% [=============================== ] 805/1564 51% [=============================== ] 806/1564 51% [=============================== ] 807/1564 51% [================================ ] 808/1564 51% [================================ ] 809/1564 51% [================================ ] 810/1564 51% [================================ ] 811/1564 51% [================================ ] 812/1564 51% [================================ ] 813/1564 51% [================================ ] 814/1564 52% [================================ ] 815/1564 52% [================================ ] 816/1564 52% [================================ ] 817/1564 52% [================================ ] 818/1564 52% [================================ ] 819/1564 52% [================================ ] 820/1564 52% [================================ ] 821/1564 52% [================================ ] 822/1564 52% [================================ ] 823/1564 52% [================================ ] 824/1564 52% [================================ ] 825/1564 52% [================================ ] 826/1564 52% [================================ ] 827/1564 52% [================================ ] 828/1564 52% [================================ ] 829/1564 53% [================================ ] 830/1564 53% [================================ ] 831/1564 53% [================================ ] 832/1564 53% [================================= ] 833/1564 53% [================================= ] 834/1564 53% [================================= ] 835/1564 53% [================================= ] 836/1564 53% [================================= ] 837/1564 53% [================================= ] 838/1564 53% [================================= ] 839/1564 53% [================================= ] 840/1564 53% [================================= ] 841/1564 53% [================================= ] 842/1564 53% [================================= ] 843/1564 53% [================================= ] 844/1564 53% [================================= ] 845/1564 54% [================================= ] 846/1564 54% [================================= ] 847/1564 54% [================================= ] 848/1564 54% [================================= ] 849/1564 54% [================================= ] 850/1564 54% [================================= ] 851/1564 54% [================================= ] 852/1564 54% [================================= ] 853/1564 54% [================================= ] 854/1564 54% [================================= ] 855/1564 54% [================================= ] 856/1564 54% [================================= ] 857/1564 54% [================================== ] 858/1564 54% [================================== ] 859/1564 54% [================================== ] 860/1564 54% [================================== ] 861/1564 55% [================================== ] 862/1564 55% [================================== ] 863/1564 55% [================================== ] 864/1564 55% [================================== ] 865/1564 55% [================================== ] 866/1564 55% [================================== ] 867/1564 55% [================================== ] 868/1564 55% [================================== ] 869/1564 55% [================================== ] 870/1564 55% [================================== ] 871/1564 55% [================================== ] 872/1564 55% [================================== ] 873/1564 55% [================================== ] 874/1564 55% [================================== ] 875/1564 55% [================================== ] 876/1564 56% [================================== ] 877/1564 56% [================================== ] 878/1564 56% [================================== ] 879/1564 56% [================================== ] 880/1564 56% [================================== ] 881/1564 56% [================================== ] 882/1564 56% [=================================== ] 883/1564 56% [=================================== ] 884/1564 56% [=================================== ] 885/1564 56% [=================================== ] 886/1564 56% [=================================== ] 887/1564 56% [=================================== ] 888/1564 56% [=================================== ] 889/1564 56% [=================================== ] 890/1564 56% [=================================== ] 891/1564 56% [=================================== ] 892/1564 57% [=================================== ] 893/1564 57% [=================================== ] 894/1564 57% [=================================== ] 895/1564 57% [=================================== ] 896/1564 57% [=================================== ] 897/1564 57% [=================================== ] 898/1564 57% [=================================== ] 899/1564 57% [=================================== ] 900/1564 57% [=================================== ] 901/1564 57% [=================================== ] 902/1564 57% [=================================== ] 903/1564 57% [=================================== ] 904/1564 57% [=================================== ] 905/1564 57% [=================================== ] 906/1564 57% [=================================== ] 907/1564 57% [=================================== ] 908/1564 58% [==================================== ] 909/1564 58% [==================================== ] 910/1564 58% [==================================== ] 911/1564 58% [==================================== ] 912/1564 58% [==================================== ] 913/1564 58% [==================================== ] 914/1564 58% [==================================== ] 915/1564 58% [==================================== ] 916/1564 58% [==================================== ] 917/1564 58% [==================================== ] 918/1564 58% [==================================== ] 919/1564 58% [==================================== ] 920/1564 58% [==================================== ] 921/1564 58% [==================================== ] 922/1564 58% [==================================== ] 923/1564 59% [==================================== ] 924/1564 59% [==================================== ] 925/1564 59% [==================================== ] 926/1564 59% [==================================== ] 927/1564 59% [==================================== ] 928/1564 59% [==================================== ] 929/1564 59% [==================================== ] 930/1564 59% [==================================== ] 931/1564 59% [==================================== ] 932/1564 59% [==================================== ] 933/1564 59% [===================================== ] 934/1564 59% [===================================== ] 935/1564 59% [===================================== ] 936/1564 59% [===================================== ] 937/1564 59% [===================================== ] 938/1564 59% [===================================== ] 939/1564 60% [===================================== ] 940/1564 60% [===================================== ] 941/1564 60% [===================================== ] 942/1564 60% [===================================== ] 943/1564 60% [===================================== ] 944/1564 60% [===================================== ] 945/1564 60% [===================================== ] 946/1564 60% [===================================== ] 947/1564 60% [===================================== ] 948/1564 60% [===================================== ] 949/1564 60% [===================================== ] 950/1564 60% [===================================== ] 951/1564 60% [===================================== ] 952/1564 60% [===================================== ] 953/1564 60% [===================================== ] 954/1564 60% [===================================== ] 955/1564 61% [===================================== ] 956/1564 61% [===================================== ] 957/1564 61% [===================================== ] 958/1564 61% [====================================== ] 959/1564 61% [====================================== ] 960/1564 61% [====================================== ] 961/1564 61% [====================================== ] 962/1564 61% [====================================== ] 963/1564 61% [====================================== ] 964/1564 61% [====================================== ] 965/1564 61% [====================================== ] 966/1564 61% [====================================== ] 967/1564 61% [====================================== ] 968/1564 61% [====================================== ] 969/1564 61% [====================================== ] 970/1564 62% [====================================== ] 971/1564 62% [====================================== ] 972/1564 62% [====================================== ] 973/1564 62% [====================================== ] 974/1564 62% [====================================== ] 975/1564 62% [====================================== ] 976/1564 62% [====================================== ] 977/1564 62% [====================================== ] 978/1564 62% [====================================== ] 979/1564 62% [====================================== ] 980/1564 62% [====================================== ] 981/1564 62% [====================================== ] 982/1564 62% [====================================== ] 983/1564 62% [======================================= ] 984/1564 62% [======================================= ] 985/1564 62% [======================================= ] 986/1564 63% [======================================= ] 987/1564 63% [======================================= ] 988/1564 63% [======================================= ] 989/1564 63% [======================================= ] 990/1564 63% [======================================= ] 991/1564 63% [======================================= ] 992/1564 63% [======================================= ] 993/1564 63% [======================================= ] 994/1564 63% [======================================= ] 995/1564 63% [======================================= ] 996/1564 63% [======================================= ] 997/1564 63% [======================================= ] 998/1564 63% [======================================= ] 999/1564 63% [======================================= ] 1000/1564 63% [======================================= ] 1001/1564 64% [======================================= ] 1002/1564 64% [======================================= ] 1003/1564 64% [======================================= ] 1004/1564 64% [======================================= ] 1005/1564 64% [======================================= ] 1006/1564 64% [======================================= ] 1007/1564 64% [======================================= ] 1008/1564 64% [======================================= ] 1009/1564 64% [======================================== ] 1010/1564 64% [======================================== ] 1011/1564 64% [======================================== ] 1012/1564 64% [======================================== ] 1013/1564 64% [======================================== ] 1014/1564 64% [======================================== ] 1015/1564 64% [======================================== ] 1016/1564 64% [======================================== ] 1017/1564 65% [======================================== ] 1018/1564 65% [======================================== ] 1019/1564 65% [======================================== ] 1020/1564 65% [======================================== ] 1021/1564 65% [======================================== ] 1022/1564 65% [======================================== ] 1023/1564 65% [======================================== ] 1024/1564 65% [======================================== ] 1025/1564 65% [======================================== ] 1026/1564 65% [======================================== ] 1027/1564 65% [======================================== ] 1028/1564 65% [======================================== ] 1029/1564 65% [======================================== ] 1030/1564 65% [======================================== ] 1031/1564 65% [======================================== ] 1032/1564 65% [======================================== ] 1033/1564 66% [======================================== ] 1034/1564 66% [========================================= ] 1035/1564 66% [========================================= ] 1036/1564 66% [========================================= ] 1037/1564 66% [========================================= ] 1038/1564 66% [========================================= ] 1039/1564 66% [========================================= ] 1040/1564 66% [========================================= ] 1041/1564 66% [========================================= ] 1042/1564 66% [========================================= ] 1043/1564 66% [========================================= ] 1044/1564 66% [========================================= ] 1045/1564 66% [========================================= ] 1046/1564 66% [========================================= ] 1047/1564 66% [========================================= ] 1048/1564 67% [========================================= ] 1049/1564 67% [========================================= ] 1050/1564 67% [========================================= ] 1051/1564 67% [========================================= ] 1052/1564 67% [========================================= ] 1053/1564 67% [========================================= ] 1054/1564 67% [========================================= ] 1055/1564 67% [========================================= ] 1056/1564 67% [========================================= ] 1057/1564 67% [========================================= ] 1058/1564 67% [========================================= ] 1059/1564 67% [========================================== ] 1060/1564 67% [========================================== ] 1061/1564 67% [========================================== ] 1062/1564 67% [========================================== ] 1063/1564 67% [========================================== ] 1064/1564 68% [========================================== ] 1065/1564 68% [========================================== ] 1066/1564 68% [========================================== ] 1067/1564 68% [========================================== ] 1068/1564 68% [========================================== ] 1069/1564 68% [========================================== ] 1070/1564 68% [========================================== ] 1071/1564 68% [========================================== ] 1072/1564 68% [========================================== ] 1073/1564 68% [========================================== ] 1074/1564 68% [========================================== ] 1075/1564 68% [========================================== ] 1076/1564 68% [========================================== ] 1077/1564 68% [========================================== ] 1078/1564 68% [========================================== ] 1079/1564 68% [========================================== ] 1080/1564 69% [========================================== ] 1081/1564 69% [========================================== ] 1082/1564 69% [========================================== ] 1083/1564 69% [========================================== ] 1084/1564 69% [=========================================== ] 1085/1564 69% [=========================================== ] 1086/1564 69% [=========================================== ] 1087/1564 69% [=========================================== ] 1088/1564 69% [=========================================== ] 1089/1564 69% [=========================================== ] 1090/1564 69% [=========================================== ] 1091/1564 69% [=========================================== ] 1092/1564 69% [=========================================== ] 1093/1564 69% [=========================================== ] 1094/1564 69% [=========================================== ] 1095/1564 70% [=========================================== ] 1096/1564 70% [=========================================== ] 1097/1564 70% [=========================================== ] 1098/1564 70% [=========================================== ] 1099/1564 70% [=========================================== ] 1100/1564 70% [=========================================== ] 1101/1564 70% [=========================================== ] 1102/1564 70% [=========================================== ] 1103/1564 70% [=========================================== ] 1104/1564 70% [=========================================== ] 1105/1564 70% [=========================================== ] 1106/1564 70% [=========================================== ] 1107/1564 70% [=========================================== ] 1108/1564 70% [=========================================== ] 1109/1564 70% [============================================ ] 1110/1564 70% [============================================ ] 1111/1564 71% [============================================ ] 1112/1564 71% [============================================ ] 1113/1564 71% [============================================ ] 1114/1564 71% [============================================ ] 1115/1564 71% [============================================ ] 1116/1564 71% [============================================ ] 1117/1564 71% [============================================ ] 1118/1564 71% [============================================ ] 1119/1564 71% [============================================ ] 1120/1564 71% [============================================ ] 1121/1564 71% [============================================ ] 1122/1564 71% [============================================ ] 1123/1564 71% [============================================ ] 1124/1564 71% [============================================ ] 1125/1564 71% [============================================ ] 1126/1564 71% [============================================ ] 1127/1564 72% [============================================ ] 1128/1564 72% [============================================ ] 1129/1564 72% [============================================ ] 1130/1564 72% [============================================ ] 1131/1564 72% [============================================ ] 1132/1564 72% [============================================ ] 1133/1564 72% [============================================ ] 1134/1564 72% [============================================ ] 1135/1564 72% [============================================= ] 1136/1564 72% [============================================= ] 1137/1564 72% [============================================= ] 1138/1564 72% [============================================= ] 1139/1564 72% [============================================= ] 1140/1564 72% [============================================= ] 1141/1564 72% [============================================= ] 1142/1564 73% [============================================= ] 1143/1564 73% [============================================= ] 1144/1564 73% [============================================= ] 1145/1564 73% [============================================= ] 1146/1564 73% [============================================= ] 1147/1564 73% [============================================= ] 1148/1564 73% [============================================= ] 1149/1564 73% [============================================= ] 1150/1564 73% [============================================= ] 1151/1564 73% [============================================= ] 1152/1564 73% [============================================= ] 1153/1564 73% [============================================= ] 1154/1564 73% [============================================= ] 1155/1564 73% [============================================= ] 1156/1564 73% [============================================= ] 1157/1564 73% [============================================= ] 1158/1564 74% [============================================= ] 1159/1564 74% [============================================= ] 1160/1564 74% [============================================== ] 1161/1564 74% [============================================== ] 1162/1564 74% [============================================== ] 1163/1564 74% [============================================== ] 1164/1564 74% [============================================== ] 1165/1564 74% [============================================== ] 1166/1564 74% [============================================== ] 1167/1564 74% [============================================== ] 1168/1564 74% [============================================== ] 1169/1564 74% [============================================== ] 1170/1564 74% [============================================== ] 1171/1564 74% [============================================== ] 1172/1564 74% [============================================== ] 1173/1564 75% [============================================== ] 1174/1564 75% [============================================== ] 1175/1564 75% [============================================== ] 1176/1564 75% [============================================== ] 1177/1564 75% [============================================== ] 1178/1564 75% [============================================== ] 1179/1564 75% [============================================== ] 1180/1564 75% [============================================== ] 1181/1564 75% [============================================== ] 1182/1564 75% [============================================== ] 1183/1564 75% [============================================== ] 1184/1564 75% [============================================== ] 1185/1564 75% [=============================================== ] 1186/1564 75% [=============================================== ] 1187/1564 75% [=============================================== ] 1188/1564 75% [=============================================== ] 1189/1564 76% [=============================================== ] 1190/1564 76% [=============================================== ] 1191/1564 76% [=============================================== ] 1192/1564 76% [=============================================== ] 1193/1564 76% [=============================================== ] 1194/1564 76% [=============================================== ] 1195/1564 76% [=============================================== ] 1196/1564 76% [=============================================== ] 1197/1564 76% [=============================================== ] 1198/1564 76% [=============================================== ] 1199/1564 76% [=============================================== ] 1200/1564 76% [=============================================== ] 1201/1564 76% [=============================================== ] 1202/1564 76% [=============================================== ] 1203/1564 76% [=============================================== ] 1204/1564 76% [=============================================== ] 1205/1564 77% [=============================================== ] 1206/1564 77% [=============================================== ] 1207/1564 77% [=============================================== ] 1208/1564 77% [=============================================== ] 1209/1564 77% [=============================================== ] 1210/1564 77% [================================================ ] 1211/1564 77% [================================================ ] 1212/1564 77% [================================================ ] 1213/1564 77% [================================================ ] 1214/1564 77% [================================================ ] 1215/1564 77% [================================================ ] 1216/1564 77% [================================================ ] 1217/1564 77% [================================================ ] 1218/1564 77% [================================================ ] 1219/1564 77% [================================================ ] 1220/1564 78% [================================================ ] 1221/1564 78% [================================================ ] 1222/1564 78% [================================================ ] 1223/1564 78% [================================================ ] 1224/1564 78% [================================================ ] 1225/1564 78% [================================================ ] 1226/1564 78% [================================================ ] 1227/1564 78% [================================================ ] 1228/1564 78% [================================================ ] 1229/1564 78% [================================================ ] 1230/1564 78% [================================================ ] 1231/1564 78% [================================================ ] 1232/1564 78% [================================================ ] 1233/1564 78% [================================================ ] 1234/1564 78% [================================================ ] 1235/1564 78% [================================================ ] 1236/1564 79% [================================================= ] 1237/1564 79% [================================================= ] 1238/1564 79% [================================================= ] 1239/1564 79% [================================================= ] 1240/1564 79% [================================================= ] 1241/1564 79% [================================================= ] 1242/1564 79% [================================================= ] 1243/1564 79% [================================================= ] 1244/1564 79% [================================================= ] 1245/1564 79% [================================================= ] 1246/1564 79% [================================================= ] 1247/1564 79% [================================================= ] 1248/1564 79% [================================================= ] 1249/1564 79% [================================================= ] 1250/1564 79% [================================================= ] 1251/1564 79% [================================================= ] 1252/1564 80% [================================================= ] 1253/1564 80% [================================================= ] 1254/1564 80% [================================================= ] 1255/1564 80% [================================================= ] 1256/1564 80% [================================================= ] 1257/1564 80% [================================================= ] 1258/1564 80% [================================================= ] 1259/1564 80% [================================================= ] 1260/1564 80% [================================================= ] 1261/1564 80% [================================================== ] 1262/1564 80% [================================================== ] 1263/1564 80% [================================================== ] 1264/1564 80% [================================================== ] 1265/1564 80% [================================================== ] 1266/1564 80% [================================================== ] 1267/1564 81% [================================================== ] 1268/1564 81% [================================================== ] 1269/1564 81% [================================================== ] 1270/1564 81% [================================================== ] 1271/1564 81% [================================================== ] 1272/1564 81% [================================================== ] 1273/1564 81% [================================================== ] 1274/1564 81% [================================================== ] 1275/1564 81% [================================================== ] 1276/1564 81% [================================================== ] 1277/1564 81% [================================================== ] 1278/1564 81% [================================================== ] 1279/1564 81% [================================================== ] 1280/1564 81% [================================================== ] 1281/1564 81% [================================================== ] 1282/1564 81% [================================================== ] 1283/1564 82% [================================================== ] 1284/1564 82% [================================================== ] 1285/1564 82% [================================================== ] 1286/1564 82% [=================================================== ] 1287/1564 82% [=================================================== ] 1288/1564 82% [=================================================== ] 1289/1564 82% [=================================================== ] 1290/1564 82% [=================================================== ] 1291/1564 82% [=================================================== ] 1292/1564 82% [=================================================== ] 1293/1564 82% [=================================================== ] 1294/1564 82% [=================================================== ] 1295/1564 82% [=================================================== ] 1296/1564 82% [=================================================== ] 1297/1564 82% [=================================================== ] 1298/1564 82% [=================================================== ] 1299/1564 83% [=================================================== ] 1300/1564 83% [=================================================== ] 1301/1564 83% [=================================================== ] 1302/1564 83% [=================================================== ] 1303/1564 83% [=================================================== ] 1304/1564 83% [=================================================== ] 1305/1564 83% [=================================================== ] 1306/1564 83% [=================================================== ] 1307/1564 83% [=================================================== ] 1308/1564 83% [=================================================== ] 1309/1564 83% [=================================================== ] 1310/1564 83% [=================================================== ] 1311/1564 83% [==================================================== ] 1312/1564 83% [==================================================== ] 1313/1564 83% [==================================================== ] 1314/1564 84% [==================================================== ] 1315/1564 84% [==================================================== ] 1316/1564 84% [==================================================== ] 1317/1564 84% [==================================================== ] 1318/1564 84% [==================================================== ] 1319/1564 84% [==================================================== ] 1320/1564 84% [==================================================== ] 1321/1564 84% [==================================================== ] 1322/1564 84% [==================================================== ] 1323/1564 84% [==================================================== ] 1324/1564 84% [==================================================== ] 1325/1564 84% [==================================================== ] 1326/1564 84% [==================================================== ] 1327/1564 84% [==================================================== ] 1328/1564 84% [==================================================== ] 1329/1564 84% [==================================================== ] 1330/1564 85% [==================================================== ] 1331/1564 85% [==================================================== ] 1332/1564 85% [==================================================== ] 1333/1564 85% [==================================================== ] 1334/1564 85% [==================================================== ] 1335/1564 85% [==================================================== ] 1336/1564 85% [===================================================== ] 1337/1564 85% [===================================================== ] 1338/1564 85% [===================================================== ] 1339/1564 85% [===================================================== ] 1340/1564 85% [===================================================== ] 1341/1564 85% [===================================================== ] 1342/1564 85% [===================================================== ] 1343/1564 85% [===================================================== ] 1344/1564 85% [===================================================== ] 1345/1564 85% [===================================================== ] 1346/1564 86% [===================================================== ] 1347/1564 86% [===================================================== ] 1348/1564 86% [===================================================== ] 1349/1564 86% [===================================================== ] 1350/1564 86% [===================================================== ] 1351/1564 86% [===================================================== ] 1352/1564 86% [===================================================== ] 1353/1564 86% [===================================================== ] 1354/1564 86% [===================================================== ] 1355/1564 86% [===================================================== ] 1356/1564 86% [===================================================== ] 1357/1564 86% [===================================================== ] 1358/1564 86% [===================================================== ] 1359/1564 86% [===================================================== ] 1360/1564 86% [===================================================== ] 1361/1564 87% [===================================================== ] 1362/1564 87% [====================================================== ] 1363/1564 87% [====================================================== ] 1364/1564 87% [====================================================== ] 1365/1564 87% [====================================================== ] 1366/1564 87% [====================================================== ] 1367/1564 87% [====================================================== ] 1368/1564 87% [====================================================== ] 1369/1564 87% [====================================================== ] 1370/1564 87% [====================================================== ] 1371/1564 87% [====================================================== ] 1372/1564 87% [====================================================== ] 1373/1564 87% [====================================================== ] 1374/1564 87% [====================================================== ] 1375/1564 87% [====================================================== ] 1376/1564 87% [====================================================== ] 1377/1564 88% [====================================================== ] 1378/1564 88% [====================================================== ] 1379/1564 88% [====================================================== ] 1380/1564 88% [====================================================== ] 1381/1564 88% [====================================================== ] 1382/1564 88% [====================================================== ] 1383/1564 88% [====================================================== ] 1384/1564 88% [====================================================== ] 1385/1564 88% [====================================================== ] 1386/1564 88% [====================================================== ] 1387/1564 88% [======================================================= ] 1388/1564 88% [======================================================= ] 1389/1564 88% [======================================================= ] 1390/1564 88% [======================================================= ] 1391/1564 88% [======================================================= ] 1392/1564 89% [======================================================= ] 1393/1564 89% [======================================================= ] 1394/1564 89% [======================================================= ] 1395/1564 89% [======================================================= ] 1396/1564 89% [======================================================= ] 1397/1564 89% [======================================================= ] 1398/1564 89% [======================================================= ] 1399/1564 89% [======================================================= ] 1400/1564 89% [======================================================= ] 1401/1564 89% [======================================================= ] 1402/1564 89% [======================================================= ] 1403/1564 89% [======================================================= ] 1404/1564 89% [======================================================= ] 1405/1564 89% [======================================================= ] 1406/1564 89% [======================================================= ] 1407/1564 89% [======================================================= ] 1408/1564 90% [======================================================= ] 1409/1564 90% [======================================================= ] 1410/1564 90% [======================================================= ] 1411/1564 90% [======================================================= ] 1412/1564 90% [======================================================== ] 1413/1564 90% [======================================================== ] 1414/1564 90% [======================================================== ] 1415/1564 90% [======================================================== ] 1416/1564 90% [======================================================== ] 1417/1564 90% [======================================================== ] 1418/1564 90% [======================================================== ] 1419/1564 90% [======================================================== ] 1420/1564 90% [======================================================== ] 1421/1564 90% [======================================================== ] 1422/1564 90% [======================================================== ] 1423/1564 90% [======================================================== ] 1424/1564 91% [======================================================== ] 1425/1564 91% [======================================================== ] 1426/1564 91% [======================================================== ] 1427/1564 91% [======================================================== ] 1428/1564 91% [======================================================== ] 1429/1564 91% [======================================================== ] 1430/1564 91% [======================================================== ] 1431/1564 91% [======================================================== ] 1432/1564 91% [======================================================== ] 1433/1564 91% [======================================================== ] 1434/1564 91% [======================================================== ] 1435/1564 91% [======================================================== ] 1436/1564 91% [======================================================== ] 1437/1564 91% [========================================================= ] 1438/1564 91% [========================================================= ] 1439/1564 92% [========================================================= ] 1440/1564 92% [========================================================= ] 1441/1564 92% [========================================================= ] 1442/1564 92% [========================================================= ] 1443/1564 92% [========================================================= ] 1444/1564 92% [========================================================= ] 1445/1564 92% [========================================================= ] 1446/1564 92% [========================================================= ] 1447/1564 92% [========================================================= ] 1448/1564 92% [========================================================= ] 1449/1564 92% [========================================================= ] 1450/1564 92% [========================================================= ] 1451/1564 92% [========================================================= ] 1452/1564 92% [========================================================= ] 1453/1564 92% [========================================================= ] 1454/1564 92% [========================================================= ] 1455/1564 93% [========================================================= ] 1456/1564 93% [========================================================= ] 1457/1564 93% [========================================================= ] 1458/1564 93% [========================================================= ] 1459/1564 93% [========================================================= ] 1460/1564 93% [========================================================= ] 1461/1564 93% [========================================================= ] 1462/1564 93% [========================================================= ] 1463/1564 93% [========================================================== ] 1464/1564 93% [========================================================== ] 1465/1564 93% [========================================================== ] 1466/1564 93% [========================================================== ] 1467/1564 93% [========================================================== ] 1468/1564 93% [========================================================== ] 1469/1564 93% [========================================================== ] 1470/1564 93% [========================================================== ] 1471/1564 94% [========================================================== ] 1472/1564 94% [========================================================== ] 1473/1564 94% [========================================================== ] 1474/1564 94% [========================================================== ] 1475/1564 94% [========================================================== ] 1476/1564 94% [========================================================== ] 1477/1564 94% [========================================================== ] 1478/1564 94% [========================================================== ] 1479/1564 94% [========================================================== ] 1480/1564 94% [========================================================== ] 1481/1564 94% [========================================================== ] 1482/1564 94% [========================================================== ] 1483/1564 94% [========================================================== ] 1484/1564 94% [========================================================== ] 1485/1564 94% [========================================================== ] 1486/1564 95% [========================================================== ] 1487/1564 95% [========================================================== ] 1488/1564 95% [=========================================================== ] 1489/1564 95% [=========================================================== ] 1490/1564 95% [=========================================================== ] 1491/1564 95% [=========================================================== ] 1492/1564 95% [=========================================================== ] 1493/1564 95% [=========================================================== ] 1494/1564 95% [=========================================================== ] 1495/1564 95% [=========================================================== ] 1496/1564 95% [=========================================================== ] 1497/1564 95% [=========================================================== ] 1498/1564 95% [=========================================================== ] 1499/1564 95% [=========================================================== ] 1500/1564 95% [=========================================================== ] 1501/1564 95% [=========================================================== ] 1502/1564 96% [=========================================================== ] 1503/1564 96% [=========================================================== ] 1504/1564 96% [=========================================================== ] 1505/1564 96% [=========================================================== ] 1506/1564 96% [=========================================================== ] 1507/1564 96% [=========================================================== ] 1508/1564 96% [=========================================================== ] 1509/1564 96% [=========================================================== ] 1510/1564 96% [=========================================================== ] 1511/1564 96% [=========================================================== ] 1512/1564 96% [=========================================================== ] 1513/1564 96% [============================================================ ] 1514/1564 96% [============================================================ ] 1515/1564 96% [============================================================ ] 1516/1564 96% [============================================================ ] 1517/1564 96% [============================================================ ] 1518/1564 97% [============================================================ ] 1519/1564 97% [============================================================ ] 1520/1564 97% [============================================================ ] 1521/1564 97% [============================================================ ] 1522/1564 97% [============================================================ ] 1523/1564 97% [============================================================ ] 1524/1564 97% [============================================================ ] 1525/1564 97% [============================================================ ] 1526/1564 97% [============================================================ ] 1527/1564 97% [============================================================ ] 1528/1564 97% [============================================================ ] 1529/1564 97% [============================================================ ] 1530/1564 97% [============================================================ ] 1531/1564 97% [============================================================ ] 1532/1564 97% [============================================================ ] 1533/1564 98% [============================================================ ] 1534/1564 98% [============================================================ ] 1535/1564 98% [============================================================ ] 1536/1564 98% [============================================================ ] 1537/1564 98% [============================================================ ] 1538/1564 98% [============================================================= ] 1539/1564 98% [============================================================= ] 1540/1564 98% [============================================================= ] 1541/1564 98% [============================================================= ] 1542/1564 98% [============================================================= ] 1543/1564 98% [============================================================= ] 1544/1564 98% [============================================================= ] 1545/1564 98% [============================================================= ] 1546/1564 98% [============================================================= ] 1547/1564 98% [============================================================= ] 1548/1564 98% [============================================================= ] 1549/1564 99% [============================================================= ] 1550/1564 99% [============================================================= ] 1551/1564 99% [============================================================= ] 1552/1564 99% [============================================================= ] 1553/1564 99% [============================================================= ] 1554/1564 99% [============================================================= ] 1555/1564 99% [============================================================= ] 1556/1564 99% [============================================================= ] 1557/1564 99% [============================================================= ] 1558/1564 99% [============================================================= ] 1559/1564 99% [============================================================= ] 1560/1564 99% [============================================================= ] 1561/1564 99% [============================================================= ] 1562/1564 99% [============================================================= ] 1563/1564 99% [==============================================================] 1564/1564 100% operation complete, 1564 objects in 37326 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/arm-buildroot-linux-musleabi/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2023.11-1177-g6c455505eb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.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.40 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.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.4 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.1.77 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> civetweb 1.16 Collecting legal info LICENSE.md: OK (sha256: bc24af9ffb777f4842f8556ac752efd5ea212c55d2eccfae58cc2c2a24ea1f03) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> comix-cursors 0.9.1 Collecting legal info >>> host-cryptsetup 2.7.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-util-linux 2.39.2 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-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) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.39.2 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) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> libcurl 8.6.0 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> 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.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.12.3 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> host-lld 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: f7891568956e34643eb6a0db1462db30820d40d7266e2a78063f2fe233ece5a0) >>> host-llvm 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> host-llvm-cmake 15.0.3 Collecting legal info >>> host-python3 3.12.1 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-llvm-libunwind 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: b5efebcaca80879234098e52d1725e6d9eb8fb96a19fce625d39184b705f7b6d) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qoriq-fm-ucode LSDK-21.08 Collecting legal info NXP-Binary-EULA.txt: OK (sha256: 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17) >>> strace 6.7 Collecting legal info COPYING: OK (sha256: 1988d0e1aa101d68855e8c4f940aacf2531051b82f6b608eb026c5fad1f33df1) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> uacme 1.7.5 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> 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: linux-headers-6.1.77: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: llvm-cmake-15.0.3: cannot save license (HOST_LLVM_CMAKE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'