patching file cgpt/cgpt_wrapper.c patching file futility/dump_kernel_config_lib.c Hunk #1 succeeded at 10 with fuzz 2. Applying 0006-Update-for-openssl-1.1.patch using patch: patching file futility/cmd_create.c patching file futility/vb2_helper.c patching file host/include/openssl_compat.h patching file host/lib/util_misc.c patching file host/lib21/host_key.c patching file utility/dumpRSAPublicKey.c Applying 0007-Make-vboot_version-extern-in-header.patch using patch: patching file futility/futility.h Hunk #1 succeeded at 40 (offset -1 lines). >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Configuring >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Building PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-1/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-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-1/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 CC="/usr/bin/gcc" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include -D_LARGEFILE64_SOURCE -D_GNU_SOURCE" LDFLAGS="-L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib" ARCH=arm futil cgpt make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' Using qemu for testing. CC futility/futility.o CC futility/cmd_dump_fmap.o CC futility/misc.o CC futility/cmd_gbb_utility.o CC futility/ryu_root_header.o CC futility/cmd_create.o CC futility/cmd_dump_kernel_config.o CC futility/cmd_load_fmap.o CC futility/cmd_pcr.o CC futility/cmd_show.o futility/cmd_create.c: In function 'vb1_make_keypair': futility/cmd_create.c:123:27: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] privkey->rsa_private_key = rsa_key; ^ CC futility/cmd_sign.o futility/cmd_show.c: In function 'ft_show_privkey': futility/cmd_show.c:115:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, len); ^ futility/cmd_show.c:125:12: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] RSA_free(key.rsa_private_key); ^~~ In file included from futility/cmd_show.c:8:0: /home/buildroot/autobuild/instance-1/output-1/host/include/openssl/rsa.h:263:6: note: expected 'RSA * {aka struct rsa_st *}' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^~~~~~~~ CC futility/cmd_vbutil_firmware.o CC futility/cmd_vbutil_kernel.o CC futility/cmd_vbutil_key.o CC futility/cmd_vbutil_keyblock.o CC futility/file_type.o CC futility/file_type_bios.o CC futility/file_type_rwsig.o CC futility/file_type_usbpd1.o CC futility/vb1_helper.o CC futility/vb2_helper.o futility/vb1_helper.c: In function 'ft_recognize_vb1_key': futility/vb1_helper.c:764:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, ^ futility/vb1_helper.c:768:12: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] RSA_free(key.rsa_private_key); ^~~ In file included from futility/vb1_helper.c:12:0: /home/buildroot/autobuild/instance-1/output-1/host/include/openssl/rsa.h:263:6: note: expected 'RSA * {aka struct rsa_st *}' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^~~~~~~~ GEN gen/futility_cmds.c CC cgpt/cgpt_create.o CC cgpt/cgpt_add.o CC cgpt/cgpt_boot.o CC cgpt/cgpt_show.o CC cgpt/cgpt_repair.o CC cgpt/cgpt_prioritize.o CC cgpt/cgpt_common.o CC futility/dump_kernel_config_lib.o CC host/arch/arm/lib/crossystem_arch.o CC host/lib/crossystem.o CC host/lib/file_keys.o CC host/lib/fmap.o CC host/lib/host_common.o CC host/lib/host_key.o CC host/lib/host_keyblock.o CC host/lib/host_misc.o CC host/lib/util_misc.o CC host/lib/host_signature.o host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] key->rsa_private_key = rsa_key; ^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:14: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] RSA_free(key->rsa_private_key); ^~~ In file included from /home/buildroot/autobuild/instance-1/output-1/host/include/openssl/x509.h:25:0, from /home/buildroot/autobuild/instance-1/output-1/host/include/openssl/pem.h:17, from host/lib/host_key.c:10: /home/buildroot/autobuild/instance-1/output-1/host/include/openssl/rsa.h:263:6: note: expected 'RSA * {aka struct rsa_st *}' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^~~~~~~~ host/lib/host_key.c: In function 'PrivateKeyWrite': host/lib/host_key.c:77:30: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [-Wincompatible-pointer-types] buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ^~~ In file included from /home/buildroot/autobuild/instance-1/output-1/host/include/openssl/objects.h:15:0, from /home/buildroot/autobuild/instance-1/output-1/host/include/openssl/evp.h:28, from /home/buildroot/autobuild/instance-1/output-1/host/include/openssl/pem.h:16, from host/lib/host_key.c:10: /home/buildroot/autobuild/instance-1/output-1/host/include/openssl/asn1.h:237:13: note: expected 'const RSA * {aka const struct rsa_st *}' but argument is of type 'struct rsa_rt * const' int i2d_##name(const type *a, unsigned char **out); \ ^ /home/buildroot/autobuild/instance-1/output-1/host/include/openssl/rsa.h:281:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_const' DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPrivateKey) ^ host/lib/host_key.c: In function 'PrivateKeyRead': host/lib/host_key.c:131:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:39:23: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type [-Wincompatible-pointer-types] if (vb_keyb_from_rsa(key->rsa_private_key, &buf, &buflen)) { ^~~ In file included from host/lib/util_misc.c:19:0: host/lib/include/util_misc.h:42:5: note: expected 'struct rsa_st *' but argument is of type 'struct rsa_rt *' int vb_keyb_from_rsa(struct rsa_st *rsa_private_key, ^~~~~~~~~~~~~~~~ CC host/lib/signature_digest.o host/lib/host_signature.c: In function 'CalculateSignature': host/lib/host_signature.c:146:28: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type [-Wincompatible-pointer-types] key->rsa_private_key, /* Key to use */ ^~~ In file included from host/lib/host_signature.c:10:0: /home/buildroot/autobuild/instance-1/output-1/host/include/openssl/rsa.h:257:5: note: expected 'RSA * {aka struct rsa_st *}' but argument is of type 'struct rsa_rt * const' int RSA_private_encrypt(int flen, const unsigned char *from, ^~~~~~~~~~~~~~~~~~~ CC firmware/lib/cryptolib/padding.o CC firmware/lib/cryptolib/rsa.o CC firmware/lib/cryptolib/rsa_utility.o CC firmware/lib/cryptolib/sha1.o CC firmware/lib/cryptolib/sha256.o CC firmware/lib/cryptolib/sha512.o CC firmware/lib/cryptolib/sha_utility.o CC firmware/lib/stateful_util.o CC firmware/lib/vboot_api_firmware.o CC firmware/lib/vboot_common.o CC firmware/lib/vboot_firmware.o CC firmware/lib/region-fw.o CC firmware/lib/tpm_bootmode.o CC firmware/stub/vboot_api_stub_sf.o CC firmware/lib/crc8.o CC firmware/lib/utility.o CC firmware/lib/vboot_api_init.o CC firmware/lib/vboot_common_init.o CC firmware/lib/vboot_nvstorage.o CC firmware/lib/vboot_nvstorage_rollback.o CC firmware/lib/region-init.o CC firmware/lib/rollback_index.o CC firmware/lib/tpm_lite/tlcl.o CC firmware/stub/tpm_lite_stub.o CC firmware/stub/utility_stub.o firmware/stub/tpm_lite_stub.c: In function 'VbExTpmSendReceive': firmware/stub/tpm_lite_stub.c:239:3: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration] assert( ^~~~~~ CC firmware/stub/vboot_api_stub_init.o CC firmware/stub/vboot_api_stub_region.o CC firmware/lib/cgptlib/cgptlib.o CC firmware/lib/cgptlib/cgptlib_internal.o CC firmware/lib/cgptlib/crc32.o CC firmware/lib/gpt_misc.o CC firmware/lib/utility_string.o CC firmware/lib/vboot_api_kernel.o CC firmware/lib/vboot_audio.o CC firmware/lib/vboot_display.o CC firmware/lib/vboot_kernel.o CC firmware/lib/region-kernel.o CC firmware/stub/vboot_api_stub.o CC firmware/stub/vboot_api_stub_disk.o CC firmware/stub/vboot_api_stub_stream.o CC host/lib21/host_fw_preamble.o CC host/lib21/host_key.o CC host/lib21/host_keyblock.o CC host/lib21/host_misc.o CC host/lib21/host_signature.o CC firmware/2lib/2api.o CC firmware/2lib/2common.o CC firmware/2lib/2crc8.o CC firmware/2lib/2misc.o CC firmware/2lib/2nvstorage.o CC firmware/2lib/2rsa.o CC firmware/2lib/2secdata.o CC firmware/2lib/2secdatak.o CC firmware/2lib/2sha1.o CC firmware/2lib/2sha512.o CC firmware/2lib/2sha256.o CC firmware/2lib/2sha_utility.o CC firmware/2lib/2tpm_bootmode.o CC firmware/2lib/2stub.o CC firmware/lib21/api.o CC firmware/lib21/common.o CC firmware/lib21/misc.o CC firmware/lib21/packed_key.o CC cgpt/cgpt.o CC cgpt/cgpt_find.o CC cgpt/cgpt_legacy.o CC cgpt/cgpt_nor.o CC cgpt/cmd_add.o CC cgpt/cmd_boot.o CC cgpt/cmd_create.o CC cgpt/cmd_find.o CC cgpt/cmd_legacy.o CC cgpt/cmd_prioritize.o CC cgpt/cmd_repair.o CC cgpt/cmd_show.o RM libvboot_util.a AR libvboot_util.a CC cgpt/cgpt_wrapper.o CC gen/futility_cmds.o RM libvboot_util21.a AR libvboot_util21.a LD futility/futility LDcgpt cgpt/cgpt LD cgpt/cgpt_wrapper make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-1/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-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-1/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/buildroot/autobuild/instance-1/output-1/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' INSTALL futility INSTALL CGPT INSTALL DEVKEYS make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-1/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/aarch64_be-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-1/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/aarch64_be-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%cortex-a53%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/aarch64_be-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/mksh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/mksh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells ln -sf mksh /home/buildroot/autobuild/instance-1/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /home/buildroot/autobuild/instance-1/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/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-1/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-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-6264-gbba4dad9aa"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs printf ' tvheadend -1 tvheadend -1 * /home/tvheadend - video TVHeadend daemon\n\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /home/tvheadend r 0700 tvheadend tvheadend - - - - -\n\n' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/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-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3060 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/3060 0% [ ] 2/3060 0% [ ] 3/3060 0% [ ] 4/3060 0% [ ] 5/3060 0% [ ] 6/3060 0% [ ] 7/3060 0% [ ] 8/3060 0% [ ] 9/3060 0% [ ] 10/3060 0% [ ] 11/3060 0% [ ] 12/3060 0% [ ] 13/3060 0% [ ] 14/3060 0% [ ] 15/3060 0% [ ] 16/3060 0% [ ] 17/3060 0% [ ] 18/3060 0% [ ] 19/3060 0% [ ] 20/3060 0% [ ] 21/3060 0% [ ] 22/3060 0% [ ] 23/3060 0% [ ] 24/3060 0% [ ] 25/3060 0% [ ] 26/3060 0% [ ] 27/3060 0% [ ] 28/3060 0% [ ] 29/3060 0% [ ] 30/3060 0% [ ] 31/3060 1% [ ] 32/3060 1% [ ] 33/3060 1% [ ] 34/3060 1% [ ] 35/3060 1% [ ] 36/3060 1% [ ] 37/3060 1% [ ] 38/3060 1% [ ] 39/3060 1% [ ] 40/3060 1% [ ] 41/3060 1% [ ] 42/3060 1% [ ] 43/3060 1% [ ] 44/3060 1% [ ] 45/3060 1% [ ] 46/3060 1% [ ] 47/3060 1% [ ] 48/3060 1% [ ] 49/3060 1% [= ] 50/3060 1% [= ] 51/3060 1% [= ] 52/3060 1% [= ] 53/3060 1% [= ] 54/3060 1% [= ] 55/3060 1% [= ] 56/3060 1% [= ] 57/3060 1% [= ] 58/3060 1% [= ] 59/3060 1% [= ] 60/3060 1% [= ] 61/3060 1% [= ] 62/3060 2% [= ] 63/3060 2% [= ] 64/3060 2% [= ] 65/3060 2% [= ] 66/3060 2% [= ] 67/3060 2% [= ] 68/3060 2% [= ] 69/3060 2% [= ] 70/3060 2% [= ] 71/3060 2% [= ] 72/3060 2% [= ] 73/3060 2% [= ] 74/3060 2% [= ] 75/3060 2% [= ] 76/3060 2% [= ] 77/3060 2% [= ] 78/3060 2% [= ] 79/3060 2% [= ] 80/3060 2% [= ] 81/3060 2% [= ] 82/3060 2% [= ] 83/3060 2% [= ] 84/3060 2% [= ] 85/3060 2% [= ] 86/3060 2% [= ] 87/3060 2% [= ] 88/3060 2% [= ] 89/3060 2% [= ] 90/3060 2% [= ] 91/3060 2% [= ] 92/3060 3% [= ] 93/3060 3% [= ] 94/3060 3% [= ] 95/3060 3% [= ] 96/3060 3% [= ] 97/3060 3% [= ] 98/3060 3% [== ] 99/3060 3% [== ] 100/3060 3% [== ] 101/3060 3% [== ] 102/3060 3% [== ] 103/3060 3% [== ] 104/3060 3% [== ] 105/3060 3% [== ] 106/3060 3% [== ] 107/3060 3% [== ] 108/3060 3% [== ] 109/3060 3% [== ] 110/3060 3% [== ] 111/3060 3% [== ] 112/3060 3% [== ] 113/3060 3% [== ] 114/3060 3% [== ] 115/3060 3% [== ] 116/3060 3% [== ] 117/3060 3% [== ] 118/3060 3% [== ] 119/3060 3% [== ] 120/3060 3% [== ] 121/3060 3% [== ] 122/3060 3% [== ] 123/3060 4% [== ] 124/3060 4% [== ] 125/3060 4% [== ] 126/3060 4% [== ] 127/3060 4% [== ] 128/3060 4% [== ] 129/3060 4% [== ] 130/3060 4% [== ] 131/3060 4% [== ] 132/3060 4% [== ] 133/3060 4% [== ] 134/3060 4% [== ] 135/3060 4% [== ] 136/3060 4% [== ] 137/3060 4% [== ] 138/3060 4% [== ] 139/3060 4% [== ] 140/3060 4% [== ] 141/3060 4% [== ] 142/3060 4% [== ] 143/3060 4% [== ] 144/3060 4% [== ] 145/3060 4% [== ] 146/3060 4% [== ] 147/3060 4% [== ] 148/3060 4% [=== ] 149/3060 4% [=== ] 150/3060 4% [=== ] 151/3060 4% [=== ] 152/3060 4% [=== ] 153/3060 5% [=== ] 154/3060 5% [=== ] 155/3060 5% [=== ] 156/3060 5% [=== ] 157/3060 5% [=== ] 158/3060 5% [=== ] 159/3060 5% [=== ] 160/3060 5% [=== ] 161/3060 5% [=== ] 162/3060 5% [=== ] 163/3060 5% [=== ] 164/3060 5% [=== ] 165/3060 5% [=== ] 166/3060 5% [=== ] 167/3060 5% [=== ] 168/3060 5% [=== ] 169/3060 5% [=== ] 170/3060 5% [=== ] 171/3060 5% [=== ] 172/3060 5% [=== ] 173/3060 5% [=== ] 174/3060 5% [=== ] 175/3060 5% [=== ] 176/3060 5% [=== ] 177/3060 5% [=== ] 178/3060 5% [=== ] 179/3060 5% [=== ] 180/3060 5% [=== ] 181/3060 5% [=== ] 182/3060 5% [=== ] 183/3060 5% [=== ] 184/3060 6% [=== ] 185/3060 6% [=== ] 186/3060 6% [=== ] 187/3060 6% [=== ] 188/3060 6% [=== ] 189/3060 6% [=== ] 190/3060 6% [=== ] 191/3060 6% [=== ] 192/3060 6% [=== ] 193/3060 6% [=== ] 194/3060 6% [=== ] 195/3060 6% [=== ] 196/3060 6% [=== ] 197/3060 6% [==== ] 198/3060 6% [==== ] 199/3060 6% [==== ] 200/3060 6% [==== ] 201/3060 6% [==== ] 202/3060 6% [==== ] 203/3060 6% [==== ] 204/3060 6% [==== ] 205/3060 6% [==== ] 206/3060 6% [==== ] 207/3060 6% [==== ] 208/3060 6% [==== ] 209/3060 6% [==== ] 210/3060 6% [==== ] 211/3060 6% [==== ] 212/3060 6% [==== ] 213/3060 6% [==== ] 214/3060 6% [==== ] 215/3060 7% [==== ] 216/3060 7% [==== ] 217/3060 7% [==== ] 218/3060 7% [==== ] 219/3060 7% [==== ] 220/3060 7% [==== ] 221/3060 7% [==== ] 222/3060 7% [==== ] 223/3060 7% [==== ] 224/3060 7% [==== ] 225/3060 7% [==== ] 226/3060 7% [==== ] 227/3060 7% [==== ] 228/3060 7% [==== ] 229/3060 7% [==== ] 230/3060 7% [==== ] 231/3060 7% [==== ] 232/3060 7% [==== ] 233/3060 7% [==== ] 234/3060 7% [==== ] 235/3060 7% [==== ] 236/3060 7% [==== ] 237/3060 7% [==== ] 238/3060 7% [==== ] 239/3060 7% [==== ] 240/3060 7% [==== ] 241/3060 7% [==== ] 242/3060 7% [==== ] 243/3060 7% [==== ] 244/3060 7% [==== ] 245/3060 8% [==== ] 246/3060 8% [===== ] 247/3060 8% [===== ] 248/3060 8% [===== ] 249/3060 8% [===== ] 250/3060 8% [===== ] 251/3060 8% [===== ] 252/3060 8% [===== ] 253/3060 8% [===== ] 254/3060 8% [===== ] 255/3060 8% [===== ] 256/3060 8% [===== ] 257/3060 8% [===== ] 258/3060 8% [===== ] 259/3060 8% [===== ] 260/3060 8% [===== ] 261/3060 8% [===== ] 262/3060 8% [===== ] 263/3060 8% [===== ] 264/3060 8% [===== ] 265/3060 8% [===== ] 266/3060 8% [===== ] 267/3060 8% [===== ] 268/3060 8% [===== ] 269/3060 8% [===== ] 270/3060 8% [===== ] 271/3060 8% [===== ] 272/3060 8% [===== ] 273/3060 8% [===== ] 274/3060 8% [===== ] 275/3060 8% [===== ] 276/3060 9% [===== ] 277/3060 9% [===== ] 278/3060 9% [===== ] 279/3060 9% [===== ] 280/3060 9% [===== ] 281/3060 9% [===== ] 282/3060 9% [===== ] 283/3060 9% [===== ] 284/3060 9% [===== ] 285/3060 9% [===== ] 286/3060 9% [===== ] 287/3060 9% [===== ] 288/3060 9% [===== ] 289/3060 9% [===== ] 290/3060 9% [===== ] 291/3060 9% [===== ] 292/3060 9% [===== ] 293/3060 9% [===== ] 294/3060 9% [===== ] 295/3060 9% [===== ] 296/3060 9% [====== ] 297/3060 9% [====== ] 298/3060 9% [====== ] 299/3060 9% [====== ] 300/3060 9% [====== ] 301/3060 9% [====== ] 302/3060 9% [====== ] 303/3060 9% [====== ] 304/3060 9% [====== ] 305/3060 9% [====== ] 306/3060 10% [====== ] 307/3060 10% [====== ] 308/3060 10% [====== ] 309/3060 10% [====== ] 310/3060 10% [====== ] 311/3060 10% [====== ] 312/3060 10% [====== ] 313/3060 10% [====== ] 314/3060 10% [====== ] 315/3060 10% [====== ] 316/3060 10% [====== ] 317/3060 10% [====== ] 318/3060 10% [====== ] 319/3060 10% [====== ] 320/3060 10% [====== ] 321/3060 10% [====== ] 322/3060 10% [====== ] 323/3060 10% [====== ] 324/3060 10% [====== ] 325/3060 10% [====== ] 326/3060 10% [====== ] 327/3060 10% [====== ] 328/3060 10% [====== ] 329/3060 10% [====== ] 330/3060 10% [====== ] 331/3060 10% [====== ] 332/3060 10% [====== ] 333/3060 10% [====== ] 334/3060 10% [====== ] 335/3060 10% [====== ] 336/3060 10% [====== ] 337/3060 11% [====== ] 338/3060 11% [====== ] 339/3060 11% [====== ] 340/3060 11% [====== ] 341/3060 11% [====== ] 342/3060 11% [====== ] 343/3060 11% [====== ] 344/3060 11% [====== ] 345/3060 11% [======= ] 346/3060 11% [======= ] 347/3060 11% [======= ] 348/3060 11% [======= ] 349/3060 11% [======= ] 350/3060 11% [======= ] 351/3060 11% [======= ] 352/3060 11% [======= ] 353/3060 11% [======= ] 354/3060 11% [======= ] 355/3060 11% [======= ] 356/3060 11% [======= ] 357/3060 11% [======= ] 358/3060 11% [======= ] 359/3060 11% [======= ] 360/3060 11% [======= ] 361/3060 11% [======= ] 362/3060 11% [======= ] 363/3060 11% [======= ] 364/3060 11% [======= ] 365/3060 11% [======= ] 366/3060 11% [======= ] 367/3060 11% [======= ] 368/3060 12% [======= ] 369/3060 12% [======= ] 370/3060 12% [======= ] 371/3060 12% [======= ] 372/3060 12% [======= ] 373/3060 12% [======= ] 374/3060 12% [======= ] 375/3060 12% [======= ] 376/3060 12% [======= ] 377/3060 12% [======= ] 378/3060 12% [======= ] 379/3060 12% [======= ] 380/3060 12% [======= ] 381/3060 12% [======= ] 382/3060 12% [======= ] 383/3060 12% [======= ] 384/3060 12% [======= ] 385/3060 12% [======= ] 386/3060 12% [======= ] 387/3060 12% [======= ] 388/3060 12% [======= ] 389/3060 12% [======= ] 390/3060 12% [======= ] 391/3060 12% [======= ] 392/3060 12% [======= ] 393/3060 12% [======= ] 394/3060 12% [======== ] 395/3060 12% [======== ] 396/3060 12% [======== ] 397/3060 12% [======== ] 398/3060 13% [======== ] 399/3060 13% [======== ] 400/3060 13% [======== ] 401/3060 13% [======== ] 402/3060 13% [======== ] 403/3060 13% [======== ] 404/3060 13% [======== ] 405/3060 13% [======== ] 406/3060 13% [======== ] 407/3060 13% [======== ] 408/3060 13% [======== ] 409/3060 13% [======== ] 410/3060 13% [======== ] 411/3060 13% [======== ] 412/3060 13% [======== ] 413/3060 13% [======== ] 414/3060 13% [======== ] 415/3060 13% [======== ] 416/3060 13% [======== ] 417/3060 13% [======== ] 418/3060 13% [======== ] 419/3060 13% [======== ] 420/3060 13% [======== ] 421/3060 13% [======== ] 422/3060 13% [======== ] 423/3060 13% [======== ] 424/3060 13% [======== ] 425/3060 13% [======== ] 426/3060 13% [======== ] 427/3060 13% [======== ] 428/3060 13% [======== ] 429/3060 14% [======== ] 430/3060 14% [======== ] 431/3060 14% [======== ] 432/3060 14% [======== ] 433/3060 14% [======== ] 434/3060 14% [======== ] 435/3060 14% [======== ] 436/3060 14% [======== ] 437/3060 14% [======== ] 438/3060 14% [======== ] 439/3060 14% [======== ] 440/3060 14% [======== ] 441/3060 14% [======== ] 442/3060 14% [======== ] 443/3060 14% [======== ] 444/3060 14% [========= ] 445/3060 14% [========= ] 446/3060 14% [========= ] 447/3060 14% [========= ] 448/3060 14% [========= ] 449/3060 14% [========= ] 450/3060 14% [========= ] 451/3060 14% [========= ] 452/3060 14% [========= ] 453/3060 14% [========= ] 454/3060 14% [========= ] 455/3060 14% [========= ] 456/3060 14% [========= ] 457/3060 14% [========= ] 458/3060 14% [========= ] 459/3060 15% [========= ] 460/3060 15% [========= ] 461/3060 15% [========= ] 462/3060 15% [========= ] 463/3060 15% [========= ] 464/3060 15% [========= ] 465/3060 15% [========= ] 466/3060 15% [========= ] 467/3060 15% [========= ] 468/3060 15% [========= ] 469/3060 15% [========= ] 470/3060 15% [========= ] 471/3060 15% [========= ] 472/3060 15% [========= ] 473/3060 15% [========= ] 474/3060 15% [========= ] 475/3060 15% [========= ] 476/3060 15% [========= ] 477/3060 15% [========= ] 478/3060 15% [========= ] 479/3060 15% [========= ] 480/3060 15% [========= ] 481/3060 15% [========= ] 482/3060 15% [========= ] 483/3060 15% [========= ] 484/3060 15% [========= ] 485/3060 15% [========= ] 486/3060 15% [========= ] 487/3060 15% [========= ] 488/3060 15% [========= ] 489/3060 15% [========= ] 490/3060 16% [========= ] 491/3060 16% [========= ] 492/3060 16% [========= ] 493/3060 16% [========== ] 494/3060 16% [========== ] 495/3060 16% [========== ] 496/3060 16% [========== ] 497/3060 16% [========== ] 498/3060 16% [========== ] 499/3060 16% [========== ] 500/3060 16% [========== ] 501/3060 16% [========== ] 502/3060 16% [========== ] 503/3060 16% [========== ] 504/3060 16% [========== ] 505/3060 16% [========== ] 506/3060 16% [========== ] 507/3060 16% [========== ] 508/3060 16% [========== ] 509/3060 16% [========== ] 510/3060 16% [========== ] 511/3060 16% [========== ] 512/3060 16% [========== ] 513/3060 16% [========== ] 514/3060 16% [========== ] 515/3060 16% [========== ] 516/3060 16% [========== ] 517/3060 16% [========== ] 518/3060 16% [========== ] 519/3060 16% [========== ] 520/3060 16% [========== ] 521/3060 17% [========== ] 522/3060 17% [========== ] 523/3060 17% [========== ] 524/3060 17% [========== ] 525/3060 17% [========== ] 526/3060 17% [========== ] 527/3060 17% [========== ] 528/3060 17% [========== ] 529/3060 17% [========== ] 530/3060 17% [========== ] 531/3060 17% [========== ] 532/3060 17% [========== ] 533/3060 17% [========== ] 534/3060 17% [========== ] 535/3060 17% [========== ] 536/3060 17% [========== ] 537/3060 17% [========== ] 538/3060 17% [========== ] 539/3060 17% [========== ] 540/3060 17% [========== ] 541/3060 17% [========== ] 542/3060 17% [=========== ] 543/3060 17% [=========== ] 544/3060 17% [=========== ] 545/3060 17% [=========== ] 546/3060 17% [=========== ] 547/3060 17% [=========== ] 548/3060 17% [=========== ] 549/3060 17% [=========== ] 550/3060 17% [=========== ] 551/3060 18% [=========== ] 552/3060 18% [=========== ] 553/3060 18% [=========== ] 554/3060 18% [=========== ] 555/3060 18% [=========== ] 556/3060 18% [=========== ] 557/3060 18% [=========== ] 558/3060 18% [=========== ] 559/3060 18% [=========== ] 560/3060 18% [=========== ] 561/3060 18% [=========== ] 562/3060 18% [=========== ] 563/3060 18% [=========== ] 564/3060 18% [=========== ] 565/3060 18% [=========== ] 566/3060 18% [=========== ] 567/3060 18% [=========== ] 568/3060 18% [=========== ] 569/3060 18% [=========== ] 570/3060 18% [=========== ] 571/3060 18% [=========== ] 572/3060 18% [=========== ] 573/3060 18% [=========== ] 574/3060 18% [=========== ] 575/3060 18% [=========== ] 576/3060 18% [=========== ] 577/3060 18% [=========== ] 578/3060 18% [=========== ] 579/3060 18% [=========== ] 580/3060 18% [=========== ] 581/3060 18% [=========== ] 582/3060 19% [=========== ] 583/3060 19% [=========== ] 584/3060 19% [=========== ] 585/3060 19% [=========== ] 586/3060 19% [=========== ] 587/3060 19% [=========== ] 588/3060 19% [=========== ] 589/3060 19% [=========== ] 590/3060 19% [=========== ] 591/3060 19% [=========== ] 592/3060 19% [============ ] 593/3060 19% [============ ] 594/3060 19% [============ ] 595/3060 19% [============ ] 596/3060 19% [============ ] 597/3060 19% [============ ] 598/3060 19% [============ ] 599/3060 19% [============ ] 600/3060 19% [============ ] 601/3060 19% [============ ] 602/3060 19% [============ ] 603/3060 19% [============ ] 604/3060 19% [============ ] 605/3060 19% [============ ] 606/3060 19% [============ ] 607/3060 19% [============ ] 608/3060 19% [============ ] 609/3060 19% [============ ] 610/3060 19% [============ ] 611/3060 19% [============ ] 612/3060 20% [============ ] 613/3060 20% [============ ] 614/3060 20% [============ ] 615/3060 20% [============ ] 616/3060 20% [============ ] 617/3060 20% [============ ] 618/3060 20% [============ ] 619/3060 20% [============ ] 620/3060 20% [============ ] 621/3060 20% [============ ] 622/3060 20% [============ ] 623/3060 20% [============ ] 624/3060 20% [============ ] 625/3060 20% [============ ] 626/3060 20% [============ ] 627/3060 20% [============ ] 628/3060 20% [============ ] 629/3060 20% [============ ] 630/3060 20% [============ ] 631/3060 20% [============ ] 632/3060 20% [============ ] 633/3060 20% [============ ] 634/3060 20% [============ ] 635/3060 20% [============ ] 636/3060 20% [============ ] 637/3060 20% [============ ] 638/3060 20% [============ ] 639/3060 20% [============ ] 640/3060 20% [============ ] 641/3060 20% [============= ] 642/3060 20% [============= ] 643/3060 21% [============= ] 644/3060 21% [============= ] 645/3060 21% [============= ] 646/3060 21% [============= ] 647/3060 21% [============= ] 648/3060 21% [============= ] 649/3060 21% [============= ] 650/3060 21% [============= ] 651/3060 21% [============= ] 652/3060 21% [============= ] 653/3060 21% [============= ] 654/3060 21% [============= ] 655/3060 21% [============= ] 656/3060 21% [============= ] 657/3060 21% [============= ] 658/3060 21% [============= ] 659/3060 21% [============= ] 660/3060 21% [============= ] 661/3060 21% [============= ] 662/3060 21% [============= ] 663/3060 21% [============= ] 664/3060 21% [============= ] 665/3060 21% [============= ] 666/3060 21% [============= ] 667/3060 21% [============= ] 668/3060 21% [============= ] 669/3060 21% [============= ] 670/3060 21% [============= ] 671/3060 21% [============= ] 672/3060 21% [============= ] 673/3060 21% [============= ] 674/3060 22% [============= ] 675/3060 22% [============= ] 676/3060 22% [============= ] 677/3060 22% [============= ] 678/3060 22% [============= ] 679/3060 22% [============= ] 680/3060 22% [============= ] 681/3060 22% [============= ] 682/3060 22% [============= ] 683/3060 22% [============= ] 684/3060 22% [============= ] 685/3060 22% [============= ] 686/3060 22% [============= ] 687/3060 22% [============= ] 688/3060 22% [============= ] 689/3060 22% [============= ] 690/3060 22% [============== ] 691/3060 22% [============== ] 692/3060 22% [============== ] 693/3060 22% [============== ] 694/3060 22% [============== ] 695/3060 22% [============== ] 696/3060 22% [============== ] 697/3060 22% [============== ] 698/3060 22% [============== ] 699/3060 22% [============== ] 700/3060 22% [============== ] 701/3060 22% [============== ] 702/3060 22% [============== ] 703/3060 22% [============== ] 704/3060 23% [============== ] 705/3060 23% [============== ] 706/3060 23% [============== ] 707/3060 23% [============== ] 708/3060 23% [============== ] 709/3060 23% [============== ] 710/3060 23% [============== ] 711/3060 23% [============== ] 712/3060 23% [============== ] 713/3060 23% [============== ] 714/3060 23% [============== ] 715/3060 23% [============== ] 716/3060 23% [============== ] 717/3060 23% [============== ] 718/3060 23% [============== ] 719/3060 23% [============== ] 720/3060 23% [============== ] 721/3060 23% [============== ] 722/3060 23% [============== ] 723/3060 23% [============== ] 724/3060 23% [============== ] 725/3060 23% [============== ] 726/3060 23% [============== ] 727/3060 23% [============== ] 728/3060 23% [============== ] 729/3060 23% [============== ] 730/3060 23% [============== ] 731/3060 23% [============== ] 732/3060 23% [============== ] 733/3060 23% [============== ] 734/3060 23% [============== ] 735/3060 24% [============== ] 736/3060 24% [============== ] 737/3060 24% [============== ] 738/3060 24% [============== ] 739/3060 24% [============== ] 740/3060 24% [=============== ] 741/3060 24% [=============== ] 742/3060 24% [=============== ] 743/3060 24% [=============== ] 744/3060 24% [=============== ] 745/3060 24% [=============== ] 746/3060 24% [=============== ] 747/3060 24% [=============== ] 748/3060 24% [=============== ] 749/3060 24% [=============== ] 750/3060 24% [=============== ] 751/3060 24% [=============== ] 752/3060 24% [=============== ] 753/3060 24% [=============== ] 754/3060 24% [=============== ] 755/3060 24% [=============== ] 756/3060 24% [=============== ] 757/3060 24% [=============== ] 758/3060 24% [=============== ] 759/3060 24% [=============== ] 760/3060 24% [=============== ] 761/3060 24% [=============== ] 762/3060 24% [=============== ] 763/3060 24% [=============== ] 764/3060 24% [=============== ] 765/3060 25% [=============== ] 766/3060 25% [=============== ] 767/3060 25% [=============== ] 768/3060 25% [=============== ] 769/3060 25% [=============== ] 770/3060 25% [=============== ] 771/3060 25% [=============== ] 772/3060 25% [=============== ] 773/3060 25% [=============== ] 774/3060 25% [=============== ] 775/3060 25% [=============== ] 776/3060 25% [=============== ] 777/3060 25% [=============== ] 778/3060 25% [=============== ] 779/3060 25% [=============== ] 780/3060 25% [=============== ] 781/3060 25% [=============== ] 782/3060 25% [=============== ] 783/3060 25% [=============== ] 784/3060 25% [=============== ] 785/3060 25% [=============== ] 786/3060 25% [=============== ] 787/3060 25% [=============== ] 788/3060 25% [=============== ] 789/3060 25% [================ ] 790/3060 25% [================ ] 791/3060 25% [================ ] 792/3060 25% [================ ] 793/3060 25% [================ ] 794/3060 25% [================ ] 795/3060 25% [================ ] 796/3060 26% [================ ] 797/3060 26% [================ ] 798/3060 26% [================ ] 799/3060 26% [================ ] 800/3060 26% [================ ] 801/3060 26% [================ ] 802/3060 26% [================ ] 803/3060 26% [================ ] 804/3060 26% [================ ] 805/3060 26% [================ ] 806/3060 26% [================ ] 807/3060 26% [================ ] 808/3060 26% [================ ] 809/3060 26% [================ ] 810/3060 26% [================ ] 811/3060 26% [================ ] 812/3060 26% [================ ] 813/3060 26% [================ ] 814/3060 26% [================ ] 815/3060 26% [================ ] 816/3060 26% [================ ] 817/3060 26% [================ ] 818/3060 26% [================ ] 819/3060 26% [================ ] 820/3060 26% [================ ] 821/3060 26% [================ ] 822/3060 26% [================ ] 823/3060 26% [================ ] 824/3060 26% [================ ] 825/3060 26% [================ ] 826/3060 26% [================ ] 827/3060 27% [================ ] 828/3060 27% [================ ] 829/3060 27% [================ ] 830/3060 27% [================ ] 831/3060 27% [================ ] 832/3060 27% [================ ] 833/3060 27% [================ ] 834/3060 27% [================ ] 835/3060 27% [================ ] 836/3060 27% [================ ] 837/3060 27% [================ ] 838/3060 27% [================ ] 839/3060 27% [================= ] 840/3060 27% [================= ] 841/3060 27% [================= ] 842/3060 27% [================= ] 843/3060 27% [================= ] 844/3060 27% [================= ] 845/3060 27% [================= ] 846/3060 27% [================= ] 847/3060 27% [================= ] 848/3060 27% [================= ] 849/3060 27% [================= ] 850/3060 27% [================= ] 851/3060 27% [================= ] 852/3060 27% [================= ] 853/3060 27% [================= ] 854/3060 27% [================= ] 855/3060 27% [================= ] 856/3060 27% [================= ] 857/3060 28% [================= ] 858/3060 28% [================= ] 859/3060 28% [================= ] 860/3060 28% [================= ] 861/3060 28% [================= ] 862/3060 28% [================= ] 863/3060 28% [================= ] 864/3060 28% [================= ] 865/3060 28% [================= ] 866/3060 28% [================= ] 867/3060 28% [================= ] 868/3060 28% [================= ] 869/3060 28% [================= ] 870/3060 28% [================= ] 871/3060 28% [================= ] 872/3060 28% [================= ] 873/3060 28% [================= ] 874/3060 28% [================= ] 875/3060 28% [================= ] 876/3060 28% [================= ] 877/3060 28% [================= ] 878/3060 28% [================= ] 879/3060 28% [================= ] 880/3060 28% [================= ] 881/3060 28% [================= ] 882/3060 28% [================= ] 883/3060 28% [================= ] 884/3060 28% [================= ] 885/3060 28% [================= ] 886/3060 28% [================= ] 887/3060 28% [================= ] 888/3060 29% [================== ] 889/3060 29% [================== ] 890/3060 29% [================== ] 891/3060 29% [================== ] 892/3060 29% [================== ] 893/3060 29% [================== ] 894/3060 29% [================== ] 895/3060 29% [================== ] 896/3060 29% [================== ] 897/3060 29% [================== ] 898/3060 29% [================== ] 899/3060 29% [================== ] 900/3060 29% [================== ] 901/3060 29% [================== ] 902/3060 29% [================== ] 903/3060 29% [================== ] 904/3060 29% [================== ] 905/3060 29% [================== ] 906/3060 29% [================== ] 907/3060 29% [================== ] 908/3060 29% [================== ] 909/3060 29% [================== ] 910/3060 29% [================== ] 911/3060 29% [================== ] 912/3060 29% [================== ] 913/3060 29% [================== ] 914/3060 29% [================== ] 915/3060 29% [================== ] 916/3060 29% [================== ] 917/3060 29% [================== ] 918/3060 30% [================== ] 919/3060 30% [================== ] 920/3060 30% [================== ] 921/3060 30% [================== ] 922/3060 30% [================== ] 923/3060 30% [================== ] 924/3060 30% [================== ] 925/3060 30% [================== ] 926/3060 30% [================== ] 927/3060 30% [================== ] 928/3060 30% [================== ] 929/3060 30% [================== ] 930/3060 30% [================== ] 931/3060 30% [================== ] 932/3060 30% [================== ] 933/3060 30% [================== ] 934/3060 30% [================== ] 935/3060 30% [================== ] 936/3060 30% [================== ] 937/3060 30% [=================== ] 938/3060 30% [=================== ] 939/3060 30% [=================== ] 940/3060 30% [=================== ] 941/3060 30% [=================== ] 942/3060 30% [=================== ] 943/3060 30% [=================== ] 944/3060 30% [=================== ] 945/3060 30% [=================== ] 946/3060 30% [=================== ] 947/3060 30% [=================== ] 948/3060 30% [=================== ] 949/3060 31% [=================== ] 950/3060 31% [=================== ] 951/3060 31% [=================== ] 952/3060 31% [=================== ] 953/3060 31% [=================== ] 954/3060 31% [=================== ] 955/3060 31% [=================== ] 956/3060 31% [=================== ] 957/3060 31% [=================== ] 958/3060 31% [=================== ] 959/3060 31% [=================== ] 960/3060 31% [=================== ] 961/3060 31% [=================== ] 962/3060 31% [=================== ] 963/3060 31% [=================== ] 964/3060 31% [=================== ] 965/3060 31% [=================== ] 966/3060 31% [=================== ] 967/3060 31% [=================== ] 968/3060 31% [=================== ] 969/3060 31% [=================== ] 970/3060 31% [=================== ] 971/3060 31% [=================== ] 972/3060 31% [=================== ] 973/3060 31% [=================== ] 974/3060 31% [=================== ] 975/3060 31% [=================== ] 976/3060 31% [=================== ] 977/3060 31% [=================== ] 978/3060 31% [=================== ] 979/3060 31% [=================== ] 980/3060 32% [=================== ] 981/3060 32% [=================== ] 982/3060 32% [=================== ] 983/3060 32% [=================== ] 984/3060 32% [=================== ] 985/3060 32% [=================== ] 986/3060 32% [=================== ] 987/3060 32% [==================== ] 988/3060 32% [==================== ] 989/3060 32% [==================== ] 990/3060 32% [==================== ] 991/3060 32% [==================== ] 992/3060 32% [==================== ] 993/3060 32% [==================== ] 994/3060 32% [==================== ] 995/3060 32% [==================== ] 996/3060 32% [==================== ] 997/3060 32% [==================== ] 998/3060 32% [==================== ] 999/3060 32% [==================== ] 1000/3060 32% [==================== ] 1001/3060 32% [==================== ] 1002/3060 32% [==================== ] 1003/3060 32% [==================== ] 1004/3060 32% [==================== ] 1005/3060 32% [==================== ] 1006/3060 32% [==================== ] 1007/3060 32% [==================== ] 1008/3060 32% [==================== ] 1009/3060 32% [==================== ] 1010/3060 33% [==================== ] 1011/3060 33% [==================== ] 1012/3060 33% [==================== ] 1013/3060 33% [==================== ] 1014/3060 33% [==================== ] 1015/3060 33% [==================== ] 1016/3060 33% [==================== ] 1017/3060 33% [==================== ] 1018/3060 33% [==================== ] 1019/3060 33% [==================== ] 1020/3060 33% [==================== ] 1021/3060 33% [==================== ] 1022/3060 33% [==================== ] 1023/3060 33% [==================== ] 1024/3060 33% [==================== ] 1025/3060 33% [==================== ] 1026/3060 33% [==================== ] 1027/3060 33% [==================== ] 1028/3060 33% [==================== ] 1029/3060 33% [==================== ] 1030/3060 33% [==================== ] 1031/3060 33% [==================== ] 1032/3060 33% [==================== ] 1033/3060 33% [==================== ] 1034/3060 33% [==================== ] 1035/3060 33% [==================== ] 1036/3060 33% [===================== ] 1037/3060 33% [===================== ] 1038/3060 33% [===================== ] 1039/3060 33% [===================== ] 1040/3060 33% [===================== ] 1041/3060 34% [===================== ] 1042/3060 34% [===================== ] 1043/3060 34% [===================== ] 1044/3060 34% [===================== ] 1045/3060 34% [===================== ] 1046/3060 34% [===================== ] 1047/3060 34% [===================== ] 1048/3060 34% [===================== ] 1049/3060 34% [===================== ] 1050/3060 34% [===================== ] 1051/3060 34% [===================== ] 1052/3060 34% [===================== ] 1053/3060 34% [===================== ] 1054/3060 34% [===================== ] 1055/3060 34% [===================== ] 1056/3060 34% [===================== ] 1057/3060 34% [===================== ] 1058/3060 34% [===================== ] 1059/3060 34% [===================== ] 1060/3060 34% [===================== ] 1061/3060 34% [===================== ] 1062/3060 34% [===================== ] 1063/3060 34% [===================== ] 1064/3060 34% [===================== ] 1065/3060 34% [===================== ] 1066/3060 34% [===================== ] 1067/3060 34% [===================== ] 1068/3060 34% [===================== ] 1069/3060 34% [===================== ] 1070/3060 34% [===================== ] 1071/3060 35% [===================== ] 1072/3060 35% [===================== ] 1073/3060 35% [===================== ] 1074/3060 35% [===================== ] 1075/3060 35% [===================== ] 1076/3060 35% [===================== ] 1077/3060 35% [===================== ] 1078/3060 35% [===================== ] 1079/3060 35% [===================== ] 1080/3060 35% [===================== ] 1081/3060 35% [===================== ] 1082/3060 35% [===================== ] 1083/3060 35% [===================== ] 1084/3060 35% [===================== ] 1085/3060 35% [====================== ] 1086/3060 35% [====================== ] 1087/3060 35% [====================== ] 1088/3060 35% [====================== ] 1089/3060 35% [====================== ] 1090/3060 35% [====================== ] 1091/3060 35% [====================== ] 1092/3060 35% [====================== ] 1093/3060 35% [====================== ] 1094/3060 35% [====================== ] 1095/3060 35% [====================== ] 1096/3060 35% [====================== ] 1097/3060 35% [====================== ] 1098/3060 35% [====================== ] 1099/3060 35% [====================== ] 1100/3060 35% [====================== ] 1101/3060 35% [====================== ] 1102/3060 36% [====================== ] 1103/3060 36% [====================== ] 1104/3060 36% [====================== ] 1105/3060 36% [====================== ] 1106/3060 36% [====================== ] 1107/3060 36% [====================== ] 1108/3060 36% [====================== ] 1109/3060 36% [====================== ] 1110/3060 36% [====================== ] 1111/3060 36% [====================== ] 1112/3060 36% [====================== ] 1113/3060 36% [====================== ] 1114/3060 36% [====================== ] 1115/3060 36% [====================== ] 1116/3060 36% [====================== ] 1117/3060 36% [====================== ] 1118/3060 36% [====================== ] 1119/3060 36% [====================== ] 1120/3060 36% [====================== ] 1121/3060 36% [====================== ] 1122/3060 36% [====================== ] 1123/3060 36% [====================== ] 1124/3060 36% [====================== ] 1125/3060 36% [====================== ] 1126/3060 36% [====================== ] 1127/3060 36% [====================== ] 1128/3060 36% [====================== ] 1129/3060 36% [====================== ] 1130/3060 36% [====================== ] 1131/3060 36% [====================== ] 1132/3060 36% [====================== ] 1133/3060 37% [====================== ] 1134/3060 37% [====================== ] 1135/3060 37% [======================= ] 1136/3060 37% [======================= ] 1137/3060 37% [======================= ] 1138/3060 37% [======================= ] 1139/3060 37% [======================= ] 1140/3060 37% [======================= ] 1141/3060 37% [======================= ] 1142/3060 37% [======================= ] 1143/3060 37% [======================= ] 1144/3060 37% [======================= ] 1145/3060 37% [======================= ] 1146/3060 37% [======================= ] 1147/3060 37% [======================= ] 1148/3060 37% [======================= ] 1149/3060 37% [======================= ] 1150/3060 37% [======================= ] 1151/3060 37% [======================= ] 1152/3060 37% [======================= ] 1153/3060 37% [======================= ] 1154/3060 37% [======================= ] 1155/3060 37% [======================= ] 1156/3060 37% [======================= ] 1157/3060 37% [======================= ] 1158/3060 37% [======================= ] 1159/3060 37% [======================= ] 1160/3060 37% [======================= ] 1161/3060 37% [======================= ] 1162/3060 37% [======================= ] 1163/3060 38% [======================= ] 1164/3060 38% [======================= ] 1165/3060 38% [======================= ] 1166/3060 38% [======================= ] 1167/3060 38% [======================= ] 1168/3060 38% [======================= ] 1169/3060 38% [======================= ] 1170/3060 38% [======================= ] 1171/3060 38% [======================= ] 1172/3060 38% [======================= ] 1173/3060 38% [======================= ] 1174/3060 38% [======================= ] 1175/3060 38% [======================= ] 1176/3060 38% [======================= ] 1177/3060 38% [======================= ] 1178/3060 38% [======================= ] 1179/3060 38% [======================= ] 1180/3060 38% [======================= ] 1181/3060 38% [======================= ] 1182/3060 38% [======================= ] 1183/3060 38% [======================= ] 1184/3060 38% [======================== ] 1185/3060 38% [======================== ] 1186/3060 38% [======================== ] 1187/3060 38% [======================== ] 1188/3060 38% [======================== ] 1189/3060 38% [======================== ] 1190/3060 38% [======================== ] 1191/3060 38% [======================== ] 1192/3060 38% [======================== ] 1193/3060 38% [======================== ] 1194/3060 39% [======================== ] 1195/3060 39% [======================== ] 1196/3060 39% [======================== ] 1197/3060 39% [======================== ] 1198/3060 39% [======================== ] 1199/3060 39% [======================== ] 1200/3060 39% [======================== ] 1201/3060 39% [======================== ] 1202/3060 39% [======================== ] 1203/3060 39% [======================== ] 1204/3060 39% [======================== ] 1205/3060 39% [======================== ] 1206/3060 39% [======================== ] 1207/3060 39% [======================== ] 1208/3060 39% [======================== ] 1209/3060 39% [======================== ] 1210/3060 39% [======================== ] 1211/3060 39% [======================== ] 1212/3060 39% [======================== ] 1213/3060 39% [======================== ] 1214/3060 39% [======================== ] 1215/3060 39% [======================== ] 1216/3060 39% [======================== ] 1217/3060 39% [======================== ] 1218/3060 39% [======================== ] 1219/3060 39% [======================== ] 1220/3060 39% [======================== ] 1221/3060 39% [======================== ] 1222/3060 39% [======================== ] 1223/3060 39% [======================== ] 1224/3060 40% [======================== ] 1225/3060 40% [======================== ] 1226/3060 40% [======================== ] 1227/3060 40% [======================== ] 1228/3060 40% [======================== ] 1229/3060 40% [======================== ] 1230/3060 40% [======================== ] 1231/3060 40% [======================== ] 1232/3060 40% [======================== ] 1233/3060 40% [========================= ] 1234/3060 40% [========================= ] 1235/3060 40% [========================= ] 1236/3060 40% [========================= ] 1237/3060 40% [========================= ] 1238/3060 40% [========================= ] 1239/3060 40% [========================= ] 1240/3060 40% [========================= ] 1241/3060 40% [========================= ] 1242/3060 40% [========================= ] 1243/3060 40% [========================= ] 1244/3060 40% [========================= ] 1245/3060 40% [========================= ] 1246/3060 40% [========================= ] 1247/3060 40% [========================= ] 1248/3060 40% [========================= ] 1249/3060 40% [========================= ] 1250/3060 40% [========================= ] 1251/3060 40% [========================= ] 1252/3060 40% [========================= ] 1253/3060 40% [========================= ] 1254/3060 40% [========================= ] 1255/3060 41% [========================= ] 1256/3060 41% [========================= ] 1257/3060 41% [========================= ] 1258/3060 41% [========================= ] 1259/3060 41% [========================= ] 1260/3060 41% [========================= ] 1261/3060 41% [========================= ] 1262/3060 41% [========================= ] 1263/3060 41% [========================= ] 1264/3060 41% [========================= ] 1265/3060 41% [========================= ] 1266/3060 41% [========================= ] 1267/3060 41% [========================= ] 1268/3060 41% [========================= ] 1269/3060 41% [========================= ] 1270/3060 41% [========================= ] 1271/3060 41% [========================= ] 1272/3060 41% [========================= ] 1273/3060 41% [========================= ] 1274/3060 41% [========================= ] 1275/3060 41% [========================= ] 1276/3060 41% [========================= ] 1277/3060 41% [========================= ] 1278/3060 41% [========================= ] 1279/3060 41% [========================= ] 1280/3060 41% [========================= ] 1281/3060 41% [========================= ] 1282/3060 41% [========================= ] 1283/3060 41% [========================== ] 1284/3060 41% [========================== ] 1285/3060 41% [========================== ] 1286/3060 42% [========================== ] 1287/3060 42% [========================== ] 1288/3060 42% [========================== ] 1289/3060 42% [========================== ] 1290/3060 42% [========================== ] 1291/3060 42% [========================== ] 1292/3060 42% [========================== ] 1293/3060 42% [========================== ] 1294/3060 42% [========================== ] 1295/3060 42% [========================== ] 1296/3060 42% [========================== ] 1297/3060 42% [========================== ] 1298/3060 42% [========================== ] 1299/3060 42% [========================== ] 1300/3060 42% [========================== ] 1301/3060 42% [========================== ] 1302/3060 42% [========================== ] 1303/3060 42% [========================== ] 1304/3060 42% [========================== ] 1305/3060 42% [========================== ] 1306/3060 42% [========================== ] 1307/3060 42% [========================== ] 1308/3060 42% [========================== ] 1309/3060 42% [========================== ] 1310/3060 42% [========================== ] 1311/3060 42% [========================== ] 1312/3060 42% [========================== ] 1313/3060 42% [========================== ] 1314/3060 42% [========================== ] 1315/3060 42% [========================== ] 1316/3060 43% [========================== ] 1317/3060 43% [========================== ] 1318/3060 43% [========================== ] 1319/3060 43% [========================== ] 1320/3060 43% [========================== ] 1321/3060 43% [========================== ] 1322/3060 43% [========================== ] 1323/3060 43% [========================== ] 1324/3060 43% [========================== ] 1325/3060 43% [========================== ] 1326/3060 43% [========================== ] 1327/3060 43% [========================== ] 1328/3060 43% [========================== ] 1329/3060 43% [========================== ] 1330/3060 43% [========================== ] 1331/3060 43% [========================== ] 1332/3060 43% [=========================== ] 1333/3060 43% [=========================== ] 1334/3060 43% [=========================== ] 1335/3060 43% [=========================== ] 1336/3060 43% [=========================== ] 1337/3060 43% [=========================== ] 1338/3060 43% [=========================== ] 1339/3060 43% [=========================== ] 1340/3060 43% [=========================== ] 1341/3060 43% [=========================== ] 1342/3060 43% [=========================== ] 1343/3060 43% [=========================== ] 1344/3060 43% [=========================== ] 1345/3060 43% [=========================== ] 1346/3060 43% [=========================== ] 1347/3060 44% [=========================== ] 1348/3060 44% [=========================== ] 1349/3060 44% [=========================== ] 1350/3060 44% [=========================== ] 1351/3060 44% [=========================== ] 1352/3060 44% [=========================== ] 1353/3060 44% [=========================== ] 1354/3060 44% [=========================== ] 1355/3060 44% [=========================== ] 1356/3060 44% [=========================== ] 1357/3060 44% [=========================== ] 1358/3060 44% [=========================== ] 1359/3060 44% [=========================== ] 1360/3060 44% [=========================== ] 1361/3060 44% [=========================== ] 1362/3060 44% [=========================== ] 1363/3060 44% [=========================== ] 1364/3060 44% [=========================== ] 1365/3060 44% [=========================== ] 1366/3060 44% [=========================== ] 1367/3060 44% [=========================== ] 1368/3060 44% [=========================== ] 1369/3060 44% [=========================== ] 1370/3060 44% [=========================== ] 1371/3060 44% [=========================== ] 1372/3060 44% [=========================== ] 1373/3060 44% [=========================== ] 1374/3060 44% [=========================== ] 1375/3060 44% [=========================== ] 1376/3060 44% [=========================== ] 1377/3060 45% [=========================== ] 1378/3060 45% [=========================== ] 1379/3060 45% [=========================== ] 1380/3060 45% [=========================== ] 1381/3060 45% [============================ ] 1382/3060 45% [============================ ] 1383/3060 45% [============================ ] 1384/3060 45% [============================ ] 1385/3060 45% [============================ ] 1386/3060 45% [============================ ] 1387/3060 45% [============================ ] 1388/3060 45% [============================ ] 1389/3060 45% [============================ ] 1390/3060 45% [============================ ] 1391/3060 45% [============================ ] 1392/3060 45% [============================ ] 1393/3060 45% [============================ ] 1394/3060 45% [============================ ] 1395/3060 45% [============================ ] 1396/3060 45% [============================ ] 1397/3060 45% [============================ ] 1398/3060 45% [============================ ] 1399/3060 45% [============================ ] 1400/3060 45% [============================ ] 1401/3060 45% [============================ ] 1402/3060 45% [============================ ] 1403/3060 45% [============================ ] 1404/3060 45% [============================ ] 1405/3060 45% [============================ ] 1406/3060 45% [============================ ] 1407/3060 45% [============================ ] 1408/3060 46% [============================ ] 1409/3060 46% [============================ ] 1410/3060 46% [============================ ] 1411/3060 46% [============================ ] 1412/3060 46% [============================ ] 1413/3060 46% [============================ ] 1414/3060 46% [============================ ] 1415/3060 46% [============================ ] 1416/3060 46% [============================ ] 1417/3060 46% [============================ ] 1418/3060 46% [============================ ] 1419/3060 46% [============================ ] 1420/3060 46% [============================ ] 1421/3060 46% [============================ ] 1422/3060 46% [============================ ] 1423/3060 46% [============================ ] 1424/3060 46% [============================ ] 1425/3060 46% [============================ ] 1426/3060 46% [============================ ] 1427/3060 46% [============================ ] 1428/3060 46% [============================ ] 1429/3060 46% [============================ ] 1430/3060 46% [============================ ] 1431/3060 46% [============================= ] 1432/3060 46% [============================= ] 1433/3060 46% [============================= ] 1434/3060 46% [============================= ] 1435/3060 46% [============================= ] 1436/3060 46% [============================= ] 1437/3060 46% [============================= ] 1438/3060 46% [============================= ] 1439/3060 47% [============================= ] 1440/3060 47% [============================= ] 1441/3060 47% [============================= ] 1442/3060 47% [============================= ] 1443/3060 47% [============================= ] 1444/3060 47% [============================= ] 1445/3060 47% [============================= ] 1446/3060 47% [============================= ] 1447/3060 47% [============================= ] 1448/3060 47% [============================= ] 1449/3060 47% [============================= ] 1450/3060 47% [============================= ] 1451/3060 47% [============================= ] 1452/3060 47% [============================= ] 1453/3060 47% [============================= ] 1454/3060 47% [============================= ] 1455/3060 47% [============================= ] 1456/3060 47% [============================= ] 1457/3060 47% [============================= ] 1458/3060 47% [============================= ] 1459/3060 47% [============================= ] 1460/3060 47% [============================= ] 1461/3060 47% [============================= ] 1462/3060 47% [============================= ] 1463/3060 47% [============================= ] 1464/3060 47% [============================= ] 1465/3060 47% [============================= ] 1466/3060 47% [============================= ] 1467/3060 47% [============================= ] 1468/3060 47% [============================= ] 1469/3060 48% [============================= ] 1470/3060 48% [============================= ] 1471/3060 48% [============================= ] 1472/3060 48% [============================= ] 1473/3060 48% [============================= ] 1474/3060 48% [============================= ] 1475/3060 48% [============================= ] 1476/3060 48% [============================= ] 1477/3060 48% [============================= ] 1478/3060 48% [============================= ] 1479/3060 48% [============================= ] 1480/3060 48% [============================== ] 1481/3060 48% [============================== ] 1482/3060 48% [============================== ] 1483/3060 48% [============================== ] 1484/3060 48% [============================== ] 1485/3060 48% [============================== ] 1486/3060 48% [============================== ] 1487/3060 48% [============================== ] 1488/3060 48% [============================== ] 1489/3060 48% [============================== ] 1490/3060 48% [============================== ] 1491/3060 48% [============================== ] 1492/3060 48% [============================== ] 1493/3060 48% [============================== ] 1494/3060 48% [============================== ] 1495/3060 48% [============================== ] 1496/3060 48% [============================== ] 1497/3060 48% [============================== ] 1498/3060 48% [============================== ] 1499/3060 48% [============================== ] 1500/3060 49% [============================== ] 1501/3060 49% [============================== ] 1502/3060 49% [============================== ] 1503/3060 49% [============================== ] 1504/3060 49% [============================== ] 1505/3060 49% [============================== ] 1506/3060 49% [============================== ] 1507/3060 49% [============================== ] 1508/3060 49% [============================== ] 1509/3060 49% [============================== ] 1510/3060 49% [============================== ] 1511/3060 49% [============================== ] 1512/3060 49% [============================== ] 1513/3060 49% [============================== ] 1514/3060 49% [============================== ] 1515/3060 49% [============================== ] 1516/3060 49% [============================== ] 1517/3060 49% [============================== ] 1518/3060 49% [============================== ] 1519/3060 49% [============================== ] 1520/3060 49% [============================== ] 1521/3060 49% [============================== ] 1522/3060 49% [============================== ] 1523/3060 49% [============================== ] 1524/3060 49% [============================== ] 1525/3060 49% [============================== ] 1526/3060 49% [============================== ] 1527/3060 49% [============================== ] 1528/3060 49% [============================== ] 1529/3060 49% [=============================== ] 1530/3060 50% [=============================== ] 1531/3060 50% [=============================== ] 1532/3060 50% [=============================== ] 1533/3060 50% [=============================== ] 1534/3060 50% [=============================== ] 1535/3060 50% [=============================== ] 1536/3060 50% [=============================== ] 1537/3060 50% [=============================== ] 1538/3060 50% [=============================== ] 1539/3060 50% [=============================== ] 1540/3060 50% [=============================== ] 1541/3060 50% [=============================== ] 1542/3060 50% [=============================== ] 1543/3060 50% [=============================== ] 1544/3060 50% [=============================== ] 1545/3060 50% [=============================== ] 1546/3060 50% [=============================== ] 1547/3060 50% [=============================== ] 1548/3060 50% [=============================== ] 1549/3060 50% [=============================== ] 1550/3060 50% [=============================== ] 1551/3060 50% [=============================== ] 1552/3060 50% [=============================== ] 1553/3060 50% [=============================== ] 1554/3060 50% [=============================== ] 1555/3060 50% [=============================== ] 1556/3060 50% [=============================== ] 1557/3060 50% [=============================== ] 1558/3060 50% [=============================== ] 1559/3060 50% [=============================== ] 1560/3060 50% [=============================== ] 1561/3060 51% [=============================== ] 1562/3060 51% [=============================== ] 1563/3060 51% [=============================== ] 1564/3060 51% [=============================== ] 1565/3060 51% [=============================== ] 1566/3060 51% [=============================== ] 1567/3060 51% [=============================== ] 1568/3060 51% [=============================== ] 1569/3060 51% [=============================== ] 1570/3060 51% [=============================== ] 1571/3060 51% [=============================== ] 1572/3060 51% [=============================== ] 1573/3060 51% [=============================== ] 1574/3060 51% [=============================== ] 1575/3060 51% [=============================== ] 1576/3060 51% [=============================== ] 1577/3060 51% [=============================== ] 1578/3060 51% [=============================== ] 1579/3060 51% [================================ ] 1580/3060 51% [================================ ] 1581/3060 51% [================================ ] 1582/3060 51% [================================ ] 1583/3060 51% [================================ ] 1584/3060 51% [================================ ] 1585/3060 51% [================================ ] 1586/3060 51% [================================ ] 1587/3060 51% [================================ ] 1588/3060 51% [================================ ] 1589/3060 51% [================================ ] 1590/3060 51% [================================ ] 1591/3060 51% [================================ ] 1592/3060 52% [================================ ] 1593/3060 52% [================================ ] 1594/3060 52% [================================ ] 1595/3060 52% [================================ ] 1596/3060 52% [================================ ] 1597/3060 52% [================================ ] 1598/3060 52% [================================ ] 1599/3060 52% [================================ ] 1600/3060 52% [================================ ] 1601/3060 52% [================================ ] 1602/3060 52% [================================ ] 1603/3060 52% [================================ ] 1604/3060 52% [================================ ] 1605/3060 52% [================================ ] 1606/3060 52% [================================ ] 1607/3060 52% [================================ ] 1608/3060 52% [================================ ] 1609/3060 52% [================================ ] 1610/3060 52% [================================ ] 1611/3060 52% [================================ ] 1612/3060 52% [================================ ] 1613/3060 52% [================================ ] 1614/3060 52% [================================ ] 1615/3060 52% [================================ ] 1616/3060 52% [================================ ] 1617/3060 52% [================================ ] 1618/3060 52% [================================ ] 1619/3060 52% [================================ ] 1620/3060 52% [================================ ] 1621/3060 52% [================================ ] 1622/3060 53% [================================ ] 1623/3060 53% [================================ ] 1624/3060 53% [================================ ] 1625/3060 53% [================================ ] 1626/3060 53% [================================ ] 1627/3060 53% [================================ ] 1628/3060 53% [================================= ] 1629/3060 53% [================================= ] 1630/3060 53% [================================= ] 1631/3060 53% [================================= ] 1632/3060 53% [================================= ] 1633/3060 53% [================================= ] 1634/3060 53% [================================= ] 1635/3060 53% [================================= ] 1636/3060 53% [================================= ] 1637/3060 53% [================================= ] 1638/3060 53% [================================= ] 1639/3060 53% [================================= ] 1640/3060 53% [================================= ] 1641/3060 53% [================================= ] 1642/3060 53% [================================= ] 1643/3060 53% [================================= ] 1644/3060 53% [================================= ] 1645/3060 53% [================================= ] 1646/3060 53% [================================= ] 1647/3060 53% [================================= ] 1648/3060 53% [================================= ] 1649/3060 53% [================================= ] 1650/3060 53% [================================= ] 1651/3060 53% [================================= ] 1652/3060 53% [================================= ] 1653/3060 54% [================================= ] 1654/3060 54% [================================= ] 1655/3060 54% [================================= ] 1656/3060 54% [================================= ] 1657/3060 54% [================================= ] 1658/3060 54% [================================= ] 1659/3060 54% [================================= ] 1660/3060 54% [================================= ] 1661/3060 54% [================================= ] 1662/3060 54% [================================= ] 1663/3060 54% [================================= ] 1664/3060 54% [================================= ] 1665/3060 54% [================================= ] 1666/3060 54% [================================= ] 1667/3060 54% [================================= ] 1668/3060 54% [================================= ] 1669/3060 54% [================================= ] 1670/3060 54% [================================= ] 1671/3060 54% [================================= ] 1672/3060 54% [================================= ] 1673/3060 54% [================================= ] 1674/3060 54% [================================= ] 1675/3060 54% [================================= ] 1676/3060 54% [================================= ] 1677/3060 54% [================================= ] 1678/3060 54% [================================== ] 1679/3060 54% [================================== ] 1680/3060 54% [================================== ] 1681/3060 54% [================================== ] 1682/3060 54% [================================== ] 1683/3060 55% [================================== ] 1684/3060 55% [================================== ] 1685/3060 55% [================================== ] 1686/3060 55% [================================== ] 1687/3060 55% [================================== ] 1688/3060 55% [================================== ] 1689/3060 55% [================================== ] 1690/3060 55% [================================== ] 1691/3060 55% [================================== ] 1692/3060 55% [================================== ] 1693/3060 55% [================================== ] 1694/3060 55% [================================== ] 1695/3060 55% [================================== ] 1696/3060 55% [================================== ] 1697/3060 55% [================================== ] 1698/3060 55% [================================== ] 1699/3060 55% [================================== ] 1700/3060 55% [================================== ] 1701/3060 55% [================================== ] 1702/3060 55% [================================== ] 1703/3060 55% [================================== ] 1704/3060 55% [================================== ] 1705/3060 55% [================================== ] 1706/3060 55% [================================== ] 1707/3060 55% [================================== ] 1708/3060 55% [================================== ] 1709/3060 55% [================================== ] 1710/3060 55% [================================== ] 1711/3060 55% [================================== ] 1712/3060 55% [================================== ] 1713/3060 55% [================================== ] 1714/3060 56% [================================== ] 1715/3060 56% [================================== ] 1716/3060 56% [================================== ] 1717/3060 56% [================================== ] 1718/3060 56% [================================== ] 1719/3060 56% [================================== ] 1720/3060 56% [================================== ] 1721/3060 56% [================================== ] 1722/3060 56% [================================== ] 1723/3060 56% [================================== ] 1724/3060 56% [================================== ] 1725/3060 56% [================================== ] 1726/3060 56% [================================== ] 1727/3060 56% [=================================== ] 1728/3060 56% [=================================== ] 1729/3060 56% [=================================== ] 1730/3060 56% [=================================== ] 1731/3060 56% [=================================== ] 1732/3060 56% [=================================== ] 1733/3060 56% [=================================== ] 1734/3060 56% [=================================== ] 1735/3060 56% [=================================== ] 1736/3060 56% [=================================== ] 1737/3060 56% [=================================== ] 1738/3060 56% [=================================== ] 1739/3060 56% [=================================== ] 1740/3060 56% [=================================== ] 1741/3060 56% [=================================== ] 1742/3060 56% [=================================== ] 1743/3060 56% [=================================== ] 1744/3060 56% [=================================== ] 1745/3060 57% [=================================== ] 1746/3060 57% [=================================== ] 1747/3060 57% [=================================== ] 1748/3060 57% [=================================== ] 1749/3060 57% [=================================== ] 1750/3060 57% [=================================== ] 1751/3060 57% [=================================== ] 1752/3060 57% [=================================== ] 1753/3060 57% [=================================== ] 1754/3060 57% [=================================== ] 1755/3060 57% [=================================== ] 1756/3060 57% [=================================== ] 1757/3060 57% [=================================== ] 1758/3060 57% [=================================== ] 1759/3060 57% [=================================== ] 1760/3060 57% [=================================== ] 1761/3060 57% [=================================== ] 1762/3060 57% [=================================== ] 1763/3060 57% [=================================== ] 1764/3060 57% [=================================== ] 1765/3060 57% [=================================== ] 1766/3060 57% [=================================== ] 1767/3060 57% [=================================== ] 1768/3060 57% [=================================== ] 1769/3060 57% [=================================== ] 1770/3060 57% [=================================== ] 1771/3060 57% [=================================== ] 1772/3060 57% [=================================== ] 1773/3060 57% [=================================== ] 1774/3060 57% [=================================== ] 1775/3060 58% [=================================== ] 1776/3060 58% [==================================== ] 1777/3060 58% [==================================== ] 1778/3060 58% [==================================== ] 1779/3060 58% [==================================== ] 1780/3060 58% [==================================== ] 1781/3060 58% [==================================== ] 1782/3060 58% [==================================== ] 1783/3060 58% [==================================== ] 1784/3060 58% [==================================== ] 1785/3060 58% [==================================== ] 1786/3060 58% [==================================== ] 1787/3060 58% [==================================== ] 1788/3060 58% [==================================== ] 1789/3060 58% [==================================== ] 1790/3060 58% [==================================== ] 1791/3060 58% [==================================== ] 1792/3060 58% [==================================== ] 1793/3060 58% [==================================== ] 1794/3060 58% [==================================== ] 1795/3060 58% [==================================== ] 1796/3060 58% [==================================== ] 1797/3060 58% [==================================== ] 1798/3060 58% [==================================== ] 1799/3060 58% [==================================== ] 1800/3060 58% [==================================== ] 1801/3060 58% [==================================== ] 1802/3060 58% [==================================== ] 1803/3060 58% [==================================== ] 1804/3060 58% [==================================== ] 1805/3060 58% [==================================== ] 1806/3060 59% [==================================== ] 1807/3060 59% [==================================== ] 1808/3060 59% [==================================== ] 1809/3060 59% [==================================== ] 1810/3060 59% [==================================== ] 1811/3060 59% [==================================== ] 1812/3060 59% [==================================== ] 1813/3060 59% [==================================== ] 1814/3060 59% [==================================== ] 1815/3060 59% [==================================== ] 1816/3060 59% [==================================== ] 1817/3060 59% [==================================== ] 1818/3060 59% [==================================== ] 1819/3060 59% [==================================== ] 1820/3060 59% [==================================== ] 1821/3060 59% [==================================== ] 1822/3060 59% [==================================== ] 1823/3060 59% [==================================== ] 1824/3060 59% [==================================== ] 1825/3060 59% [==================================== ] 1826/3060 59% [===================================== ] 1827/3060 59% [===================================== ] 1828/3060 59% [===================================== ] 1829/3060 59% [===================================== ] 1830/3060 59% [===================================== ] 1831/3060 59% [===================================== ] 1832/3060 59% [===================================== ] 1833/3060 59% [===================================== ] 1834/3060 59% [===================================== ] 1835/3060 59% [===================================== ] 1836/3060 60% [===================================== ] 1837/3060 60% [===================================== ] 1838/3060 60% [===================================== ] 1839/3060 60% [===================================== ] 1840/3060 60% [===================================== ] 1841/3060 60% [===================================== ] 1842/3060 60% [===================================== ] 1843/3060 60% [===================================== ] 1844/3060 60% [===================================== ] 1845/3060 60% [===================================== ] 1846/3060 60% [===================================== ] 1847/3060 60% [===================================== ] 1848/3060 60% [===================================== ] 1849/3060 60% [===================================== ] 1850/3060 60% [===================================== ] 1851/3060 60% [===================================== ] 1852/3060 60% [===================================== ] 1853/3060 60% [===================================== ] 1854/3060 60% [===================================== ] 1855/3060 60% [===================================== ] 1856/3060 60% [===================================== ] 1857/3060 60% [===================================== ] 1858/3060 60% [===================================== ] 1859/3060 60% [===================================== ] 1860/3060 60% [===================================== ] 1861/3060 60% [===================================== ] 1862/3060 60% [===================================== ] 1863/3060 60% [===================================== ] 1864/3060 60% [===================================== ] 1865/3060 60% [===================================== ] 1866/3060 60% [===================================== ] 1867/3060 61% [===================================== ] 1868/3060 61% [===================================== ] 1869/3060 61% [===================================== ] 1870/3060 61% [===================================== ] 1871/3060 61% [===================================== ] 1872/3060 61% [===================================== ] 1873/3060 61% [===================================== ] 1874/3060 61% [===================================== ] 1875/3060 61% [====================================== ] 1876/3060 61% [====================================== ] 1877/3060 61% [====================================== ] 1878/3060 61% [====================================== ] 1879/3060 61% [====================================== ] 1880/3060 61% [====================================== ] 1881/3060 61% [====================================== ] 1882/3060 61% [====================================== ] 1883/3060 61% [====================================== ] 1884/3060 61% [====================================== ] 1885/3060 61% [====================================== ] 1886/3060 61% [====================================== ] 1887/3060 61% [====================================== ] 1888/3060 61% [====================================== ] 1889/3060 61% [====================================== ] 1890/3060 61% [====================================== ] 1891/3060 61% [====================================== ] 1892/3060 61% [====================================== ] 1893/3060 61% [====================================== ] 1894/3060 61% [====================================== ] 1895/3060 61% [====================================== ] 1896/3060 61% [====================================== ] 1897/3060 61% [====================================== ] 1898/3060 62% [====================================== ] 1899/3060 62% [====================================== ] 1900/3060 62% [====================================== ] 1901/3060 62% [====================================== ] 1902/3060 62% [====================================== ] 1903/3060 62% [====================================== ] 1904/3060 62% [====================================== ] 1905/3060 62% [====================================== ] 1906/3060 62% [====================================== ] 1907/3060 62% [====================================== ] 1908/3060 62% [====================================== ] 1909/3060 62% [====================================== ] 1910/3060 62% [====================================== ] 1911/3060 62% [====================================== ] 1912/3060 62% [====================================== ] 1913/3060 62% [====================================== ] 1914/3060 62% [====================================== ] 1915/3060 62% [====================================== ] 1916/3060 62% [====================================== ] 1917/3060 62% [====================================== ] 1918/3060 62% [====================================== ] 1919/3060 62% [====================================== ] 1920/3060 62% [====================================== ] 1921/3060 62% [====================================== ] 1922/3060 62% [====================================== ] 1923/3060 62% [====================================== ] 1924/3060 62% [======================================= ] 1925/3060 62% [======================================= ] 1926/3060 62% [======================================= ] 1927/3060 62% [======================================= ] 1928/3060 63% [======================================= ] 1929/3060 63% [======================================= ] 1930/3060 63% [======================================= ] 1931/3060 63% [======================================= ] 1932/3060 63% [======================================= ] 1933/3060 63% [======================================= ] 1934/3060 63% [======================================= ] 1935/3060 63% [======================================= ] 1936/3060 63% [======================================= ] 1937/3060 63% [======================================= ] 1938/3060 63% [======================================= ] 1939/3060 63% [======================================= ] 1940/3060 63% [======================================= ] 1941/3060 63% [======================================= ] 1942/3060 63% [======================================= ] 1943/3060 63% [======================================= ] 1944/3060 63% [======================================= ] 1945/3060 63% [======================================= ] 1946/3060 63% [======================================= ] 1947/3060 63% [======================================= ] 1948/3060 63% [======================================= ] 1949/3060 63% [======================================= ] 1950/3060 63% [======================================= ] 1951/3060 63% [======================================= ] 1952/3060 63% [======================================= ] 1953/3060 63% [======================================= ] 1954/3060 63% [======================================= ] 1955/3060 63% [======================================= ] 1956/3060 63% [======================================= ] 1957/3060 63% [======================================= ] 1958/3060 63% [======================================= ] 1959/3060 64% [======================================= ] 1960/3060 64% [======================================= ] 1961/3060 64% [======================================= ] 1962/3060 64% [======================================= ] 1963/3060 64% [======================================= ] 1964/3060 64% [======================================= ] 1965/3060 64% [======================================= ] 1966/3060 64% [======================================= ] 1967/3060 64% [======================================= ] 1968/3060 64% [======================================= ] 1969/3060 64% [======================================= ] 1970/3060 64% [======================================= ] 1971/3060 64% [======================================= ] 1972/3060 64% [======================================= ] 1973/3060 64% [======================================= ] 1974/3060 64% [======================================== ] 1975/3060 64% [======================================== ] 1976/3060 64% [======================================== ] 1977/3060 64% [======================================== ] 1978/3060 64% [======================================== ] 1979/3060 64% [======================================== ] 1980/3060 64% [======================================== ] 1981/3060 64% [======================================== ] 1982/3060 64% [======================================== ] 1983/3060 64% [======================================== ] 1984/3060 64% [======================================== ] 1985/3060 64% [======================================== ] 1986/3060 64% [======================================== ] 1987/3060 64% [======================================== ] 1988/3060 64% [======================================== ] 1989/3060 65% [======================================== ] 1990/3060 65% [======================================== ] 1991/3060 65% [======================================== ] 1992/3060 65% [======================================== ] 1993/3060 65% [======================================== ] 1994/3060 65% [======================================== ] 1995/3060 65% [======================================== ] 1996/3060 65% [======================================== ] 1997/3060 65% [======================================== ] 1998/3060 65% [======================================== ] 1999/3060 65% [======================================== ] 2000/3060 65% [======================================== ] 2001/3060 65% [======================================== ] 2002/3060 65% [======================================== ] 2003/3060 65% [======================================== ] 2004/3060 65% [======================================== ] 2005/3060 65% [======================================== ] 2006/3060 65% [======================================== ] 2007/3060 65% [======================================== ] 2008/3060 65% [======================================== ] 2009/3060 65% [======================================== ] 2010/3060 65% [======================================== ] 2011/3060 65% [======================================== ] 2012/3060 65% [======================================== ] 2013/3060 65% [======================================== ] 2014/3060 65% [======================================== ] 2015/3060 65% [======================================== ] 2016/3060 65% [======================================== ] 2017/3060 65% [======================================== ] 2018/3060 65% [======================================== ] 2019/3060 65% [======================================== ] 2020/3060 66% [======================================== ] 2021/3060 66% [======================================== ] 2022/3060 66% [======================================== ] 2023/3060 66% [========================================= ] 2024/3060 66% [========================================= ] 2025/3060 66% [========================================= ] 2026/3060 66% [========================================= ] 2027/3060 66% [========================================= ] 2028/3060 66% [========================================= ] 2029/3060 66% [========================================= ] 2030/3060 66% [========================================= ] 2031/3060 66% [========================================= ] 2032/3060 66% [========================================= ] 2033/3060 66% [========================================= ] 2034/3060 66% [========================================= ] 2035/3060 66% [========================================= ] 2036/3060 66% [========================================= ] 2037/3060 66% [========================================= ] 2038/3060 66% [========================================= ] 2039/3060 66% [========================================= ] 2040/3060 66% [========================================= ] 2041/3060 66% [========================================= ] 2042/3060 66% [========================================= ] 2043/3060 66% [========================================= ] 2044/3060 66% [========================================= ] 2045/3060 66% [========================================= ] 2046/3060 66% [========================================= ] 2047/3060 66% [========================================= ] 2048/3060 66% [========================================= ] 2049/3060 66% [========================================= ] 2050/3060 66% [========================================= ] 2051/3060 67% [========================================= ] 2052/3060 67% [========================================= ] 2053/3060 67% [========================================= ] 2054/3060 67% [========================================= ] 2055/3060 67% [========================================= ] 2056/3060 67% [========================================= ] 2057/3060 67% [========================================= ] 2058/3060 67% [========================================= ] 2059/3060 67% [========================================= ] 2060/3060 67% [========================================= ] 2061/3060 67% [========================================= ] 2062/3060 67% [========================================= ] 2063/3060 67% [========================================= ] 2064/3060 67% [========================================= ] 2065/3060 67% [========================================= ] 2066/3060 67% [========================================= ] 2067/3060 67% [========================================= ] 2068/3060 67% [========================================= ] 2069/3060 67% [========================================= ] 2070/3060 67% [========================================= ] 2071/3060 67% [========================================= ] 2072/3060 67% [========================================== ] 2073/3060 67% [========================================== ] 2074/3060 67% [========================================== ] 2075/3060 67% [========================================== ] 2076/3060 67% [========================================== ] 2077/3060 67% [========================================== ] 2078/3060 67% [========================================== ] 2079/3060 67% [========================================== ] 2080/3060 67% [========================================== ] 2081/3060 68% [========================================== ] 2082/3060 68% [========================================== ] 2083/3060 68% [========================================== ] 2084/3060 68% [========================================== ] 2085/3060 68% [========================================== ] 2086/3060 68% [========================================== ] 2087/3060 68% [========================================== ] 2088/3060 68% [========================================== ] 2089/3060 68% [========================================== ] 2090/3060 68% [========================================== ] 2091/3060 68% [========================================== ] 2092/3060 68% [========================================== ] 2093/3060 68% [========================================== ] 2094/3060 68% [========================================== ] 2095/3060 68% [========================================== ] 2096/3060 68% [========================================== ] 2097/3060 68% [========================================== ] 2098/3060 68% [========================================== ] 2099/3060 68% [========================================== ] 2100/3060 68% [========================================== ] 2101/3060 68% [========================================== ] 2102/3060 68% [========================================== ] 2103/3060 68% [========================================== ] 2104/3060 68% [========================================== ] 2105/3060 68% [========================================== ] 2106/3060 68% [========================================== ] 2107/3060 68% [========================================== ] 2108/3060 68% [========================================== ] 2109/3060 68% [========================================== ] 2110/3060 68% [========================================== ] 2111/3060 68% [========================================== ] 2112/3060 69% [========================================== ] 2113/3060 69% [========================================== ] 2114/3060 69% [========================================== ] 2115/3060 69% [========================================== ] 2116/3060 69% [========================================== ] 2117/3060 69% [========================================== ] 2118/3060 69% [========================================== ] 2119/3060 69% [========================================== ] 2120/3060 69% [========================================== ] 2121/3060 69% [========================================== ] 2122/3060 69% [=========================================== ] 2123/3060 69% [=========================================== ] 2124/3060 69% [=========================================== ] 2125/3060 69% [=========================================== ] 2126/3060 69% [=========================================== ] 2127/3060 69% [=========================================== ] 2128/3060 69% [=========================================== ] 2129/3060 69% [=========================================== ] 2130/3060 69% [=========================================== ] 2131/3060 69% [=========================================== ] 2132/3060 69% [=========================================== ] 2133/3060 69% [=========================================== ] 2134/3060 69% [=========================================== ] 2135/3060 69% [=========================================== ] 2136/3060 69% [=========================================== ] 2137/3060 69% [=========================================== ] 2138/3060 69% [=========================================== ] 2139/3060 69% [=========================================== ] 2140/3060 69% [=========================================== ] 2141/3060 69% [=========================================== ] 2142/3060 70% [=========================================== ] 2143/3060 70% [=========================================== ] 2144/3060 70% [=========================================== ] 2145/3060 70% [=========================================== ] 2146/3060 70% [=========================================== ] 2147/3060 70% [=========================================== ] 2148/3060 70% [=========================================== ] 2149/3060 70% [=========================================== ] 2150/3060 70% [=========================================== ] 2151/3060 70% [=========================================== ] 2152/3060 70% [=========================================== ] 2153/3060 70% [=========================================== ] 2154/3060 70% [=========================================== ] 2155/3060 70% [=========================================== ] 2156/3060 70% [=========================================== ] 2157/3060 70% [=========================================== ] 2158/3060 70% [=========================================== ] 2159/3060 70% [=========================================== ] 2160/3060 70% [=========================================== ] 2161/3060 70% [=========================================== ] 2162/3060 70% [=========================================== ] 2163/3060 70% [=========================================== ] 2164/3060 70% [=========================================== ] 2165/3060 70% [=========================================== ] 2166/3060 70% [=========================================== ] 2167/3060 70% [=========================================== ] 2168/3060 70% [=========================================== ] 2169/3060 70% [=========================================== ] 2170/3060 70% [=========================================== ] 2171/3060 70% [============================================ ] 2172/3060 70% [============================================ ] 2173/3060 71% [============================================ ] 2174/3060 71% [============================================ ] 2175/3060 71% [============================================ ] 2176/3060 71% [============================================ ] 2177/3060 71% [============================================ ] 2178/3060 71% [============================================ ] 2179/3060 71% [============================================ ] 2180/3060 71% [============================================ ] 2181/3060 71% [============================================ ] 2182/3060 71% [============================================ ] 2183/3060 71% [============================================ ] 2184/3060 71% [============================================ ] 2185/3060 71% [============================================ ] 2186/3060 71% [============================================ ] 2187/3060 71% [============================================ ] 2188/3060 71% [============================================ ] 2189/3060 71% [============================================ ] 2190/3060 71% [============================================ ] 2191/3060 71% [============================================ ] 2192/3060 71% [============================================ ] 2193/3060 71% [============================================ ] 2194/3060 71% [============================================ ] 2195/3060 71% [============================================ ] 2196/3060 71% [============================================ ] 2197/3060 71% [============================================ ] 2198/3060 71% [============================================ ] 2199/3060 71% [============================================ ] 2200/3060 71% [============================================ ] 2201/3060 71% [============================================ ] 2202/3060 71% [============================================ ] 2203/3060 71% [============================================ ] 2204/3060 72% [============================================ ] 2205/3060 72% [============================================ ] 2206/3060 72% [============================================ ] 2207/3060 72% [============================================ ] 2208/3060 72% [============================================ ] 2209/3060 72% [============================================ ] 2210/3060 72% [============================================ ] 2211/3060 72% [============================================ ] 2212/3060 72% [============================================ ] 2213/3060 72% [============================================ ] 2214/3060 72% [============================================ ] 2215/3060 72% [============================================ ] 2216/3060 72% [============================================ ] 2217/3060 72% [============================================ ] 2218/3060 72% [============================================ ] 2219/3060 72% [============================================ ] 2220/3060 72% [============================================= ] 2221/3060 72% [============================================= ] 2222/3060 72% [============================================= ] 2223/3060 72% [============================================= ] 2224/3060 72% [============================================= ] 2225/3060 72% [============================================= ] 2226/3060 72% [============================================= ] 2227/3060 72% [============================================= ] 2228/3060 72% [============================================= ] 2229/3060 72% [============================================= ] 2230/3060 72% [============================================= ] 2231/3060 72% [============================================= ] 2232/3060 72% [============================================= ] 2233/3060 72% [============================================= ] 2234/3060 73% [============================================= ] 2235/3060 73% [============================================= ] 2236/3060 73% [============================================= ] 2237/3060 73% [============================================= ] 2238/3060 73% [============================================= ] 2239/3060 73% [============================================= ] 2240/3060 73% [============================================= ] 2241/3060 73% [============================================= ] 2242/3060 73% [============================================= ] 2243/3060 73% [============================================= ] 2244/3060 73% [============================================= ] 2245/3060 73% [============================================= ] 2246/3060 73% [============================================= ] 2247/3060 73% [============================================= ] 2248/3060 73% [============================================= ] 2249/3060 73% [============================================= ] 2250/3060 73% [============================================= ] 2251/3060 73% [============================================= ] 2252/3060 73% [============================================= ] 2253/3060 73% [============================================= ] 2254/3060 73% [============================================= ] 2255/3060 73% [============================================= ] 2256/3060 73% [============================================= ] 2257/3060 73% [============================================= ] 2258/3060 73% [============================================= ] 2259/3060 73% [============================================= ] 2260/3060 73% [============================================= ] 2261/3060 73% [============================================= ] 2262/3060 73% [============================================= ] 2263/3060 73% [============================================= ] 2264/3060 73% [============================================= ] 2265/3060 74% [============================================= ] 2266/3060 74% [============================================= ] 2267/3060 74% [============================================= ] 2268/3060 74% [============================================= ] 2269/3060 74% [============================================= ] 2270/3060 74% [============================================== ] 2271/3060 74% [============================================== ] 2272/3060 74% [============================================== ] 2273/3060 74% [============================================== ] 2274/3060 74% [============================================== ] 2275/3060 74% [============================================== ] 2276/3060 74% [============================================== ] 2277/3060 74% [============================================== ] 2278/3060 74% [============================================== ] 2279/3060 74% [============================================== ] 2280/3060 74% [============================================== ] 2281/3060 74% [============================================== ] 2282/3060 74% [============================================== ] 2283/3060 74% [============================================== ] 2284/3060 74% [============================================== ] 2285/3060 74% [============================================== ] 2286/3060 74% [============================================== ] 2287/3060 74% [============================================== ] 2288/3060 74% [============================================== ] 2289/3060 74% [============================================== ] 2290/3060 74% [============================================== ] 2291/3060 74% [============================================== ] 2292/3060 74% [============================================== ] 2293/3060 74% [============================================== ] 2294/3060 74% [============================================== ] 2295/3060 75% [============================================== ] 2296/3060 75% [============================================== ] 2297/3060 75% [============================================== ] 2298/3060 75% [============================================== ] 2299/3060 75% [============================================== ] 2300/3060 75% [============================================== ] 2301/3060 75% [============================================== ] 2302/3060 75% [============================================== ] 2303/3060 75% [============================================== ] 2304/3060 75% [============================================== ] 2305/3060 75% [============================================== ] 2306/3060 75% [============================================== ] 2307/3060 75% [============================================== ] 2308/3060 75% [============================================== ] 2309/3060 75% [============================================== ] 2310/3060 75% [============================================== ] 2311/3060 75% [============================================== ] 2312/3060 75% [============================================== ] 2313/3060 75% [============================================== ] 2314/3060 75% [============================================== ] 2315/3060 75% [============================================== ] 2316/3060 75% [============================================== ] 2317/3060 75% [============================================== ] 2318/3060 75% [============================================== ] 2319/3060 75% [=============================================== ] 2320/3060 75% [=============================================== ] 2321/3060 75% [=============================================== ] 2322/3060 75% [=============================================== ] 2323/3060 75% [=============================================== ] 2324/3060 75% [=============================================== ] 2325/3060 75% [=============================================== ] 2326/3060 76% [=============================================== ] 2327/3060 76% [=============================================== ] 2328/3060 76% [=============================================== ] 2329/3060 76% [=============================================== ] 2330/3060 76% [=============================================== ] 2331/3060 76% [=============================================== ] 2332/3060 76% [=============================================== ] 2333/3060 76% [=============================================== ] 2334/3060 76% [=============================================== ] 2335/3060 76% [=============================================== ] 2336/3060 76% [=============================================== ] 2337/3060 76% [=============================================== ] 2338/3060 76% [=============================================== ] 2339/3060 76% [=============================================== ] 2340/3060 76% [=============================================== ] 2341/3060 76% [=============================================== ] 2342/3060 76% [=============================================== ] 2343/3060 76% [=============================================== ] 2344/3060 76% [=============================================== ] 2345/3060 76% [=============================================== ] 2346/3060 76% [=============================================== ] 2347/3060 76% [=============================================== ] 2348/3060 76% [=============================================== ] 2349/3060 76% [=============================================== ] 2350/3060 76% [=============================================== ] 2351/3060 76% [=============================================== ] 2352/3060 76% [=============================================== ] 2353/3060 76% [=============================================== ] 2354/3060 76% [=============================================== ] 2355/3060 76% [=============================================== ] 2356/3060 76% [=============================================== ] 2357/3060 77% [=============================================== ] 2358/3060 77% [=============================================== ] 2359/3060 77% [=============================================== ] 2360/3060 77% [=============================================== ] 2361/3060 77% [=============================================== ] 2362/3060 77% [=============================================== ] 2363/3060 77% [=============================================== ] 2364/3060 77% [=============================================== ] 2365/3060 77% [=============================================== ] 2366/3060 77% [=============================================== ] 2367/3060 77% [=============================================== ] 2368/3060 77% [=============================================== ] 2369/3060 77% [================================================ ] 2370/3060 77% [================================================ ] 2371/3060 77% [================================================ ] 2372/3060 77% [================================================ ] 2373/3060 77% [================================================ ] 2374/3060 77% [================================================ ] 2375/3060 77% [================================================ ] 2376/3060 77% [================================================ ] 2377/3060 77% [================================================ ] 2378/3060 77% [================================================ ] 2379/3060 77% [================================================ ] 2380/3060 77% [================================================ ] 2381/3060 77% [================================================ ] 2382/3060 77% [================================================ ] 2383/3060 77% [================================================ ] 2384/3060 77% [================================================ ] 2385/3060 77% [================================================ ] 2386/3060 77% [================================================ ] 2387/3060 78% [================================================ ] 2388/3060 78% [================================================ ] 2389/3060 78% [================================================ ] 2390/3060 78% [================================================ ] 2391/3060 78% [================================================ ] 2392/3060 78% [================================================ ] 2393/3060 78% [================================================ ] 2394/3060 78% [================================================ ] 2395/3060 78% [================================================ ] 2396/3060 78% [================================================ ] 2397/3060 78% [================================================ ] 2398/3060 78% [================================================ ] 2399/3060 78% [================================================ ] 2400/3060 78% [================================================ ] 2401/3060 78% [================================================ ] 2402/3060 78% [================================================ ] 2403/3060 78% [================================================ ] 2404/3060 78% [================================================ ] 2405/3060 78% [================================================ ] 2406/3060 78% [================================================ ] 2407/3060 78% [================================================ ] 2408/3060 78% [================================================ ] 2409/3060 78% [================================================ ] 2410/3060 78% [================================================ ] 2411/3060 78% [================================================ ] 2412/3060 78% [================================================ ] 2413/3060 78% [================================================ ] 2414/3060 78% [================================================ ] 2415/3060 78% [================================================ ] 2416/3060 78% [================================================ ] 2417/3060 78% [================================================ ] 2418/3060 79% [================================================= ] 2419/3060 79% [================================================= ] 2420/3060 79% [================================================= ] 2421/3060 79% [================================================= ] 2422/3060 79% [================================================= ] 2423/3060 79% [================================================= ] 2424/3060 79% [================================================= ] 2425/3060 79% [================================================= ] 2426/3060 79% [================================================= ] 2427/3060 79% [================================================= ] 2428/3060 79% [================================================= ] 2429/3060 79% [================================================= ] 2430/3060 79% [================================================= ] 2431/3060 79% [================================================= ] 2432/3060 79% [================================================= ] 2433/3060 79% [================================================= ] 2434/3060 79% [================================================= ] 2435/3060 79% [================================================= ] 2436/3060 79% [================================================= ] 2437/3060 79% [================================================= ] 2438/3060 79% [================================================= ] 2439/3060 79% [================================================= ] 2440/3060 79% [================================================= ] 2441/3060 79% [================================================= ] 2442/3060 79% [================================================= ] 2443/3060 79% [================================================= ] 2444/3060 79% [================================================= ] 2445/3060 79% [================================================= ] 2446/3060 79% [================================================= ] 2447/3060 79% [================================================= ] 2448/3060 80% [================================================= ] 2449/3060 80% [================================================= ] 2450/3060 80% [================================================= ] 2451/3060 80% [================================================= ] 2452/3060 80% [================================================= ] 2453/3060 80% [================================================= ] 2454/3060 80% [================================================= ] 2455/3060 80% [================================================= ] 2456/3060 80% [================================================= ] 2457/3060 80% [================================================= ] 2458/3060 80% [================================================= ] 2459/3060 80% [================================================= ] 2460/3060 80% [================================================= ] 2461/3060 80% [================================================= ] 2462/3060 80% [================================================= ] 2463/3060 80% [================================================= ] 2464/3060 80% [================================================= ] 2465/3060 80% [================================================= ] 2466/3060 80% [================================================= ] 2467/3060 80% [================================================== ] 2468/3060 80% [================================================== ] 2469/3060 80% [================================================== ] 2470/3060 80% [================================================== ] 2471/3060 80% [================================================== ] 2472/3060 80% [================================================== ] 2473/3060 80% [================================================== ] 2474/3060 80% [================================================== ] 2475/3060 80% [================================================== ] 2476/3060 80% [================================================== ] 2477/3060 80% [================================================== ] 2478/3060 80% [================================================== ] 2479/3060 81% [================================================== ] 2480/3060 81% [================================================== ] 2481/3060 81% [================================================== ] 2482/3060 81% [================================================== ] 2483/3060 81% [================================================== ] 2484/3060 81% [================================================== ] 2485/3060 81% [================================================== ] 2486/3060 81% [================================================== ] 2487/3060 81% [================================================== ] 2488/3060 81% [================================================== ] 2489/3060 81% [================================================== ] 2490/3060 81% [================================================== ] 2491/3060 81% [================================================== ] 2492/3060 81% [================================================== ] 2493/3060 81% [================================================== ] 2494/3060 81% [================================================== ] 2495/3060 81% [================================================== ] 2496/3060 81% [================================================== ] 2497/3060 81% [================================================== ] 2498/3060 81% [================================================== ] 2499/3060 81% [================================================== ] 2500/3060 81% [================================================== ] 2501/3060 81% [================================================== ] 2502/3060 81% [================================================== ] 2503/3060 81% [================================================== ] 2504/3060 81% [================================================== ] 2505/3060 81% [================================================== ] 2506/3060 81% [================================================== ] 2507/3060 81% [================================================== ] 2508/3060 81% [================================================== ] 2509/3060 81% [================================================== ] 2510/3060 82% [================================================== ] 2511/3060 82% [================================================== ] 2512/3060 82% [================================================== ] 2513/3060 82% [================================================== ] 2514/3060 82% [================================================== ] 2515/3060 82% [================================================== ] 2516/3060 82% [================================================== ] 2517/3060 82% [=================================================== ] 2518/3060 82% [=================================================== ] 2519/3060 82% [=================================================== ] 2520/3060 82% [=================================================== ] 2521/3060 82% [=================================================== ] 2522/3060 82% [=================================================== ] 2523/3060 82% [=================================================== ] 2524/3060 82% [=================================================== ] 2525/3060 82% [=================================================== ] 2526/3060 82% [=================================================== ] 2527/3060 82% [=================================================== ] 2528/3060 82% [=================================================== ] 2529/3060 82% [=================================================== ] 2530/3060 82% [=================================================== ] 2531/3060 82% [=================================================== ] 2532/3060 82% [=================================================== ] 2533/3060 82% [=================================================== ] 2534/3060 82% [=================================================== ] 2535/3060 82% [=================================================== ] 2536/3060 82% [=================================================== ] 2537/3060 82% [=================================================== ] 2538/3060 82% [=================================================== ] 2539/3060 82% [=================================================== ] 2540/3060 83% [=================================================== ] 2541/3060 83% [=================================================== ] 2542/3060 83% [=================================================== ] 2543/3060 83% [=================================================== ] 2544/3060 83% [=================================================== ] 2545/3060 83% [=================================================== ] 2546/3060 83% [=================================================== ] 2547/3060 83% [=================================================== ] 2548/3060 83% [=================================================== ] 2549/3060 83% [=================================================== ] 2550/3060 83% [=================================================== ] 2551/3060 83% [=================================================== ] 2552/3060 83% [=================================================== ] 2553/3060 83% [=================================================== ] 2554/3060 83% [=================================================== ] 2555/3060 83% [=================================================== ] 2556/3060 83% [=================================================== ] 2557/3060 83% [=================================================== ] 2558/3060 83% [=================================================== ] 2559/3060 83% [=================================================== ] 2560/3060 83% [=================================================== ] 2561/3060 83% [=================================================== ] 2562/3060 83% [=================================================== ] 2563/3060 83% [=================================================== ] 2564/3060 83% [=================================================== ] 2565/3060 83% [=================================================== ] 2566/3060 83% [==================================================== ] 2567/3060 83% [==================================================== ] 2568/3060 83% [==================================================== ] 2569/3060 83% [==================================================== ] 2570/3060 83% [==================================================== ] 2571/3060 84% [==================================================== ] 2572/3060 84% [==================================================== ] 2573/3060 84% [==================================================== ] 2574/3060 84% [==================================================== ] 2575/3060 84% [==================================================== ] 2576/3060 84% [==================================================== ] 2577/3060 84% [==================================================== ] 2578/3060 84% [==================================================== ] 2579/3060 84% [==================================================== ] 2580/3060 84% [==================================================== ] 2581/3060 84% [==================================================== ] 2582/3060 84% [==================================================== ] 2583/3060 84% [==================================================== ] 2584/3060 84% [==================================================== ] 2585/3060 84% [==================================================== ] 2586/3060 84% [==================================================== ] 2587/3060 84% [==================================================== ] 2588/3060 84% [==================================================== ] 2589/3060 84% [==================================================== ] 2590/3060 84% [==================================================== ] 2591/3060 84% [==================================================== ] 2592/3060 84% [==================================================== ] 2593/3060 84% [==================================================== ] 2594/3060 84% [==================================================== ] 2595/3060 84% [==================================================== ] 2596/3060 84% [==================================================== ] 2597/3060 84% [==================================================== ] 2598/3060 84% [==================================================== ] 2599/3060 84% [==================================================== ] 2600/3060 84% [==================================================== ] 2601/3060 85% [==================================================== ] 2602/3060 85% [==================================================== ] 2603/3060 85% [==================================================== ] 2604/3060 85% [==================================================== ] 2605/3060 85% [==================================================== ] 2606/3060 85% [==================================================== ] 2607/3060 85% [==================================================== ] 2608/3060 85% [==================================================== ] 2609/3060 85% [==================================================== ] 2610/3060 85% [==================================================== ] 2611/3060 85% [==================================================== ] 2612/3060 85% [==================================================== ] 2613/3060 85% [==================================================== ] 2614/3060 85% [==================================================== ] 2615/3060 85% [===================================================== ] 2616/3060 85% [===================================================== ] 2617/3060 85% [===================================================== ] 2618/3060 85% [===================================================== ] 2619/3060 85% [===================================================== ] 2620/3060 85% [===================================================== ] 2621/3060 85% [===================================================== ] 2622/3060 85% [===================================================== ] 2623/3060 85% [===================================================== ] 2624/3060 85% [===================================================== ] 2625/3060 85% [===================================================== ] 2626/3060 85% [===================================================== ] 2627/3060 85% [===================================================== ] 2628/3060 85% [===================================================== ] 2629/3060 85% [===================================================== ] 2630/3060 85% [===================================================== ] 2631/3060 85% [===================================================== ] 2632/3060 86% [===================================================== ] 2633/3060 86% [===================================================== ] 2634/3060 86% [===================================================== ] 2635/3060 86% [===================================================== ] 2636/3060 86% [===================================================== ] 2637/3060 86% [===================================================== ] 2638/3060 86% [===================================================== ] 2639/3060 86% [===================================================== ] 2640/3060 86% [===================================================== ] 2641/3060 86% [===================================================== ] 2642/3060 86% [===================================================== ] 2643/3060 86% [===================================================== ] 2644/3060 86% [===================================================== ] 2645/3060 86% [===================================================== ] 2646/3060 86% [===================================================== ] 2647/3060 86% [===================================================== ] 2648/3060 86% [===================================================== ] 2649/3060 86% [===================================================== ] 2650/3060 86% [===================================================== ] 2651/3060 86% [===================================================== ] 2652/3060 86% [===================================================== ] 2653/3060 86% [===================================================== ] 2654/3060 86% [===================================================== ] 2655/3060 86% [===================================================== ] 2656/3060 86% [===================================================== ] 2657/3060 86% [===================================================== ] 2658/3060 86% [===================================================== ] 2659/3060 86% [===================================================== ] 2660/3060 86% [===================================================== ] 2661/3060 86% [===================================================== ] 2662/3060 86% [===================================================== ] 2663/3060 87% [===================================================== ] 2664/3060 87% [===================================================== ] 2665/3060 87% [====================================================== ] 2666/3060 87% [====================================================== ] 2667/3060 87% [====================================================== ] 2668/3060 87% [====================================================== ] 2669/3060 87% [====================================================== ] 2670/3060 87% [====================================================== ] 2671/3060 87% [====================================================== ] 2672/3060 87% [====================================================== ] 2673/3060 87% [====================================================== ] 2674/3060 87% [====================================================== ] 2675/3060 87% [====================================================== ] 2676/3060 87% [====================================================== ] 2677/3060 87% [====================================================== ] 2678/3060 87% [====================================================== ] 2679/3060 87% [====================================================== ] 2680/3060 87% [====================================================== ] 2681/3060 87% [====================================================== ] 2682/3060 87% [====================================================== ] 2683/3060 87% [====================================================== ] 2684/3060 87% [====================================================== ] 2685/3060 87% [====================================================== ] 2686/3060 87% [====================================================== ] 2687/3060 87% [====================================================== ] 2688/3060 87% [====================================================== ] 2689/3060 87% [====================================================== ] 2690/3060 87% [====================================================== ] 2691/3060 87% [====================================================== ] 2692/3060 87% [====================================================== ] 2693/3060 88% [====================================================== ] 2694/3060 88% [====================================================== ] 2695/3060 88% [====================================================== ] 2696/3060 88% [====================================================== ] 2697/3060 88% [====================================================== ] 2698/3060 88% [====================================================== ] 2699/3060 88% [====================================================== ] 2700/3060 88% [====================================================== ] 2701/3060 88% [====================================================== ] 2702/3060 88% [====================================================== ] 2703/3060 88% [====================================================== ] 2704/3060 88% [====================================================== ] 2705/3060 88% [====================================================== ] 2706/3060 88% [====================================================== ] 2707/3060 88% [====================================================== ] 2708/3060 88% [====================================================== ] 2709/3060 88% [====================================================== ] 2710/3060 88% [====================================================== ] 2711/3060 88% [====================================================== ] 2712/3060 88% [====================================================== ] 2713/3060 88% [====================================================== ] 2714/3060 88% [======================================================= ] 2715/3060 88% [======================================================= ] 2716/3060 88% [======================================================= ] 2717/3060 88% [======================================================= ] 2718/3060 88% [======================================================= ] 2719/3060 88% [======================================================= ] 2720/3060 88% [======================================================= ] 2721/3060 88% [======================================================= ] 2722/3060 88% [======================================================= ] 2723/3060 88% [======================================================= ] 2724/3060 89% [======================================================= ] 2725/3060 89% [======================================================= ] 2726/3060 89% [======================================================= ] 2727/3060 89% [======================================================= ] 2728/3060 89% [======================================================= ] 2729/3060 89% [======================================================= ] 2730/3060 89% [======================================================= ] 2731/3060 89% [======================================================= ] 2732/3060 89% [======================================================= ] 2733/3060 89% [======================================================= ] 2734/3060 89% [======================================================= ] 2735/3060 89% [======================================================= ] 2736/3060 89% [======================================================= ] 2737/3060 89% [======================================================= ] 2738/3060 89% [======================================================= ] 2739/3060 89% [======================================================= ] 2740/3060 89% [======================================================= ] 2741/3060 89% [======================================================= ] 2742/3060 89% [======================================================= ] 2743/3060 89% [======================================================= ] 2744/3060 89% [======================================================= ] 2745/3060 89% [======================================================= ] 2746/3060 89% [======================================================= ] 2747/3060 89% [======================================================= ] 2748/3060 89% [======================================================= ] 2749/3060 89% [======================================================= ] 2750/3060 89% [======================================================= ] 2751/3060 89% [======================================================= ] 2752/3060 89% [======================================================= ] 2753/3060 89% [======================================================= ] 2754/3060 90% [======================================================= ] 2755/3060 90% [======================================================= ] 2756/3060 90% [======================================================= ] 2757/3060 90% [======================================================= ] 2758/3060 90% [======================================================= ] 2759/3060 90% [======================================================= ] 2760/3060 90% [======================================================= ] 2761/3060 90% [======================================================= ] 2762/3060 90% [======================================================= ] 2763/3060 90% [======================================================== ] 2764/3060 90% [======================================================== ] 2765/3060 90% [======================================================== ] 2766/3060 90% [======================================================== ] 2767/3060 90% [======================================================== ] 2768/3060 90% [======================================================== ] 2769/3060 90% [======================================================== ] 2770/3060 90% [======================================================== ] 2771/3060 90% [======================================================== ] 2772/3060 90% [======================================================== ] 2773/3060 90% [======================================================== ] 2774/3060 90% [======================================================== ] 2775/3060 90% [======================================================== ] 2776/3060 90% [======================================================== ] 2777/3060 90% [======================================================== ] 2778/3060 90% [======================================================== ] 2779/3060 90% [======================================================== ] 2780/3060 90% [======================================================== ] 2781/3060 90% [======================================================== ] 2782/3060 90% [======================================================== ] 2783/3060 90% [======================================================== ] 2784/3060 90% [======================================================== ] 2785/3060 91% [======================================================== ] 2786/3060 91% [======================================================== ] 2787/3060 91% [======================================================== ] 2788/3060 91% [======================================================== ] 2789/3060 91% [======================================================== ] 2790/3060 91% [======================================================== ] 2791/3060 91% [======================================================== ] 2792/3060 91% [======================================================== ] 2793/3060 91% [======================================================== ] 2794/3060 91% [======================================================== ] 2795/3060 91% [======================================================== ] 2796/3060 91% [======================================================== ] 2797/3060 91% [======================================================== ] 2798/3060 91% [======================================================== ] 2799/3060 91% [======================================================== ] 2800/3060 91% [======================================================== ] 2801/3060 91% [======================================================== ] 2802/3060 91% [======================================================== ] 2803/3060 91% [======================================================== ] 2804/3060 91% [======================================================== ] 2805/3060 91% [======================================================== ] 2806/3060 91% [======================================================== ] 2807/3060 91% [======================================================== ] 2808/3060 91% [======================================================== ] 2809/3060 91% [======================================================== ] 2810/3060 91% [======================================================== ] 2811/3060 91% [======================================================== ] 2812/3060 91% [======================================================== ] 2813/3060 91% [========================================================= ] 2814/3060 91% [========================================================= ] 2815/3060 91% [========================================================= ] 2816/3060 92% [========================================================= ] 2817/3060 92% [========================================================= ] 2818/3060 92% [========================================================= ] 2819/3060 92% [========================================================= ] 2820/3060 92% [========================================================= ] 2821/3060 92% [========================================================= ] 2822/3060 92% [========================================================= ] 2823/3060 92% [========================================================= ] 2824/3060 92% [========================================================= ] 2825/3060 92% [========================================================= ] 2826/3060 92% [========================================================= ] 2827/3060 92% [========================================================= ] 2828/3060 92% [========================================================= ] 2829/3060 92% [========================================================= ] 2830/3060 92% [========================================================= ] 2831/3060 92% [========================================================= ] 2832/3060 92% [========================================================= ] 2833/3060 92% [========================================================= ] 2834/3060 92% [========================================================= ] 2835/3060 92% [========================================================= ] 2836/3060 92% [========================================================= ] 2837/3060 92% [========================================================= ] 2838/3060 92% [========================================================= ] 2839/3060 92% [========================================================= ] 2840/3060 92% [========================================================= ] 2841/3060 92% [========================================================= ] 2842/3060 92% [========================================================= ] 2843/3060 92% [========================================================= ] 2844/3060 92% [========================================================= ] 2845/3060 92% [========================================================= ] 2846/3060 93% [========================================================= ] 2847/3060 93% [========================================================= ] 2848/3060 93% [========================================================= ] 2849/3060 93% [========================================================= ] 2850/3060 93% [========================================================= ] 2851/3060 93% [========================================================= ] 2852/3060 93% [========================================================= ] 2853/3060 93% [========================================================= ] 2854/3060 93% [========================================================= ] 2855/3060 93% [========================================================= ] 2856/3060 93% [========================================================= ] 2857/3060 93% [========================================================= ] 2858/3060 93% [========================================================= ] 2859/3060 93% [========================================================= ] 2860/3060 93% [========================================================= ] 2861/3060 93% [========================================================= ] 2862/3060 93% [========================================================== ] 2863/3060 93% [========================================================== ] 2864/3060 93% [========================================================== ] 2865/3060 93% [========================================================== ] 2866/3060 93% [========================================================== ] 2867/3060 93% [========================================================== ] 2868/3060 93% [========================================================== ] 2869/3060 93% [========================================================== ] 2870/3060 93% [========================================================== ] 2871/3060 93% [========================================================== ] 2872/3060 93% [========================================================== ] 2873/3060 93% [========================================================== ] 2874/3060 93% [========================================================== ] 2875/3060 93% [========================================================== ] 2876/3060 93% [========================================================== ] 2877/3060 94% [========================================================== ] 2878/3060 94% [========================================================== ] 2879/3060 94% [========================================================== ] 2880/3060 94% [========================================================== ] 2881/3060 94% [========================================================== ] 2882/3060 94% [========================================================== ] 2883/3060 94% [========================================================== ] 2884/3060 94% [========================================================== ] 2885/3060 94% [========================================================== ] 2886/3060 94% [========================================================== ] 2887/3060 94% [========================================================== ] 2888/3060 94% [========================================================== ] 2889/3060 94% [========================================================== ] 2890/3060 94% [========================================================== ] 2891/3060 94% [========================================================== ] 2892/3060 94% [========================================================== ] 2893/3060 94% [========================================================== ] 2894/3060 94% [========================================================== ] 2895/3060 94% [========================================================== ] 2896/3060 94% [========================================================== ] 2897/3060 94% [========================================================== ] 2898/3060 94% [========================================================== ] 2899/3060 94% [========================================================== ] 2900/3060 94% [========================================================== ] 2901/3060 94% [========================================================== ] 2902/3060 94% [========================================================== ] 2903/3060 94% [========================================================== ] 2904/3060 94% [========================================================== ] 2905/3060 94% [========================================================== ] 2906/3060 94% [========================================================== ] 2907/3060 95% [========================================================== ] 2908/3060 95% [========================================================== ] 2909/3060 95% [========================================================== ] 2910/3060 95% [========================================================== ] 2911/3060 95% [=========================================================== ] 2912/3060 95% [=========================================================== ] 2913/3060 95% [=========================================================== ] 2914/3060 95% [=========================================================== ] 2915/3060 95% [=========================================================== ] 2916/3060 95% [=========================================================== ] 2917/3060 95% [=========================================================== ] 2918/3060 95% [=========================================================== ] 2919/3060 95% [=========================================================== ] 2920/3060 95% [=========================================================== ] 2921/3060 95% [=========================================================== ] 2922/3060 95% [=========================================================== ] 2923/3060 95% [=========================================================== ] 2924/3060 95% [=========================================================== ] 2925/3060 95% [=========================================================== ] 2926/3060 95% [=========================================================== ] 2927/3060 95% [=========================================================== ] 2928/3060 95% [=========================================================== ] 2929/3060 95% [=========================================================== ] 2930/3060 95% [=========================================================== ] 2931/3060 95% [=========================================================== ] 2932/3060 95% [=========================================================== ] 2933/3060 95% [=========================================================== ] 2934/3060 95% [=========================================================== ] 2935/3060 95% [=========================================================== ] 2936/3060 95% [=========================================================== ] 2937/3060 95% [=========================================================== ] 2938/3060 96% [=========================================================== ] 2939/3060 96% [=========================================================== ] 2940/3060 96% [=========================================================== ] 2941/3060 96% [=========================================================== ] 2942/3060 96% [=========================================================== ] 2943/3060 96% [=========================================================== ] 2944/3060 96% [=========================================================== ] 2945/3060 96% [=========================================================== ] 2946/3060 96% [=========================================================== ] 2947/3060 96% [=========================================================== ] 2948/3060 96% [=========================================================== ] 2949/3060 96% [=========================================================== ] 2950/3060 96% [=========================================================== ] 2951/3060 96% [=========================================================== ] 2952/3060 96% [=========================================================== ] 2953/3060 96% [=========================================================== ] 2954/3060 96% [=========================================================== ] 2955/3060 96% [=========================================================== ] 2956/3060 96% [=========================================================== ] 2957/3060 96% [=========================================================== ] 2958/3060 96% [=========================================================== ] 2959/3060 96% [=========================================================== ] 2960/3060 96% [=========================================================== ] 2961/3060 96% [============================================================ ] 2962/3060 96% [============================================================ ] 2963/3060 96% [============================================================ ] 2964/3060 96% [============================================================ ] 2965/3060 96% [============================================================ ] 2966/3060 96% [============================================================ ] 2967/3060 96% [============================================================ ] 2968/3060 96% [============================================================ ] 2969/3060 97% [============================================================ ] 2970/3060 97% [============================================================ ] 2971/3060 97% [============================================================ ] 2972/3060 97% [============================================================ ] 2973/3060 97% [============================================================ ] 2974/3060 97% [============================================================ ] 2975/3060 97% [============================================================ ] 2976/3060 97% [============================================================ ] 2977/3060 97% [============================================================ ] 2978/3060 97% [============================================================ ] 2979/3060 97% [============================================================ ] 2980/3060 97% [============================================================ ] 2981/3060 97% [============================================================ ] 2982/3060 97% [============================================================ ] 2983/3060 97% [============================================================ ] 2984/3060 97% [============================================================ ] 2985/3060 97% [============================================================ ] 2986/3060 97% [============================================================ ] 2987/3060 97% [============================================================ ] 2988/3060 97% [============================================================ ] 2989/3060 97% [============================================================ ] 2990/3060 97% [============================================================ ] 2991/3060 97% [============================================================ ] 2992/3060 97% [============================================================ ] 2993/3060 97% [============================================================ ] 2994/3060 97% [============================================================ ] 2995/3060 97% [============================================================ ] 2996/3060 97% [============================================================ ] 2997/3060 97% [============================================================ ] 2998/3060 97% [============================================================ ] 2999/3060 98% [============================================================ ] 3000/3060 98% [============================================================ ] 3001/3060 98% [============================================================ ] 3002/3060 98% [============================================================ ] 3003/3060 98% [============================================================ ] 3004/3060 98% [============================================================ ] 3005/3060 98% [============================================================ ] 3006/3060 98% [============================================================ ] 3007/3060 98% [============================================================ ] 3008/3060 98% [============================================================ ] 3009/3060 98% [============================================================ ] 3010/3060 98% [============================================================= ] 3011/3060 98% [============================================================= ] 3012/3060 98% [============================================================= ] 3013/3060 98% [============================================================= ] 3014/3060 98% [============================================================= ] 3015/3060 98% [============================================================= ] 3016/3060 98% [============================================================= ] 3017/3060 98% [============================================================= ] 3018/3060 98% [============================================================= ] 3019/3060 98% [============================================================= ] 3020/3060 98% [============================================================= ] 3021/3060 98% [============================================================= ] 3022/3060 98% [============================================================= ] 3023/3060 98% [============================================================= ] 3024/3060 98% [============================================================= ] 3025/3060 98% [============================================================= ] 3026/3060 98% [============================================================= ] 3027/3060 98% [============================================================= ] 3028/3060 98% [============================================================= ] 3029/3060 98% [============================================================= ] 3030/3060 99% [============================================================= ] 3031/3060 99% [============================================================= ] 3032/3060 99% [============================================================= ] 3033/3060 99% [============================================================= ] 3034/3060 99% [============================================================= ] 3035/3060 99% [============================================================= ] 3036/3060 99% [============================================================= ] 3037/3060 99% [============================================================= ] 3038/3060 99% [============================================================= ] 3039/3060 99% [============================================================= ] 3040/3060 99% [============================================================= ] 3041/3060 99% [============================================================= ] 3042/3060 99% [============================================================= ] 3043/3060 99% [============================================================= ] 3044/3060 99% [============================================================= ] 3045/3060 99% [============================================================= ] 3046/3060 99% [============================================================= ] 3047/3060 99% [============================================================= ] 3048/3060 99% [============================================================= ] 3049/3060 99% [============================================================= ] 3050/3060 99% [============================================================= ] 3051/3060 99% [============================================================= ] 3052/3060 99% [============================================================= ] 3053/3060 99% [============================================================= ] 3054/3060 99% [============================================================= ] 3055/3060 99% [============================================================= ] 3056/3060 99% [============================================================= ] 3057/3060 99% [============================================================= ] 3058/3060 99% [============================================================= ] 3059/3060 99% [==============================================================] 3060/3060 100% operation complete, 3060 objects in 21379 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/aarch64_be-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2021.05-6264-gbba4dad9aa Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> alfred 2022.1 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) >>> host-skeleton Collecting legal info >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.36.1 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 4.14.282 Collecting legal info >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> dtv-scan-tables 25ee9e0ce4bbacdb278d4cff306ceb6528c4f548 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> haveged 1.9.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.2 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libopenssl 1.1.1p Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 62.6.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) 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-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> openssl Collecting legal info >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> tvheadend 1295dd2be863f5beb764290fce9317b24193dfc0 Collecting legal info LICENSE.md: OK (sha256: 54dc3cbc00bf126bcba43e2af7f3ad1dc00f335985da1409fa943c7b7256d942) >>> host-pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> host-libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1p Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.14.282: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'