gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:3: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/tmp/instance-1/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /tmp/instance-1/output-1/host/bin PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/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="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-1/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/tmp/instance-1/output-1/host/bin install make[1]: Entering directory '/tmp/instance-1/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /tmp/instance-1/output-1/host/bin make[1]: Leaving directory '/tmp/instance-1/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-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', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-1/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-1/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-1/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-1/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-1/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-1/output-1/target/etc/shells; fi rm -rf /tmp/instance-1/output-1/target/usr/lib/perl5/5.36.0/pod rm -rf /tmp/instance-1/output-1/target/usr/lib/perl5/5.36.0/arc-linux/CORE find /tmp/instance-1/output-1/target/usr/lib/perl5/ -name 'extralibs.ld' -print0 | xargs -0 rm -f find /tmp/instance-1/output-1/target/usr/lib/perl5/ -name '*.bs' -print0 | xargs -0 rm -f find /tmp/instance-1/output-1/target/usr/lib/perl5/ -name '.packlist' -print0 | xargs -0 rm -f mkdir -p /tmp/instance-1/output-1/target/etc echo "buildroot" > /tmp/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-1/output-1/target/etc/hosts mkdir -p /tmp/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-1/output-1/target/etc/shells if [ -x /tmp/instance-1/output-1/target/sbin/swapon -a -x /tmp/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-1/output-1/target/etc/inittab; fi rm -rf /tmp/instance-1/output-1/target/usr/include /tmp/instance-1/output-1/target/usr/share/aclocal \ /tmp/instance-1/output-1/target/usr/lib/pkgconfig /tmp/instance-1/output-1/target/usr/share/pkgconfig \ /tmp/instance-1/output-1/target/usr/lib/cmake /tmp/instance-1/output-1/target/usr/share/cmake \ /tmp/instance-1/output-1/target/usr/lib/rpm /tmp/instance-1/output-1/target/usr/doc find /tmp/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-1/output-1/target/lib/ /tmp/instance-1/output-1/target/usr/lib/ /tmp/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-1/output-1/target/usr/share/gdb rm -rf /tmp/instance-1/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-1/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-1/output-1/target/usr/share/zsh rm -rf /tmp/instance-1/output-1/target/usr/man /tmp/instance-1/output-1/target/usr/share/man rm -rf /tmp/instance-1/output-1/target/usr/info /tmp/instance-1/output-1/target/usr/share/info rm -rf /tmp/instance-1/output-1/target/usr/doc /tmp/instance-1/output-1/target/usr/share/doc rm -rf /tmp/instance-1/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-1/output-1/target/lib/debug /tmp/instance-1/output-1/target/usr/lib/debug find /tmp/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 /tmp/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/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 /tmp/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 /tmp/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-959-g4b6ccffcfb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-1/output-1/per-package /tmp/instance-1/buildroot/support/scripts/fix-rpath target touch /tmp/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-1/output-1/build/buildroot-fs mkdir -p /tmp/instance-1/output-1/build/buildroot-fs printf ' avahi -1 avahi -1 * - - -\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n\n' >> /tmp/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.\n# 12 Applets are pulled from applets.h using grep command :\n# grep -r -e "APPLET.*BB_SUID_REQUIRE\\|APPLET.*BB_SUID_MAYBE" # ./include/applets.h\n# These applets are added to the device table and the makedev file\n# ignores the files with type '\''F'\'' ( optional files).\n /usr/bin/wall F 4755 0 0 - - - - -\n /bin/ping F 4755 0 0 - - - - -\n /bin/ping6 F 4755 0 0 - - - - -\n /usr/bin/crontab F 4755 0 0 - - - - -\n /sbin/findfs F 4755 0 0 - - - - -\n /bin/login F 4755 0 0 - - - - -\n /bin/mount F 4755 0 0 - - - - -\n /usr/bin/passwd F 4755 0 0 - - - - -\n /bin/su F 4755 0 0 - - - - -\n /usr/bin/traceroute F 4755 0 0 - - - - -\n /usr/bin/traceroute6 F 4755 0 0 - - - - -\n /usr/bin/vlock F 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n \n \n \n /usr/bin/fusermount3 f 4755 0 0 - - - - -\n\n' > /tmp/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /tmp/instance-1/output-1/build/buildroot-fs/full_devices_table.txt printf ' /dev/fuse c 666 0 0 10 229 0 0 -\n\n' >> /tmp/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /tmp/instance-1/output-1/images rm -rf /tmp/instance-1/output-1/build/buildroot-fs/cpio mkdir -p /tmp/instance-1/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-1/output-1/target/ /tmp/instance-1/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /tmp/instance-1/output-1/build/buildroot-fs/cpio/target" >> /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-1/buildroot/support/scripts/mkusers /tmp/instance-1/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-1/output-1/build/buildroot-fs/cpio/target >> /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "/tmp/instance-1/output-1/host/bin/makedevs -d /tmp/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-1/output-1/build/buildroot-fs/cpio/target" >> /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /tmp/instance-1/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /tmp/instance-1/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /tmp/instance-1/output-1/build/buildroot-fs/cpio/target/init ]; then ln -sf sbin/init /tmp/instance-1/output-1/build/buildroot-fs/cpio/target/init; fi\n' >> /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "find /tmp/instance-1/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot echo "find /tmp/instance-1/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /tmp/instance-1/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /tmp/instance-1/output-1/images/rootfs.cpio\n' >> /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-1/output-1/host/bin/fakeroot -- /tmp/instance-1/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/tmp/instance-1/output-1/build/buildroot-fs/cpio/target table='/tmp/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" xz -9 -C crc32 -c -T 1 /tmp/instance-1/output-1/images/rootfs.cpio > /tmp/instance-1/output-1/images/rootfs.cpio.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-1/output-1/images rm -rf /tmp/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-1/output-1/target/ /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-1/buildroot/support/scripts/mkusers /tmp/instance-1/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-1/output-1/host/bin/makedevs -d /tmp/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-1/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-1/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-1/output-1/host/bin/fakeroot -- /tmp/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 3480 objects. stage 2: creating image '/tmp/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/3480 0% [ ] 2/3480 0% [ ] 3/3480 0% [ ] 4/3480 0% [ ] 5/3480 0% [ ] 6/3480 0% [ ] 7/3480 0% [ ] 8/3480 0% [ ] 9/3480 0% [ ] 10/3480 0% [ ] 11/3480 0% [ ] 12/3480 0% [ ] 13/3480 0% [ ] 14/3480 0% [ ] 15/3480 0% [ ] 16/3480 0% [ ] 17/3480 0% [ ] 18/3480 0% [ ] 19/3480 0% [ ] 20/3480 0% [ ] 21/3480 0% [ ] 22/3480 0% [ ] 23/3480 0% [ ] 24/3480 0% [ ] 25/3480 0% [ ] 26/3480 0% [ ] 27/3480 0% [ ] 28/3480 0% [ ] 29/3480 0% [ ] 30/3480 0% [ ] 31/3480 0% [ ] 32/3480 0% [ ] 33/3480 0% [ ] 34/3480 0% [ ] 35/3480 1% [ ] 36/3480 1% [ ] 37/3480 1% [ ] 38/3480 1% [ ] 39/3480 1% [ ] 40/3480 1% [ ] 41/3480 1% [ ] 42/3480 1% [ ] 43/3480 1% [ ] 44/3480 1% [ ] 45/3480 1% [ ] 46/3480 1% [ ] 47/3480 1% [ ] 48/3480 1% [ ] 49/3480 1% [ ] 50/3480 1% [ ] 51/3480 1% [ ] 52/3480 1% [ ] 53/3480 1% [ ] 54/3480 1% [ ] 55/3480 1% [ ] 56/3480 1% [= ] 57/3480 1% [= ] 58/3480 1% [= ] 59/3480 1% [= ] 60/3480 1% [= ] 61/3480 1% [= ] 62/3480 1% [= ] 63/3480 1% [= ] 64/3480 1% [= ] 65/3480 1% [= ] 66/3480 1% [= ] 67/3480 1% [= ] 68/3480 1% [= ] 69/3480 1% [= ] 70/3480 2% [= ] 71/3480 2% [= ] 72/3480 2% [= ] 73/3480 2% [= ] 74/3480 2% [= ] 75/3480 2% [= ] 76/3480 2% [= ] 77/3480 2% [= ] 78/3480 2% [= ] 79/3480 2% [= ] 80/3480 2% [= ] 81/3480 2% [= ] 82/3480 2% [= ] 83/3480 2% [= ] 84/3480 2% [= ] 85/3480 2% [= ] 86/3480 2% [= ] 87/3480 2% [= ] 88/3480 2% [= ] 89/3480 2% [= ] 90/3480 2% [= ] 91/3480 2% [= ] 92/3480 2% [= ] 93/3480 2% [= ] 94/3480 2% [= ] 95/3480 2% [= ] 96/3480 2% [= ] 97/3480 2% [= ] 98/3480 2% [= ] 99/3480 2% [= ] 100/3480 2% [= ] 101/3480 2% [= ] 102/3480 2% [= ] 103/3480 2% [= ] 104/3480 2% [= ] 105/3480 3% [= ] 106/3480 3% [= ] 107/3480 3% [= ] 108/3480 3% [= ] 109/3480 3% [= ] 110/3480 3% [= ] 111/3480 3% [= ] 112/3480 3% [== ] 113/3480 3% [== ] 114/3480 3% [== ] 115/3480 3% [== ] 116/3480 3% [== ] 117/3480 3% [== ] 118/3480 3% [== ] 119/3480 3% [== ] 120/3480 3% [== ] 121/3480 3% [== ] 122/3480 3% [== ] 123/3480 3% [== ] 124/3480 3% [== ] 125/3480 3% [== ] 126/3480 3% [== ] 127/3480 3% [== ] 128/3480 3% [== ] 129/3480 3% [== ] 130/3480 3% [== ] 131/3480 3% [== ] 132/3480 3% [== ] 133/3480 3% [== ] 134/3480 3% [== ] 135/3480 3% [== ] 136/3480 3% [== ] 137/3480 3% [== ] 138/3480 3% [== ] 139/3480 3% [== ] 140/3480 4% [== ] 141/3480 4% [== ] 142/3480 4% [== ] 143/3480 4% [== ] 144/3480 4% [== ] 145/3480 4% [== ] 146/3480 4% [== ] 147/3480 4% [== ] 148/3480 4% [== ] 149/3480 4% [== ] 150/3480 4% [== ] 151/3480 4% [== ] 152/3480 4% [== ] 153/3480 4% [== ] 154/3480 4% [== ] 155/3480 4% [== ] 156/3480 4% [== ] 157/3480 4% [== ] 158/3480 4% [== ] 159/3480 4% [== ] 160/3480 4% [== ] 161/3480 4% [== ] 162/3480 4% [== ] 163/3480 4% [== ] 164/3480 4% [== ] 165/3480 4% [== ] 166/3480 4% [== ] 167/3480 4% [== ] 168/3480 4% [=== ] 169/3480 4% [=== ] 170/3480 4% [=== ] 171/3480 4% [=== ] 172/3480 4% [=== ] 173/3480 4% [=== ] 174/3480 5% [=== ] 175/3480 5% [=== ] 176/3480 5% [=== ] 177/3480 5% [=== ] 178/3480 5% [=== ] 179/3480 5% [=== ] 180/3480 5% [=== ] 181/3480 5% [=== ] 182/3480 5% [=== ] 183/3480 5% [=== ] 184/3480 5% [=== ] 185/3480 5% [=== ] 186/3480 5% [=== ] 187/3480 5% [=== ] 188/3480 5% [=== ] 189/3480 5% [=== ] 190/3480 5% [=== ] 191/3480 5% [=== ] 192/3480 5% [=== ] 193/3480 5% [=== ] 194/3480 5% [=== ] 195/3480 5% [=== ] 196/3480 5% [=== ] 197/3480 5% [=== ] 198/3480 5% [=== ] 199/3480 5% [=== ] 200/3480 5% [=== ] 201/3480 5% [=== ] 202/3480 5% [=== ] 203/3480 5% [=== ] 204/3480 5% [=== ] 205/3480 5% [=== ] 206/3480 5% [=== ] 207/3480 5% [=== ] 208/3480 5% [=== ] 209/3480 6% [=== ] 210/3480 6% [=== ] 211/3480 6% [=== ] 212/3480 6% [=== ] 213/3480 6% [=== ] 214/3480 6% [=== ] 215/3480 6% [=== ] 216/3480 6% [=== ] 217/3480 6% [=== ] 218/3480 6% [=== ] 219/3480 6% [=== ] 220/3480 6% [=== ] 221/3480 6% [=== ] 222/3480 6% [=== ] 223/3480 6% [=== ] 224/3480 6% [==== ] 225/3480 6% [==== ] 226/3480 6% [==== ] 227/3480 6% [==== ] 228/3480 6% [==== ] 229/3480 6% [==== ] 230/3480 6% [==== ] 231/3480 6% [==== ] 232/3480 6% [==== ] 233/3480 6% [==== ] 234/3480 6% [==== ] 235/3480 6% [==== ] 236/3480 6% [==== ] 237/3480 6% [==== ] 238/3480 6% [==== ] 239/3480 6% [==== ] 240/3480 6% [==== ] 241/3480 6% [==== ] 242/3480 6% [==== ] 243/3480 6% [==== ] 244/3480 7% [==== ] 245/3480 7% [==== ] 246/3480 7% [==== ] 247/3480 7% [==== ] 248/3480 7% [==== ] 249/3480 7% [==== ] 250/3480 7% [==== ] 251/3480 7% [==== ] 252/3480 7% [==== ] 253/3480 7% [==== ] 254/3480 7% [==== ] 255/3480 7% [==== ] 256/3480 7% [==== ] 257/3480 7% [==== ] 258/3480 7% [==== ] 259/3480 7% [==== ] 260/3480 7% [==== ] 261/3480 7% [==== ] 262/3480 7% [==== ] 263/3480 7% [==== ] 264/3480 7% [==== ] 265/3480 7% [==== ] 266/3480 7% [==== ] 267/3480 7% [==== ] 268/3480 7% [==== ] 269/3480 7% [==== ] 270/3480 7% [==== ] 271/3480 7% [==== ] 272/3480 7% [==== ] 273/3480 7% [==== ] 274/3480 7% [==== ] 275/3480 7% [==== ] 276/3480 7% [==== ] 277/3480 7% [==== ] 278/3480 7% [==== ] 279/3480 8% [==== ] 280/3480 8% [===== ] 281/3480 8% [===== ] 282/3480 8% [===== ] 283/3480 8% [===== ] 284/3480 8% [===== ] 285/3480 8% [===== ] 286/3480 8% [===== ] 287/3480 8% [===== ] 288/3480 8% [===== ] 289/3480 8% [===== ] 290/3480 8% [===== ] 291/3480 8% [===== ] 292/3480 8% [===== ] 293/3480 8% [===== ] 294/3480 8% [===== ] 295/3480 8% [===== ] 296/3480 8% [===== ] 297/3480 8% [===== ] 298/3480 8% [===== ] 299/3480 8% [===== ] 300/3480 8% [===== ] 301/3480 8% [===== ] 302/3480 8% [===== ] 303/3480 8% [===== ] 304/3480 8% [===== ] 305/3480 8% [===== ] 306/3480 8% [===== ] 307/3480 8% [===== ] 308/3480 8% [===== ] 309/3480 8% [===== ] 310/3480 8% [===== ] 311/3480 8% [===== ] 312/3480 8% [===== ] 313/3480 8% [===== ] 314/3480 9% [===== ] 315/3480 9% [===== ] 316/3480 9% [===== ] 317/3480 9% [===== ] 318/3480 9% [===== ] 319/3480 9% [===== ] 320/3480 9% [===== ] 321/3480 9% [===== ] 322/3480 9% [===== ] 323/3480 9% [===== ] 324/3480 9% [===== ] 325/3480 9% [===== ] 326/3480 9% [===== ] 327/3480 9% [===== ] 328/3480 9% [===== ] 329/3480 9% [===== ] 330/3480 9% [===== ] 331/3480 9% [===== ] 332/3480 9% [===== ] 333/3480 9% [===== ] 334/3480 9% [===== ] 335/3480 9% [===== ] 336/3480 9% [====== ] 337/3480 9% [====== ] 338/3480 9% [====== ] 339/3480 9% [====== ] 340/3480 9% [====== ] 341/3480 9% [====== ] 342/3480 9% [====== ] 343/3480 9% [====== ] 344/3480 9% [====== ] 345/3480 9% [====== ] 346/3480 9% [====== ] 347/3480 9% [====== ] 348/3480 10% [====== ] 349/3480 10% [====== ] 350/3480 10% [====== ] 351/3480 10% [====== ] 352/3480 10% [====== ] 353/3480 10% [====== ] 354/3480 10% [====== ] 355/3480 10% [====== ] 356/3480 10% [====== ] 357/3480 10% [====== ] 358/3480 10% [====== ] 359/3480 10% [====== ] 360/3480 10% [====== ] 361/3480 10% [====== ] 362/3480 10% [====== ] 363/3480 10% [====== ] 364/3480 10% [====== ] 365/3480 10% [====== ] 366/3480 10% [====== ] 367/3480 10% [====== ] 368/3480 10% [====== ] 369/3480 10% [====== ] 370/3480 10% [====== ] 371/3480 10% [====== ] 372/3480 10% [====== ] 373/3480 10% [====== ] 374/3480 10% [====== ] 375/3480 10% [====== ] 376/3480 10% [====== ] 377/3480 10% [====== ] 378/3480 10% [====== ] 379/3480 10% [====== ] 380/3480 10% [====== ] 381/3480 10% [====== ] 382/3480 10% [====== ] 383/3480 11% [====== ] 384/3480 11% [====== ] 385/3480 11% [====== ] 386/3480 11% [====== ] 387/3480 11% [====== ] 388/3480 11% [====== ] 389/3480 11% [====== ] 390/3480 11% [====== ] 391/3480 11% [====== ] 392/3480 11% [======= ] 393/3480 11% [======= ] 394/3480 11% [======= ] 395/3480 11% [======= ] 396/3480 11% [======= ] 397/3480 11% [======= ] 398/3480 11% [======= ] 399/3480 11% [======= ] 400/3480 11% [======= ] 401/3480 11% [======= ] 402/3480 11% [======= ] 403/3480 11% [======= ] 404/3480 11% [======= ] 405/3480 11% [======= ] 406/3480 11% [======= ] 407/3480 11% [======= ] 408/3480 11% [======= ] 409/3480 11% [======= ] 410/3480 11% [======= ] 411/3480 11% [======= ] 412/3480 11% [======= ] 413/3480 11% [======= ] 414/3480 11% [======= ] 415/3480 11% [======= ] 416/3480 11% [======= ] 417/3480 11% [======= ] 418/3480 12% [======= ] 419/3480 12% [======= ] 420/3480 12% [======= ] 421/3480 12% [======= ] 422/3480 12% [======= ] 423/3480 12% [======= ] 424/3480 12% [======= ] 425/3480 12% [======= ] 426/3480 12% [======= ] 427/3480 12% [======= ] 428/3480 12% [======= ] 429/3480 12% [======= ] 430/3480 12% [======= ] 431/3480 12% [======= ] 432/3480 12% [======= ] 433/3480 12% [======= ] 434/3480 12% [======= ] 435/3480 12% [======= ] 436/3480 12% [======= ] 437/3480 12% [======= ] 438/3480 12% [======= ] 439/3480 12% [======= ] 440/3480 12% [======= ] 441/3480 12% [======= ] 442/3480 12% [======= ] 443/3480 12% [======= ] 444/3480 12% [======= ] 445/3480 12% [======= ] 446/3480 12% [======= ] 447/3480 12% [======= ] 448/3480 12% [======= ] 449/3480 12% [======== ] 450/3480 12% [======== ] 451/3480 12% [======== ] 452/3480 12% [======== ] 453/3480 13% [======== ] 454/3480 13% [======== ] 455/3480 13% [======== ] 456/3480 13% [======== ] 457/3480 13% [======== ] 458/3480 13% [======== ] 459/3480 13% [======== ] 460/3480 13% [======== ] 461/3480 13% [======== ] 462/3480 13% [======== ] 463/3480 13% [======== ] 464/3480 13% [======== ] 465/3480 13% [======== ] 466/3480 13% [======== ] 467/3480 13% [======== ] 468/3480 13% [======== ] 469/3480 13% [======== ] 470/3480 13% [======== ] 471/3480 13% [======== ] 472/3480 13% [======== ] 473/3480 13% [======== ] 474/3480 13% [======== ] 475/3480 13% [======== ] 476/3480 13% [======== ] 477/3480 13% [======== ] 478/3480 13% [======== ] 479/3480 13% [======== ] 480/3480 13% [======== ] 481/3480 13% [======== ] 482/3480 13% [======== ] 483/3480 13% [======== ] 484/3480 13% [======== ] 485/3480 13% [======== ] 486/3480 13% [======== ] 487/3480 13% [======== ] 488/3480 14% [======== ] 489/3480 14% [======== ] 490/3480 14% [======== ] 491/3480 14% [======== ] 492/3480 14% [======== ] 493/3480 14% [======== ] 494/3480 14% [======== ] 495/3480 14% [======== ] 496/3480 14% [======== ] 497/3480 14% [======== ] 498/3480 14% [======== ] 499/3480 14% [======== ] 500/3480 14% [======== ] 501/3480 14% [======== ] 502/3480 14% [======== ] 503/3480 14% [======== ] 504/3480 14% [======== ] 505/3480 14% [========= ] 506/3480 14% [========= ] 507/3480 14% [========= ] 508/3480 14% [========= ] 509/3480 14% [========= ] 510/3480 14% [========= ] 511/3480 14% [========= ] 512/3480 14% [========= ] 513/3480 14% [========= ] 514/3480 14% [========= ] 515/3480 14% [========= ] 516/3480 14% [========= ] 517/3480 14% [========= ] 518/3480 14% [========= ] 519/3480 14% [========= ] 520/3480 14% [========= ] 521/3480 14% [========= ] 522/3480 15% [========= ] 523/3480 15% [========= ] 524/3480 15% [========= ] 525/3480 15% [========= ] 526/3480 15% [========= ] 527/3480 15% [========= ] 528/3480 15% [========= ] 529/3480 15% [========= ] 530/3480 15% [========= ] 531/3480 15% [========= ] 532/3480 15% [========= ] 533/3480 15% [========= ] 534/3480 15% [========= ] 535/3480 15% [========= ] 536/3480 15% [========= ] 537/3480 15% [========= ] 538/3480 15% [========= ] 539/3480 15% [========= ] 540/3480 15% [========= ] 541/3480 15% [========= ] 542/3480 15% [========= ] 543/3480 15% [========= ] 544/3480 15% [========= ] 545/3480 15% [========= ] 546/3480 15% [========= ] 547/3480 15% [========= ] 548/3480 15% [========= ] 549/3480 15% [========= ] 550/3480 15% [========= ] 551/3480 15% [========= ] 552/3480 15% [========= ] 553/3480 15% [========= ] 554/3480 15% [========= ] 555/3480 15% [========= ] 556/3480 15% [========= ] 557/3480 16% [========= ] 558/3480 16% [========= ] 559/3480 16% [========= ] 560/3480 16% [========= ] 561/3480 16% [========== ] 562/3480 16% [========== ] 563/3480 16% [========== ] 564/3480 16% [========== ] 565/3480 16% [========== ] 566/3480 16% [========== ] 567/3480 16% [========== ] 568/3480 16% [========== ] 569/3480 16% [========== ] 570/3480 16% [========== ] 571/3480 16% [========== ] 572/3480 16% [========== ] 573/3480 16% [========== ] 574/3480 16% [========== ] 575/3480 16% [========== ] 576/3480 16% [========== ] 577/3480 16% [========== ] 578/3480 16% [========== ] 579/3480 16% [========== ] 580/3480 16% [========== ] 581/3480 16% [========== ] 582/3480 16% [========== ] 583/3480 16% [========== ] 584/3480 16% [========== ] 585/3480 16% [========== ] 586/3480 16% [========== ] 587/3480 16% [========== ] 588/3480 16% [========== ] 589/3480 16% [========== ] 590/3480 16% [========== ] 591/3480 16% [========== ] 592/3480 17% [========== ] 593/3480 17% [========== ] 594/3480 17% [========== ] 595/3480 17% [========== ] 596/3480 17% [========== ] 597/3480 17% [========== ] 598/3480 17% [========== ] 599/3480 17% [========== ] 600/3480 17% [========== ] 601/3480 17% [========== ] 602/3480 17% [========== ] 603/3480 17% [========== ] 604/3480 17% [========== ] 605/3480 17% [========== ] 606/3480 17% [========== ] 607/3480 17% [========== ] 608/3480 17% [========== ] 609/3480 17% [========== ] 610/3480 17% [========== ] 611/3480 17% [========== ] 612/3480 17% [========== ] 613/3480 17% [========== ] 614/3480 17% [========== ] 615/3480 17% [========== ] 616/3480 17% [========== ] 617/3480 17% [=========== ] 618/3480 17% [=========== ] 619/3480 17% [=========== ] 620/3480 17% [=========== ] 621/3480 17% [=========== ] 622/3480 17% [=========== ] 623/3480 17% [=========== ] 624/3480 17% [=========== ] 625/3480 17% [=========== ] 626/3480 17% [=========== ] 627/3480 18% [=========== ] 628/3480 18% [=========== ] 629/3480 18% [=========== ] 630/3480 18% [=========== ] 631/3480 18% [=========== ] 632/3480 18% [=========== ] 633/3480 18% [=========== ] 634/3480 18% [=========== ] 635/3480 18% [=========== ] 636/3480 18% [=========== ] 637/3480 18% [=========== ] 638/3480 18% [=========== ] 639/3480 18% [=========== ] 640/3480 18% [=========== ] 641/3480 18% [=========== ] 642/3480 18% [=========== ] 643/3480 18% [=========== ] 644/3480 18% [=========== ] 645/3480 18% [=========== ] 646/3480 18% [=========== ] 647/3480 18% [=========== ] 648/3480 18% [=========== ] 649/3480 18% [=========== ] 650/3480 18% [=========== ] 651/3480 18% [=========== ] 652/3480 18% [=========== ] 653/3480 18% [=========== ] 654/3480 18% [=========== ] 655/3480 18% [=========== ] 656/3480 18% [=========== ] 657/3480 18% [=========== ] 658/3480 18% [=========== ] 659/3480 18% [=========== ] 660/3480 18% [=========== ] 661/3480 18% [=========== ] 662/3480 19% [=========== ] 663/3480 19% [=========== ] 664/3480 19% [=========== ] 665/3480 19% [=========== ] 666/3480 19% [=========== ] 667/3480 19% [=========== ] 668/3480 19% [=========== ] 669/3480 19% [=========== ] 670/3480 19% [=========== ] 671/3480 19% [=========== ] 672/3480 19% [=========== ] 673/3480 19% [============ ] 674/3480 19% [============ ] 675/3480 19% [============ ] 676/3480 19% [============ ] 677/3480 19% [============ ] 678/3480 19% [============ ] 679/3480 19% [============ ] 680/3480 19% [============ ] 681/3480 19% [============ ] 682/3480 19% [============ ] 683/3480 19% [============ ] 684/3480 19% [============ ] 685/3480 19% [============ ] 686/3480 19% [============ ] 687/3480 19% [============ ] 688/3480 19% [============ ] 689/3480 19% [============ ] 690/3480 19% [============ ] 691/3480 19% [============ ] 692/3480 19% [============ ] 693/3480 19% [============ ] 694/3480 19% [============ ] 695/3480 19% [============ ] 696/3480 20% [============ ] 697/3480 20% [============ ] 698/3480 20% [============ ] 699/3480 20% [============ ] 700/3480 20% [============ ] 701/3480 20% [============ ] 702/3480 20% [============ ] 703/3480 20% [============ ] 704/3480 20% [============ ] 705/3480 20% [============ ] 706/3480 20% [============ ] 707/3480 20% [============ ] 708/3480 20% [============ ] 709/3480 20% [============ ] 710/3480 20% [============ ] 711/3480 20% [============ ] 712/3480 20% [============ ] 713/3480 20% [============ ] 714/3480 20% [============ ] 715/3480 20% [============ ] 716/3480 20% [============ ] 717/3480 20% [============ ] 718/3480 20% [============ ] 719/3480 20% [============ ] 720/3480 20% [============ ] 721/3480 20% [============ ] 722/3480 20% [============ ] 723/3480 20% [============ ] 724/3480 20% [============ ] 725/3480 20% [============ ] 726/3480 20% [============ ] 727/3480 20% [============ ] 728/3480 20% [============ ] 729/3480 20% [============= ] 730/3480 20% [============= ] 731/3480 21% [============= ] 732/3480 21% [============= ] 733/3480 21% [============= ] 734/3480 21% [============= ] 735/3480 21% [============= ] 736/3480 21% [============= ] 737/3480 21% [============= ] 738/3480 21% [============= ] 739/3480 21% [============= ] 740/3480 21% [============= ] 741/3480 21% [============= ] 742/3480 21% [============= ] 743/3480 21% [============= ] 744/3480 21% [============= ] 745/3480 21% [============= ] 746/3480 21% [============= ] 747/3480 21% [============= ] 748/3480 21% [============= ] 749/3480 21% [============= ] 750/3480 21% [============= ] 751/3480 21% [============= ] 752/3480 21% [============= ] 753/3480 21% [============= ] 754/3480 21% [============= ] 755/3480 21% [============= ] 756/3480 21% [============= ] 757/3480 21% [============= ] 758/3480 21% [============= ] 759/3480 21% [============= ] 760/3480 21% [============= ] 761/3480 21% [============= ] 762/3480 21% [============= ] 763/3480 21% [============= ] 764/3480 21% [============= ] 765/3480 21% [============= ] 766/3480 22% [============= ] 767/3480 22% [============= ] 768/3480 22% [============= ] 769/3480 22% [============= ] 770/3480 22% [============= ] 771/3480 22% [============= ] 772/3480 22% [============= ] 773/3480 22% [============= ] 774/3480 22% [============= ] 775/3480 22% [============= ] 776/3480 22% [============= ] 777/3480 22% [============= ] 778/3480 22% [============= ] 779/3480 22% [============= ] 780/3480 22% [============= ] 781/3480 22% [============= ] 782/3480 22% [============= ] 783/3480 22% [============= ] 784/3480 22% [============= ] 785/3480 22% [============== ] 786/3480 22% [============== ] 787/3480 22% [============== ] 788/3480 22% [============== ] 789/3480 22% [============== ] 790/3480 22% [============== ] 791/3480 22% [============== ] 792/3480 22% [============== ] 793/3480 22% [============== ] 794/3480 22% [============== ] 795/3480 22% [============== ] 796/3480 22% [============== ] 797/3480 22% [============== ] 798/3480 22% [============== ] 799/3480 22% [============== ] 800/3480 22% [============== ] 801/3480 23% [============== ] 802/3480 23% [============== ] 803/3480 23% [============== ] 804/3480 23% [============== ] 805/3480 23% [============== ] 806/3480 23% [============== ] 807/3480 23% [============== ] 808/3480 23% [============== ] 809/3480 23% [============== ] 810/3480 23% [============== ] 811/3480 23% [============== ] 812/3480 23% [============== ] 813/3480 23% [============== ] 814/3480 23% [============== ] 815/3480 23% [============== ] 816/3480 23% [============== ] 817/3480 23% [============== ] 818/3480 23% [============== ] 819/3480 23% [============== ] 820/3480 23% [============== ] 821/3480 23% [============== ] 822/3480 23% [============== ] 823/3480 23% [============== ] 824/3480 23% [============== ] 825/3480 23% [============== ] 826/3480 23% [============== ] 827/3480 23% [============== ] 828/3480 23% [============== ] 829/3480 23% [============== ] 830/3480 23% [============== ] 831/3480 23% [============== ] 832/3480 23% [============== ] 833/3480 23% [============== ] 834/3480 23% [============== ] 835/3480 23% [============== ] 836/3480 24% [============== ] 837/3480 24% [============== ] 838/3480 24% [============== ] 839/3480 24% [============== ] 840/3480 24% [============== ] 841/3480 24% [=============== ] 842/3480 24% [=============== ] 843/3480 24% [=============== ] 844/3480 24% [=============== ] 845/3480 24% [=============== ] 846/3480 24% [=============== ] 847/3480 24% [=============== ] 848/3480 24% [=============== ] 849/3480 24% [=============== ] 850/3480 24% [=============== ] 851/3480 24% [=============== ] 852/3480 24% [=============== ] 853/3480 24% [=============== ] 854/3480 24% [=============== ] 855/3480 24% [=============== ] 856/3480 24% [=============== ] 857/3480 24% [=============== ] 858/3480 24% [=============== ] 859/3480 24% [=============== ] 860/3480 24% [=============== ] 861/3480 24% [=============== ] 862/3480 24% [=============== ] 863/3480 24% [=============== ] 864/3480 24% [=============== ] 865/3480 24% [=============== ] 866/3480 24% [=============== ] 867/3480 24% [=============== ] 868/3480 24% [=============== ] 869/3480 24% [=============== ] 870/3480 25% [=============== ] 871/3480 25% [=============== ] 872/3480 25% [=============== ] 873/3480 25% [=============== ] 874/3480 25% [=============== ] 875/3480 25% [=============== ] 876/3480 25% [=============== ] 877/3480 25% [=============== ] 878/3480 25% [=============== ] 879/3480 25% [=============== ] 880/3480 25% [=============== ] 881/3480 25% [=============== ] 882/3480 25% [=============== ] 883/3480 25% [=============== ] 884/3480 25% [=============== ] 885/3480 25% [=============== ] 886/3480 25% [=============== ] 887/3480 25% [=============== ] 888/3480 25% [=============== ] 889/3480 25% [=============== ] 890/3480 25% [=============== ] 891/3480 25% [=============== ] 892/3480 25% [=============== ] 893/3480 25% [=============== ] 894/3480 25% [=============== ] 895/3480 25% [=============== ] 896/3480 25% [=============== ] 897/3480 25% [=============== ] 898/3480 25% [================ ] 899/3480 25% [================ ] 900/3480 25% [================ ] 901/3480 25% [================ ] 902/3480 25% [================ ] 903/3480 25% [================ ] 904/3480 25% [================ ] 905/3480 26% [================ ] 906/3480 26% [================ ] 907/3480 26% [================ ] 908/3480 26% [================ ] 909/3480 26% [================ ] 910/3480 26% [================ ] 911/3480 26% [================ ] 912/3480 26% [================ ] 913/3480 26% [================ ] 914/3480 26% [================ ] 915/3480 26% [================ ] 916/3480 26% [================ ] 917/3480 26% [================ ] 918/3480 26% [================ ] 919/3480 26% [================ ] 920/3480 26% [================ ] 921/3480 26% [================ ] 922/3480 26% [================ ] 923/3480 26% [================ ] 924/3480 26% [================ ] 925/3480 26% [================ ] 926/3480 26% [================ ] 927/3480 26% [================ ] 928/3480 26% [================ ] 929/3480 26% [================ ] 930/3480 26% [================ ] 931/3480 26% [================ ] 932/3480 26% [================ ] 933/3480 26% [================ ] 934/3480 26% [================ ] 935/3480 26% [================ ] 936/3480 26% [================ ] 937/3480 26% [================ ] 938/3480 26% [================ ] 939/3480 26% [================ ] 940/3480 27% [================ ] 941/3480 27% [================ ] 942/3480 27% [================ ] 943/3480 27% [================ ] 944/3480 27% [================ ] 945/3480 27% [================ ] 946/3480 27% [================ ] 947/3480 27% [================ ] 948/3480 27% [================ ] 949/3480 27% [================ ] 950/3480 27% [================ ] 951/3480 27% [================ ] 952/3480 27% [================ ] 953/3480 27% [================ ] 954/3480 27% [================= ] 955/3480 27% [================= ] 956/3480 27% [================= ] 957/3480 27% [================= ] 958/3480 27% [================= ] 959/3480 27% [================= ] 960/3480 27% [================= ] 961/3480 27% [================= ] 962/3480 27% [================= ] 963/3480 27% [================= ] 964/3480 27% [================= ] 965/3480 27% [================= ] 966/3480 27% [================= ] 967/3480 27% [================= ] 968/3480 27% [================= ] 969/3480 27% [================= ] 970/3480 27% [================= ] 971/3480 27% [================= ] 972/3480 27% [================= ] 973/3480 27% [================= ] 974/3480 27% [================= ] 975/3480 28% [================= ] 976/3480 28% [================= ] 977/3480 28% [================= ] 978/3480 28% [================= ] 979/3480 28% [================= ] 980/3480 28% [================= ] 981/3480 28% [================= ] 982/3480 28% [================= ] 983/3480 28% [================= ] 984/3480 28% [================= ] 985/3480 28% [================= ] 986/3480 28% [================= ] 987/3480 28% [================= ] 988/3480 28% [================= ] 989/3480 28% [================= ] 990/3480 28% [================= ] 991/3480 28% [================= ] 992/3480 28% [================= ] 993/3480 28% [================= ] 994/3480 28% [================= ] 995/3480 28% [================= ] 996/3480 28% [================= ] 997/3480 28% [================= ] 998/3480 28% [================= ] 999/3480 28% [================= ] 1000/3480 28% [================= ] 1001/3480 28% [================= ] 1002/3480 28% [================= ] 1003/3480 28% [================= ] 1004/3480 28% [================= ] 1005/3480 28% [================= ] 1006/3480 28% [================= ] 1007/3480 28% [================= ] 1008/3480 28% [================= ] 1009/3480 28% [================= ] 1010/3480 29% [================== ] 1011/3480 29% [================== ] 1012/3480 29% [================== ] 1013/3480 29% [================== ] 1014/3480 29% [================== ] 1015/3480 29% [================== ] 1016/3480 29% [================== ] 1017/3480 29% [================== ] 1018/3480 29% [================== ] 1019/3480 29% [================== ] 1020/3480 29% [================== ] 1021/3480 29% [================== ] 1022/3480 29% [================== ] 1023/3480 29% [================== ] 1024/3480 29% [================== ] 1025/3480 29% [================== ] 1026/3480 29% [================== ] 1027/3480 29% [================== ] 1028/3480 29% [================== ] 1029/3480 29% [================== ] 1030/3480 29% [================== ] 1031/3480 29% [================== ] 1032/3480 29% [================== ] 1033/3480 29% [================== ] 1034/3480 29% [================== ] 1035/3480 29% [================== ] 1036/3480 29% [================== ] 1037/3480 29% [================== ] 1038/3480 29% [================== ] 1039/3480 29% [================== ] 1040/3480 29% [================== ] 1041/3480 29% [================== ] 1042/3480 29% [================== ] 1043/3480 29% [================== ] 1044/3480 30% [================== ] 1045/3480 30% [================== ] 1046/3480 30% [================== ] 1047/3480 30% [================== ] 1048/3480 30% [================== ] 1049/3480 30% [================== ] 1050/3480 30% [================== ] 1051/3480 30% [================== ] 1052/3480 30% [================== ] 1053/3480 30% [================== ] 1054/3480 30% [================== ] 1055/3480 30% [================== ] 1056/3480 30% [================== ] 1057/3480 30% [================== ] 1058/3480 30% [================== ] 1059/3480 30% [================== ] 1060/3480 30% [================== ] 1061/3480 30% [================== ] 1062/3480 30% [================== ] 1063/3480 30% [================== ] 1064/3480 30% [================== ] 1065/3480 30% [================== ] 1066/3480 30% [=================== ] 1067/3480 30% [=================== ] 1068/3480 30% [=================== ] 1069/3480 30% [=================== ] 1070/3480 30% [=================== ] 1071/3480 30% [=================== ] 1072/3480 30% [=================== ] 1073/3480 30% [=================== ] 1074/3480 30% [=================== ] 1075/3480 30% [=================== ] 1076/3480 30% [=================== ] 1077/3480 30% [=================== ] 1078/3480 30% [=================== ] 1079/3480 31% [=================== ] 1080/3480 31% [=================== ] 1081/3480 31% [=================== ] 1082/3480 31% [=================== ] 1083/3480 31% [=================== ] 1084/3480 31% [=================== ] 1085/3480 31% [=================== ] 1086/3480 31% [=================== ] 1087/3480 31% [=================== ] 1088/3480 31% [=================== ] 1089/3480 31% [=================== ] 1090/3480 31% [=================== ] 1091/3480 31% [=================== ] 1092/3480 31% [=================== ] 1093/3480 31% [=================== ] 1094/3480 31% [=================== ] 1095/3480 31% [=================== ] 1096/3480 31% [=================== ] 1097/3480 31% [=================== ] 1098/3480 31% [=================== ] 1099/3480 31% [=================== ] 1100/3480 31% [=================== ] 1101/3480 31% [=================== ] 1102/3480 31% [=================== ] 1103/3480 31% [=================== ] 1104/3480 31% [=================== ] 1105/3480 31% [=================== ] 1106/3480 31% [=================== ] 1107/3480 31% [=================== ] 1108/3480 31% [=================== ] 1109/3480 31% [=================== ] 1110/3480 31% [=================== ] 1111/3480 31% [=================== ] 1112/3480 31% [=================== ] 1113/3480 31% [=================== ] 1114/3480 32% [=================== ] 1115/3480 32% [=================== ] 1116/3480 32% [=================== ] 1117/3480 32% [=================== ] 1118/3480 32% [=================== ] 1119/3480 32% [=================== ] 1120/3480 32% [=================== ] 1121/3480 32% [=================== ] 1122/3480 32% [==================== ] 1123/3480 32% [==================== ] 1124/3480 32% [==================== ] 1125/3480 32% [==================== ] 1126/3480 32% [==================== ] 1127/3480 32% [==================== ] 1128/3480 32% [==================== ] 1129/3480 32% [==================== ] 1130/3480 32% [==================== ] 1131/3480 32% [==================== ] 1132/3480 32% [==================== ] 1133/3480 32% [==================== ] 1134/3480 32% [==================== ] 1135/3480 32% [==================== ] 1136/3480 32% [==================== ] 1137/3480 32% [==================== ] 1138/3480 32% [==================== ] 1139/3480 32% [==================== ] 1140/3480 32% [==================== ] 1141/3480 32% [==================== ] 1142/3480 32% [==================== ] 1143/3480 32% [==================== ] 1144/3480 32% [==================== ] 1145/3480 32% [==================== ] 1146/3480 32% [==================== ] 1147/3480 32% [==================== ] 1148/3480 32% [==================== ] 1149/3480 33% [==================== ] 1150/3480 33% [==================== ] 1151/3480 33% [==================== ] 1152/3480 33% [==================== ] 1153/3480 33% [==================== ] 1154/3480 33% [==================== ] 1155/3480 33% [==================== ] 1156/3480 33% [==================== ] 1157/3480 33% [==================== ] 1158/3480 33% [==================== ] 1159/3480 33% [==================== ] 1160/3480 33% [==================== ] 1161/3480 33% [==================== ] 1162/3480 33% [==================== ] 1163/3480 33% [==================== ] 1164/3480 33% [==================== ] 1165/3480 33% [==================== ] 1166/3480 33% [==================== ] 1167/3480 33% [==================== ] 1168/3480 33% [==================== ] 1169/3480 33% [==================== ] 1170/3480 33% [==================== ] 1171/3480 33% [==================== ] 1172/3480 33% [==================== ] 1173/3480 33% [==================== ] 1174/3480 33% [==================== ] 1175/3480 33% [==================== ] 1176/3480 33% [==================== ] 1177/3480 33% [==================== ] 1178/3480 33% [===================== ] 1179/3480 33% [===================== ] 1180/3480 33% [===================== ] 1181/3480 33% [===================== ] 1182/3480 33% [===================== ] 1183/3480 33% [===================== ] 1184/3480 34% [===================== ] 1185/3480 34% [===================== ] 1186/3480 34% [===================== ] 1187/3480 34% [===================== ] 1188/3480 34% [===================== ] 1189/3480 34% [===================== ] 1190/3480 34% [===================== ] 1191/3480 34% [===================== ] 1192/3480 34% [===================== ] 1193/3480 34% [===================== ] 1194/3480 34% [===================== ] 1195/3480 34% [===================== ] 1196/3480 34% [===================== ] 1197/3480 34% [===================== ] 1198/3480 34% [===================== ] 1199/3480 34% [===================== ] 1200/3480 34% [===================== ] 1201/3480 34% [===================== ] 1202/3480 34% [===================== ] 1203/3480 34% [===================== ] 1204/3480 34% [===================== ] 1205/3480 34% [===================== ] 1206/3480 34% [===================== ] 1207/3480 34% [===================== ] 1208/3480 34% [===================== ] 1209/3480 34% [===================== ] 1210/3480 34% [===================== ] 1211/3480 34% [===================== ] 1212/3480 34% [===================== ] 1213/3480 34% [===================== ] 1214/3480 34% [===================== ] 1215/3480 34% [===================== ] 1216/3480 34% [===================== ] 1217/3480 34% [===================== ] 1218/3480 35% [===================== ] 1219/3480 35% [===================== ] 1220/3480 35% [===================== ] 1221/3480 35% [===================== ] 1222/3480 35% [===================== ] 1223/3480 35% [===================== ] 1224/3480 35% [===================== ] 1225/3480 35% [===================== ] 1226/3480 35% [===================== ] 1227/3480 35% [===================== ] 1228/3480 35% [===================== ] 1229/3480 35% [===================== ] 1230/3480 35% [===================== ] 1231/3480 35% [===================== ] 1232/3480 35% [===================== ] 1233/3480 35% [===================== ] 1234/3480 35% [====================== ] 1235/3480 35% [====================== ] 1236/3480 35% [====================== ] 1237/3480 35% [====================== ] 1238/3480 35% [====================== ] 1239/3480 35% [====================== ] 1240/3480 35% [====================== ] 1241/3480 35% [====================== ] 1242/3480 35% [====================== ] 1243/3480 35% [====================== ] 1244/3480 35% [====================== ] 1245/3480 35% [====================== ] 1246/3480 35% [====================== ] 1247/3480 35% [====================== ] 1248/3480 35% [====================== ] 1249/3480 35% [====================== ] 1250/3480 35% [====================== ] 1251/3480 35% [====================== ] 1252/3480 35% [====================== ] 1253/3480 36% [====================== ] 1254/3480 36% [====================== ] 1255/3480 36% [====================== ] 1256/3480 36% [====================== ] 1257/3480 36% [====================== ] 1258/3480 36% [====================== ] 1259/3480 36% [====================== ] 1260/3480 36% [====================== ] 1261/3480 36% [====================== ] 1262/3480 36% [====================== ] 1263/3480 36% [====================== ] 1264/3480 36% [====================== ] 1265/3480 36% [====================== ] 1266/3480 36% [====================== ] 1267/3480 36% [====================== ] 1268/3480 36% [====================== ] 1269/3480 36% [====================== ] 1270/3480 36% [====================== ] 1271/3480 36% [====================== ] 1272/3480 36% [====================== ] 1273/3480 36% [====================== ] 1274/3480 36% [====================== ] 1275/3480 36% [====================== ] 1276/3480 36% [====================== ] 1277/3480 36% [====================== ] 1278/3480 36% [====================== ] 1279/3480 36% [====================== ] 1280/3480 36% [====================== ] 1281/3480 36% [====================== ] 1282/3480 36% [====================== ] 1283/3480 36% [====================== ] 1284/3480 36% [====================== ] 1285/3480 36% [====================== ] 1286/3480 36% [====================== ] 1287/3480 36% [====================== ] 1288/3480 37% [====================== ] 1289/3480 37% [====================== ] 1290/3480 37% [======================= ] 1291/3480 37% [======================= ] 1292/3480 37% [======================= ] 1293/3480 37% [======================= ] 1294/3480 37% [======================= ] 1295/3480 37% [======================= ] 1296/3480 37% [======================= ] 1297/3480 37% [======================= ] 1298/3480 37% [======================= ] 1299/3480 37% [======================= ] 1300/3480 37% [======================= ] 1301/3480 37% [======================= ] 1302/3480 37% [======================= ] 1303/3480 37% [======================= ] 1304/3480 37% [======================= ] 1305/3480 37% [======================= ] 1306/3480 37% [======================= ] 1307/3480 37% [======================= ] 1308/3480 37% [======================= ] 1309/3480 37% [======================= ] 1310/3480 37% [======================= ] 1311/3480 37% [======================= ] 1312/3480 37% [======================= ] 1313/3480 37% [======================= ] 1314/3480 37% [======================= ] 1315/3480 37% [======================= ] 1316/3480 37% [======================= ] 1317/3480 37% [======================= ] 1318/3480 37% [======================= ] 1319/3480 37% [======================= ] 1320/3480 37% [======================= ] 1321/3480 37% [======================= ] 1322/3480 37% [======================= ] 1323/3480 38% [======================= ] 1324/3480 38% [======================= ] 1325/3480 38% [======================= ] 1326/3480 38% [======================= ] 1327/3480 38% [======================= ] 1328/3480 38% [======================= ] 1329/3480 38% [======================= ] 1330/3480 38% [======================= ] 1331/3480 38% [======================= ] 1332/3480 38% [======================= ] 1333/3480 38% [======================= ] 1334/3480 38% [======================= ] 1335/3480 38% [======================= ] 1336/3480 38% [======================= ] 1337/3480 38% [======================= ] 1338/3480 38% [======================= ] 1339/3480 38% [======================= ] 1340/3480 38% [======================= ] 1341/3480 38% [======================= ] 1342/3480 38% [======================= ] 1343/3480 38% [======================= ] 1344/3480 38% [======================= ] 1345/3480 38% [======================= ] 1346/3480 38% [======================= ] 1347/3480 38% [======================== ] 1348/3480 38% [======================== ] 1349/3480 38% [======================== ] 1350/3480 38% [======================== ] 1351/3480 38% [======================== ] 1352/3480 38% [======================== ] 1353/3480 38% [======================== ] 1354/3480 38% [======================== ] 1355/3480 38% [======================== ] 1356/3480 38% [======================== ] 1357/3480 38% [======================== ] 1358/3480 39% [======================== ] 1359/3480 39% [======================== ] 1360/3480 39% [======================== ] 1361/3480 39% [======================== ] 1362/3480 39% [======================== ] 1363/3480 39% [======================== ] 1364/3480 39% [======================== ] 1365/3480 39% [======================== ] 1366/3480 39% [======================== ] 1367/3480 39% [======================== ] 1368/3480 39% [======================== ] 1369/3480 39% [======================== ] 1370/3480 39% [======================== ] 1371/3480 39% [======================== ] 1372/3480 39% [======================== ] 1373/3480 39% [======================== ] 1374/3480 39% [======================== ] 1375/3480 39% [======================== ] 1376/3480 39% [======================== ] 1377/3480 39% [======================== ] 1378/3480 39% [======================== ] 1379/3480 39% [======================== ] 1380/3480 39% [======================== ] 1381/3480 39% [======================== ] 1382/3480 39% [======================== ] 1383/3480 39% [======================== ] 1384/3480 39% [======================== ] 1385/3480 39% [======================== ] 1386/3480 39% [======================== ] 1387/3480 39% [======================== ] 1388/3480 39% [======================== ] 1389/3480 39% [======================== ] 1390/3480 39% [======================== ] 1391/3480 39% [======================== ] 1392/3480 40% [======================== ] 1393/3480 40% [======================== ] 1394/3480 40% [======================== ] 1395/3480 40% [======================== ] 1396/3480 40% [======================== ] 1397/3480 40% [======================== ] 1398/3480 40% [======================== ] 1399/3480 40% [======================== ] 1400/3480 40% [======================== ] 1401/3480 40% [======================== ] 1402/3480 40% [======================== ] 1403/3480 40% [========================= ] 1404/3480 40% [========================= ] 1405/3480 40% [========================= ] 1406/3480 40% [========================= ] 1407/3480 40% [========================= ] 1408/3480 40% [========================= ] 1409/3480 40% [========================= ] 1410/3480 40% [========================= ] 1411/3480 40% [========================= ] 1412/3480 40% [========================= ] 1413/3480 40% [========================= ] 1414/3480 40% [========================= ] 1415/3480 40% [========================= ] 1416/3480 40% [========================= ] 1417/3480 40% [========================= ] 1418/3480 40% [========================= ] 1419/3480 40% [========================= ] 1420/3480 40% [========================= ] 1421/3480 40% [========================= ] 1422/3480 40% [========================= ] 1423/3480 40% [========================= ] 1424/3480 40% [========================= ] 1425/3480 40% [========================= ] 1426/3480 40% [========================= ] 1427/3480 41% [========================= ] 1428/3480 41% [========================= ] 1429/3480 41% [========================= ] 1430/3480 41% [========================= ] 1431/3480 41% [========================= ] 1432/3480 41% [========================= ] 1433/3480 41% [========================= ] 1434/3480 41% [========================= ] 1435/3480 41% [========================= ] 1436/3480 41% [========================= ] 1437/3480 41% [========================= ] 1438/3480 41% [========================= ] 1439/3480 41% [========================= ] 1440/3480 41% [========================= ] 1441/3480 41% [========================= ] 1442/3480 41% [========================= ] 1443/3480 41% [========================= ] 1444/3480 41% [========================= ] 1445/3480 41% [========================= ] 1446/3480 41% [========================= ] 1447/3480 41% [========================= ] 1448/3480 41% [========================= ] 1449/3480 41% [========================= ] 1450/3480 41% [========================= ] 1451/3480 41% [========================= ] 1452/3480 41% [========================= ] 1453/3480 41% [========================= ] 1454/3480 41% [========================= ] 1455/3480 41% [========================= ] 1456/3480 41% [========================= ] 1457/3480 41% [========================= ] 1458/3480 41% [========================= ] 1459/3480 41% [========================== ] 1460/3480 41% [========================== ] 1461/3480 41% [========================== ] 1462/3480 42% [========================== ] 1463/3480 42% [========================== ] 1464/3480 42% [========================== ] 1465/3480 42% [========================== ] 1466/3480 42% [========================== ] 1467/3480 42% [========================== ] 1468/3480 42% [========================== ] 1469/3480 42% [========================== ] 1470/3480 42% [========================== ] 1471/3480 42% [========================== ] 1472/3480 42% [========================== ] 1473/3480 42% [========================== ] 1474/3480 42% [========================== ] 1475/3480 42% [========================== ] 1476/3480 42% [========================== ] 1477/3480 42% [========================== ] 1478/3480 42% [========================== ] 1479/3480 42% [========================== ] 1480/3480 42% [========================== ] 1481/3480 42% [========================== ] 1482/3480 42% [========================== ] 1483/3480 42% [========================== ] 1484/3480 42% [========================== ] 1485/3480 42% [========================== ] 1486/3480 42% [========================== ] 1487/3480 42% [========================== ] 1488/3480 42% [========================== ] 1489/3480 42% [========================== ] 1490/3480 42% [========================== ] 1491/3480 42% [========================== ] 1492/3480 42% [========================== ] 1493/3480 42% [========================== ] 1494/3480 42% [========================== ] 1495/3480 42% [========================== ] 1496/3480 42% [========================== ] 1497/3480 43% [========================== ] 1498/3480 43% [========================== ] 1499/3480 43% [========================== ] 1500/3480 43% [========================== ] 1501/3480 43% [========================== ] 1502/3480 43% [========================== ] 1503/3480 43% [========================== ] 1504/3480 43% [========================== ] 1505/3480 43% [========================== ] 1506/3480 43% [========================== ] 1507/3480 43% [========================== ] 1508/3480 43% [========================== ] 1509/3480 43% [========================== ] 1510/3480 43% [========================== ] 1511/3480 43% [========================== ] 1512/3480 43% [========================== ] 1513/3480 43% [========================== ] 1514/3480 43% [========================== ] 1515/3480 43% [=========================== ] 1516/3480 43% [=========================== ] 1517/3480 43% [=========================== ] 1518/3480 43% [=========================== ] 1519/3480 43% [=========================== ] 1520/3480 43% [=========================== ] 1521/3480 43% [=========================== ] 1522/3480 43% [=========================== ] 1523/3480 43% [=========================== ] 1524/3480 43% [=========================== ] 1525/3480 43% [=========================== ] 1526/3480 43% [=========================== ] 1527/3480 43% [=========================== ] 1528/3480 43% [=========================== ] 1529/3480 43% [=========================== ] 1530/3480 43% [=========================== ] 1531/3480 43% [=========================== ] 1532/3480 44% [=========================== ] 1533/3480 44% [=========================== ] 1534/3480 44% [=========================== ] 1535/3480 44% [=========================== ] 1536/3480 44% [=========================== ] 1537/3480 44% [=========================== ] 1538/3480 44% [=========================== ] 1539/3480 44% [=========================== ] 1540/3480 44% [=========================== ] 1541/3480 44% [=========================== ] 1542/3480 44% [=========================== ] 1543/3480 44% [=========================== ] 1544/3480 44% [=========================== ] 1545/3480 44% [=========================== ] 1546/3480 44% [=========================== ] 1547/3480 44% [=========================== ] 1548/3480 44% [=========================== ] 1549/3480 44% [=========================== ] 1550/3480 44% [=========================== ] 1551/3480 44% [=========================== ] 1552/3480 44% [=========================== ] 1553/3480 44% [=========================== ] 1554/3480 44% [=========================== ] 1555/3480 44% [=========================== ] 1556/3480 44% [=========================== ] 1557/3480 44% [=========================== ] 1558/3480 44% [=========================== ] 1559/3480 44% [=========================== ] 1560/3480 44% [=========================== ] 1561/3480 44% [=========================== ] 1562/3480 44% [=========================== ] 1563/3480 44% [=========================== ] 1564/3480 44% [=========================== ] 1565/3480 44% [=========================== ] 1566/3480 45% [=========================== ] 1567/3480 45% [=========================== ] 1568/3480 45% [=========================== ] 1569/3480 45% [=========================== ] 1570/3480 45% [=========================== ] 1571/3480 45% [============================ ] 1572/3480 45% [============================ ] 1573/3480 45% [============================ ] 1574/3480 45% [============================ ] 1575/3480 45% [============================ ] 1576/3480 45% [============================ ] 1577/3480 45% [============================ ] 1578/3480 45% [============================ ] 1579/3480 45% [============================ ] 1580/3480 45% [============================ ] 1581/3480 45% [============================ ] 1582/3480 45% [============================ ] 1583/3480 45% [============================ ] 1584/3480 45% [============================ ] 1585/3480 45% [============================ ] 1586/3480 45% [============================ ] 1587/3480 45% [============================ ] 1588/3480 45% [============================ ] 1589/3480 45% [============================ ] 1590/3480 45% [============================ ] 1591/3480 45% [============================ ] 1592/3480 45% [============================ ] 1593/3480 45% [============================ ] 1594/3480 45% [============================ ] 1595/3480 45% [============================ ] 1596/3480 45% [============================ ] 1597/3480 45% [============================ ] 1598/3480 45% [============================ ] 1599/3480 45% [============================ ] 1600/3480 45% [============================ ] 1601/3480 46% [============================ ] 1602/3480 46% [============================ ] 1603/3480 46% [============================ ] 1604/3480 46% [============================ ] 1605/3480 46% [============================ ] 1606/3480 46% [============================ ] 1607/3480 46% [============================ ] 1608/3480 46% [============================ ] 1609/3480 46% [============================ ] 1610/3480 46% [============================ ] 1611/3480 46% [============================ ] 1612/3480 46% [============================ ] 1613/3480 46% [============================ ] 1614/3480 46% [============================ ] 1615/3480 46% [============================ ] 1616/3480 46% [============================ ] 1617/3480 46% [============================ ] 1618/3480 46% [============================ ] 1619/3480 46% [============================ ] 1620/3480 46% [============================ ] 1621/3480 46% [============================ ] 1622/3480 46% [============================ ] 1623/3480 46% [============================ ] 1624/3480 46% [============================ ] 1625/3480 46% [============================ ] 1626/3480 46% [============================ ] 1627/3480 46% [============================= ] 1628/3480 46% [============================= ] 1629/3480 46% [============================= ] 1630/3480 46% [============================= ] 1631/3480 46% [============================= ] 1632/3480 46% [============================= ] 1633/3480 46% [============================= ] 1634/3480 46% [============================= ] 1635/3480 46% [============================= ] 1636/3480 47% [============================= ] 1637/3480 47% [============================= ] 1638/3480 47% [============================= ] 1639/3480 47% [============================= ] 1640/3480 47% [============================= ] 1641/3480 47% [============================= ] 1642/3480 47% [============================= ] 1643/3480 47% [============================= ] 1644/3480 47% [============================= ] 1645/3480 47% [============================= ] 1646/3480 47% [============================= ] 1647/3480 47% [============================= ] 1648/3480 47% [============================= ] 1649/3480 47% [============================= ] 1650/3480 47% [============================= ] 1651/3480 47% [============================= ] 1652/3480 47% [============================= ] 1653/3480 47% [============================= ] 1654/3480 47% [============================= ] 1655/3480 47% [============================= ] 1656/3480 47% [============================= ] 1657/3480 47% [============================= ] 1658/3480 47% [============================= ] 1659/3480 47% [============================= ] 1660/3480 47% [============================= ] 1661/3480 47% [============================= ] 1662/3480 47% [============================= ] 1663/3480 47% [============================= ] 1664/3480 47% [============================= ] 1665/3480 47% [============================= ] 1666/3480 47% [============================= ] 1667/3480 47% [============================= ] 1668/3480 47% [============================= ] 1669/3480 47% [============================= ] 1670/3480 47% [============================= ] 1671/3480 48% [============================= ] 1672/3480 48% [============================= ] 1673/3480 48% [============================= ] 1674/3480 48% [============================= ] 1675/3480 48% [============================= ] 1676/3480 48% [============================= ] 1677/3480 48% [============================= ] 1678/3480 48% [============================= ] 1679/3480 48% [============================= ] 1680/3480 48% [============================= ] 1681/3480 48% [============================= ] 1682/3480 48% [============================= ] 1683/3480 48% [============================== ] 1684/3480 48% [============================== ] 1685/3480 48% [============================== ] 1686/3480 48% [============================== ] 1687/3480 48% [============================== ] 1688/3480 48% [============================== ] 1689/3480 48% [============================== ] 1690/3480 48% [============================== ] 1691/3480 48% [============================== ] 1692/3480 48% [============================== ] 1693/3480 48% [============================== ] 1694/3480 48% [============================== ] 1695/3480 48% [============================== ] 1696/3480 48% [============================== ] 1697/3480 48% [============================== ] 1698/3480 48% [============================== ] 1699/3480 48% [============================== ] 1700/3480 48% [============================== ] 1701/3480 48% [============================== ] 1702/3480 48% [============================== ] 1703/3480 48% [============================== ] 1704/3480 48% [============================== ] 1705/3480 48% [============================== ] 1706/3480 49% [============================== ] 1707/3480 49% [============================== ] 1708/3480 49% [============================== ] 1709/3480 49% [============================== ] 1710/3480 49% [============================== ] 1711/3480 49% [============================== ] 1712/3480 49% [============================== ] 1713/3480 49% [============================== ] 1714/3480 49% [============================== ] 1715/3480 49% [============================== ] 1716/3480 49% [============================== ] 1717/3480 49% [============================== ] 1718/3480 49% [============================== ] 1719/3480 49% [============================== ] 1720/3480 49% [============================== ] 1721/3480 49% [============================== ] 1722/3480 49% [============================== ] 1723/3480 49% [============================== ] 1724/3480 49% [============================== ] 1725/3480 49% [============================== ] 1726/3480 49% [============================== ] 1727/3480 49% [============================== ] 1728/3480 49% [============================== ] 1729/3480 49% [============================== ] 1730/3480 49% [============================== ] 1731/3480 49% [============================== ] 1732/3480 49% [============================== ] 1733/3480 49% [============================== ] 1734/3480 49% [============================== ] 1735/3480 49% [============================== ] 1736/3480 49% [============================== ] 1737/3480 49% [============================== ] 1738/3480 49% [============================== ] 1739/3480 49% [=============================== ] 1740/3480 50% [=============================== ] 1741/3480 50% [=============================== ] 1742/3480 50% [=============================== ] 1743/3480 50% [=============================== ] 1744/3480 50% [=============================== ] 1745/3480 50% [=============================== ] 1746/3480 50% [=============================== ] 1747/3480 50% [=============================== ] 1748/3480 50% [=============================== ] 1749/3480 50% [=============================== ] 1750/3480 50% [=============================== ] 1751/3480 50% [=============================== ] 1752/3480 50% [=============================== ] 1753/3480 50% [=============================== ] 1754/3480 50% [=============================== ] 1755/3480 50% [=============================== ] 1756/3480 50% [=============================== ] 1757/3480 50% [=============================== ] 1758/3480 50% [=============================== ] 1759/3480 50% [=============================== ] 1760/3480 50% [=============================== ] 1761/3480 50% [=============================== ] 1762/3480 50% [=============================== ] 1763/3480 50% [=============================== ] 1764/3480 50% [=============================== ] 1765/3480 50% [=============================== ] 1766/3480 50% [=============================== ] 1767/3480 50% [=============================== ] 1768/3480 50% [=============================== ] 1769/3480 50% [=============================== ] 1770/3480 50% [=============================== ] 1771/3480 50% [=============================== ] 1772/3480 50% [=============================== ] 1773/3480 50% [=============================== ] 1774/3480 50% [=============================== ] 1775/3480 51% [=============================== ] 1776/3480 51% [=============================== ] 1777/3480 51% [=============================== ] 1778/3480 51% [=============================== ] 1779/3480 51% [=============================== ] 1780/3480 51% [=============================== ] 1781/3480 51% [=============================== ] 1782/3480 51% [=============================== ] 1783/3480 51% [=============================== ] 1784/3480 51% [=============================== ] 1785/3480 51% [=============================== ] 1786/3480 51% [=============================== ] 1787/3480 51% [=============================== ] 1788/3480 51% [=============================== ] 1789/3480 51% [=============================== ] 1790/3480 51% [=============================== ] 1791/3480 51% [=============================== ] 1792/3480 51% [=============================== ] 1793/3480 51% [=============================== ] 1794/3480 51% [=============================== ] 1795/3480 51% [=============================== ] 1796/3480 51% [================================ ] 1797/3480 51% [================================ ] 1798/3480 51% [================================ ] 1799/3480 51% [================================ ] 1800/3480 51% [================================ ] 1801/3480 51% [================================ ] 1802/3480 51% [================================ ] 1803/3480 51% [================================ ] 1804/3480 51% [================================ ] 1805/3480 51% [================================ ] 1806/3480 51% [================================ ] 1807/3480 51% [================================ ] 1808/3480 51% [================================ ] 1809/3480 51% [================================ ] 1810/3480 52% [================================ ] 1811/3480 52% [================================ ] 1812/3480 52% [================================ ] 1813/3480 52% [================================ ] 1814/3480 52% [================================ ] 1815/3480 52% [================================ ] 1816/3480 52% [================================ ] 1817/3480 52% [================================ ] 1818/3480 52% [================================ ] 1819/3480 52% [================================ ] 1820/3480 52% [================================ ] 1821/3480 52% [================================ ] 1822/3480 52% [================================ ] 1823/3480 52% [================================ ] 1824/3480 52% [================================ ] 1825/3480 52% [================================ ] 1826/3480 52% [================================ ] 1827/3480 52% [================================ ] 1828/3480 52% [================================ ] 1829/3480 52% [================================ ] 1830/3480 52% [================================ ] 1831/3480 52% [================================ ] 1832/3480 52% [================================ ] 1833/3480 52% [================================ ] 1834/3480 52% [================================ ] 1835/3480 52% [================================ ] 1836/3480 52% [================================ ] 1837/3480 52% [================================ ] 1838/3480 52% [================================ ] 1839/3480 52% [================================ ] 1840/3480 52% [================================ ] 1841/3480 52% [================================ ] 1842/3480 52% [================================ ] 1843/3480 52% [================================ ] 1844/3480 52% [================================ ] 1845/3480 53% [================================ ] 1846/3480 53% [================================ ] 1847/3480 53% [================================ ] 1848/3480 53% [================================ ] 1849/3480 53% [================================ ] 1850/3480 53% [================================ ] 1851/3480 53% [================================ ] 1852/3480 53% [================================= ] 1853/3480 53% [================================= ] 1854/3480 53% [================================= ] 1855/3480 53% [================================= ] 1856/3480 53% [================================= ] 1857/3480 53% [================================= ] 1858/3480 53% [================================= ] 1859/3480 53% [================================= ] 1860/3480 53% [================================= ] 1861/3480 53% [================================= ] 1862/3480 53% [================================= ] 1863/3480 53% [================================= ] 1864/3480 53% [================================= ] 1865/3480 53% [================================= ] 1866/3480 53% [================================= ] 1867/3480 53% [================================= ] 1868/3480 53% [================================= ] 1869/3480 53% [================================= ] 1870/3480 53% [================================= ] 1871/3480 53% [================================= ] 1872/3480 53% [================================= ] 1873/3480 53% [================================= ] 1874/3480 53% [================================= ] 1875/3480 53% [================================= ] 1876/3480 53% [================================= ] 1877/3480 53% [================================= ] 1878/3480 53% [================================= ] 1879/3480 53% [================================= ] 1880/3480 54% [================================= ] 1881/3480 54% [================================= ] 1882/3480 54% [================================= ] 1883/3480 54% [================================= ] 1884/3480 54% [================================= ] 1885/3480 54% [================================= ] 1886/3480 54% [================================= ] 1887/3480 54% [================================= ] 1888/3480 54% [================================= ] 1889/3480 54% [================================= ] 1890/3480 54% [================================= ] 1891/3480 54% [================================= ] 1892/3480 54% [================================= ] 1893/3480 54% [================================= ] 1894/3480 54% [================================= ] 1895/3480 54% [================================= ] 1896/3480 54% [================================= ] 1897/3480 54% [================================= ] 1898/3480 54% [================================= ] 1899/3480 54% [================================= ] 1900/3480 54% [================================= ] 1901/3480 54% [================================= ] 1902/3480 54% [================================= ] 1903/3480 54% [================================= ] 1904/3480 54% [================================= ] 1905/3480 54% [================================= ] 1906/3480 54% [================================= ] 1907/3480 54% [================================= ] 1908/3480 54% [================================== ] 1909/3480 54% [================================== ] 1910/3480 54% [================================== ] 1911/3480 54% [================================== ] 1912/3480 54% [================================== ] 1913/3480 54% [================================== ] 1914/3480 55% [================================== ] 1915/3480 55% [================================== ] 1916/3480 55% [================================== ] 1917/3480 55% [================================== ] 1918/3480 55% [================================== ] 1919/3480 55% [================================== ] 1920/3480 55% [================================== ] 1921/3480 55% [================================== ] 1922/3480 55% [================================== ] 1923/3480 55% [================================== ] 1924/3480 55% [================================== ] 1925/3480 55% [================================== ] 1926/3480 55% [================================== ] 1927/3480 55% [================================== ] 1928/3480 55% [================================== ] 1929/3480 55% [================================== ] 1930/3480 55% [================================== ] 1931/3480 55% [================================== ] 1932/3480 55% [================================== ] 1933/3480 55% [================================== ] 1934/3480 55% [================================== ] 1935/3480 55% [================================== ] 1936/3480 55% [================================== ] 1937/3480 55% [================================== ] 1938/3480 55% [================================== ] 1939/3480 55% [================================== ] 1940/3480 55% [================================== ] 1941/3480 55% [================================== ] 1942/3480 55% [================================== ] 1943/3480 55% [================================== ] 1944/3480 55% [================================== ] 1945/3480 55% [================================== ] 1946/3480 55% [================================== ] 1947/3480 55% [================================== ] 1948/3480 55% [================================== ] 1949/3480 56% [================================== ] 1950/3480 56% [================================== ] 1951/3480 56% [================================== ] 1952/3480 56% [================================== ] 1953/3480 56% [================================== ] 1954/3480 56% [================================== ] 1955/3480 56% [================================== ] 1956/3480 56% [================================== ] 1957/3480 56% [================================== ] 1958/3480 56% [================================== ] 1959/3480 56% [================================== ] 1960/3480 56% [================================== ] 1961/3480 56% [================================== ] 1962/3480 56% [================================== ] 1963/3480 56% [================================== ] 1964/3480 56% [=================================== ] 1965/3480 56% [=================================== ] 1966/3480 56% [=================================== ] 1967/3480 56% [=================================== ] 1968/3480 56% [=================================== ] 1969/3480 56% [=================================== ] 1970/3480 56% [=================================== ] 1971/3480 56% [=================================== ] 1972/3480 56% [=================================== ] 1973/3480 56% [=================================== ] 1974/3480 56% [=================================== ] 1975/3480 56% [=================================== ] 1976/3480 56% [=================================== ] 1977/3480 56% [=================================== ] 1978/3480 56% [=================================== ] 1979/3480 56% [=================================== ] 1980/3480 56% [=================================== ] 1981/3480 56% [=================================== ] 1982/3480 56% [=================================== ] 1983/3480 56% [=================================== ] 1984/3480 57% [=================================== ] 1985/3480 57% [=================================== ] 1986/3480 57% [=================================== ] 1987/3480 57% [=================================== ] 1988/3480 57% [=================================== ] 1989/3480 57% [=================================== ] 1990/3480 57% [=================================== ] 1991/3480 57% [=================================== ] 1992/3480 57% [=================================== ] 1993/3480 57% [=================================== ] 1994/3480 57% [=================================== ] 1995/3480 57% [=================================== ] 1996/3480 57% [=================================== ] 1997/3480 57% [=================================== ] 1998/3480 57% [=================================== ] 1999/3480 57% [=================================== ] 2000/3480 57% [=================================== ] 2001/3480 57% [=================================== ] 2002/3480 57% [=================================== ] 2003/3480 57% [=================================== ] 2004/3480 57% [=================================== ] 2005/3480 57% [=================================== ] 2006/3480 57% [=================================== ] 2007/3480 57% [=================================== ] 2008/3480 57% [=================================== ] 2009/3480 57% [=================================== ] 2010/3480 57% [=================================== ] 2011/3480 57% [=================================== ] 2012/3480 57% [=================================== ] 2013/3480 57% [=================================== ] 2014/3480 57% [=================================== ] 2015/3480 57% [=================================== ] 2016/3480 57% [=================================== ] 2017/3480 57% [=================================== ] 2018/3480 57% [=================================== ] 2019/3480 58% [=================================== ] 2020/3480 58% [==================================== ] 2021/3480 58% [==================================== ] 2022/3480 58% [==================================== ] 2023/3480 58% [==================================== ] 2024/3480 58% [==================================== ] 2025/3480 58% [==================================== ] 2026/3480 58% [==================================== ] 2027/3480 58% [==================================== ] 2028/3480 58% [==================================== ] 2029/3480 58% [==================================== ] 2030/3480 58% [==================================== ] 2031/3480 58% [==================================== ] 2032/3480 58% [==================================== ] 2033/3480 58% [==================================== ] 2034/3480 58% [==================================== ] 2035/3480 58% [==================================== ] 2036/3480 58% [==================================== ] 2037/3480 58% [==================================== ] 2038/3480 58% [==================================== ] 2039/3480 58% [==================================== ] 2040/3480 58% [==================================== ] 2041/3480 58% [==================================== ] 2042/3480 58% [==================================== ] 2043/3480 58% [==================================== ] 2044/3480 58% [==================================== ] 2045/3480 58% [==================================== ] 2046/3480 58% [==================================== ] 2047/3480 58% [==================================== ] 2048/3480 58% [==================================== ] 2049/3480 58% [==================================== ] 2050/3480 58% [==================================== ] 2051/3480 58% [==================================== ] 2052/3480 58% [==================================== ] 2053/3480 58% [==================================== ] 2054/3480 59% [==================================== ] 2055/3480 59% [==================================== ] 2056/3480 59% [==================================== ] 2057/3480 59% [==================================== ] 2058/3480 59% [==================================== ] 2059/3480 59% [==================================== ] 2060/3480 59% [==================================== ] 2061/3480 59% [==================================== ] 2062/3480 59% [==================================== ] 2063/3480 59% [==================================== ] 2064/3480 59% [==================================== ] 2065/3480 59% [==================================== ] 2066/3480 59% [==================================== ] 2067/3480 59% [==================================== ] 2068/3480 59% [==================================== ] 2069/3480 59% [==================================== ] 2070/3480 59% [==================================== ] 2071/3480 59% [==================================== ] 2072/3480 59% [==================================== ] 2073/3480 59% [==================================== ] 2074/3480 59% [==================================== ] 2075/3480 59% [==================================== ] 2076/3480 59% [===================================== ] 2077/3480 59% [===================================== ] 2078/3480 59% [===================================== ] 2079/3480 59% [===================================== ] 2080/3480 59% [===================================== ] 2081/3480 59% [===================================== ] 2082/3480 59% [===================================== ] 2083/3480 59% [===================================== ] 2084/3480 59% [===================================== ] 2085/3480 59% [===================================== ] 2086/3480 59% [===================================== ] 2087/3480 59% [===================================== ] 2088/3480 60% [===================================== ] 2089/3480 60% [===================================== ] 2090/3480 60% [===================================== ] 2091/3480 60% [===================================== ] 2092/3480 60% [===================================== ] 2093/3480 60% [===================================== ] 2094/3480 60% [===================================== ] 2095/3480 60% [===================================== ] 2096/3480 60% [===================================== ] 2097/3480 60% [===================================== ] 2098/3480 60% [===================================== ] 2099/3480 60% [===================================== ] 2100/3480 60% [===================================== ] 2101/3480 60% [===================================== ] 2102/3480 60% [===================================== ] 2103/3480 60% [===================================== ] 2104/3480 60% [===================================== ] 2105/3480 60% [===================================== ] 2106/3480 60% [===================================== ] 2107/3480 60% [===================================== ] 2108/3480 60% [===================================== ] 2109/3480 60% [===================================== ] 2110/3480 60% [===================================== ] 2111/3480 60% [===================================== ] 2112/3480 60% [===================================== ] 2113/3480 60% [===================================== ] 2114/3480 60% [===================================== ] 2115/3480 60% [===================================== ] 2116/3480 60% [===================================== ] 2117/3480 60% [===================================== ] 2118/3480 60% [===================================== ] 2119/3480 60% [===================================== ] 2120/3480 60% [===================================== ] 2121/3480 60% [===================================== ] 2122/3480 60% [===================================== ] 2123/3480 61% [===================================== ] 2124/3480 61% [===================================== ] 2125/3480 61% [===================================== ] 2126/3480 61% [===================================== ] 2127/3480 61% [===================================== ] 2128/3480 61% [===================================== ] 2129/3480 61% [===================================== ] 2130/3480 61% [===================================== ] 2131/3480 61% [===================================== ] 2132/3480 61% [====================================== ] 2133/3480 61% [====================================== ] 2134/3480 61% [====================================== ] 2135/3480 61% [====================================== ] 2136/3480 61% [====================================== ] 2137/3480 61% [====================================== ] 2138/3480 61% [====================================== ] 2139/3480 61% [====================================== ] 2140/3480 61% [====================================== ] 2141/3480 61% [====================================== ] 2142/3480 61% [====================================== ] 2143/3480 61% [====================================== ] 2144/3480 61% [====================================== ] 2145/3480 61% [====================================== ] 2146/3480 61% [====================================== ] 2147/3480 61% [====================================== ] 2148/3480 61% [====================================== ] 2149/3480 61% [====================================== ] 2150/3480 61% [====================================== ] 2151/3480 61% [====================================== ] 2152/3480 61% [====================================== ] 2153/3480 61% [====================================== ] 2154/3480 61% [====================================== ] 2155/3480 61% [====================================== ] 2156/3480 61% [====================================== ] 2157/3480 61% [====================================== ] 2158/3480 62% [====================================== ] 2159/3480 62% [====================================== ] 2160/3480 62% [====================================== ] 2161/3480 62% [====================================== ] 2162/3480 62% [====================================== ] 2163/3480 62% [====================================== ] 2164/3480 62% [====================================== ] 2165/3480 62% [====================================== ] 2166/3480 62% [====================================== ] 2167/3480 62% [====================================== ] 2168/3480 62% [====================================== ] 2169/3480 62% [====================================== ] 2170/3480 62% [====================================== ] 2171/3480 62% [====================================== ] 2172/3480 62% [====================================== ] 2173/3480 62% [====================================== ] 2174/3480 62% [====================================== ] 2175/3480 62% [====================================== ] 2176/3480 62% [====================================== ] 2177/3480 62% [====================================== ] 2178/3480 62% [====================================== ] 2179/3480 62% [====================================== ] 2180/3480 62% [====================================== ] 2181/3480 62% [====================================== ] 2182/3480 62% [====================================== ] 2183/3480 62% [====================================== ] 2184/3480 62% [====================================== ] 2185/3480 62% [====================================== ] 2186/3480 62% [====================================== ] 2187/3480 62% [====================================== ] 2188/3480 62% [====================================== ] 2189/3480 62% [======================================= ] 2190/3480 62% [======================================= ] 2191/3480 62% [======================================= ] 2192/3480 62% [======================================= ] 2193/3480 63% [======================================= ] 2194/3480 63% [======================================= ] 2195/3480 63% [======================================= ] 2196/3480 63% [======================================= ] 2197/3480 63% [======================================= ] 2198/3480 63% [======================================= ] 2199/3480 63% [======================================= ] 2200/3480 63% [======================================= ] 2201/3480 63% [======================================= ] 2202/3480 63% [======================================= ] 2203/3480 63% [======================================= ] 2204/3480 63% [======================================= ] 2205/3480 63% [======================================= ] 2206/3480 63% [======================================= ] 2207/3480 63% [======================================= ] 2208/3480 63% [======================================= ] 2209/3480 63% [======================================= ] 2210/3480 63% [======================================= ] 2211/3480 63% [======================================= ] 2212/3480 63% [======================================= ] 2213/3480 63% [======================================= ] 2214/3480 63% [======================================= ] 2215/3480 63% [======================================= ] 2216/3480 63% [======================================= ] 2217/3480 63% [======================================= ] 2218/3480 63% [======================================= ] 2219/3480 63% [======================================= ] 2220/3480 63% [======================================= ] 2221/3480 63% [======================================= ] 2222/3480 63% [======================================= ] 2223/3480 63% [======================================= ] 2224/3480 63% [======================================= ] 2225/3480 63% [======================================= ] 2226/3480 63% [======================================= ] 2227/3480 63% [======================================= ] 2228/3480 64% [======================================= ] 2229/3480 64% [======================================= ] 2230/3480 64% [======================================= ] 2231/3480 64% [======================================= ] 2232/3480 64% [======================================= ] 2233/3480 64% [======================================= ] 2234/3480 64% [======================================= ] 2235/3480 64% [======================================= ] 2236/3480 64% [======================================= ] 2237/3480 64% [======================================= ] 2238/3480 64% [======================================= ] 2239/3480 64% [======================================= ] 2240/3480 64% [======================================= ] 2241/3480 64% [======================================= ] 2242/3480 64% [======================================= ] 2243/3480 64% [======================================= ] 2244/3480 64% [======================================= ] 2245/3480 64% [======================================== ] 2246/3480 64% [======================================== ] 2247/3480 64% [======================================== ] 2248/3480 64% [======================================== ] 2249/3480 64% [======================================== ] 2250/3480 64% [======================================== ] 2251/3480 64% [======================================== ] 2252/3480 64% [======================================== ] 2253/3480 64% [======================================== ] 2254/3480 64% [======================================== ] 2255/3480 64% [======================================== ] 2256/3480 64% [======================================== ] 2257/3480 64% [======================================== ] 2258/3480 64% [======================================== ] 2259/3480 64% [======================================== ] 2260/3480 64% [======================================== ] 2261/3480 64% [======================================== ] 2262/3480 65% [======================================== ] 2263/3480 65% [======================================== ] 2264/3480 65% [======================================== ] 2265/3480 65% [======================================== ] 2266/3480 65% [======================================== ] 2267/3480 65% [======================================== ] 2268/3480 65% [======================================== ] 2269/3480 65% [======================================== ] 2270/3480 65% [======================================== ] 2271/3480 65% [======================================== ] 2272/3480 65% [======================================== ] 2273/3480 65% [======================================== ] 2274/3480 65% [======================================== ] 2275/3480 65% [======================================== ] 2276/3480 65% [======================================== ] 2277/3480 65% [======================================== ] 2278/3480 65% [======================================== ] 2279/3480 65% [======================================== ] 2280/3480 65% [======================================== ] 2281/3480 65% [======================================== ] 2282/3480 65% [======================================== ] 2283/3480 65% [======================================== ] 2284/3480 65% [======================================== ] 2285/3480 65% [======================================== ] 2286/3480 65% [======================================== ] 2287/3480 65% [======================================== ] 2288/3480 65% [======================================== ] 2289/3480 65% [======================================== ] 2290/3480 65% [======================================== ] 2291/3480 65% [======================================== ] 2292/3480 65% [======================================== ] 2293/3480 65% [======================================== ] 2294/3480 65% [======================================== ] 2295/3480 65% [======================================== ] 2296/3480 65% [======================================== ] 2297/3480 66% [======================================== ] 2298/3480 66% [======================================== ] 2299/3480 66% [======================================== ] 2300/3480 66% [======================================== ] 2301/3480 66% [========================================= ] 2302/3480 66% [========================================= ] 2303/3480 66% [========================================= ] 2304/3480 66% [========================================= ] 2305/3480 66% [========================================= ] 2306/3480 66% [========================================= ] 2307/3480 66% [========================================= ] 2308/3480 66% [========================================= ] 2309/3480 66% [========================================= ] 2310/3480 66% [========================================= ] 2311/3480 66% [========================================= ] 2312/3480 66% [========================================= ] 2313/3480 66% [========================================= ] 2314/3480 66% [========================================= ] 2315/3480 66% [========================================= ] 2316/3480 66% [========================================= ] 2317/3480 66% [========================================= ] 2318/3480 66% [========================================= ] 2319/3480 66% [========================================= ] 2320/3480 66% [========================================= ] 2321/3480 66% [========================================= ] 2322/3480 66% [========================================= ] 2323/3480 66% [========================================= ] 2324/3480 66% [========================================= ] 2325/3480 66% [========================================= ] 2326/3480 66% [========================================= ] 2327/3480 66% [========================================= ] 2328/3480 66% [========================================= ] 2329/3480 66% [========================================= ] 2330/3480 66% [========================================= ] 2331/3480 66% [========================================= ] 2332/3480 67% [========================================= ] 2333/3480 67% [========================================= ] 2334/3480 67% [========================================= ] 2335/3480 67% [========================================= ] 2336/3480 67% [========================================= ] 2337/3480 67% [========================================= ] 2338/3480 67% [========================================= ] 2339/3480 67% [========================================= ] 2340/3480 67% [========================================= ] 2341/3480 67% [========================================= ] 2342/3480 67% [========================================= ] 2343/3480 67% [========================================= ] 2344/3480 67% [========================================= ] 2345/3480 67% [========================================= ] 2346/3480 67% [========================================= ] 2347/3480 67% [========================================= ] 2348/3480 67% [========================================= ] 2349/3480 67% [========================================= ] 2350/3480 67% [========================================= ] 2351/3480 67% [========================================= ] 2352/3480 67% [========================================= ] 2353/3480 67% [========================================= ] 2354/3480 67% [========================================= ] 2355/3480 67% [========================================= ] 2356/3480 67% [========================================= ] 2357/3480 67% [========================================== ] 2358/3480 67% [========================================== ] 2359/3480 67% [========================================== ] 2360/3480 67% [========================================== ] 2361/3480 67% [========================================== ] 2362/3480 67% [========================================== ] 2363/3480 67% [========================================== ] 2364/3480 67% [========================================== ] 2365/3480 67% [========================================== ] 2366/3480 67% [========================================== ] 2367/3480 68% [========================================== ] 2368/3480 68% [========================================== ] 2369/3480 68% [========================================== ] 2370/3480 68% [========================================== ] 2371/3480 68% [========================================== ] 2372/3480 68% [========================================== ] 2373/3480 68% [========================================== ] 2374/3480 68% [========================================== ] 2375/3480 68% [========================================== ] 2376/3480 68% [========================================== ] 2377/3480 68% [========================================== ] 2378/3480 68% [========================================== ] 2379/3480 68% [========================================== ] 2380/3480 68% [========================================== ] 2381/3480 68% [========================================== ] 2382/3480 68% [========================================== ] 2383/3480 68% [========================================== ] 2384/3480 68% [========================================== ] 2385/3480 68% [========================================== ] 2386/3480 68% [========================================== ] 2387/3480 68% [========================================== ] 2388/3480 68% [========================================== ] 2389/3480 68% [========================================== ] 2390/3480 68% [========================================== ] 2391/3480 68% [========================================== ] 2392/3480 68% [========================================== ] 2393/3480 68% [========================================== ] 2394/3480 68% [========================================== ] 2395/3480 68% [========================================== ] 2396/3480 68% [========================================== ] 2397/3480 68% [========================================== ] 2398/3480 68% [========================================== ] 2399/3480 68% [========================================== ] 2400/3480 68% [========================================== ] 2401/3480 68% [========================================== ] 2402/3480 69% [========================================== ] 2403/3480 69% [========================================== ] 2404/3480 69% [========================================== ] 2405/3480 69% [========================================== ] 2406/3480 69% [========================================== ] 2407/3480 69% [========================================== ] 2408/3480 69% [========================================== ] 2409/3480 69% [========================================== ] 2410/3480 69% [========================================== ] 2411/3480 69% [========================================== ] 2412/3480 69% [========================================== ] 2413/3480 69% [=========================================== ] 2414/3480 69% [=========================================== ] 2415/3480 69% [=========================================== ] 2416/3480 69% [=========================================== ] 2417/3480 69% [=========================================== ] 2418/3480 69% [=========================================== ] 2419/3480 69% [=========================================== ] 2420/3480 69% [=========================================== ] 2421/3480 69% [=========================================== ] 2422/3480 69% [=========================================== ] 2423/3480 69% [=========================================== ] 2424/3480 69% [=========================================== ] 2425/3480 69% [=========================================== ] 2426/3480 69% [=========================================== ] 2427/3480 69% [=========================================== ] 2428/3480 69% [=========================================== ] 2429/3480 69% [=========================================== ] 2430/3480 69% [=========================================== ] 2431/3480 69% [=========================================== ] 2432/3480 69% [=========================================== ] 2433/3480 69% [=========================================== ] 2434/3480 69% [=========================================== ] 2435/3480 69% [=========================================== ] 2436/3480 70% [=========================================== ] 2437/3480 70% [=========================================== ] 2438/3480 70% [=========================================== ] 2439/3480 70% [=========================================== ] 2440/3480 70% [=========================================== ] 2441/3480 70% [=========================================== ] 2442/3480 70% [=========================================== ] 2443/3480 70% [=========================================== ] 2444/3480 70% [=========================================== ] 2445/3480 70% [=========================================== ] 2446/3480 70% [=========================================== ] 2447/3480 70% [=========================================== ] 2448/3480 70% [=========================================== ] 2449/3480 70% [=========================================== ] 2450/3480 70% [=========================================== ] 2451/3480 70% [=========================================== ] 2452/3480 70% [=========================================== ] 2453/3480 70% [=========================================== ] 2454/3480 70% [=========================================== ] 2455/3480 70% [=========================================== ] 2456/3480 70% [=========================================== ] 2457/3480 70% [=========================================== ] 2458/3480 70% [=========================================== ] 2459/3480 70% [=========================================== ] 2460/3480 70% [=========================================== ] 2461/3480 70% [=========================================== ] 2462/3480 70% [=========================================== ] 2463/3480 70% [=========================================== ] 2464/3480 70% [=========================================== ] 2465/3480 70% [=========================================== ] 2466/3480 70% [=========================================== ] 2467/3480 70% [=========================================== ] 2468/3480 70% [=========================================== ] 2469/3480 70% [============================================ ] 2470/3480 70% [============================================ ] 2471/3480 71% [============================================ ] 2472/3480 71% [============================================ ] 2473/3480 71% [============================================ ] 2474/3480 71% [============================================ ] 2475/3480 71% [============================================ ] 2476/3480 71% [============================================ ] 2477/3480 71% [============================================ ] 2478/3480 71% [============================================ ] 2479/3480 71% [============================================ ] 2480/3480 71% [============================================ ] 2481/3480 71% [============================================ ] 2482/3480 71% [============================================ ] 2483/3480 71% [============================================ ] 2484/3480 71% [============================================ ] 2485/3480 71% [============================================ ] 2486/3480 71% [============================================ ] 2487/3480 71% [============================================ ] 2488/3480 71% [============================================ ] 2489/3480 71% [============================================ ] 2490/3480 71% [============================================ ] 2491/3480 71% [============================================ ] 2492/3480 71% [============================================ ] 2493/3480 71% [============================================ ] 2494/3480 71% [============================================ ] 2495/3480 71% [============================================ ] 2496/3480 71% [============================================ ] 2497/3480 71% [============================================ ] 2498/3480 71% [============================================ ] 2499/3480 71% [============================================ ] 2500/3480 71% [============================================ ] 2501/3480 71% [============================================ ] 2502/3480 71% [============================================ ] 2503/3480 71% [============================================ ] 2504/3480 71% [============================================ ] 2505/3480 71% [============================================ ] 2506/3480 72% [============================================ ] 2507/3480 72% [============================================ ] 2508/3480 72% [============================================ ] 2509/3480 72% [============================================ ] 2510/3480 72% [============================================ ] 2511/3480 72% [============================================ ] 2512/3480 72% [============================================ ] 2513/3480 72% [============================================ ] 2514/3480 72% [============================================ ] 2515/3480 72% [============================================ ] 2516/3480 72% [============================================ ] 2517/3480 72% [============================================ ] 2518/3480 72% [============================================ ] 2519/3480 72% [============================================ ] 2520/3480 72% [============================================ ] 2521/3480 72% [============================================ ] 2522/3480 72% [============================================ ] 2523/3480 72% [============================================ ] 2524/3480 72% [============================================ ] 2525/3480 72% [============================================= ] 2526/3480 72% [============================================= ] 2527/3480 72% [============================================= ] 2528/3480 72% [============================================= ] 2529/3480 72% [============================================= ] 2530/3480 72% [============================================= ] 2531/3480 72% [============================================= ] 2532/3480 72% [============================================= ] 2533/3480 72% [============================================= ] 2534/3480 72% [============================================= ] 2535/3480 72% [============================================= ] 2536/3480 72% [============================================= ] 2537/3480 72% [============================================= ] 2538/3480 72% [============================================= ] 2539/3480 72% [============================================= ] 2540/3480 72% [============================================= ] 2541/3480 73% [============================================= ] 2542/3480 73% [============================================= ] 2543/3480 73% [============================================= ] 2544/3480 73% [============================================= ] 2545/3480 73% [============================================= ] 2546/3480 73% [============================================= ] 2547/3480 73% [============================================= ] 2548/3480 73% [============================================= ] 2549/3480 73% [============================================= ] 2550/3480 73% [============================================= ] 2551/3480 73% [============================================= ] 2552/3480 73% [============================================= ] 2553/3480 73% [============================================= ] 2554/3480 73% [============================================= ] 2555/3480 73% [============================================= ] 2556/3480 73% [============================================= ] 2557/3480 73% [============================================= ] 2558/3480 73% [============================================= ] 2559/3480 73% [============================================= ] 2560/3480 73% [============================================= ] 2561/3480 73% [============================================= ] 2562/3480 73% [============================================= ] 2563/3480 73% [============================================= ] 2564/3480 73% [============================================= ] 2565/3480 73% [============================================= ] 2566/3480 73% [============================================= ] 2567/3480 73% [============================================= ] 2568/3480 73% [============================================= ] 2569/3480 73% [============================================= ] 2570/3480 73% [============================================= ] 2571/3480 73% [============================================= ] 2572/3480 73% [============================================= ] 2573/3480 73% [============================================= ] 2574/3480 73% [============================================= ] 2575/3480 73% [============================================= ] 2576/3480 74% [============================================= ] 2577/3480 74% [============================================= ] 2578/3480 74% [============================================= ] 2579/3480 74% [============================================= ] 2580/3480 74% [============================================= ] 2581/3480 74% [============================================== ] 2582/3480 74% [============================================== ] 2583/3480 74% [============================================== ] 2584/3480 74% [============================================== ] 2585/3480 74% [============================================== ] 2586/3480 74% [============================================== ] 2587/3480 74% [============================================== ] 2588/3480 74% [============================================== ] 2589/3480 74% [============================================== ] 2590/3480 74% [============================================== ] 2591/3480 74% [============================================== ] 2592/3480 74% [============================================== ] 2593/3480 74% [============================================== ] 2594/3480 74% [============================================== ] 2595/3480 74% [============================================== ] 2596/3480 74% [============================================== ] 2597/3480 74% [============================================== ] 2598/3480 74% [============================================== ] 2599/3480 74% [============================================== ] 2600/3480 74% [============================================== ] 2601/3480 74% [============================================== ] 2602/3480 74% [============================================== ] 2603/3480 74% [============================================== ] 2604/3480 74% [============================================== ] 2605/3480 74% [============================================== ] 2606/3480 74% [============================================== ] 2607/3480 74% [============================================== ] 2608/3480 74% [============================================== ] 2609/3480 74% [============================================== ] 2610/3480 75% [============================================== ] 2611/3480 75% [============================================== ] 2612/3480 75% [============================================== ] 2613/3480 75% [============================================== ] 2614/3480 75% [============================================== ] 2615/3480 75% [============================================== ] 2616/3480 75% [============================================== ] 2617/3480 75% [============================================== ] 2618/3480 75% [============================================== ] 2619/3480 75% [============================================== ] 2620/3480 75% [============================================== ] 2621/3480 75% [============================================== ] 2622/3480 75% [============================================== ] 2623/3480 75% [============================================== ] 2624/3480 75% [============================================== ] 2625/3480 75% [============================================== ] 2626/3480 75% [============================================== ] 2627/3480 75% [============================================== ] 2628/3480 75% [============================================== ] 2629/3480 75% [============================================== ] 2630/3480 75% [============================================== ] 2631/3480 75% [============================================== ] 2632/3480 75% [============================================== ] 2633/3480 75% [============================================== ] 2634/3480 75% [============================================== ] 2635/3480 75% [============================================== ] 2636/3480 75% [============================================== ] 2637/3480 75% [============================================== ] 2638/3480 75% [=============================================== ] 2639/3480 75% [=============================================== ] 2640/3480 75% [=============================================== ] 2641/3480 75% [=============================================== ] 2642/3480 75% [=============================================== ] 2643/3480 75% [=============================================== ] 2644/3480 75% [=============================================== ] 2645/3480 76% [=============================================== ] 2646/3480 76% [=============================================== ] 2647/3480 76% [=============================================== ] 2648/3480 76% [=============================================== ] 2649/3480 76% [=============================================== ] 2650/3480 76% [=============================================== ] 2651/3480 76% [=============================================== ] 2652/3480 76% [=============================================== ] 2653/3480 76% [=============================================== ] 2654/3480 76% [=============================================== ] 2655/3480 76% [=============================================== ] 2656/3480 76% [=============================================== ] 2657/3480 76% [=============================================== ] 2658/3480 76% [=============================================== ] 2659/3480 76% [=============================================== ] 2660/3480 76% [=============================================== ] 2661/3480 76% [=============================================== ] 2662/3480 76% [=============================================== ] 2663/3480 76% [=============================================== ] 2664/3480 76% [=============================================== ] 2665/3480 76% [=============================================== ] 2666/3480 76% [=============================================== ] 2667/3480 76% [=============================================== ] 2668/3480 76% [=============================================== ] 2669/3480 76% [=============================================== ] 2670/3480 76% [=============================================== ] 2671/3480 76% [=============================================== ] 2672/3480 76% [=============================================== ] 2673/3480 76% [=============================================== ] 2674/3480 76% [=============================================== ] 2675/3480 76% [=============================================== ] 2676/3480 76% [=============================================== ] 2677/3480 76% [=============================================== ] 2678/3480 76% [=============================================== ] 2679/3480 76% [=============================================== ] 2680/3480 77% [=============================================== ] 2681/3480 77% [=============================================== ] 2682/3480 77% [=============================================== ] 2683/3480 77% [=============================================== ] 2684/3480 77% [=============================================== ] 2685/3480 77% [=============================================== ] 2686/3480 77% [=============================================== ] 2687/3480 77% [=============================================== ] 2688/3480 77% [=============================================== ] 2689/3480 77% [=============================================== ] 2690/3480 77% [=============================================== ] 2691/3480 77% [=============================================== ] 2692/3480 77% [=============================================== ] 2693/3480 77% [=============================================== ] 2694/3480 77% [================================================ ] 2695/3480 77% [================================================ ] 2696/3480 77% [================================================ ] 2697/3480 77% [================================================ ] 2698/3480 77% [================================================ ] 2699/3480 77% [================================================ ] 2700/3480 77% [================================================ ] 2701/3480 77% [================================================ ] 2702/3480 77% [================================================ ] 2703/3480 77% [================================================ ] 2704/3480 77% [================================================ ] 2705/3480 77% [================================================ ] 2706/3480 77% [================================================ ] 2707/3480 77% [================================================ ] 2708/3480 77% [================================================ ] 2709/3480 77% [================================================ ] 2710/3480 77% [================================================ ] 2711/3480 77% [================================================ ] 2712/3480 77% [================================================ ] 2713/3480 77% [================================================ ] 2714/3480 77% [================================================ ] 2715/3480 78% [================================================ ] 2716/3480 78% [================================================ ] 2717/3480 78% [================================================ ] 2718/3480 78% [================================================ ] 2719/3480 78% [================================================ ] 2720/3480 78% [================================================ ] 2721/3480 78% [================================================ ] 2722/3480 78% [================================================ ] 2723/3480 78% [================================================ ] 2724/3480 78% [================================================ ] 2725/3480 78% [================================================ ] 2726/3480 78% [================================================ ] 2727/3480 78% [================================================ ] 2728/3480 78% [================================================ ] 2729/3480 78% [================================================ ] 2730/3480 78% [================================================ ] 2731/3480 78% [================================================ ] 2732/3480 78% [================================================ ] 2733/3480 78% [================================================ ] 2734/3480 78% [================================================ ] 2735/3480 78% [================================================ ] 2736/3480 78% [================================================ ] 2737/3480 78% [================================================ ] 2738/3480 78% [================================================ ] 2739/3480 78% [================================================ ] 2740/3480 78% [================================================ ] 2741/3480 78% [================================================ ] 2742/3480 78% [================================================ ] 2743/3480 78% [================================================ ] 2744/3480 78% [================================================ ] 2745/3480 78% [================================================ ] 2746/3480 78% [================================================ ] 2747/3480 78% [================================================ ] 2748/3480 78% [================================================ ] 2749/3480 78% [================================================ ] 2750/3480 79% [================================================= ] 2751/3480 79% [================================================= ] 2752/3480 79% [================================================= ] 2753/3480 79% [================================================= ] 2754/3480 79% [================================================= ] 2755/3480 79% [================================================= ] 2756/3480 79% [================================================= ] 2757/3480 79% [================================================= ] 2758/3480 79% [================================================= ] 2759/3480 79% [================================================= ] 2760/3480 79% [================================================= ] 2761/3480 79% [================================================= ] 2762/3480 79% [================================================= ] 2763/3480 79% [================================================= ] 2764/3480 79% [================================================= ] 2765/3480 79% [================================================= ] 2766/3480 79% [================================================= ] 2767/3480 79% [================================================= ] 2768/3480 79% [================================================= ] 2769/3480 79% [================================================= ] 2770/3480 79% [================================================= ] 2771/3480 79% [================================================= ] 2772/3480 79% [================================================= ] 2773/3480 79% [================================================= ] 2774/3480 79% [================================================= ] 2775/3480 79% [================================================= ] 2776/3480 79% [================================================= ] 2777/3480 79% [================================================= ] 2778/3480 79% [================================================= ] 2779/3480 79% [================================================= ] 2780/3480 79% [================================================= ] 2781/3480 79% [================================================= ] 2782/3480 79% [================================================= ] 2783/3480 79% [================================================= ] 2784/3480 80% [================================================= ] 2785/3480 80% [================================================= ] 2786/3480 80% [================================================= ] 2787/3480 80% [================================================= ] 2788/3480 80% [================================================= ] 2789/3480 80% [================================================= ] 2790/3480 80% [================================================= ] 2791/3480 80% [================================================= ] 2792/3480 80% [================================================= ] 2793/3480 80% [================================================= ] 2794/3480 80% [================================================= ] 2795/3480 80% [================================================= ] 2796/3480 80% [================================================= ] 2797/3480 80% [================================================= ] 2798/3480 80% [================================================= ] 2799/3480 80% [================================================= ] 2800/3480 80% [================================================= ] 2801/3480 80% [================================================= ] 2802/3480 80% [================================================= ] 2803/3480 80% [================================================= ] 2804/3480 80% [================================================= ] 2805/3480 80% [================================================= ] 2806/3480 80% [================================================== ] 2807/3480 80% [================================================== ] 2808/3480 80% [================================================== ] 2809/3480 80% [================================================== ] 2810/3480 80% [================================================== ] 2811/3480 80% [================================================== ] 2812/3480 80% [================================================== ] 2813/3480 80% [================================================== ] 2814/3480 80% [================================================== ] 2815/3480 80% [================================================== ] 2816/3480 80% [================================================== ] 2817/3480 80% [================================================== ] 2818/3480 80% [================================================== ] 2819/3480 81% [================================================== ] 2820/3480 81% [================================================== ] 2821/3480 81% [================================================== ] 2822/3480 81% [================================================== ] 2823/3480 81% [================================================== ] 2824/3480 81% [================================================== ] 2825/3480 81% [================================================== ] 2826/3480 81% [================================================== ] 2827/3480 81% [================================================== ] 2828/3480 81% [================================================== ] 2829/3480 81% [================================================== ] 2830/3480 81% [================================================== ] 2831/3480 81% [================================================== ] 2832/3480 81% [================================================== ] 2833/3480 81% [================================================== ] 2834/3480 81% [================================================== ] 2835/3480 81% [================================================== ] 2836/3480 81% [================================================== ] 2837/3480 81% [================================================== ] 2838/3480 81% [================================================== ] 2839/3480 81% [================================================== ] 2840/3480 81% [================================================== ] 2841/3480 81% [================================================== ] 2842/3480 81% [================================================== ] 2843/3480 81% [================================================== ] 2844/3480 81% [================================================== ] 2845/3480 81% [================================================== ] 2846/3480 81% [================================================== ] 2847/3480 81% [================================================== ] 2848/3480 81% [================================================== ] 2849/3480 81% [================================================== ] 2850/3480 81% [================================================== ] 2851/3480 81% [================================================== ] 2852/3480 81% [================================================== ] 2853/3480 81% [================================================== ] 2854/3480 82% [================================================== ] 2855/3480 82% [================================================== ] 2856/3480 82% [================================================== ] 2857/3480 82% [================================================== ] 2858/3480 82% [================================================== ] 2859/3480 82% [================================================== ] 2860/3480 82% [================================================== ] 2861/3480 82% [================================================== ] 2862/3480 82% [=================================================== ] 2863/3480 82% [=================================================== ] 2864/3480 82% [=================================================== ] 2865/3480 82% [=================================================== ] 2866/3480 82% [=================================================== ] 2867/3480 82% [=================================================== ] 2868/3480 82% [=================================================== ] 2869/3480 82% [=================================================== ] 2870/3480 82% [=================================================== ] 2871/3480 82% [=================================================== ] 2872/3480 82% [=================================================== ] 2873/3480 82% [=================================================== ] 2874/3480 82% [=================================================== ] 2875/3480 82% [=================================================== ] 2876/3480 82% [=================================================== ] 2877/3480 82% [=================================================== ] 2878/3480 82% [=================================================== ] 2879/3480 82% [=================================================== ] 2880/3480 82% [=================================================== ] 2881/3480 82% [=================================================== ] 2882/3480 82% [=================================================== ] 2883/3480 82% [=================================================== ] 2884/3480 82% [=================================================== ] 2885/3480 82% [=================================================== ] 2886/3480 82% [=================================================== ] 2887/3480 82% [=================================================== ] 2888/3480 82% [=================================================== ] 2889/3480 83% [=================================================== ] 2890/3480 83% [=================================================== ] 2891/3480 83% [=================================================== ] 2892/3480 83% [=================================================== ] 2893/3480 83% [=================================================== ] 2894/3480 83% [=================================================== ] 2895/3480 83% [=================================================== ] 2896/3480 83% [=================================================== ] 2897/3480 83% [=================================================== ] 2898/3480 83% [=================================================== ] 2899/3480 83% [=================================================== ] 2900/3480 83% [=================================================== ] 2901/3480 83% [=================================================== ] 2902/3480 83% [=================================================== ] 2903/3480 83% [=================================================== ] 2904/3480 83% [=================================================== ] 2905/3480 83% [=================================================== ] 2906/3480 83% [=================================================== ] 2907/3480 83% [=================================================== ] 2908/3480 83% [=================================================== ] 2909/3480 83% [=================================================== ] 2910/3480 83% [=================================================== ] 2911/3480 83% [=================================================== ] 2912/3480 83% [=================================================== ] 2913/3480 83% [=================================================== ] 2914/3480 83% [=================================================== ] 2915/3480 83% [=================================================== ] 2916/3480 83% [=================================================== ] 2917/3480 83% [=================================================== ] 2918/3480 83% [==================================================== ] 2919/3480 83% [==================================================== ] 2920/3480 83% [==================================================== ] 2921/3480 83% [==================================================== ] 2922/3480 83% [==================================================== ] 2923/3480 83% [==================================================== ] 2924/3480 84% [==================================================== ] 2925/3480 84% [==================================================== ] 2926/3480 84% [==================================================== ] 2927/3480 84% [==================================================== ] 2928/3480 84% [==================================================== ] 2929/3480 84% [==================================================== ] 2930/3480 84% [==================================================== ] 2931/3480 84% [==================================================== ] 2932/3480 84% [==================================================== ] 2933/3480 84% [==================================================== ] 2934/3480 84% [==================================================== ] 2935/3480 84% [==================================================== ] 2936/3480 84% [==================================================== ] 2937/3480 84% [==================================================== ] 2938/3480 84% [==================================================== ] 2939/3480 84% [==================================================== ] 2940/3480 84% [==================================================== ] 2941/3480 84% [==================================================== ] 2942/3480 84% [==================================================== ] 2943/3480 84% [==================================================== ] 2944/3480 84% [==================================================== ] 2945/3480 84% [==================================================== ] 2946/3480 84% [==================================================== ] 2947/3480 84% [==================================================== ] 2948/3480 84% [==================================================== ] 2949/3480 84% [==================================================== ] 2950/3480 84% [==================================================== ] 2951/3480 84% [==================================================== ] 2952/3480 84% [==================================================== ] 2953/3480 84% [==================================================== ] 2954/3480 84% [==================================================== ] 2955/3480 84% [==================================================== ] 2956/3480 84% [==================================================== ] 2957/3480 84% [==================================================== ] 2958/3480 85% [==================================================== ] 2959/3480 85% [==================================================== ] 2960/3480 85% [==================================================== ] 2961/3480 85% [==================================================== ] 2962/3480 85% [==================================================== ] 2963/3480 85% [==================================================== ] 2964/3480 85% [==================================================== ] 2965/3480 85% [==================================================== ] 2966/3480 85% [==================================================== ] 2967/3480 85% [==================================================== ] 2968/3480 85% [==================================================== ] 2969/3480 85% [==================================================== ] 2970/3480 85% [==================================================== ] 2971/3480 85% [==================================================== ] 2972/3480 85% [==================================================== ] 2973/3480 85% [==================================================== ] 2974/3480 85% [===================================================== ] 2975/3480 85% [===================================================== ] 2976/3480 85% [===================================================== ] 2977/3480 85% [===================================================== ] 2978/3480 85% [===================================================== ] 2979/3480 85% [===================================================== ] 2980/3480 85% [===================================================== ] 2981/3480 85% [===================================================== ] 2982/3480 85% [===================================================== ] 2983/3480 85% [===================================================== ] 2984/3480 85% [===================================================== ] 2985/3480 85% [===================================================== ] 2986/3480 85% [===================================================== ] 2987/3480 85% [===================================================== ] 2988/3480 85% [===================================================== ] 2989/3480 85% [===================================================== ] 2990/3480 85% [===================================================== ] 2991/3480 85% [===================================================== ] 2992/3480 85% [===================================================== ] 2993/3480 86% [===================================================== ] 2994/3480 86% [===================================================== ] 2995/3480 86% [===================================================== ] 2996/3480 86% [===================================================== ] 2997/3480 86% [===================================================== ] 2998/3480 86% [===================================================== ] 2999/3480 86% [===================================================== ] 3000/3480 86% [===================================================== ] 3001/3480 86% [===================================================== ] 3002/3480 86% [===================================================== ] 3003/3480 86% [===================================================== ] 3004/3480 86% [===================================================== ] 3005/3480 86% [===================================================== ] 3006/3480 86% [===================================================== ] 3007/3480 86% [===================================================== ] 3008/3480 86% [===================================================== ] 3009/3480 86% [===================================================== ] 3010/3480 86% [===================================================== ] 3011/3480 86% [===================================================== ] 3012/3480 86% [===================================================== ] 3013/3480 86% [===================================================== ] 3014/3480 86% [===================================================== ] 3015/3480 86% [===================================================== ] 3016/3480 86% [===================================================== ] 3017/3480 86% [===================================================== ] 3018/3480 86% [===================================================== ] 3019/3480 86% [===================================================== ] 3020/3480 86% [===================================================== ] 3021/3480 86% [===================================================== ] 3022/3480 86% [===================================================== ] 3023/3480 86% [===================================================== ] 3024/3480 86% [===================================================== ] 3025/3480 86% [===================================================== ] 3026/3480 86% [===================================================== ] 3027/3480 86% [===================================================== ] 3028/3480 87% [===================================================== ] 3029/3480 87% [===================================================== ] 3030/3480 87% [====================================================== ] 3031/3480 87% [====================================================== ] 3032/3480 87% [====================================================== ] 3033/3480 87% [====================================================== ] 3034/3480 87% [====================================================== ] 3035/3480 87% [====================================================== ] 3036/3480 87% [====================================================== ] 3037/3480 87% [====================================================== ] 3038/3480 87% [====================================================== ] 3039/3480 87% [====================================================== ] 3040/3480 87% [====================================================== ] 3041/3480 87% [====================================================== ] 3042/3480 87% [====================================================== ] 3043/3480 87% [====================================================== ] 3044/3480 87% [====================================================== ] 3045/3480 87% [====================================================== ] 3046/3480 87% [====================================================== ] 3047/3480 87% [====================================================== ] 3048/3480 87% [====================================================== ] 3049/3480 87% [====================================================== ] 3050/3480 87% [====================================================== ] 3051/3480 87% [====================================================== ] 3052/3480 87% [====================================================== ] 3053/3480 87% [====================================================== ] 3054/3480 87% [====================================================== ] 3055/3480 87% [====================================================== ] 3056/3480 87% [====================================================== ] 3057/3480 87% [====================================================== ] 3058/3480 87% [====================================================== ] 3059/3480 87% [====================================================== ] 3060/3480 87% [====================================================== ] 3061/3480 87% [====================================================== ] 3062/3480 87% [====================================================== ] 3063/3480 88% [====================================================== ] 3064/3480 88% [====================================================== ] 3065/3480 88% [====================================================== ] 3066/3480 88% [====================================================== ] 3067/3480 88% [====================================================== ] 3068/3480 88% [====================================================== ] 3069/3480 88% [====================================================== ] 3070/3480 88% [====================================================== ] 3071/3480 88% [====================================================== ] 3072/3480 88% [====================================================== ] 3073/3480 88% [====================================================== ] 3074/3480 88% [====================================================== ] 3075/3480 88% [====================================================== ] 3076/3480 88% [====================================================== ] 3077/3480 88% [====================================================== ] 3078/3480 88% [====================================================== ] 3079/3480 88% [====================================================== ] 3080/3480 88% [====================================================== ] 3081/3480 88% [====================================================== ] 3082/3480 88% [====================================================== ] 3083/3480 88% [====================================================== ] 3084/3480 88% [====================================================== ] 3085/3480 88% [====================================================== ] 3086/3480 88% [====================================================== ] 3087/3480 88% [======================================================= ] 3088/3480 88% [======================================================= ] 3089/3480 88% [======================================================= ] 3090/3480 88% [======================================================= ] 3091/3480 88% [======================================================= ] 3092/3480 88% [======================================================= ] 3093/3480 88% [======================================================= ] 3094/3480 88% [======================================================= ] 3095/3480 88% [======================================================= ] 3096/3480 88% [======================================================= ] 3097/3480 88% [======================================================= ] 3098/3480 89% [======================================================= ] 3099/3480 89% [======================================================= ] 3100/3480 89% [======================================================= ] 3101/3480 89% [======================================================= ] 3102/3480 89% [======================================================= ] 3103/3480 89% [======================================================= ] 3104/3480 89% [======================================================= ] 3105/3480 89% [======================================================= ] 3106/3480 89% [======================================================= ] 3107/3480 89% [======================================================= ] 3108/3480 89% [======================================================= ] 3109/3480 89% [======================================================= ] 3110/3480 89% [======================================================= ] 3111/3480 89% [======================================================= ] 3112/3480 89% [======================================================= ] 3113/3480 89% [======================================================= ] 3114/3480 89% [======================================================= ] 3115/3480 89% [======================================================= ] 3116/3480 89% [======================================================= ] 3117/3480 89% [======================================================= ] 3118/3480 89% [======================================================= ] 3119/3480 89% [======================================================= ] 3120/3480 89% [======================================================= ] 3121/3480 89% [======================================================= ] 3122/3480 89% [======================================================= ] 3123/3480 89% [======================================================= ] 3124/3480 89% [======================================================= ] 3125/3480 89% [======================================================= ] 3126/3480 89% [======================================================= ] 3127/3480 89% [======================================================= ] 3128/3480 89% [======================================================= ] 3129/3480 89% [======================================================= ] 3130/3480 89% [======================================================= ] 3131/3480 89% [======================================================= ] 3132/3480 90% [======================================================= ] 3133/3480 90% [======================================================= ] 3134/3480 90% [======================================================= ] 3135/3480 90% [======================================================= ] 3136/3480 90% [======================================================= ] 3137/3480 90% [======================================================= ] 3138/3480 90% [======================================================= ] 3139/3480 90% [======================================================= ] 3140/3480 90% [======================================================= ] 3141/3480 90% [======================================================= ] 3142/3480 90% [======================================================= ] 3143/3480 90% [======================================================== ] 3144/3480 90% [======================================================== ] 3145/3480 90% [======================================================== ] 3146/3480 90% [======================================================== ] 3147/3480 90% [======================================================== ] 3148/3480 90% [======================================================== ] 3149/3480 90% [======================================================== ] 3150/3480 90% [======================================================== ] 3151/3480 90% [======================================================== ] 3152/3480 90% [======================================================== ] 3153/3480 90% [======================================================== ] 3154/3480 90% [======================================================== ] 3155/3480 90% [======================================================== ] 3156/3480 90% [======================================================== ] 3157/3480 90% [======================================================== ] 3158/3480 90% [======================================================== ] 3159/3480 90% [======================================================== ] 3160/3480 90% [======================================================== ] 3161/3480 90% [======================================================== ] 3162/3480 90% [======================================================== ] 3163/3480 90% [======================================================== ] 3164/3480 90% [======================================================== ] 3165/3480 90% [======================================================== ] 3166/3480 90% [======================================================== ] 3167/3480 91% [======================================================== ] 3168/3480 91% [======================================================== ] 3169/3480 91% [======================================================== ] 3170/3480 91% [======================================================== ] 3171/3480 91% [======================================================== ] 3172/3480 91% [======================================================== ] 3173/3480 91% [======================================================== ] 3174/3480 91% [======================================================== ] 3175/3480 91% [======================================================== ] 3176/3480 91% [======================================================== ] 3177/3480 91% [======================================================== ] 3178/3480 91% [======================================================== ] 3179/3480 91% [======================================================== ] 3180/3480 91% [======================================================== ] 3181/3480 91% [======================================================== ] 3182/3480 91% [======================================================== ] 3183/3480 91% [======================================================== ] 3184/3480 91% [======================================================== ] 3185/3480 91% [======================================================== ] 3186/3480 91% [======================================================== ] 3187/3480 91% [======================================================== ] 3188/3480 91% [======================================================== ] 3189/3480 91% [======================================================== ] 3190/3480 91% [======================================================== ] 3191/3480 91% [======================================================== ] 3192/3480 91% [======================================================== ] 3193/3480 91% [======================================================== ] 3194/3480 91% [======================================================== ] 3195/3480 91% [======================================================== ] 3196/3480 91% [======================================================== ] 3197/3480 91% [======================================================== ] 3198/3480 91% [======================================================== ] 3199/3480 91% [========================================================= ] 3200/3480 91% [========================================================= ] 3201/3480 91% [========================================================= ] 3202/3480 92% [========================================================= ] 3203/3480 92% [========================================================= ] 3204/3480 92% [========================================================= ] 3205/3480 92% [========================================================= ] 3206/3480 92% [========================================================= ] 3207/3480 92% [========================================================= ] 3208/3480 92% [========================================================= ] 3209/3480 92% [========================================================= ] 3210/3480 92% [========================================================= ] 3211/3480 92% [========================================================= ] 3212/3480 92% [========================================================= ] 3213/3480 92% [========================================================= ] 3214/3480 92% [========================================================= ] 3215/3480 92% [========================================================= ] 3216/3480 92% [========================================================= ] 3217/3480 92% [========================================================= ] 3218/3480 92% [========================================================= ] 3219/3480 92% [========================================================= ] 3220/3480 92% [========================================================= ] 3221/3480 92% [========================================================= ] 3222/3480 92% [========================================================= ] 3223/3480 92% [========================================================= ] 3224/3480 92% [========================================================= ] 3225/3480 92% [========================================================= ] 3226/3480 92% [========================================================= ] 3227/3480 92% [========================================================= ] 3228/3480 92% [========================================================= ] 3229/3480 92% [========================================================= ] 3230/3480 92% [========================================================= ] 3231/3480 92% [========================================================= ] 3232/3480 92% [========================================================= ] 3233/3480 92% [========================================================= ] 3234/3480 92% [========================================================= ] 3235/3480 92% [========================================================= ] 3236/3480 92% [========================================================= ] 3237/3480 93% [========================================================= ] 3238/3480 93% [========================================================= ] 3239/3480 93% [========================================================= ] 3240/3480 93% [========================================================= ] 3241/3480 93% [========================================================= ] 3242/3480 93% [========================================================= ] 3243/3480 93% [========================================================= ] 3244/3480 93% [========================================================= ] 3245/3480 93% [========================================================= ] 3246/3480 93% [========================================================= ] 3247/3480 93% [========================================================= ] 3248/3480 93% [========================================================= ] 3249/3480 93% [========================================================= ] 3250/3480 93% [========================================================= ] 3251/3480 93% [========================================================= ] 3252/3480 93% [========================================================= ] 3253/3480 93% [========================================================= ] 3254/3480 93% [========================================================= ] 3255/3480 93% [========================================================== ] 3256/3480 93% [========================================================== ] 3257/3480 93% [========================================================== ] 3258/3480 93% [========================================================== ] 3259/3480 93% [========================================================== ] 3260/3480 93% [========================================================== ] 3261/3480 93% [========================================================== ] 3262/3480 93% [========================================================== ] 3263/3480 93% [========================================================== ] 3264/3480 93% [========================================================== ] 3265/3480 93% [========================================================== ] 3266/3480 93% [========================================================== ] 3267/3480 93% [========================================================== ] 3268/3480 93% [========================================================== ] 3269/3480 93% [========================================================== ] 3270/3480 93% [========================================================== ] 3271/3480 93% [========================================================== ] 3272/3480 94% [========================================================== ] 3273/3480 94% [========================================================== ] 3274/3480 94% [========================================================== ] 3275/3480 94% [========================================================== ] 3276/3480 94% [========================================================== ] 3277/3480 94% [========================================================== ] 3278/3480 94% [========================================================== ] 3279/3480 94% [========================================================== ] 3280/3480 94% [========================================================== ] 3281/3480 94% [========================================================== ] 3282/3480 94% [========================================================== ] 3283/3480 94% [========================================================== ] 3284/3480 94% [========================================================== ] 3285/3480 94% [========================================================== ] 3286/3480 94% [========================================================== ] 3287/3480 94% [========================================================== ] 3288/3480 94% [========================================================== ] 3289/3480 94% [========================================================== ] 3290/3480 94% [========================================================== ] 3291/3480 94% [========================================================== ] 3292/3480 94% [========================================================== ] 3293/3480 94% [========================================================== ] 3294/3480 94% [========================================================== ] 3295/3480 94% [========================================================== ] 3296/3480 94% [========================================================== ] 3297/3480 94% [========================================================== ] 3298/3480 94% [========================================================== ] 3299/3480 94% [========================================================== ] 3300/3480 94% [========================================================== ] 3301/3480 94% [========================================================== ] 3302/3480 94% [========================================================== ] 3303/3480 94% [========================================================== ] 3304/3480 94% [========================================================== ] 3305/3480 94% [========================================================== ] 3306/3480 95% [========================================================== ] 3307/3480 95% [========================================================== ] 3308/3480 95% [========================================================== ] 3309/3480 95% [========================================================== ] 3310/3480 95% [========================================================== ] 3311/3480 95% [=========================================================== ] 3312/3480 95% [=========================================================== ] 3313/3480 95% [=========================================================== ] 3314/3480 95% [=========================================================== ] 3315/3480 95% [=========================================================== ] 3316/3480 95% [=========================================================== ] 3317/3480 95% [=========================================================== ] 3318/3480 95% [=========================================================== ] 3319/3480 95% [=========================================================== ] 3320/3480 95% [=========================================================== ] 3321/3480 95% [=========================================================== ] 3322/3480 95% [=========================================================== ] 3323/3480 95% [=========================================================== ] 3324/3480 95% [=========================================================== ] 3325/3480 95% [=========================================================== ] 3326/3480 95% [=========================================================== ] 3327/3480 95% [=========================================================== ] 3328/3480 95% [=========================================================== ] 3329/3480 95% [=========================================================== ] 3330/3480 95% [=========================================================== ] 3331/3480 95% [=========================================================== ] 3332/3480 95% [=========================================================== ] 3333/3480 95% [=========================================================== ] 3334/3480 95% [=========================================================== ] 3335/3480 95% [=========================================================== ] 3336/3480 95% [=========================================================== ] 3337/3480 95% [=========================================================== ] 3338/3480 95% [=========================================================== ] 3339/3480 95% [=========================================================== ] 3340/3480 95% [=========================================================== ] 3341/3480 96% [=========================================================== ] 3342/3480 96% [=========================================================== ] 3343/3480 96% [=========================================================== ] 3344/3480 96% [=========================================================== ] 3345/3480 96% [=========================================================== ] 3346/3480 96% [=========================================================== ] 3347/3480 96% [=========================================================== ] 3348/3480 96% [=========================================================== ] 3349/3480 96% [=========================================================== ] 3350/3480 96% [=========================================================== ] 3351/3480 96% [=========================================================== ] 3352/3480 96% [=========================================================== ] 3353/3480 96% [=========================================================== ] 3354/3480 96% [=========================================================== ] 3355/3480 96% [=========================================================== ] 3356/3480 96% [=========================================================== ] 3357/3480 96% [=========================================================== ] 3358/3480 96% [=========================================================== ] 3359/3480 96% [=========================================================== ] 3360/3480 96% [=========================================================== ] 3361/3480 96% [=========================================================== ] 3362/3480 96% [=========================================================== ] 3363/3480 96% [=========================================================== ] 3364/3480 96% [=========================================================== ] 3365/3480 96% [=========================================================== ] 3366/3480 96% [=========================================================== ] 3367/3480 96% [============================================================ ] 3368/3480 96% [============================================================ ] 3369/3480 96% [============================================================ ] 3370/3480 96% [============================================================ ] 3371/3480 96% [============================================================ ] 3372/3480 96% [============================================================ ] 3373/3480 96% [============================================================ ] 3374/3480 96% [============================================================ ] 3375/3480 96% [============================================================ ] 3376/3480 97% [============================================================ ] 3377/3480 97% [============================================================ ] 3378/3480 97% [============================================================ ] 3379/3480 97% [============================================================ ] 3380/3480 97% [============================================================ ] 3381/3480 97% [============================================================ ] 3382/3480 97% [============================================================ ] 3383/3480 97% [============================================================ ] 3384/3480 97% [============================================================ ] 3385/3480 97% [============================================================ ] 3386/3480 97% [============================================================ ] 3387/3480 97% [============================================================ ] 3388/3480 97% [============================================================ ] 3389/3480 97% [============================================================ ] 3390/3480 97% [============================================================ ] 3391/3480 97% [============================================================ ] 3392/3480 97% [============================================================ ] 3393/3480 97% [============================================================ ] 3394/3480 97% [============================================================ ] 3395/3480 97% [============================================================ ] 3396/3480 97% [============================================================ ] 3397/3480 97% [============================================================ ] 3398/3480 97% [============================================================ ] 3399/3480 97% [============================================================ ] 3400/3480 97% [============================================================ ] 3401/3480 97% [============================================================ ] 3402/3480 97% [============================================================ ] 3403/3480 97% [============================================================ ] 3404/3480 97% [============================================================ ] 3405/3480 97% [============================================================ ] 3406/3480 97% [============================================================ ] 3407/3480 97% [============================================================ ] 3408/3480 97% [============================================================ ] 3409/3480 97% [============================================================ ] 3410/3480 97% [============================================================ ] 3411/3480 98% [============================================================ ] 3412/3480 98% [============================================================ ] 3413/3480 98% [============================================================ ] 3414/3480 98% [============================================================ ] 3415/3480 98% [============================================================ ] 3416/3480 98% [============================================================ ] 3417/3480 98% [============================================================ ] 3418/3480 98% [============================================================ ] 3419/3480 98% [============================================================ ] 3420/3480 98% [============================================================ ] 3421/3480 98% [============================================================ ] 3422/3480 98% [============================================================ ] 3423/3480 98% [============================================================= ] 3424/3480 98% [============================================================= ] 3425/3480 98% [============================================================= ] 3426/3480 98% [============================================================= ] 3427/3480 98% [============================================================= ] 3428/3480 98% [============================================================= ] 3429/3480 98% [============================================================= ] 3430/3480 98% [============================================================= ] 3431/3480 98% [============================================================= ] 3432/3480 98% [============================================================= ] 3433/3480 98% [============================================================= ] 3434/3480 98% [============================================================= ] 3435/3480 98% [============================================================= ] 3436/3480 98% [============================================================= ] 3437/3480 98% [============================================================= ] 3438/3480 98% [============================================================= ] 3439/3480 98% [============================================================= ] 3440/3480 98% [============================================================= ] 3441/3480 98% [============================================================= ] 3442/3480 98% [============================================================= ] 3443/3480 98% [============================================================= ] 3444/3480 98% [============================================================= ] 3445/3480 98% [============================================================= ] 3446/3480 99% [============================================================= ] 3447/3480 99% [============================================================= ] 3448/3480 99% [============================================================= ] 3449/3480 99% [============================================================= ] 3450/3480 99% [============================================================= ] 3451/3480 99% [============================================================= ] 3452/3480 99% [============================================================= ] 3453/3480 99% [============================================================= ] 3454/3480 99% [============================================================= ] 3455/3480 99% [============================================================= ] 3456/3480 99% [============================================================= ] 3457/3480 99% [============================================================= ] 3458/3480 99% [============================================================= ] 3459/3480 99% [============================================================= ] 3460/3480 99% [============================================================= ] 3461/3480 99% [============================================================= ] 3462/3480 99% [============================================================= ] 3463/3480 99% [============================================================= ] 3464/3480 99% [============================================================= ] 3465/3480 99% [============================================================= ] 3466/3480 99% [============================================================= ] 3467/3480 99% [============================================================= ] 3468/3480 99% [============================================================= ] 3469/3480 99% [============================================================= ] 3470/3480 99% [============================================================= ] 3471/3480 99% [============================================================= ] 3472/3480 99% [============================================================= ] 3473/3480 99% [============================================================= ] 3474/3480 99% [============================================================= ] 3475/3480 99% [============================================================= ] 3476/3480 99% [============================================================= ] 3477/3480 99% [============================================================= ] 3478/3480 99% [============================================================= ] 3479/3480 99% [==============================================================] 3480/3480 100% operation complete, 3480 objects in 45755 NAND pages. ln -snf /tmp/instance-1/output-1/host/arc-buildroot-linux-uclibc/sysroot /tmp/instance-1/output-1/staging make: Leaving directory '/tmp/instance-1/buildroot' make: Entering directory '/tmp/instance-1/buildroot' >>> Buildroot 2022.11-959-g4b6ccffcfb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: 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-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.2.0 Collecting legal info >>> linux-headers 5.10.162 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> avahi 0.8 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-bootgen xilinx_v2022.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 6.1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.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 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> 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) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> easyframes 0.4 Collecting legal info COPYING: OK (sha256: 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fuse-overlayfs 1.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libfuse3 3.11.0 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> graphicsmagick 1.3.38 Collecting legal info Copyright.txt: OK (sha256: 0a20e661de942ebe115a354d0ec6d1d42b93856ea765f813f350a5ce5024cdb7) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> ifupdown-scripts Collecting legal info >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> initscripts Collecting legal info >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info LICENSE: OK (sha256: 0ac7d61c52aff5717c02250ca0adf0ef35019e2c0838a3479b8fce597aea6fde) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mstpd 0.1.0 Collecting legal info LICENSE: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) hmac_md5.c: OK (sha256: c5cfd44652276184374adf454150d436ce958ce50acc4ef9ccb3605a5ca7a9d3) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> perl-apache-logformat-compiler 0.36 Collecting legal info LICENSE: OK (sha256: ab941cfc4794afa2113795b167177d1b25cbc77ebadd016e5727effc2cadd96b) >>> host-perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> host-perl-module-build-tiny 0.039 Collecting legal info LICENSE: OK (sha256: 09fd2bc0428920c455f10c5a6c52e2bb4615114e88966c75ce27a07af028c36b) >>> host-perl-extutils-config 0.008 Collecting legal info LICENSE: OK (sha256: 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc) >>> host-perl-extutils-helpers 0.026 Collecting legal info LICENSE: OK (sha256: e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0) >>> host-perl-extutils-installpaths 0.012 Collecting legal info LICENSE: OK (sha256: b95d38ac031587625625d92fbd2ee1d5df0d02606057d680e7dcf3598fe629f9) >>> perl 5.36.0 Collecting legal info Artistic: OK (sha256: dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2) Copying: OK (sha256: d77d235e41d54594865151f4751e835c5a82322b0e87ace266567c3391a4b912) README: OK (sha256: 06bab256e2e039c59d2ca3c5853425317b4a0f251fe4e5d5201a987b11fc4f78) >>> perl-cookie-baker 0.11 Collecting legal info LICENSE: OK (sha256: b4ce94671fa219074d4e91e2268652d6bf9764cebcc7a5e27bfc14897745ca4c) >>> perl-crypt-openssl-random 0.15 Collecting legal info LICENSE: OK (sha256: fdaba2134145d3e252c5930180b2bcb13b5367ad5a8713d6868f014cd25c496f) >>> host-perl-crypt-openssl-guess 0.15 Collecting legal info LICENSE: OK (sha256: 5c739f181ce7aa31d739277996ff230067dad39332e5597c0dffd36e5d784072) >>> perl-crypt-openssl-rsa 0.33 Collecting legal info LICENSE: OK (sha256: 8a693ad3f52daeeb5ac5deceb1e1109c9c87095ed5ba6506d6d5c106e4066f5a) >>> perl-digest-hmac 1.04 Collecting legal info LICENSE: OK (sha256: cb9ff694d1769f450dd5c400204aa921d2fb3db90fcb21674a39f3725c4255c1) >>> perl-mail-dkim 1.20200824 Collecting legal info LICENSE: OK (sha256: ffaa40feb768566e52d93879fedd2c5483828b6de483874f30a0a4425351555f) >>> perl-mailtools 2.21 Collecting legal info README: OK (sha256: f7558badc4f4875df247bcccb50a8f369bfe4a2c19361f1df7b26ddf6aaaaf6b) >>> perl-net-dns 1.36 Collecting legal info LICENSE: OK (sha256: 1e44fcf65509b47a251eda0ce1f8bd6aefa13517e38cb1e95b8d36120fb15452) >>> perl-net-ssleay 1.93_01 Collecting legal info LICENSE: OK (sha256: 685e534b60d4e2b4fbb1a259a83b5a86e877a919bbb9efc95994276f706a3a71) >>> perl-posix-strftime-compiler 0.44 Collecting legal info LICENSE: OK (sha256: 79c2a066104e71602785fd815c5aea6f7db78c19451d68521380083f9c2a8805) >>> perl-timedate 2.33 Collecting legal info README: OK (sha256: e72e67533eb3ddd705ae718898945e2f3bf3702e91e85bb67824575706bd5bf9) >>> perl-uri 5.17 Collecting legal info LICENSE: OK (sha256: d4f0b7a8771dcb1eee79a38c2e466eb997e23565a6687dd1900a2027eabe12a0) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.21.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> wpa_supplicant 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-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-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.162: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-1/output-1/legal-info make: Leaving directory '/tmp/instance-1/buildroot'